/* rgb(31 130 255 / 58%)rgb(31 130 255 / 58%)rgb(31 130 255 / 58%)#172f55#172f55#172f55#172f55#172f55#172f55#172f55#172f55#172f55 */
/*master.css中已设定，为 我们为企业提供全面的信息化解决方案 标题样式*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.wrapper .title-cn {
  font-size: 32px;
  color: #333333;
  line-height: 50px;
  font-weight: lighter;
  text-align: center;
}
/*英语副标题*/
.wrapper .title-cn-sub {
  font-size: 20px;
  color: #9bb6cf;
  line-height: 30px;
  font-weight: lighter;
  letter-spacing: 0.8px;
}
/*标题下分割线*/
.wrapper .splitline {
  text-align: center;
  height: 1px;
  width: 153px;
  background-color: #999;
  margin: 20px auto 50px auto;
}
/*提供解决方案页面*/
.service-raw {
  /* width: 980px;
  height: 297px; */
  width: 81%;
  margin: 10px auto;
}
.service-1 {
  width: 48.5%;
  height: 297px;
  -webkit-box-shadow: 0px 3px 15px rgba(85, 85, 85, 0.24);
  box-shadow: 0px 3px 15px rgba(85, 85, 85, 0.24);
}
.service-1-L {
  float: left;
  background-image: url(../image/serve-1.jpg);
}
.service-1-R {
  float: right;
  background-image: url(../image/serve-2.jpg);
}
.service-1-title {
  margin-bottom: 16px;
  color: #333;
  font-family: "微软雅黑", "Microsoft YaHe", "黑体", "仿宋", "宋体";
  font-size: 18px;
  font-weight: 500;
}
.service-1-content {
  width: 88%;
  margin: 133px auto 27px auto;
  letter-spacing: 1px;
  font-family: "微软雅黑", "Microsoft YaHe", "黑体", "仿宋", "宋体";
  color: #555555;
  font-size: 14px;
  line-height: 23px;
}
.service-1:hover {
  height: 297px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all 0.3s linear;
}
.service-1-L:hover {
  background-image: url(../image/serve-1.5.jpg);
}
.service-1-R:hover {
  background-image: url(../image/serve-2.5.jpg);
}
.service-1:hover .service-1-content {
  margin: 66px auto 27px auto;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease-in;
  transition-delay: 0.05s;
  -moz-transition-delay: 0.05s; /* Firefox 4 */
  -webkit-transition-delay: 0.05s; /* Safari 和 Chrome */
  -o-transition-delay: 0.05s;
}
.service-1:hover .service-1-title {
  color: #fff;
  margin-bottom: 36px;
  font-size: 21px;
  font-weight: bold;
  transition: all 0.3s ease-in;
  transition-delay: 0.05s;
  -moz-transition-delay: 0.05s; /* Firefox 4 */
  -webkit-transition-delay: 0.05s; /* Safari 和 Chrome */
  -o-transition-delay: 0.05s;
}
.service-raw2 {
  width: 980px;
  height: 123px;
  margin: 25px auto 0 auto;
}
.service-2 {
  width: 31.8%;
  height: 123px;
  -webkit-box-shadow: 0px 3px 15px rgba(85, 85, 85, 0.24);
  box-shadow: 0px 3px 15px rgba(85, 85, 85, 0.24);
}
.service-2-L {
  float: left;
  background-image: url(../image/serve-3.jpg);
}
.service-2-R {
  float: right;
  background-image: url(../image/serve-5.jpg);
}
.service-2-M {
  margin-left: 22.5px;
  float: left;
  background-image: url(../image/serve-4.jpg);
}
.service-2-title {
  margin: 36px 0px 0 170px;
  color: #444;
  font-family: "微软雅黑", "Microsoft YaHe", "黑体", "仿宋", "宋体";
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  line-height: 28px;
  letter-spacing: 2px;
}
.service-2:hover {
  height: 123px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}
.service-2-L:hover {
  background-image: url(../image/serve-3.5.jpg);
}
.service-2-R:hover {
  background-image: url(../image/serve-5.5.jpg);
}
.service-2-M:hover {
  background-image: url(../image/serve-4.5.jpg);
}
.service-2:hover .service-2-title {
  color: #fff;
  margin: 36px auto;
  font-size: 20px;
  /*font-weight: bold;*/
  transition: all 0.2s ease-in;
  transition-delay: 0.05s;
  -moz-transition-delay: 0.05s; /* Firefox 4 */
  -webkit-transition-delay: 0.05s; /* Safari 和 Chrome */
  -o-transition-delay: 0.05s;
}
.splitlinecolor2 {
  background-color: #9cd2fd;
  text-align: center;
  height: 1px;
  width: 153px;
  margin: 20px auto 50px auto;
}

@media screen and (max-width: 1000px) {
  .service-raw {
    width: 820px;
    height: 297px;
    margin: 10px auto;
  }
  .service-raw2 {
    width: 820px;
    height: 123px;
    margin: 25px auto 0 auto;
  }
  .service-2-title {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .service-2-M {
    margin-left: 20px;
  }
}

@media screen and (max-width: 860px) {
  .service-raw {
    width: 740px;
    height: 297px;
    margin: 10px auto;
  }
  .service-raw2 {
    width: 740px;
    height: 123px;
    margin: 25px auto 0 auto;
  }
  .service-2-title {
    font-size: 15px;
    letter-spacing: 0px;
  }
  .service-2-M {
    margin-left: 18px;
  }
}

@media screen and (max-width: 790px) {
  .service-raw {
    width: 740px;
		margin: 10px auto;
		height: auto;
  }
  .service-raw2 {
    width: 650px;
    height: 123px;
    margin: 25px auto 0 auto;
    background-size: contain;
  }
  .service-2-title {
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 20px;
  }
  .service-2-M {
    margin-left: 16px;
  }
  .service-1-content {
    width: 88%;
    margin: 130px auto 20px auto;
    letter-spacing: 0.5px;
    font-size: 13px;
    line-height: 20px;
  }
  .service-2:hover .service-2-title {
    line-height: 28px;
    font-size: 15px;
  }
  .service-2-L .service-2-title {
    margin-top: 15px;
  }
}

@media screen and (max-width: 670px) {
  .service-2-L,
  .service-2-M,
  .service-2-R,
  .service-1-L,
  .service-1-R {
    float: none;
    width: 88%;
    max-width: 400px;
    text-align: center;
    margin: 2px auto;
    padding-top: 80px;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .service-raw,
  .service-raw2 {
    height: auto;
    width: 100%;
    margin: 2px auto;
    text-align: center;
  }
  .service-1-content {
    margin: 0px auto 27px auto;
    padding-bottom: 20px;
  }
  .service-1-title {
    margin-top: 35px;
  }
  .service-2 {
    margin-bottom: 35px;
  }
  .service-2-L,
  .service-2-M,
  .service-2-R {
    padding: 15px 0px 20px 40px;
  }
  .service-2-title {
    margin: 15px 0px 0 170px;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    line-height: 28px;
    letter-spacing: 2px;
  }
  .service-1:hover {
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .service-1-L:hover {
    background-image: url(../image/serve-1.jpg);
  }
  .service-1-R:hover {
    background-image: url(../image/serve-2.jpg);
  }
  .service-1:hover .service-1-content {
    margin: 0 auto 27px auto;
    color: #555;
    font-size: 13px;
  }
  .service-1:hover .service-1-title {
    color: #333;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
  }
  .service-2:hover {
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .service-2-L:hover {
    background-image: url(../image/serve-3.jpg);
  }
  .service-2-R:hover {
    background-image: url(../image/serve-5.jpg);
  }
  .service-2-M:hover {
    background-image: url(../image/serve-4.jpg);
  }
  .service-2:hover .service-2-title {
    color: #444;
    margin: 15px 0px 0 170px;
    font-size: 17px;
  }
}

@media screen and (max-width: 450px) {
  .service-2-title {
    margin: 15px 0px 0 150px;
    font-size: 15px;
    font-weight: 400;
  }
  .service-2-L,
  .service-2-M,
  .service-2-R {
    padding: 15px 0px 20px 20px;
  }
  .service-1-L,
  .service-1-R {
    padding-top: 100px;
  }
  .service-2:hover.service-2-title {
    margin: 15px 0px 0 150px;
    font-size: 15px;
    font-weight: 400;
  }
}
.wrapper .title-cn {
  /* font-size: 30px; */
  font-size: 2rem;
  color: #0156c1;
  /* line-height: 50px; */
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-align: center;
}
.title-cn-label {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  text-align: center;
  margin: 15px 30px 50px 30px;
}
.service-container {
  margin: 11px;
  /* max-width: calc(33% - 22px); */
  width: calc(33% - 22px);
  display: inline-block;
  transition: all 0.38s;
	cursor: default;
}
.service-top {
  height: 100px;
  background: url(../image/bar-bg.jpg) no-repeat;
  background-size: cover;
  border-radius: 5px 5px 0px 0px;
  /* text-align: center; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-bottom {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: column;
  background: #fff;
  box-shadow: 0px 0px 14px 2px rgb(1 86 193 / 32%);
  border-radius: 5px;
  padding: 0 15px 15px 15px;
}
.service-title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  padding: 50px 0 10px 0 !important;
}
.service-content {
  padding: 10px 0;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  text-align: center;
}
@media screen and (max-width: 670px) {
  .service-container {
    width: 100%;
    max-width: 100%;
    margin: 22px 0;
  }
}
.intrduce-company {
  width: 114px;
  height: 40px;
  background: #ffffff;
  border: 2px solid #00b7ee;
  border-radius: 5px;
  margin: 0px auto;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #00b7ee;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.intrduce-company:hover {
  background-color: #00b7ee;
}
.intrduce-company:hover a {
  color: #fff;
}
.index-service {
  height: 671px;
}

.service-container:hover {
  transform: translateY(-5%);
}
.intrduce-company a {
  text-decoration-color: #00b7ee;
  color: #00b7ee;
}
.more-service {
	height: 600px;
	padding: 0;
  display: inline-block;
  /* background-size: 912px 518px; */
  background-color: #f4f7fc;
  position: relative;
}
.more-service-content {
  background: #f4f7fc;
  background: url(../image/bg_right.png) no-repeat;
  background-size: 60% 100%;
  background-position: right;
  height: 100%;
}
.left-info {
  /* padding: 120px 0 60px 0; */
  /* width: 50%; */
  width: 31%;
  display: inline-block;
  padding-top: 50px;
  padding-left: 65px;
}
.left-info-item {
  margin-bottom: 20px;
}
.info-title {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 6px;
}
.detail-info {
  font-size: 14px;
  color: #666666;
}
.left-mb {
  margin: 50px 0;
}
.right-info {
  width: 63%;
  display: inline-block;
  position: relative;
}
/* .right-info img{
	 position: absolute;
 } */
.s_pic {
  position: absolute;
  top: 50%;
  transform: scale(0, 0);
  transition: 1s;
}
.s_pic0 {
  width: 450px;
  height: 310px;
  margin-top: -45px;
  right: -6%;
  z-index: 11;
}
.more-service.active .s_pic0 {
  transform: scale(1, 1);
  transition-delay: 1.8s;
}
.more-service.active .s_pic1 {
  transform: scale(1, 1);
  transition-delay: 1.6s;
}
.s_pic1 {
  width: 420px;
  height: 260px;
  margin-top: -85px;
  right: 5%;
  z-index: 10;
}
.more-service.active .s_pic2 {
  transform: scale(1, 1);
  transition-delay: 1.4s;
}
.s_pic2 {
  width: 360px;
  height: 220px;
  margin-top: -119px;
  right: 14%;
  z-index: 9;
}
.more-service.active .s_pic3 {
  transform: scale(1, 1);
  transition-delay: 1.2s;
}
.s_pic3 {
  width: 300px;
  height: 200px;
  margin-top: -150px;
  right: 25%;
  z-index: 8;
}
.more-service.active .s_pic4 {
  transform: scale(1, 1);
  transition-delay: 1s;
}
.s_pic4 {
  width: 230px;
  height: 150px;
  margin-top: -178px;
  right: 38%;
  z-index: 7;
}
.more-service.active .s_pic5 {
  transform: scale(1, 1);
  transition-delay: 0.8s;
}
.more-service .s_pic5 {
  width: 180px;
  height: 120px;
  margin-top: -196px;
  right: 47%;
  z-index: 6;
}
.more-service.active .s_pic6 {
  transform: scale(1, 1);
  transition-delay: 0.6s;
}
.s_pic6 {
  width: 140px;
  height: 90px;
  margin-top: -211px;
  right: 55%;
  z-index: 5;
}
.more-service.active .s_pic7 {
  transform: scale(1, 1);
  transition-delay: 0.4s;
}

.s_pic7 {
  width: 115px;
  height: 80px;
  margin-top: -223px;
  right: 61%;
  z-index: 4;
}
.more-service.active .s_pic8 {
  transform: scale(1, 1);
  transition-delay: 0.2s;
}
.s_pic8 {
  width: 80px;
  height: 55px;
  margin-top: -250px;
  right: 590px;
  z-index: 3;
}
.product-service {
  height: 695px;
  background: #172f55;
  overflow: hidden;
}
.product-service .product-service-content {
  background: url(../image/bg_right2.png) no-repeat;
  background-position: right;
  background-size: 50% 101%;
  height: 100%;
}
.product-title {
  /* width: 150px; */
  height: 31px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
}
.product-container {
  padding: 81px 0 90px 65px;
  position: relative;
}
.product-item {
  display: flex;
  margin-top: 28px;
  width: 450px;
  flex-wrap: wrap;
  color: #0156c1;
  max-width: 100%;
  text-align: center;
}
.product-item-img {
  width: 136px;
  height: 136px;
  background:#ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 17px;
  margin-bottom: 17px;
  width: calc(33.3% - 17px);
  color: #666;
  font-size: 15px;
  line-height: 18px;
 cursor: pointer;
}
.product-item-img:hover {
	
}
.product-item-img.proactive {
/*  background: url(../images/index/NewWebsite/pro-bg.png) no-repeat;*/
	color: #FFFFFF;
	background-size: cover;
	background-color: #0156c1;
}
.product-item-img.proactive img {
filter: grayscale(100%) brightness(600%);}
.product-item-img img {
  width: 72px;
  height: 72px;
  background: rgba(31, 130, 255, 0);
  border-radius: 50%;
  margin-bottom: 0px;
}
.product-item-img span {
  padding-top: 0px;
}
.product-item-traingle {
  background: transparent;
  width: 136px;
  height: 136px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 17px;
  margin-bottom: 17px;
  width: calc(33.3% - 17px);
  position: relative;
}
.traingle {
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-right: 40px solid #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.more-service .wrapper {
  height: 100%;
  display: flex;
}
.product-hover-block {
  display: none;
  position: absolute;
  min-height: 420px;
  /* min-width: 570px; */
  max-width: 500px;
  top: 136px;
  left: 565px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 14px 2px rgb(0 0 0 / 10%);
  border-radius: 5px;
  color: #fff;
  padding: 20px;
}
.product-hover-block::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  /* bottom: -10px; */
  left: -5px;
  background-size: contain;
  margin-left: -8px;
  background: url(../image/triangle.png) no-repeat;
  top: 12%;
}
.phb-title {
  padding: 19px 0 10px 0;
  min-width: 192px;
  min-height: 24px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #083e7a;
}
.phb-subtitle {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-align: left;
 line-height: 28px;
	color: #333;
    padding-top: 10px;
}
.hover-block {
  margin-top: 30px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-wrap: wrap;
  /* width: 450px; */
}
.block-item {
  
  height: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin-right: 9px;
    /* max-width: calc(20% - 10px); */
    margin-bottom: 10px;
    padding: 0 10px;
    color: #666;
}
.block-item i{
  align-self: baseline;
  padding-right: 5px;
}
.block-item2 {
  
  height: 25px;
    border: 0px solid #ccc;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin-right: 9px;
    /* max-width: calc(20% - 10px); */
    margin-bottom: 10px;
    padding: 0 0 0 10px;
    color: #666;
	text-align: left;
}
.block-item2 i{
  align-self: baseline;
  padding-right: 5px;
}
.block-item2 b{
  color: #333;
    margin-right: 8px;
}
.detail-btn {
  width: 114px;
  height: 33px;
  background: rgba(255, 255, 255, 0);
  border: 2px solid #00b7ee;
  border-radius: 5px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #00b7ee;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
 /* bottom: 30px;*/
  right: 34px;
}
.detail-btn:hover {
  background-color: #00b7ee;
  color: #ffffff;
}
/* .prd-1:hover .hover1{
	display: block;
}
.prd-2:hover .hover2{
	display: block;
}
.prd-3:hover .hover3{
	display: block;
}
.prd-4:hover .hover4{
	display: block;
}
.prd-5:hover .hover5{
	display: block;
}
.prd-6:hover .hover6{
	display: block;
}
.prd-7:hover .hover7{
	display: block;
}
.prd-8:hover .hover8{
	display: block;
} */

.plan-service .container {
  width: 600px;
  margin: 0 auto;
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}
.plan-service nav {
  height: 30px;

  font-size: 0;
  position: relative;
  min-height: 30px;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.plan-service .tap {
  width: 25%;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #666;
  position: relative;
  font-size: 15px;
  height: 125px;
	cursor: pointer;
}
.plan-service .active {
  position: absolute;
  background-color: #11ac63;
  width: 25%;
  height: 30px;
  transition: 0.5s;
  left: 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
}
.plan-service .content {
  left: 0;
  position: relative;
  width: 400px;
  transition: 0.5s;
}
.plan-service .item {
  float: left;
  width: 600px;
  text-align: center;
  height: 500px;
}
.plan-service-title {
  height: 29px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0156c1;
  line-height: 1;
  text-align: center;
}
.plan-service-title {
  padding: 82px 0 56px 0;
}
.tab-container {
  display: flex;
}
.tab-content {
  /* min-height: 327px; */
  background: #f7f8fb;
  box-shadow: 0px 2px 10px 0px rgb(1 86 184 / 10%) inset;
  margin-top: 10px;
}
.tab-content-item {
  display: none;
}
.tab-wrapper {
  display: flex;
  padding: 0 20px;
}
.tab-wrapper img {
  margin-top: 30px;
}
.tab-title {
  width: 720px;
  /* height: 101px; */
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  padding-top: 40px;
  padding-bottom: 20px;
}
.title-content {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.activetab::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 12px;
  bottom: -10px;
  left: 50%;
  background-size: contain;
  margin-left: -8px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAYCAMAAACoeN87AAAABGdBTUEAALGPC/xhBQAAAL1QTFRF6+72////6+726+736+327+/66+726/X16+316+326u327PD37u7/6+716+717u736+326+/16+726+726+716u326+32////6+/17u756+726u317PH26+727PH2////7O716+726+326+72////6u727O316+71////6u726+327PP56u737e/36u737fb2////6+316+736+72////8fH4////6u326u726+726+718/P/6u71AAAA6u31ZiraOwAAAD50Uk5TWQL9W9ovsRqB5cdCD2fvHnSbi/y088oETi2nuTe/NglqwI7+A/iDzgrdcil6YT0cDPFaqAYkAfaU+tQV6wA9P5xHAAAAq0lEQVQoz4XS1RaDMBREUeru7u7e4jL//1ktsIAQkvS8zV378UoOlf6kLxK1M9D/EMvG5i4mHwDZhYgM4dYWkGrJI505n7TgZ8o8UkHQnkOOp5AYOTZZI+owYJFpmiC4MohskgK7S5IUEa+cosnIoAjOFNn2aQFNiZMmkq1Ukigag2BJEHXGEug1IlIDu0lIHi8OwS0gXZ5AveCTN/jlPfJ7V0GSS8YiAdtyvhi0vDIO2QugAAAAAElFTkSuQmCC)
    no-repeat top;
}
.tap.activetab {
  color: #333333;
    font-size: 16px;
    font-weight: bold;
}
.tap.activetab img {
  	width: 76px;
    margin-top: -10px;
    transition: all 0.38s;
}
.tab-content-item.activetab {
  display: block;
}
.index-case5 {
  /* height: 635px; */
  /* height: 755px; */
  height: auto;
  min-height: 755px;
  background: #ececec;
}
.case-title {
  height: 30px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0156c1;
  line-height: 1;
  text-align: center;
  padding: 80px 0 30px 0;
}
.case-second-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b-title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-bottom: 10px;
}
.c-title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.companys {
  display: flex;
  align-items: center;
  margin-top: 30px;
  justify-content: flex-start;
  height: 210px;
  overflow: hidden;
  flex-wrap: wrap;
  position: relative;
}
.companys-item {
  display: inline-block;
  flex-direction: column;
  align-items: center;
  width: calc(16% - 16px);
  margin-right: 16px;
  max-height: 90px;
  margin-bottom: 16px;
}
.company-name {
  margin-top: 10px;
	color: #999;
	text-align: center;
  
}
.seemore {
  width: 114px;
  height: 40px;
  background: #ffffff;
  border: 2px solid #00b7ee;
  border-radius: 5px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #00b7ee;
  /* line-height: 30px; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.seemore:hover {
  background-color: #00b7ee;
  color: #fff;
}
.seemore-container {
  display: flex;
  justify-content: center;
  /* margin-bottom: 30px; */
  padding-bottom: 30px;
}
.video-case {
  height: 300px;
  background: url(../image/videobg.png) no-repeat;
  background-size: cover;
}
.video-container {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.left-icon {
  margin-right: 70px;
}
.detail-title {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #00b7ee;
  margin-bottom: 30px;
}
.detail-subtitle {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
.detail-thirde-title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.look-movie {
  width: 114px;
  height: 40px;
  border: 2px solid #00b7ee;
  border-radius: 5px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #00b7ee;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.look-movie:hover {
  background-color: #fff;
  color: rgba(31, 130, 255, 0.9);
}
.video-case .wrapper {
  height: 100%;
}
.video-case-modal {
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.index-footer {
  height: 400px;
}
.index-footer .wrapper {
  width: 100%;
  margin: 0;
}
.top-footer {
  display: flex;
  align-items: center;
  height: 274px;
  background: #242424;
  overflow: hidden;
}
.footer-left {
  display: flex;
  align-items: center;
  width: 60%;
  justify-content: center;
  color: #999;
  /* flex: 1; */
}
.footer-logo {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  margin-right: 50px;
  color: #999;
  align-self: flex-start;
  height: 96px;
}
.web-url {
  margin-top: 10px;
}
.footer-weixin {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 50px;
}
.footer-weixin img{
  width: 94px;
  height: 94px;
}
.footer-sina {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-sina img{
  height: 94px;
  width: 94px;
}
.footer-right {
  flex: 1;
  color: #fff;
}
.phone-line {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.blue-color{
  color: #00b7ee;
}
.phone-line-number {
  /* font-size: 24px; */
  font-size: 1.3rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
}

.company-info {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.bottom-fotter {
  height: calc(100% - 400px);
  background: #2e2e2e;
  color: #999;
  display: flex;
  align-items: center;
  padding: 40px 0px;
  overflow: hidden;
}
.concats {
  margin-bottom: 10px;
}
.footer-left-bottom {
  /* flex: 1; */
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
  align-items: center;
  width: 60%;
  padding: 0 30px;
}
.footer-right-bottom {
  flex: 1;
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
  align-items: start;
}
.company-number {
  text-align: right;
  margin-top: 10px;
}
.border-l {
  border-left: 1px solid #666;
  padding-left: 70px;
}
.popup-video {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
}
.popup-video .close {
  cursor: pointer;
  color: #fff;
  position: absolute;
  top: 15px;
  right: 0px;
  width: 50px;
  height: 50px;
  line-height: 40px;
  border-radius: 100%;
  font-size: 60px;
  transform: rotate(45deg);
  z-index: 100;
}
.video-block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.video-content {
  position: relative;
  width: 80%;
}
.product-hover-block.proactive {
  display: block;
}
.header.cur .normal-logo {
  display: none;
}
.dark-logo {
  display: none;
}
.header.cur .dark-logo {
  display: block;
}
.cur-scroll-item {
  border-right: 3px solid #0156c1 !important;
  z-index: 10;
  color: #0156c1 !important;
}
.scroll-item {
  /* max-width: 200px; */
  padding: 10px 30px 10px 10px;
  border-right: 3px solid #D6D2D0;
}

.menu-btn {
  display: none;
}
.fn-clear:after {
  display: none;
}

.bread-crumb {
  display: flex;
  align-items: center;
  padding: 30px 0;
  position: fixed;
    top: 450px;
    right: 30px;
    /* right: 55px; */
    width: 200px;
    min-width: auto;
    z-index: 20;
}
.bread-item {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
#cur-menu {
  position: relative;
  z-index: 999999;
}
.cur-menu-img{
	transform: rotate(-90deg);
  transition: .3s;
}
.d-dropdown-container {
  margin-left: 25px;
  border-left: 1px solid #ddd;
  z-index: 1000;
  float: left;
  min-width: 160px;
  font-size: 14px;
  list-style: none;
}
.d-dropdown-container li{
  margin-left: -12px;
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.8);
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.d-dropdown-container li:first-child{
  /* margin-bottom: 40px; */
  font-size: 16px;
  margin-top: -29px;
  background: none;
}
.d-dropdown-container li:last-child {
  margin-bottom: -8px;
}
.d-dropdown-container li:first-child img{
  margin-left: -4px;
}
.d-dropdown-container .curli a{
  color: #0156C1;
  border-color: #fff;
}
.curli b{
  background: #0156C1 !important;
  border: 2px solid #aed2ff !important;
}
.d-dropdown-container li b{
  width: 12px;
    height: 12px;
    background: #ccc;
    border: 2px solid rgba(255,255,255,0.78);
    margin: 5px;
    border-radius: 50%;
    margin-left: 3px;
    overflow: hidden;
    display: inline-block;
    color: #666666;
}
.d-dropdown-item {
  display: block;
  padding: 3px 3px 3px 10px;
  clear: both;
  font-weight: 400;
  /* line-height: 1.42857143; */
  color: #333;
  white-space: nowrap;
  
}
.d-dropdown-container li:hover a{
  color: #0156C1;
  border-color: #fff;
	font-size: 16px;
}
.d-dropdown-container li:hover b{
  background: #0156C1 !important;
  border: 2px solid #cccccc !important;
}
/* .d-dropdown-container a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
} */
.p-introduce {
  display: none;
}
.tab-item {
  font-size: 1.2rem;
  line-height: 40px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  padding: 0 10px 10px 10px;
  cursor: pointer;
}
@media screen and (max-width: 670px) {
  .tab-item {
    font-size: 1.2rem !important;
    line-height: 40px !important;
  }
}
.cur-tab {
  color: #0156c1;
  border-bottom: 1px solid #0156c1;
}
#tab-item1.cur-tab #p-tab-conten1 {
  display: block;
}
#tab-item2.cur-tab #p-tab-conten2 {
  display: block;
}
.show-introduce {
  display: block;
}
.p-tab-title {
  padding: 20px;
}
.p-tab-content {
  min-height: 270px;
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
.p-tab-content .wrapper { width: 1060px; margin: 0 auto;}
.service-raw {
  min-width: 980px;
  min-height: 363px;
}
.product-hover-block{
  max-width: 900px;
}
}
.introduce-title {
  height: 29px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0156c1;
  line-height: 1;
  text-align: center;
  padding: 30px 0;
}
.introduce-content {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  /* text-align: center; */
	padding:0 7%;
  text-indent: 2em;
}
.introduce-content i {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  font-style: initial;
}
.d-section2 {
  min-height: 400px;
  background: #f4f7fc;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  /* line-height: 1; */
  padding-top: 30px;
}
.d-section3{
  min-height: 1500px;
}
.section-item{
  background: url(../image/szsjy-bg.png) no-repeat;
  background-size: cover;
  display: flex;
    align-items: center;
    padding: 10px 40px;
    margin-bottom: 50px;
    border-radius: 15px;
    height: 450px;
}
.order0{
  order: 0;
}
.order1{
  order: 0;
}
.section-item:first-child{
  margin-top: 30px;
}
.item-text-left{
  width: 40%;
    height: 100%;
    padding: 10;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    justify-content: center;
    margin-right: 30px;
}
.l-title{
  position: relative;
  margin-bottom: 20px;
}
.l-title::after{
  position: absolute;
    bottom: -6px;
    content: '';
    width: 150px;
    height: 1px;
    background: #9EF7FF;
    border-radius: 1px;
    left: 0;
}
.l-title .l-text1{
  display: block;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9CFCFF;
    /* line-height: 24px; */
    margin-bottom: 10px;
}
.l-title .l-text2{
  font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #CAFDFF;
    /* line-height: 30px; */
}
.l-content{
  font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    /* line-height: 36px; */
}
.l-content-item{
  position: relative;
  margin-left: 10px;
}
.l-content-item::after{
  position: absolute;
  content: "";
  top: 6px;
  left: -13px;
  width: 8px;
  height: 8px;
  background: #F4F7FC;
}
.item-text-right{
  flex: 1;
    height: 100%;
    position: relative;
}
.right-img-container{
  height: 100%;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    position: absolute;
    right: -5px;
    margin-top: 40px;
    width: 90%;
    justify-content: center;
    box-shadow: 0 8px 16px rgb(84 124 239 / 30%);
}
.right-img-container img{
  height: 100%;
    width: 100%;
    object-fit: contain;
}
.left-problem {
  width: 50%;
}
.left-problem-title {
  height: 29px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 1;
  padding: 30px 0;
}
.problem-detail {
  width: 90%;
  margin: 0 auto;
  margin-left: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 580px) {
  .problem-detail {
    width: 90%;
    margin: 0 auto;
  }
}
.problem-item {
  /* min-height: 46px; */
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  position: relative;
  padding: 10px 0;
}
.section2-content {
  display: flex;
  align-items: center;
}
.right-problem-img {
  align-self: flex-end;
}
.block-img{
  margin: 0 auto;
  padding: 20px 0;
  /* width: 1060px; */
}
.block-img img{
    height: 500px;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
}
@media screen and (max-width: 510px)  {
  .block-img{
    width: 90%;
  }
  .block-img img {
    height: 300px;
  }
  .core-img {
    margin-left: 0;
  }
}
.problem-item::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #0156c1;
  position: absolute;
  top: 19px;
  left: -20px;
}
.aplication-title {
  height: 29px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 1;
  padding: 40px 0;
}
.app-item-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.application-item {
  /* height: 111px; */
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgb(0 79 255 / 20%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: relative;
  width: calc(50% - 50px);
  margin-right: 50px;
  margin-bottom: 50px;
  padding: 30px 0;
	transition: all 0.5s ease-in-out;
}
.application-item:hover {
  /*background: #014caa;
    color: #fff;*/
	transform: translateY(-10px);
	box-shadow: 0px 2px 15px 0px rgb(0 79 255 / 60%);
}
.application-item:hover .app-img-content {
  background: #014caa;
box-shadow: 0px 2px 15px 0px rgb(0 79 255 / 60%);
	-webkit-animation-name: redPulse;
    -webkit-animation-duration: 2s;
}
@-webkit-keyframes redPulse {
  from { background-color: #014caa; -webkit-box-shadow: 0 0 9px #333; }
  50% { background-color: #055ac5; -webkit-box-shadow: 0 0 27px #055ac5; }
  to { background-color: #014caa; -webkit-box-shadow: 0 0 9px #333; }
}
.application-item:hover .app-img-content img {

	filter: grayscale(100%) brightness(600%);
}
.app-content {
  margin: 0 60px;
  position: relative;
  font-size: 16px;
}
.app-content::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #0156c1;
  position: absolute;
  top: 7px;
  left: -20px;
}
.app-img-content {
  position: absolute;
  top: -29px;
  right: -14px;
  width: 60px;
  height: 60px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgb(0 79 255 / 20%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.d-section4 {
  background: url(../image/p-bg.png) no-repeat;
  background-size: cover;
}
.td-content-title {
  height: 29px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  padding: 80px 0 30px 0;
}
.td-item {
  min-height: 97px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2px 10px 0px rgb(0 79 255 / 20%);
  border-radius: 3px;
  border-left: 5px solid #b6cbea;
  /* border-radius: 3px; */
  padding: 0 20px;
  width: calc(50% - 85px);
  margin-right: 40px;
  margin-bottom: 40px;
	    transition: all 0.5s ease-in-out;
}
.td-item:hover{
  color: #333;
	    box-shadow: 0px 2px 15px 0px rgb(0 0 0 / 30%);
    transform: translateY(-10px);
	    border-left: 5px solid #0156c1;
	    background-color: rgb(255 255 255 / 80%);
}
.td-item-title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  padding: 10px 0 0 0;
}
.td-item-content {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  padding:10px 0 20px 0;
  position: relative;
  margin-left: 18px;
}
.td-item:hover .td-item-title{
  /*color: #fff;*/
}
.td-item:hover .td-item-content{
  /*color: #fff;*/
}
.td-item-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.td-item-content::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #0156c1;
  position: absolute;
  top: 18px;
  left: -18px;
}
.d-swiper-container {
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin: 0 auto;
  max-width: 960px;
}
.swiper-container {
  position: static;
}
.d-swiper-container .swiper-wrapper {
  position: static;
}

.d-swiper-container .pagination {
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: 20px;
  text-align: center;
  max-width: 960px;
}
.d-swiper-container .pagination2 {
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: 20px;
  text-align: center;
  max-width: 960px;
}

.d-swiper-container .swiper-pagination-switch {
  display: inline-block;
  width: 31px;
  height: 6px;
  background: #d6d2d0;
  border-radius: 3px;
  margin: 0 5px;
  cursor: pointer;
}
.d-swiper-container .swiper-active-switch {
  background-color: #00b7ee;
}
.d-swiper-container img {
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.d-swiper-container .swiper-wrapper {
  height: 100%;
}

.d-swiper-container .swiper-slide {
  height: 100%;
}
.banner-title {
  height: 31px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 1;
  padding: 80px 0 30px 0;
}
.section-top {
  min-height: 270px;
}
.appliction-value{
  background: #DDE4EE;
}
.d-section6 {
  height: 685px;
  position: relative;
  padding-bottom: 50px;
}

.d-section7 {
  height: 635px;
  background: #f4f7fc;
}
.core-title {
  height: 31px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 1;
  padding: 80px 0 30px 0;
}
.item-container {
  /* height: 100px;
  line-height: 40px; */
  margin: 10px 0;
}

.item {
  display: none;
  float: left;
  height: 40px;
  line-height: 40px;
  padding-right: 5px;
  margin: 0 10px;
  /* border-bottom: 3px solid #ddd; */
}

.cur-item {
  border-bottom: 3px solid #0156c1 !important;
  z-index: 10;
  color: #0156c1 !important;
}

.cur-item .item-index {
  background: #0156c1 !important;
  color: #fff;
  font-weight: 800;
}

.cur-item .item-text {
  font-weight: 800;
}

.item-index{
  min-width: 24px;
  width: 24px;
  height: 24px;
  background: #fffaff;
  border: 1px solid #cccccc;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  /* margin: 0 10px; */
  line-height: 24px;
}

.item-text {
  display: inline-block;
  font-size: 1.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  word-break: break-all;
}

.scroll-item-content {
  max-height: 450px;
  /* overflow: auto; */
  max-width: 220px;
  overflow-x: hidden;
  overflow-y: auto;
}
.scroll-item-content::-webkit-scrollbar {
  display: none; /* Chrome Safari */
  -ms-overflow-style: none; /* IE 10+ */
}
.scroll-item {
  position: relative;
  color: #333333;
  display: flex;
cursor: pointer;
}
.scroll-item-text {
  /* font-size: 18px; */
  font-size: 1.5rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  word-break: break-all;
}
.scroll-item-index {
  min-width: 26px;
  width: 26px;
  height: 26px;
  background: #fffaff;
  border: 1px solid #cccccc;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin: 0 10px;
  line-height: 26px;
}
.cur-scroll-item .scroll-item-index {
  background: #0156c1 !important;
  color: #fff;
  font-weight: 800;
}
.cur-scroll-item .scroll-item-text {
  font-weight: 800;
}
.d-right-core-content {
  position: relative;
  /* top: 0;
  left: 15px; */
  margin: 0 4%;
  display: none;
  width: calc(100% - 250px);
  flex: 1;
}

/* .scroll-container::after{
	 position: absolute;
	 content: "";
	 height: 450px;
	 width: 5px;
	 background: #D6D2D0;
	 top: 0%;
	 left: 150px;
} */

.scroll-container {
  position: relative;
  display: flex;
}
.cur-core {
  display: block;
}
.core-flex {
  display: flex;
  align-items: center;
}
.right-core-text {
  align-self: flex-start;
  margin-top: 20px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  /* width: 480px; */
  width: 100%;
  line-height: 28px;
}
.right-core-title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  /* line-height: 30px; */
  /* padding: 10px 0; */
  border-left: 3px solid #0156c1;
  /* margin-left: 20px; */
  padding-left: 20px;
  margin: 10px 0 10px 0;
}
.d-product-detail {
  margin-bottom: 0;
  position: relative;
  /* 解决 absoulte fixed 定位 固定菜单 left 变动问题 */
  width: 100vw;
}
#banner-wrap {
  position: relative;
}
.pro-top-title-content {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 80px;
  min-width: 400px;
  text-align: center;
}
.pro-top-title {
  font-size: 48px;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 580px) {
  .pro-top-title {
    font-size: 30px;
  }
}
.pro-bottom-subtitle {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 500;
  color: #ffffff;
  padding: 10px 0;s
}
.yanc2s{
  animation-duration: 1.4s !important;
}
/* 456 屏媒体查询 */
@media screen and (max-width: 780px) and (max-width: 1280px)  and (max-width: 1370px) and (max-width: 1024px) {
  .product-service {
    height: auto;
  }
  .product-service .product-service-content {
    background: none;
  }
  .product-container {
    padding: 30px 10px 90px 10px;
  }
  .product-hover-block {
    display: none !important;
  }
  .product-item-img {
    padding: 0 10px;
  }
  .product-title {
    text-align: center;
    width: auto;
  }
  /* 第5屏 */
  .plan-service-title {
    padding: 30px 20px 56px 20px;
    text-align: left;
  }
  .tab-container {
    flex-wrap: wrap;
  }
  .tab-content {
    display: none !important;
  }
  .plan-service .tap {
    width: calc(33.3% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .index-case {
    height: auto;
  }
  .video-case{
    height: auto;
  }
  .case-title {
    height: auto;
    padding: 30px 0 30px 0;
  }
  .companys {
    height: auto;
  }
  .companys-item {
    width: calc(33.3% - 22px);
    margin-bottom: 22px;
    max-height: none;
    margin-right: 22px;
  }

  .video-container {
    flex-wrap: wrap;
  }
  .left-icon {
    margin-right: 0;
  }
  .right-detail {
    width: 100%;
    padding: 0 20px;
  }
  .popup-video.close {
    top: -24px;
    right: -8px;
  }
  .index-footer {
    height: auto;
  }
  .top-footer {
    flex-wrap: wrap;
    height: auto;
    padding: 20px 0;
  }
  .footer-left {
    flex-wrap: wrap;
    flex-basis: 100%;
  }
  .footer-logo {
    width: 100%;
    justify-content: center;
    padding: 20px;
    margin-right: 0;
  }
  .footer-weixin {
    width: 50%;
    margin-right: 0;
  }
  .footer-sina {
    width: 50%;
    margin-right: 0;
  }
  .border-l {
    border-left: none;
    padding-left: 0;
  }
  .footer-right {
    width: 100%;
    padding-top: 20px;
    /* padding-left: 50px; */
    display: flex;
    justify-content: center;
  }
  .bottom-fotter {
    height: auto;
    flex-wrap: wrap;
  }
  .footer-left-bottom {
    flex-basis: 100%;
  }
  .footer-right-bottom {
    flex-basis: 100%;
    /* align-self: end; */
    justify-content: center;
    padding-top: 20px;
  }
  .footer-right-bottom div {
    width: 100%;
  }
  .copy-right {
    text-align: center;
  }
  .company-number {
    text-align: center;
  }
  #newBridge {
    display: none;
  }
  .activetab::after {
    display: none;
  }
  .product-item-img.proactive {
    background: #1f82ff;
    color: #fff;
  }
  .swiper-slide img {
    height: auto;
    width: 100%;
  }
  .bread-crumb {
    padding: 30px 15px 0;
  }
  .p-tab-title{
    padding: 20px 10px;
  }
  .p-tab-content{
    margin-top: 0;
  }
  .introduce-content {
    padding:20px;
  }
  .section-item{
    flex-wrap: wrap;
    align-content: flex-start;
    min-height: 450px;
    height: auto;
    border-radius: 0px;
    margin-bottom: 0;
  }
  .item-text-left{
    height: auto;
    width: 100%;
  }
  .item-text-right{
    height: auto;
  }
  .right-img-container{
    position: relative;
    width: 100%;
    padding: 10px;
    height: auto;
  }
  .section-item:first-child{
    margin-top: 0;
  }
  .d-section2 {
    height: auto !important;
  }
  .section2-content {
    flex-wrap: wrap;
  }
  .left-problem {
    width: 100% !important;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .left-problem-title {
    padding: 30px 15px;
  }
  .problem-detail {
    padding-top: 30px;
  }
  .section3 {
    height: auto;
  }
  .aplication-title {
    padding: 30px 15px !important;
  }
  .app-item-content {
    padding: 20px 0;
  }
  .application-item {
    margin: 0 30px 20px 30px;
    width: 100% !important;
  }
  .td-content-title {
    padding: 30px 15px !important;
  }
  .td-item {
    width: calc(100% - 60px) !important;
    margin: 40px auto 20px;
  }
  .td-item-container{
    display: inline-block;
  }
  .banner-title {
    padding: 30px 15px !important;
  }
  .d-swiper-container {
    margin-top: 20px !important;
    height: 230px;
  }
  .swiper-slide img {
    width: 90%;
    display: block;
    margin:  0 auto;
  }
  .d-section7 {
    height: auto;
    min-height: 635px;
  }
  .core-title {
    padding: 30px 15px !important;
  }
  .scroll-container {
    margin-top: 20px;
  }
  .core-flex {
    flex-wrap: wrap;
  }
  .right-core-img {
    width: 100%;
  }
  .right-core-img img {
    width: 100%;
  }
  .d-right-core-content {
    /* width: calc(100% - 200px); */
  }
  .d-section6 {
    height: auto;
  }
  .menu-btn {
    display: block;
  }
  .popup-video .close {
    top: 15px;
    right: 0;
  }
  .scroll-item-content {
    /* max-height: 450px;
     overflow: auto;
    width: 160px;
    overflow-x: hidden;
    overflow-y: auto;
    min-width: auto; */
  }
  .scroll-item-content::-webkit-scrollbar {
    display: none; /* Chrome Safari */
    -ms-overflow-style: none; /* IE 10+ */
  }
  .scroll-item {
    position: relative;
    color: #333333;
    display: flex;
	/* width: 150px; */
  padding: 10px 10px 10px 10px;
  }
  .scroll-item-text {
    font-size: 1.2rem;
    /* font-size: 18px; */
    font-family: Microsoft YaHei;
    font-weight: bold;
  }
  .scroll-item-index {
    min-width: 26px;
    width: 26px;
    height: 26px;
    background: #fffaff;
    border: 1px solid #cccccc;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin: 0 5px;
    line-height: 26px;
  }
  .cur-scroll-item .scroll-item-index {
    background: #0156c1 !important;
    color: #fff;
  }
  .d-right-core-content {
    /* position: relative;
    top: 0;
    left: 15px;
     margin-left: 30px; 
    display: none;
    padding-left: 30px; */
  }
  .cur-core {
    display: block;
  }
  #ConcatPhone{
    display: none;
  }
  .scrollbox li a {
    display: inline-block;
      width: calc(33% - 16px) !important;
      height: 135px !important;
      overflow: hidden;
      margin-left: 10px;
      text-align: center;
  }
  .scrollbox li {
    display: inline-block;
    width: 100%;
    height:135px !important;
    overflow: hidden;
    padding: 5px 0px;
  }
  .scrollbox{
    height: 410px !important;
  }
  .bread-crumb{
    display: none;
  }
  
}
/* ipad */
@media screen and (min-width: 760px) and (max-width: 780px){
	.product-hover-block{
		display: none!important;
	}
	.product-item{
		width: auto;
	}

	.tab-wrapper{
		flex-wrap: wrap;

	}
	.tab-content-item{
		height: 480px;
	}
	.video-container{
		padding: 0 70px;
	}
	.bottom-fotter{
		padding: 40px 70px;
		
	}
	.footer-left-bottom{
		align-items: start;
	}
	.footer-right-bottom{
		align-items: start;
	}
	.menu-btn{
		display: block;
	}
	
	.top-footer {
    flex-wrap: wrap;
    height: auto;
    padding: 20px 0;
  }
  .footer-left {
    flex-wrap: wrap;
    flex-basis: 100%;
  }
  .footer-logo {
    width: 100%;
    justify-content: center;
    padding: 20px;
    margin-right: 0;
  }
  .footer-weixin {
    width: 50%;
    margin-right: 0;
  }
  .footer-sina {
    width: 50%;
    margin-right: 0;
  }
  .border-l {
    border-left: none;
    padding-left: 0;
  }
  .footer-right {
    width: 100%;
    padding-top: 20px;
    /* padding-left: 50px; */
    display: flex;
    justify-content: center;
	}
	
	.bread-crumb{
		padding: 30px;
	}
	.section-top{
		padding: 0px 30px 30px 30px;
  }
  .p-tab-content{
    margin-top: 0;
  }
	.introduce-content{
		margin-top: 20px;
	}
	.left-problem-title{
		padding-left: 30px;
	}
	.problem-detail{
		margin-top: 20px;
    padding-left: 30px;
	}
	.aplication-title{
		padding-left: 30px;
	}
	.app-item-content{
		padding-left: 50px;
    padding-top: 20px;
	}
	.td-content-title{
		padding: 30px 0 30px 30px;
	}
	.td-item-container{
		margin-top: 20px;
    padding-left: 40px;
	}
	.td-item{
		width: calc(50% - 40px);
	}
	.banner-title{
		padding: 30px 0 30px 30px;
	}
	.d-swiper-container{
		margin-top: 40px;
	}
	.core-title{
		padding: 30px 0 30px 30px;
	}
	.scroll-container{
		margin-top: 20px;
	}
	.d-section7{
		height: auto;
    padding-bottom: 30px;
    min-height: 750px;
	}
	.cur-core{
		height: 100%;
	}
	.core-flex{
		flex-direction: column;
	}
	.right-core-img{
		
	}
	.right-core-img img{
		height: 100%;
    width: 100%;
	}
	.d-right-core-content{
		height: 100%;
	}
	.core-flex{
		height: 100%;
	}
	.d-right-core-content::after{
		/* height: 100%; */
  }
  .more-service{
    height: auto;
  }

  .d-swiper-container img{
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .scroll-item{
    max-width: 212px;
  }
  .d-swiper-container{
    height: 360px;
  }
  .d-section6{
    height: auto;
  }
  .scroll-item-content{
    /* width: 220px;
    min-width: auto; */
  }
  .scrollbox li a {
    height: 130px !important;
      max-height: 130px !important;
     
  }
  .scrollbox li {
    height: 130px !important;
    max-height:130px !important;
   
  }
  .scrollbox{
    height: 410px !important;
  }
  .index-case5{
    height: auto !important;
  }
  /* .bread-crumb{
    display: none;
  } */
  .section-item{
    min-height: 780px;
    height: auto;
    flex-wrap: wrap;
    margin-bottom: 0;
    border-radius: 0px;
  }
  .section-item:first-child{
    margin-top: 0px;
  }
  .item-text-left{
    width: 100%;
    height: auto;
  }
  .item-text-right{
    height: auto;
  }
  .right-img-container{
    position: relative;
    width: 100%;
    padding: 10px;
    height: auto;
  }
}
@media screen and (min-width: 1366px) {
  .video-content{
    width: 50%;
  }
} 
/* ipadpro */
@media screen and (min-width: 1024px) and (max-width: 1366px) {
	.product-hover-block{
		/*display: none!important;*/
	}
	.product-item{
		/*width: auto;*/
	}

	.tab-wrapper{
		flex-wrap: wrap;

	}
	.tab-content-item{
		height: 480px;
	}
	.video-container{
		padding: 0 70px;
	}
	.bottom-fotter{
		padding: 40px 70px;
		
	}
	.footer-left-bottom{
		align-items: start;
	}
	.footer-right-bottom{
		align-items: start;
	}
	.menu-btn{
		display: block;
	}
	
	.intrduce-company{
		margin-bottom: 40px;
  }
  .left-mb{
    margin: 50px auto;
    
  }
  .left-info{
    padding-left: 0;
  }
  .left-info-item{
    margin-left: 30px;
  }
	.bread-crumb{
		padding: 30px;
	}
	
	.introduce-content{
		margin-top: 20px;
		padding: 0 7%;
	}
	.left-problem-title{
		padding-left: 30px;
	}
	.problem-detail{
		margin-top: 20px;
    padding-left: 30px;
	}
	.aplication-title{
		padding-left: 30px;
	}
	.app-item-content{
		padding-left: 50px;
    padding-top: 20px;
	}
	.td-content-title{
		padding: 30px 0 30px 30px;
	}
	.td-item-container{
		margin-top: 20px;
    padding-left: 40px;
	}
	.banner-title{
		padding: 30px 0 30px 30px;
	}
	.d-swiper-container{
		margin-top: 40px;
	}
	.core-title{
		padding: 30px 0 30px 30px;
	}
	.scroll-container{
		margin-top: 20px;
		height: 100%;
	}
	.d-section7{
		height: auto;
    padding-bottom: 30px;
    min-height: 750px;
	}
	.cur-core{
		height: 100%;
	}
	.right-core-img{
		/* flex: 1;
		overflow: hidden; */
	}
	.right-core-img img{
		height: 100%;
    width: 100%;
	}
	.d-right-core-content{
		height: 100%;
	}
	.core-flex{
		height: 100%;
	}	
	.d-right-core-content::after{
		/* height: 100%; */
  }
  .more-service{
    height: auto;
  }
  .d-swiper-container img{
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: block;
  }
  .scroll-item{
    max-width: 212px;
  }
  .scroll-item-content{
    /* width: 220px;
    min-width: auto; */
  }
  .scrollbox li a {
    height: 130px !important;
      max-height: 130px !important;
     
  }
  .scrollbox li {
    height: 130px !important;
    max-height:130px !important;
   
  }
  .scrollbox{
    height: 410px !important;
  }
  .index-case5{
    height: auto !important;
  }
  /* .bread-crumb{
    display: none;
  } */
  .section-item{
    min-height: 780px;
    height: auto;
    flex-wrap: wrap;
    margin-bottom: 0;
    border-radius: 0px;
  }
  .section-item:first-child{
    margin-top: 0px;
  }
  .item-text-left{
    width: 100%;
    height: auto;
  }
  .item-text-right{
    height: auto;
  }
  .right-img-container{
    position: relative;
    width: 100%;
    padding: 10px;
    height: auto;
  }

}
#companys-content{
  position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: flex;
    flex-wrap: wrap;

}
.scrollbox {
  position: relative;
  width: 100%;
  /* height: 200px; */
  /* height: 360px; */
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 30px;
  height: 648px;
}

.scrollbox ul {
  position: absolute;
  left: 0px;
  top: 0px;
}

.scrollbox li {
  display: inline-block;
  width: 100%;
  /* max-height: 90px; */
  /* height: 110px; */
  height: 150px;
  overflow: hidden;
  /* padding: 10px 0; */
  padding: 5px 0px 3px 0;
}

.scrollbox li a {
  display: inline-block;
    /* width: calc(16.7% - 16px); */
    /* width: calc(14.3% - 16px); */
    width: calc(11.1% - 16px);
    /* width: 150px; */
    /* max-height: 90px; */
    /* height: 110px; */
    height: 150px;
    background: #fff;
    overflow: hidden;
    margin-left: 10px;
    text-align: center;
}

.scrollbox li a img {
  display: block;
    /* width: 156px; */
    /* height: 64px; */
    height: 100px;
    /* width: 59px; */
    /* background: #eee; */
    width: auto;
    margin: 0 auto;
    margin-top: 15px;
    /* padding-bottom: 8px; */
}
.route-title{
  display: flex;
  align-items: center;
  padding: 30px 0; 
  margin-left: 20px;
}
.route-title a{
  color: #333;
}
.route-title a:hover{
  color: #0156c1;
}
.d-section6-list{
  height: auto;
}
.d-section6-list  li a{
  width: calc(20% - 16px);
}
.d-section6-list .scrollbox{
  min-height: 250px;
  height: auto;
}
.d-section6-list .scrollbox ul {
  max-height: 100%;
  width: 100%;
}
.d-section6-list #toplist::after{
  content: '...';
  position: absolute;
  bottom: -10px;
  /* left: calc(10% - 28px); */
  width: 50px;
  min-height: 45px;
  text-align: center;
  font-size: 20px;
  color: #999999;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
}
#english .index-service{
   height: auto !important;
}
#english .service-raw{
  height: auto !important;
}
#english .intrduce-company{
  width: 150px !important;
}
#english .more-service{
  height: auto !important;
}
#english .product-item-img{
   min-height: 136px;
   height: auto;
}
#english .block-item{
    line-height: 25px;
    padding: 0 10px;
    height: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 9px;
    /* max-width: calc(20% - 10px); */
    margin-bottom: 10px;
    /* padding: 0 10px; */
    color: #666;
    width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
#english .phb-subtitle{
  height: 150px;
    overflow: auto;
    line-height: 1.5;
}
#english .phb-title{
  line-height: 1;
}
#english .tap span{
  width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#english .detail-subtitle{
  margin-bottom: 10px;
}
#english .ui-nav-item{
  margin-left: 0px; 
}
.company-number{
  display: flex;
  align-items: center;
}
.company-number a{
  cursor: pointer;
  margin-left: 10px;
  color: #999;
}
.center-title{
  /* text-align: center; */
}
.mt-title{
  margin-top: 25px;
}
.p-tab-mt{
  margin-top: 0;
}
.p-tab-pt{
  padding-top: 0;
}
.left_intro_title{
  text-align: left;
  margin-bottom: 25px;
}
.flex1{
  flex: 1;
}
.blod{
  font-weight: bold;
}
.core-img{
  width: 400px;
  height: 350px;
  margin-left: 10px;
}
.solution5-style{
  display: flex;
  flex-direction: column;
}
.solution5-style-problem{
  flex: 1;
  width: 90% !important;
  margin: 0 auto;
}
.solution-right-problem{
  align-self: flex-start !important;
}
.blue-blod{
  color: #0156c1;
  font-weight: bold;
}
.param-style{
  margin-left: 20px;
  margin-top: 5px;
}
.solution-href{
  margin-top: 20px;
  display: inline-block;
  font-size: 16px;
  color: #0156c1;
}

.download-box{
  height: 500px;
  width: 100%;
  background-image: url(../image/BG.png);
  background-size: 100% 100%;
  /* background-image: url(/assets/static/images/index/BG.jpg); */
}
.download-box .content {
  padding: 50px 0;
  margin-left: 40%;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  .download-box .content {
    margin-left: 5%;
  }
}
.download-box .content .top {
  /* height: 40px; */
  /* line-height: 40px; */
  margin: 30px 0;
} 
.download-box .content .top .p-title {
  display: inline-block;
  font-size: 30px;
  color: #00B7EE;
  margin-right: 10px;
}
.download-box .content .top .sub-title {
  display: inline-block;
  font-size: 18px;
  color: #FFC000;
}

.download-box .content .desc {
  font-size: 16px;
  color: #fff;;
  width: 72%;
}

.download-box .content .btn-list {
  float: left;
  color: #00B7EE;
}
.download-box .content .btn-list .btn {
  display: inline-block;
  width: 80px;
  height: 31px;
  line-height: 31px;
  margin-right: 5px;
  border: 1px solid #00B7EE;
  border-radius: 10px;
}
.download-box .content .btn-list .spc {
  display: inline-block;
  height: 31px;
  line-height: 31px;
}
.bottom-box {
  margin-top: 150px;
}
.bottom-box .download-btn {
  display: inline-block;
  width: 290px;
  height: 55px;
  line-height: 55px;
  margin-right: 20px;
  text-align: center;
  font-size: 22px;
  color: #F4F7FC;
  background: #00B7EE;
  border: 1px solid #00B7EE;
  opacity: 0.8;
  border-radius: 5px;
}
/* .bottom-box .download-btn:hover {
  cursor: pointer;
  background: #F4F7FC;
  color: #00B7EE;
  background: 1px solid #00B7EE;
}*/
.bottom-box .download-btn:hover { 
  cursor: pointer;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 0 6px #00B7EE;
  box-shadow: 0 0 6px #00B7EE;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.bottom-box .download-btn .icon {
  /* display: inline-block; */
  width: 32px;
  height: 32px;
  background-image: url(../image/download.png);
}
.bottom-box .download-count {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}

.bottom-box .download-count .number{
  color: #FFC000;
  padding: 0 5px;
}

@media screen and (max-width: 600px) {
  .download-box .content .btn-list .btn {
    width: auto;
  }
  .bottom-box {
    margin-top: 150px;
  }
}

@media screen and (max-width: 480px) {
  .download-box .content{
    padding: 20px 0;
  }
  .download-box .content .top .p-title,
  .download-box .content .top .sub-title {
    display: block;
  }
  .download-box .content .top .p-title {
    font-size: 24px;
  }
  .download-box .content .desc {
    width: 96%;
    font-size: 12px;
  }
  .bottom-box {
    margin-top: 120px;
    text-align: center;
  }
}

@media screen and (max-width: 1000px){
  .scroll-item {
    display: none;
  }
  .item {
    display: block;
  }
}
@media screen and (max-width: 780px){
  .core-img {
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px){
  .item-container {
    /* height: 40px; */
  }
}
@media screen and (max-width: 580px){
  .item-container {
    /* height: 80px; */
  }
}