@charset "utf-8";
.m-btn {
  display: none;
  position: absolute;
  cursor: pointer;
  right: 25px;
  top: 20px;
}
.m-btn span {
  display: block;
  width: 25px;
  height: 2px;
  background: #0487d4;
  position: relative;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
}
.m-btn span::before,
.m-btn span::after {
  content: "";
  display: block;
  height: 2px;
  width: 25px;
  background: #0487d4;
  position: absolute;
  left: 0;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
}
.m-btn span:before {
  top: -8px;
}
.m-btn span:after {
  bottom: -8px;
}
.m-btn.active span {
  background: transparent;
  margin-left: 10px;
}
.m-btn.active span:before {
  transform: rotate(-48deg) translate(-6px, 5px);
  -webkit-transform: rotate(-48deg) translate(-6px, 5px);
  -o-transform: rotate(-48deg) translate(-6px, 5px);
  width: 24px;
}
.m-btn.active span:after {
  transform: rotate(48deg) translate(-6px, -5px);
  -webkit-transform: rotate(48deg) translate(-6px, -5px);
  -o-transform: rotate(48deg) translate(-6px, -5px);
  width: 24px;
}
@media (max-width: 992px) {
  .m-btn {
    display: block;
  }
}
/* 内页banner */
.ny-ban {
  position: relative;
  overflow: hidden;
  background: #0a125a;
}
.ny-ban1 {
  position: static;
  background: url(../images/1727314554974406.png) no-repeat 0 0;
  background-color: #fff;
  background-size: 100vw;
}
.ny-ban img {
  width: 100%;
}
.ny-ban .ny-title {
  position: absolute;
  bottom: 0%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
  color: #fff;
}
.ny-ban .position ul li a{
  color: #fff;
}
.ny-ban .ny-title .cont{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.ny-ban .ny-title .cont h5{
  margin: 20px 0;
  display: block;
  font-weight: 800;
  font-size: 2.3rem;
}
.ny-ban .ny-title .cont img{
  width: 55%;
}
.ny-ban .ny-title h5.cntitle {
  font-size: 2.125rem;
  line-height: 1;
}
.ny-ban .ny-title h5.cntitle span {
  display: block;
  font-weight: 800;
  font-size: 3.5rem;
}
.ny-ban .ny-title h5.cntitle b{
  font-size: 80%;
  font-weight: 500;
}
.ny-ban .sys-title{
  top: 18%;
  color: #181818;
}
.ny-ban .sys-title h5.cntitle {
  color: #717376;
  font-size: 18px;
}
.ny-ban .sys-title h5.cntitle p {
  font-weight: 100;
}
.ny-ban .sys-title h5.cntitle span {
  color: #000;
  font-size: 2.5rem;
  margin-bottom: 15px;
}
.free-try{
  color: #717376;
  border: 1px solid #034496;
  border-radius: 30px;
  width: 42%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.125rem;
  margin: 1rem auto;
  padding-left: 1rem;
}
.free-try .try-btn{
  background: #034496;
  color: #fff;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 600;
  border-radius: 30px;
}

.tab-buttons{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 4%;
}
.tab-buttons h5{
  margin: 0 10px;
  color: #333;
  background: #cbd7e3;
  padding: 15px 65px;
  border-radius: 30px;
  font-weight: 700;
  cursor: pointer;
  font-size: 28px;
}
.tab-buttons h5:hover,.tab-buttons h5.active{
  color: #fff;
  background: #034496;
}
.ny-ban1 .tab{
  display: none;
}
.ny-ban1 .active{
  display: block;
}
.ny-ban .tab .sys-title{
  position: static;
  color: #181818;
}
.ny-ban .tab .ny-title{
  position: static;
  color: #000;
  transform: translate(0);
  margin-top: 60px;
}
.main-app .tedian .ny-title{
  top: 10%;
  color: #000;
}

@media (max-width: 1450px) {
  .ny-ban .ny-title{
    /* bottom: 10%; */
  }
  .ny-ban .ny-title h5.cntitle {
    font-size: 1.625rem;
  }
  .ny-ban .ny-title h5.cntitle span{
    font-size: 2.65rem;
  }
  .tab-buttons {
    margin-top: 35px;
  }
  .ny-ban .tab .ny-title {
    margin-top: 25px;
  }
  .ny-ban .sys-title h5.cntitle {
    font-size: 1rem;
  }
  .ny-ban .sys-title h5.cntitle span {
    font-size: 2rem;
  }
  .ny-ban .ny-title .cont h5 {
    margin: 15px 0;
    font-size: 1.7rem;
  }
  .tab-buttons h5{
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .ny-ban .sys-title{
    top: 20%;
    color: #181818;
  }
  .free-try .try-btn {
    padding: 0.3rem 1.5rem;
  }
  .free-try {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .tab-buttons h5{
    padding: 0px 65px;
    height: 46px;
    font-size: 22px;
    line-height: 46px;
  }
  .ny-ban .ny-title .cont img {
    width: 50%;
  }
  .ny-ban .ny-title .cont h5 {
    font-size: 1.5rem;
  }
  .ny-ban .sys-title h5.cntitle span {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
  .free-try {
    width: 50%;
  }
}

@media (max-width: 991px) {
  /* .ny-ban img {
    width: 140%;
    max-width: none;
    margin-left: -20%;
  } */
  .ny-ban .ny-title h5.cntitle {
    font-size: 0.75rem;
  }
  .ny-ban .ny-title h5.cntitle span {
    font-size: 1.5rem;
  }
  .tab-buttons {
    margin-top: 25px;
  }
  .ny-ban .tab .ny-title {
    margin-top: 20px;
  }
  .tab-buttons h5 {
    height: 35px;
    font-size: 14px;
    line-height: 35px;
  }
  .ny-ban .ny-title .cont h5 {
    margin: 10px 0;
    font-size: 1.5rem;
  }
  .ny-ban .ny-title .cont img {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .tab-buttons {
    margin-top: 2%;
  }
  .tab-buttons h5 {
    font-size: 10px;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
  }
  .ny-ban .tab .ny-title {
    margin-top: 2%;
  }
  .free-try {
    width: 100%;
    font-size: 0.75rem;
    margin: 1.2rem auto;
  }
  .ny-ban .ny-title h5.cntitle p{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .ny-ban .ny-title .cont h5 {
    margin: 2% 0;
    font-size: 1.1rem;
  }
  .ny-ban .ny-title .cont img {
    width: 55%;
  }
  .free-try .try-btn {
    padding: 0.1rem 1.5rem;
  }
}
@media (max-width: 520px) {
  .free-try {
    margin: 0.2rem auto;
  }
  .tab-buttons {
    margin-top: 1%;
  }
  .ny-ban .tab .ny-title {
    margin-top: 1%;
  }
  .ny-ban .ny-title .cont h5 {
    margin: 0.5% 0;
    font-size: 1rem;
  }
  .ny-ban .ny-title .cont img {
    width: 50%;
  }
}
/* 当前位置 */
.position {
  position: relative;
  overflow: hidden;
  /* padding-bottom: 20px; */
  line-height: 35px;
  padding: 10px 0;
}
.software .position,
.ny-news .position,
.ny-case .position,
.product-info .position
{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ny-news .position,
.product-info .position
{
  margin-bottom: 20px;
}
.position span a{
  display: inline-block;
  line-height: 50px;
  padding-left: 60px;
  background: url(../images/left.png) no-repeat left center;
  background-size: 50px;
}
.position ul li {
  padding: 0px 2px;
}
.ny-nav {
  position: relative;
  background: #fff;
  padding: 25px 0px;
  line-height: 50px;
  /* border-top: 1px solid #e4e4e4; */
  border-bottom: 1px solid #e4e4e4;
}
.position ul,.ny-nav ul{
  display: flex;
}
.flex{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.flex span{
  display: flex;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s;
}
.flex span i{
  margin-left: 5px;
  display: none;
}
.flex.on span,.flex.on span i{
  color: #1a33aa;
}
.flex span i:first-child{
  display: block;
}
.flex .subnav{
  width: 94%;
  padding-right: 30px;
  flex-wrap: wrap;
  transition: all 0.3s;
  height: 55px;
  overflow: hidden;
}
.flex.on,.flex.on .subnav{
  height: auto;
}
.flex.on span i:first-child{
  display: none;
}
.flex.on span i:last-child{
  display: block;
}
.ny-nav ul li{
  white-space: nowrap;
  padding: 0px 5px;
}
.ny-nav ul li span{
  font-size: 18px;
  font-weight: 600;
  color: #1a33aa;
}
.ny-nav ul li a {
  margin: 2px 2px;
  font-size: 1.125rem;
  white-space: nowrap;
  display: block;
  transition: 0.6s;
  position: relative;
  padding: 0 20px;
}
.ny-nav ul li:before {
  content: "|";
  float: right;
  margin-right: -8px;
}
.ny-nav ul li:last-child {
  /* padding: 0; */
}
.ny-nav ul li:last-child::before {
  content: "";
}
.ny-nav ul li a.active,
.ny-nav ul li a:hover,
.ny-nav ul.subnav li a.subactive,
.ny-nav ul.subnav li a:hover {
  color: #fff;
  background: #034496;
  /* padding: 0px 20px; */
  border-radius: 50px;
  font-weight: normal;
}
@media (max-width: 992px) {
  .position {
    line-height: 1;
    font-size: 1rem;
    padding: 5px 0;
    white-space: nowrap;
  }
  .ny-news .position,
  .product-info .position
  {
    margin-bottom: 10px;
  }
  .ny-nav{
    display: none;
  }
  .ny-nav ul li a{
    font-size: 1.0rem;
  }
  .position span a {
    line-height: 35px;
    padding-left: 45px;
    background-size: 35px;
  }
}
/* 搜索 */
.search {
}
.search form {
  width: 100%;
  height: 100%;
  position: relative;
}
.search form input {
  width: 100%;
  height: 35px;
  line-height: 35px;
  border: 1px solid #f4f5f6;
  background: #f4f5f6;
  padding: 0px 20px;
  border-radius: 25px;
  text-transform: uppercase;
}
.search form input:-moz-placeholder {
  font-size: 14px;
}
.search form input:-ms-input-placeholder {
  font-size: 14px;
}
.search form input::-webkit-input-placeholder {
  font-size: 14px;
}
.search form button {
  background: transparent;
  position: absolute;
  right: 5px;
  top: -1px;
  border: none;
  width: 50px;
  color: #363433;
  height: 100%;
}
.search form button i {
  font-size: 18px;
}
/*主页面*/
.main {
  background: #fff;
}
.ny-comm {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.commB{
  padding-bottom: 100px;
}
.commT{
  padding-top: 100px;
}
@media (max-width: 1360px) {
  .ny-comm {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .commT{
    padding-top: 80px;
  }
  .commB{
    padding-bottom: 80px;
  }
}
.main .m-pro-nav {
  display: none;
}
.main .m-pro-nav .dropdown .btn {
  width: 100%;
  background: #0043ee;
  color: #fff;
  padding: 10px 0;
}
.main .m-pro-nav .dropdown .dropdown-menu {
  width: 100%;
  padding: 10px 20px;
  height: 313px;
  overflow: auto;
}
.main .m-pro-nav .dropdown .dropdown-menu li {
  padding: 8px 10px;
  border-bottom: 1px solid #ddd;
}
.ny-comm .ny-title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1;
}
.ny-comm .ny-title span {
  color: #1a33aa;
}
.ny-comm .ny-title b {
  font-size: 1.5rem;
  font-weight: 300;
}
.ny-comm .ny-title strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
}
.line{
  height: 5px;
  border-bottom: 1px solid #e4e4e4;
  margin: 4rem 0rem;
}
.line:after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e4e4e4;
}
.ny-comm .tit-info{
  font-size: 1.125rem;
  margin-bottom: 2.0rem;
}
@media (max-width: 992px) {
  .main .m-pro-nav {
    display: block;
    margin: 0px 0px 20px;
  }
  .main .m-pro-nav.mt20 {
    margin-top: 25px;
  }
  .ny-comm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .commT{
    padding-top: 20px;
  }
  .commB{
    padding-bottom: 30px;
  }
  .ny-comm .ny-title {
    margin-bottom: 15px;
    font-size: 1.25rem;
  }
  .ny-comm .ny-title p {
    margin-bottom: 5px;
  }
  .ny-comm .ny-title strong {
    font-size: 0.9rem;
  }
  .ny-comm .ny-title b {
    font-size: 1rem;
  }
  .line{
    margin: 1rem 0rem;
  }
  .ny-comm .tit-info{
    font-size: 0.875rem;
    margin-bottom: 1.2rem;
  }
}
.ny-comm .ny-title ul {
  float: right;
  font-size: 14px;
  font-weight: normal;
}
.ny-comm .ny-title ul li {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
}
.ny-comm .ny-title ul li a {
  color: #76787a;
}

/*产品类别*/
.ny-comm .comm-left .cstlayer {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.0;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ny-comm .comm-left .cstlayer span {
  display: block;
  font-size: 28px;
  color: #0487d4;
}
.comm-left .ny-nav {
  padding: 15px 20px;
  background: #f5f5f5;
  margin-bottom: 20px;
}
.comm-left .ny-nav ul.subnav{
    padding:0px 0px;
    display: none;
}
.comm-left .ny-nav li.active ul.subnav{
    display: block;
}
.comm-left .ny-nav li {
  width: 100%;
  display: block;
}
.comm-left .ny-nav li a {
  display: block;
  padding: 18px 5px 18px 2px;
  line-height: 1.2;
  font-size: 1rem;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #dedede;
}
.comm-left .ny-nav li.active a.on,
.comm-left .ny-nav li a:hover {
  color: #0487d4;
}
.comm-left .ny-nav ul.subnav li a {
  display: block;
  padding: 10px 10px 10px 12px;
  line-height: 1.2;
  font-size: 14px;
}

.comm-left .ny-nav ul.nonesub li a:hover,
.comm-left .comm-left .ny-nav ul.subnav li a:hover,
.comm-left .ny-nav ul.subnav li a.subactive {
  color: #fff;
  background: #0487d4;
}

/*侧边案例*/
.blog-list {
  height: 660px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.blog-list li{
  margin: 0 0 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e4e4e4;
}
.blog-list li .post-image {
    display: table-cell;
    vertical-align: top;
    width: 44%;
    padding-right: 10px;
}
.blog-list li .bli-content {
    display: table-cell;
    vertical-align: middle;
    width: auto;
}
.blog-list li .bli-content .post-more {
    padding: 0rem 0.6rem;
    border-radius: 25px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    display: inline-block;
    font-size: 0.75rem;
}
.blog-list li .bli-content .post-title{
  font-size: 1.0rem;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-list li .bli-content .post-title span{
  display: block;
  font-weight: 300;
  font-size: 14px;
}
.blog-list ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  animation: blog-list-scroll 20s linear infinite;
}

.blog-list ul:hover {
  animation-play-state: paused;
}

@keyframes blog-list-scroll {
  0% {
      top: 0;
  }
  100% {
      top: -90%;
  }
}
/*内页关于我们*/
.ny-about {
  overflow: hidden;
}
.ny-about .about-txt{
  margin-bottom: 2rem;
  font-size: 1.125rem;
  overflow: hidden;
}
.ny-about .about-txt p{
  margin-bottom: 1rem;
  text-align: justify;
}
.ny-about .about-txt .about-img{
  width: 40%;
  margin: 0.4rem 0 0rem 0.5rem;
  float: right;
}
.img1{
  display: block;
}
.img2{
  display: none;
}
@media (max-width: 992px) {
  .ny-about .about-txt {
    font-size: 1.0rem;
    margin-bottom: 10px;
  }
  .img1{
    display: none;
  }
  .img2{
    display: block;
  }
}
/* 企业理念 */
.ny-philosophy{
  background: url(../images/about-us.jpg) no-repeat center center;
  background-size: cover;
}
.ny-philosophy .ny-title{
  color: #fff;
}
.philosophy-list{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 4rem 0 2rem 0;
}
.philosophy-list li{
  width: 20%;
  padding: 5rem 4rem;
  position: relative;
  text-align: center;
  color: #fff;
  transition: all 0.6s;
}
.philosophy-list li:first-child::before{
  content: '';
  width: 1px;
  height: 100%;
  background: #ffffff3d;
  position: absolute;
  top: 0;left: 0;
}
.philosophy-list li::after{
  content: '';
  width: 1px;
  height: 100%;
  background: #ffffff3d;
  position: absolute;
  top: 0;right: 0;
}
.philosophy-list li:hover{
  transform: scale(1.05);
}
.philosophy-list li img{
  width: auto;
  margin-bottom: 2.0rem;
}
.philosophy-list li h3{
  font-size: 1.5rem;
  margin-bottom: 1.0rem;
}
.philosophy-list li p{
  font-size: 1rem;
}
.philosophy-list-swiper{
  display: none;
}
@media (max-width:992px) {
  .philosophy-list{
    padding: 0;
    display: none;
  }
  .philosophy-list li{
    width: 100%;
  }
  .philosophy-list li::after{
    display: none;
  }
  .philosophy-list li img{
    width: 80px;
    margin-bottom: 20px;
  }
  .philosophy-list li:first-child::before{
    display: none;
  }
  .philosophy-list-swiper{
    display: block;
    color: #fff;
    padding: 30px 0;
  }
  .philosophy-list-swiper img{
    width: 80px;
  }
  .philosophy-list-swiper h3{
    font-size: 1.25rem;
    margin: 10px 0;
  }
  .philosophy-list-swiper p{
    font-size: 1rem;
  }
}
/* 发展历程 */
.ny-develop{
  overflow: hidden;
}
.ny-develop .tabs {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto 30px;
}
.ny-develop .tab {
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.ny-develop .tab::after{
  content: '';
  position: absolute;
  height: 2px;
  width: 400%;
  bottom: -20px;
  background: #d8d8d8;
}
.ny-develop .tab:last-child::after{
  background: #fff;
  z-index: 1;
  height: 4px;
  bottom: -21px;
}
.ny-develop .tab h3{
  font-weight: 300;
}
.ny-develop .tab h3::after{
  content: '';
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #d8d8d8;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -55%;
  z-index: 3;
}
.ny-develop .tab:last-child {
  margin: 0;
}
.ny-develop .tab:hover h3,.ny-develop .tab.active h3{
  font-weight: 800;
  color: #1a33aa;
}
.ny-develop .tab:hover p,.ny-develop .tab.active p{
  font-weight: 800;
}
.ny-develop .tab:hover h3::after,.ny-develop .tab.active h3::after{
  background: #1a33aa;
}
.ny-develop .tab-content {
  display: none;
  animation: fadeIn 0.5s;
}
.ny-develop .tab-content.active {
  display: block;
}
.ny-develop .tab-content ul{
  border-top: 2px solid #dddddd;
  padding-top: 3px;
}
.ny-develop .tab-content .stage-tit{
  font-size: 1.5rem;
  padding: 3.5rem 0;
}
.ny-develop .tab-content ul li{
  border-top: 1px solid #dddddd;
  padding: 3rem 0;
}
.ny-develop .tab-content ul li .date{
  line-height: 1;
  font-size: 3.5rem;
  font-weight: 600;
  color: #1a33aa;
}
@media (max-width:992px) {
  .ny-develop .tabs{
    width: 100%;
  }
  .ny-develop .tab h3{
    font-size: 14px;
  }
  .ny-develop .tab p{
    font-size: 12px;
  }
  .ny-develop .tab::after{
    bottom: -30%;
  }
  .ny-develop .tab:last-child::after{
    background: #fff;
    height: 4px;
    z-index: 2;
    bottom: -33%;
  }
  .ny-develop .tab h3::after{
    width: 16px;
    height: 16px;
    bottom: -53%;
  }
  .ny-develop .tab-content .stage-tit {
    font-size: 1rem;
    padding: 2.5rem 0;
  }
  .ny-develop .tab-content ul li .date {
    font-size: 1.5rem;
  }
}
/* 荣誉证书 */
.honor-box{
  position: relative;
}
.honor-list .honor-img {
  border: 1px solid #e2e2e2;
  /* margin-bottom: 10px; */
  background-color: #fff;
  padding: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.honor-list .honor-img img {
  max-height: 100%;
}
.honor-list .honor-con {
  padding: 15px 0px;
  transition: all 0.6s;
  min-height: 63px;
}
.honor-list h5 {
  font-size: 1.0rem;
  font-weight: 100;
  transition: all 0.6s;
}
@media (max-width: 992px) {
  .honor-list h5 {
    text-align: center;
    font-size: 1.125rem;
  }
  .honor-list .honor-img{
    margin-bottom: 0;
  }
}

/*企业文化*/
.culture-list li{
  overflow: hidden;
  margin: 0 0px;
  display: flex;
  align-items: center;
}
.culture-list li:nth-child(even){
  flex-direction: row-reverse;
  text-align: right;
}
.culture-list .culture-img{
  width: 50%;
}
.culture-list .culture-img img {
  width: 100%;
}
.culture-list .culture-con {
  padding: 2% 5%;
  width: 50%;
  font-size: 1.25rem;
}
.culture-list h5 {
  font-size: 1.625rem;
  background: url(../images/line.jpg) no-repeat left bottom;
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
  font-weight: bolder;
}
.culture-list li:nth-child(even) h5{
  background: url(../images/lines.jpg) no-repeat right bottom;
}
.culture-list h5 span {
  font-size: 2.80rem;
  text-transform: uppercase;
  color: #f2f2f2;
  display: block;
}
@media (max-width: 1360px) {
  .culture-list .culture-con {
    padding: 1% 2%;
    width: 50%;
    font-size: 1.125rem;
  }
}
@media (max-width: 992px) {
  .culture-list .culture-con {
    font-size: 0.75rem;
  }
  .culture-list h5{
    font-size: 1.125rem;
    margin-bottom: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .culture-list h5 span {
    font-size: 1.35rem;
  }
}
/*展厅*/
.ny-hall ul{
  display: flex;
}
.ny-hall ul li.hall-tit{
  width: 26.923%;
  position: relative;
}
.ny-hall ul li.hall-tit .imgs{

}
.ny-hall ul li.hall-img{
  width: 73.080%;
}
.ny-hall ul li.hall-img img,.ny-hall ul li.hall-tit .imgs{
  width: 100%;
}
/*人才招聘*/
.ny-job{
  padding-top: 0px;
}
.ny-job .job-leibie{
  padding: 15px 0.5rem;
  text-align: center;
  background: #f4f4f4;
  border-radius: 35px;
  font-size: 1.125rem;
  transition: all 0.6s;
  margin-bottom: 2.5rem;
}
.ny-job .job-leibie span{
  margin: 0 0.4rem;
}
.ny-job .job-leibie a.active{
  color: #034496;
}
.ny-job ul li:first-child{
  background:transparent;
  padding: 8px 0px 8px 25px;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 2;
  border-radius: 25px;
  border: 0px solid #f3f3f3;
  margin-bottom: 10px;
}
.ny-job ul li{
  background:transparent;
  border: 1px solid #e5e5e5;
  line-height: 3;
  padding-left: 25px;
  border-radius: 25px;
  margin-bottom: 10px;
}
.ny-job ul li .apply-btn{
  color: #fff;
  text-align: center;
  background-color: #034496;
  border-radius: 25px;
  display: block;
}
@media (max-width:992px) {
  .ny-job ul li {
    padding: 15px 20px;
  }
  .ny-job ul li .row div{
    padding: 0 5px;
  }
  .ny-job ul li:first-child .row div{
    padding: 0;
    padding-right: 10px;
    text-align: center;
  }
  .ny-job ul li .row div:nth-child(3){
    display: none;
  }
}
@media (max-width:768px) {
  .ny-job .job-leibie{
    font-size: 0.875rem;
  }
}
/*内页案例*/
.ny-tab{
  position: relative;
  margin-top: -180px;
  margin-bottom: 80px;
  width: 100%;
  height: 200px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}
.ny-tab .tab-1 {
  width: 20%;
  height: 90%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.ny-tab .tab-1:after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  border-left: 1px solid #d3d3d3;
}
.ny-tab .tab-1 .tab-2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ny-tab .active .tab-2{
  color: #fff;
  background: #034496;
  padding: 30px 35px;
  border-radius: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ny-tab .tab-1:nth-last-child(1){
  border-right: 0;
}
.ny-tab .active .tab-2 img{
  filter: invert(0%) brightness(200%);
}

.tab-btn.active{
  color: #fff;
  background: #1a33aa;
}

.case-list {
  border: 1px solid #e2e2e2;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.case-list .case-img img {
  width: 100%;
}
.case-list .case-content {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
}
.case-list .case-content h5 {
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.375rem;
}
.case-list .case-content .online {
  transition: all 0.3s ease-in-out;
  background: url(../images/online.png) no-repeat left center;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  display: inline-block;
}
.case-list:hover .case-content .online {
  background: url(../images/online-hover.png) no-repeat left center;
}
.case-list .case-desc {
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制为两行 */
  overflow: hidden;
  text-overflow: ellipsis; /* 显示省略号 */
}
.case-list:hover {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
}
.case-list:hover .case-content h5{
  color: #034496;
}

@media (max-width: 991px) {
  .case-list {
    margin: 10px 0px;
    padding: 10px;
  }
  .case-list .case-content h5{
    font-size: 1.125rem;
  }
  .case-list .case-content h5 span{
    font-size: 0.75rem
  }
  .ny-tab{
    margin-top: -110px;
    margin-bottom: 30px;
    height: 110px;
  }
  .ny-tab .tab-1 img{
    width: 50%;
  }
  .ny-tab .active .tab-2{
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .ny-tab{
    margin-top: -80px;
    height: 85px;
    font-size: 0.75rem;
  }
  .ny-tab .active .tab-2{
    padding: 10px;
  }
}
@media (max-width: 500px) {
  .ny-tab .active .tab-2{
    padding: 5px;
  }
}
/*案例详情*/
.ny-info-tit{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #969696;
  position: relative;
}
.ny-info-tit::after {
  position: absolute;
  content: '';
  top: calc(100% + 4px);
  left: 0;
  height: 1px;
  width: 100%;
  background: #969696;
}
.ny-info-tit h5{
  font-size: 2.0rem;
  line-height: 1;
  margin-bottom: 15px;
}
.ny-info-tit p{
  font-size: 0.9rem;
  line-height: 1;
}
.ny-info-tit p span{
  margin-right: 10px;
}
.ny-case img{
  margin: 10px 0;
}
.ny-case .case-info .overview{
  margin-bottom: 0.8rem;
}
.ny-case .case-info .overview h2{
  font-size: 1.325rem;
  color: #034496;
  margin: 1rem 0;
}
.grey-white{
  background: linear-gradient(to bottom, #f3f3f3 , #fff);
}
.white-grey{
  background: linear-gradient(to bottom, #fff , #f7f7f7);
}
@media (max-width:992px) {
  .ny-case .case-info h5, .ny-news .news-info h5 {
    font-size: 1.2rem;
  }
  .ny-info-tit p span{
    font-size: 14px;
  }
}
/*产品列表*/
.ny-pro-con{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-list {
  position: relative;
  background-size: 100%;
  transition: all 0.6s;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  border-right: 0;
}
.relat-swiper .product-list{
  border-right: 1px solid #ddd;
}
.ny-sof .product-list {
  border-right: 1px solid #ddd;
}
.ny-product .product-list:nth-child(4n) {
  border-right: 1px solid #ddd;
}
.ny-product .product-list:last-child {
  border-right: 1px solid #ddd;
}
.ny-pro-con .product-list {
  width: 25%;
}
.product-list .product-img {
  background: url(../images/bj.png) no-repeat 0 0;
  background-size: 100% 100%;
  padding: 50px
}
.product-list .product-logo img{
  height: 12px;
}
.product-list .product-img img {
  width: 100%;
  transition: all 0.6s;
}
.product-list .pro-con{
  transition: all 0.6s;
  padding: 25px;
  border-top: 1px solid #ddd;
}
.product-list h5 {
  font-size: 1.25rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
  min-height: 56px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-list .p {
  font-size: 1rem;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-list .online{
  display: flex;
  justify-content: space-between;
}
.product-list .zixun,.product-list .wechat{
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50px;
  padding: 10px 0;
  width: 48%;
  color: #909090;
  display: inline-block;
  position: relative;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-list .zixun img,.product-list .wechat img{
  width: 15px;
  height: auto;
  margin-left: 5px;
  filter: grayscale(100%) brightness(40%);
}
.product-list:hover .zixun{
  color: #f28e00;
}
.product-list:hover .wechat{
  color: #1a33aa;
}
.product-list:hover .zixun img,.product-list:hover .wechat img{
  filter: none;
}
.ny-product .product-more:hover{
  background-color: #1a33aa;
}
.product-list:hover {
  border: 1px solid #1a33aa;
  border-right: 1px solid #1a33aa;
}
.product-list:last-child:hover {
  border-right: 1px solid #1a33aa;
}
.product-list:hover .pro-con{
  color: #fff;
  background-color: #1a33aa;
  background-size: cover;
}
.product-list:hover h5,.product-list:hover p{
  color: #fff;
}
.product-list:hover .product-img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}
@media (max-width: 1360px) {
  .product-list .zixun, .product-list .wechat {
    padding: 5px 0;
    font-size: 1rem;
  }
  .product-list h5{
    font-size: 1.25rem;
  }
}
@media (max-width: 992px) {
  .ny-pro-con .product-list{
    width: 100%;
  }
  .ny-product .product-list {
    border-right: 1px solid #ddd;
  }
  .product-list h5 span{
    font-size: 1.0rem;
  }
  .product-list .zixun, .product-list .wechat {
    padding: 5px;
  }
}

/*产品展示详情 */
.product-info {
  position: relative;
  background: url(../images/product-info.jpg) no-repeat center bottom #fff;
  padding-top: 30px;
  padding-bottom: 60px;
}
.product-info .thumb {
  display: flex;
  justify-content: space-between;
}
.product-info .gallery-top{
  width: 74%;
}
.product-info .slide-box{
  width: 24%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.product-info .swiper-container {
  height: 100%;
}
.product-info .slide-box .swiper-slide{
  height: auto !important;
}
.product-info .adv-img {
  overflow: hidden;
  border: 1px solid #ddd;
  background: url(../images/bj.png) no-repeat 0 0;
  background-size: 100% 100%;
  padding: 50px;
}
.product-info .adv-img img {
  transform: scale(1.2);
}
.product-info .thumbs-img{
  padding: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
  background: url(../images/bj.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.product-info .swiper-slide-thumb-active .thumbs-img{
  border: 1px solid #1a33aa;
}
.product-info .adv-img img ,.product-info .thumbs-img img{
  width: 100%;
  padding: 0px;
}
.product-con .product-logo{
  font-size: 1.125rem;
  font-weight: 600;
}
.product-con .product-logo img{
  height: 18px;
}
.product-con {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.product-con h5 {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 5px;
}
.product-con span {
  display: block;
  font-weight: 300;
  line-height: 1;
  font-size: 1.5rem;
}
.product-con .overview {
  overflow: hidden;
  margin-bottom: 2rem;
}
.product-con .overview p{
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.product-con .overview .table{
  border-bottom: 1px solid #e4e4e4;
}
.product-con .overview table tr th {
  width: 20%;
  color: #1a33aa;
  font-size: 1.125rem;
  background-color: transparent;
  font-weight: 600;
  vertical-align: top;
}
.product-con .overview table tr td {
  font-size: 1.125rem;
  background-color: transparent;
}

.product-con .online {
  transition: all 0.6s;
  display: flex;
  justify-content: space-between;
}
.product-con .zixun, .product-con .wechat,.sol-right .zixun, .sol-right .wechat,
.after-tel .zixun, .after-tel .wechat{
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 40px;
  font-size: 1.125rem;
  padding: 0.8rem 1.35rem;
  width: 45%;
  color: #fff;
  background-color: #1a33aa;
  display: inline-block;
  position: relative;
}
.product-con .zixun img{
  margin-right: 10px;
  filter: brightness(0) invert(1);
}
.product-con .zixun{
  width: 100%;
}
.sol-right .wechat,.after-tel .wechat{
  background-color: #faaa23;
}
.product-con .wechat .er-box,.product-list .wechat .er-box ,.sol-right .wechat .er-box,
.after-tel .wechat .er-box{
  position: absolute;
  top: 100%;
  left: 0;
  width: 10px;
  height: 10px;
  opacity: 0.0;
  transition: all 0.3s;
}
.product-con .wechat .er-box, .product-list .wechat .er-box{
  top: 95%;
}
.product-con .wechat:hover .er-box,.product-list .wechat:hover .er-box, .sol-right .wechat:hover .er-box,
.after-tel .wechat:hover .er-box{
  opacity: 1.0;
  background: #fff;
  padding: 5px;
  width: 50%;
  height: auto;
  z-index: 100;
  margin-top: 5px;
  border: 1px solid #ededed;
  left: 25%;
}
.product-con .wechat:hover .er-box img,.product-list .wechat:hover .er-box img, .sol-right .wechat:hover .er-box img,
.after-tel .wechat:hover .er-box img{
  width: 100%;
}
.modal-body{
  padding: 30px 50px;
}
.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}
@media (max-width: 1399px) {
  .product-con .overview {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1360px) {
  .product-con .overview {
    margin-bottom: 1.5rem;
  }
  .product-con .overview table tr th {
    font-size: 1.0rem;
  }
  .product-con .overview table tr td {
    font-size: 1.0rem;
  }
  .product-con h5{
    font-size: 2rem;
  }
}

@media (max-width:992px) {
  .product-con .zixun, .product-con .wechat, .sol-right .zixun, .sol-right .wechat {
    padding: 6px 25px;
  }
  .product-con .wechat .er-box, .product-list .wechat .er-box{
    top: 90%;
  }
  .product-con span{
    font-size: 1rem;
  }
  .product-con h5{
    font-size: 1.25rem;
  }
}
@media (max-width:768px) {
  .modal-body{
    padding: 10px 20px;
  }
  .modal-dialog {
    max-width: 400px;
    margin: 0px auto;
  }
}
/*详情页导航*/
.product-dh{
  padding: 1rem 0px;
  font-weight: 600;
  margin-bottom: 40px;
}
.product-dh .ny-title{
  position: relative;
  padding-left: 25px;
  font-size: 2.5rem;
  line-height: 1;
}
.product-dh .ny-title::before{
  content: '';
  position: absolute;
  left: 0;top: 0;
  width: 10px;
  height: 100%;
  background: #1a33aa;
  display: inline-block;
}
.product-dh span{
  color: #1a33aa;
}
.product-dh ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.product-dh ul li ,.product-dh ul li:hover{
  padding: 0px 0px 0px 32px;
  color: #fff;
}
.product-dh ul li a,.product-dh ul li a:hover{
  color: #fff;
  padding: 0px 0px;
}
.product-dh ul li:before{
  content: "|";
  float: left;
  margin-right: 0px;
  margin-left: -16px;
}

@media (max-width: 992px) {
  .product-dh .ny-title{
    font-size: 1.5rem;
  }
  .product-dh{
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .product-info {
    padding-bottom: 20px;
    padding-top: 25px;
  }
  .product-info .adv-img {
    margin-bottom: 10px;

  }
  .product-con {
    padding-top: 0px;
  }
  .product-con h5 {
    font-size: 1.5rem;
  }
  .product-dh .container {
    display: flex;
    flex-direction: column;
  }
  .product-dh ul {
    justify-content: space-between;
  }
  .product-dh ul li, .product-dh ul li:hover {
    padding: 0px 0px 0px 25px;
    font-size: 1.0rem;
  }
}

/*产品功能*/
.product-info-content {
  padding: 40px 0;
  border-top: 2px solid #969696;
  position: relative;
}
.product-info-content::before {
  position: absolute;
  content: '';
  top: 4px;
  height: 1px;
  width: 100%;
  background: #969696;
}
.product-info-content h2 {
  color: #1a33aa;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.product-info-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.product-info-content .table-container {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 30px;
  -webkit-overflow-scrolling: touch;
}
.product-info-content .table-container table {
  border-collapse: collapse;
  min-width: 100%;
  white-space: nowrap;
}
.product-info-content tr,.product-info-content td {
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #ddd;
}
.downlist ul li{
  position: relative;
  padding: 0.8rem 0px 0.8rem 4.5rem;
  width: 100%;
  background: #f7f7f7;
  border-radius: 2px;
  overflow: hidden;
  justify-content: space-between;
  border: 1px solid #e4e4e4;
  margin-bottom: 0.5rem;
}
.downlist ul li{
  background-color: #fff;
}
.downlist ul{
  counter-reset: item;
}
.downlist ul li:before {
  counter-increment: item;  /* 每个<li>元素增加计数器 */
  content: counters(item, ".") " ";  /* 在<li>元素前显示当前计数器值 */
  position: absolute;
  left: 0;
  top: 0;
  width: 3.5rem;
  text-align: center;
  color: #fff;
  height: 100%;
  padding: 0.5rem 0px 0.5rem 0rem;
  vertical-align: middle;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  background-color: #faaa23;
}
.downlist ul li:before{
  content: "0" counters(item, ".") ;  /* 在<li>元素前显示当前计数器值 */
}

.product-con .overview table {
  margin: 10px 0px;
}

@media (max-width: 992px) {
  .pro-wechat {
    position: relative;
    width: 100%;
  }
  .pro-wechat .tel a,
  .pro-wechat .online a {
    padding: 7px 15px;
    font-size: 16px;
  }
  .pro-wechat .tel a i,
  .pro-wechat .online a i {
    font-size: 22px;
  }
}
/*上一页下一页*/
.pre-next {
  margin-top: 30px;
}
.pre-next p {
  line-height: 35px;
  background: url(../images/prev.png) no-repeat left 15px center;
  background-size: 35px;
  padding-left: 60px;
}
.pre-next p:last-child {
  background: url(../images/next.png) no-repeat right 15px center;
  background-size: 35px;
  padding-left: 0;
  padding-right: 60px;
}
.pre-next span {
  font-weight: bold;
}

@media (max-width: 991px) {
  .pre-next{
    display: none;
  }
}
.box{
  position: relative;
}
.box .swiper-container {
  overflow: initial;
}
/*相关产品*/
.related_product{
  overflow: hidden;
  padding-bottom: 90px;
  border-top: 2px solid #969696;
  position: relative;
}
.related_product::before{
  position: absolute;
  content: '';
  top: 4px;
  height: 1px;
  width: 100%;
  background: #969696;
}
.related_product .ny-title{
  position: relative;
  padding-left: 25px;
  font-size: 2.5rem;
  line-height: 1;
}
.related_product .ny-title::before{
  content: '';
  position: absolute;
  left: 0;top: 0;
  width: 10px;
  height: 100%;
  background: #1a33aa;
  display: inline-block;
}
.related_product .swiper-button-next, .related_product .swiper-button-prev,
.honor-box .swiper-button-next, .honor-box .swiper-button-prev{
  width: 30px;
  left: -50px;
  height: 60px;
  margin-top: -65px;
  -webkit-background-size: 30px 60px;
  background-size: 30px 60px;
}
.related_product .swiper-button-next,.honor-box .swiper-button-next{
  right: -50px;
  left: auto;
}
.case-nav1{
  position: relative;
}
.case-nav1 .swiper-button-prev,
.case-nav1  .swiper-button-next{
  top: 30%;
  width: 25px;
  height: 40px;
  background-size: cover;
}
.case-nav1  .swiper-button-next{
  right: -35px;
}
.case-nav1 .swiper-button-prev{
  left: -35px;
}
@media (max-width:992px) {
  .case-nav1 .swiper-button-prev,.case-nav1  .swiper-button-next{
    top: 43%;
  }
  .related_product{
    padding-bottom: 30px;
  }
  .related_product .ny-title{
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
@media (max-width:768px) {
  .case-nav1 .swiper-button-prev, .case-nav1 .swiper-button-next {
    right: -11px;
    top: 50%;
    width: 10px;
    height: 18px;
  }
  .case-nav1 .swiper-button-prev {
    left: -11px;
  }
}
/*相关案例*/
.case .ny-case-btn{
  width: 33.33333333%;
}
.case .ny-case-btn .swiper-button-prev, .case .ny-case-btn .swiper-button-next{
  padding: 0px 1.4rem;
  width: 45px;
}
.case .ny-case-btn .swiper-button-next{
  left: 4.5rem;
}
.case .case-more{
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  border-radius: 35px;
  padding: 0.5rem 2rem;
  background: #034496;
  transition: all 0.6s;
  float: right;
  margin-top: 7.5rem;
}
@media (max-width: 991px) {
  .case .ny-case-btn .swiper-button-next{
    left: 60%;
  }
}
@media (max-width: 768px) {
  .case .ny-case-btn .swiper-button-next{
    left: 40%;
  }
}
/*相关下载*/
.ny-downlist {
  background: #f7f7f7;
}
.ny-downlist .downlist,.ny-solution .solution{
  height: 320px;
  overflow: hidden;
}
.ny-downlist .down-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  width: auto;
  transition-property: all;
  background-color: #f8f8f8;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  padding: 5% 3%;
}
.ny-downlist .down-list .down-title {
  color: rgba(11, 64, 105, 1);
  font-size: 1.425rem;
  font-weight: normal;
  line-height: 1.4;
  align-self: center;
  border-style: none;
  border-width: 1px;
  margin-right: 15px;
  flex: 1;
}
.ny-downlist .down-list .down-title span {
  font-size: 0.875rem;
  font-family: Arial;
  display: block;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgba(191, 191, 191, 1);
}
.down-btn {
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  flex: 0 0 auto;
  align-self: center;
}
.down-btn a {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  width: 90px;
  padding: 8px;
  background-color: #d62127;
  color: rgba(255, 255, 255, 1);
  border-radius: 0px;
}
@media (max-width:768px) {
  .ny-downlist .downlist,.ny-solution .solution{
    height: 250px;
  }
  .ny-downlist .downlist ul li a{
    font-size: 0.75rem;
  }
}

/* 案例和产品 */
.product .par-tab,.case .par-tab{
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2.5rem;
}
.product .par-tab li,.case .par-tab li {
  width: 10%;
  margin: 0% 0.5%;
}
.product .par-tab li a,.case .par-tab li a ,.system .thumbs .swiper-slide span, .platform .thumbs .swiper-slide span{
  padding: 12px 0.5rem;
  display: block;
  text-align: center;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 35px;
  font-size: 1.125rem;
  transition: all 0.6s;
  cursor: pointer;
}
.case .par-tab li a{
  background: #f8f8f8;
}
.product .par-tab li.active a,.product  .par-tab li a:hover,.case .par-tab li.active a,.case .par-tab li a:hover,
.system .thumbs .swiper-slide.swiper-slide-thumb-active span,
.platform .thumbs .swiper-slide.swiper-slide-thumb-active span{
    color: #fff;
    font-weight: 600;
    background: #f28e00;
    border: 1px solid #f28e00;
}
@media (max-width:992px){
    .case{
      background-size: 100% 50%;
    }
    .product .par-tab li {
      width: 30%;
      margin-bottom: 5px;
    }
    .case .par-tab li {
      width: 24%;
      margin-bottom: 5px;
    }
    .product .par-tab li a,.case .par-tab li a,.system .swiper-slide h5, .platform .swiper-slide h5{
      padding: 5px 5px;
      font-size: 1rem;
    }
    .product .news-tab, .case .par-tab {
      margin-bottom: 25px;
  }
}
.ny-news .news-list {
  border-top: 1px solid #e5e5e5;
}
.ny-news .news-list li {
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.6s;
}
.ny-news .news-list li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ny-news .news-list li  .news-img{
  width: 25%;
}
.ny-news .news-list li .news-con {
  width: 75%;
  display: flex;
  align-items: center;
}
.ny-news .news-list li .news-time {
  width: 12%;
  padding: 0 25px;
  text-align: center;
}
.ny-news .news-list li .news-time p{
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}
.ny-news .news-list li .news-time span{
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
}
.ny-news .news-list li .news-con-1 {
  width: 86%;
}
.ny-news .news-list li .news-con-1 .newt{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  font-size: 1.125rem;
  margin-bottom: 15px;
}
.ny-news .news-list li .news-con-1 .newt p{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #181818;
}
.ny-news .news-list li .news-sort {
  font-size: 0.875rem;
  padding: 2px 20px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  color: #696969;
  margin-right: 20px;
  border: 1px solid #ddd;
  font-size: 1.125rem;
  white-space: nowrap;
}
.ny-news .news-list li .news-con-1 .newb{
  font-weight: 300;
  color: #181818;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ny-news .news-list li:hover .news-sort {
  color: #fff;
  background: #1a33aa;
  border: 1px solid #1a33aa;
}
.ny-news .news-list li:hover {
  background: #f6f6f6;
}
.ny-job .nmore,
.network-tel .nmore {
  padding: 15px 5rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  background: #034496;
  border-radius: 35px;
  font-size: 1.125rem;
  transition: all 0.6s;
  margin-top: 2.5rem;
}
.ny-job .nmore,
.network-tel .nmore {
  background-color: #faaa23;
}
.network-tel .nmore {
  margin-top: 1rem;
}
.ny-news .nmore:hover,
.ny-job .nmore:hover,
.network-tel .nmore:hover {
  padding: 15px 6rem;
}
@media (max-width: 992px) {
  .ny-news .news-list {
    line-height: 1.2;
  }
  .network-tel .nmore{
    padding: 6px 5rem;
  }
  .ny-news .news-list li{
    padding: 15px 0;
  }
  .ny-news .news-list li .news-sort {
    padding: 5px 5px;
    font-size: 0.75rem;
    z-index: auto;
    margin-left: 5px;
  }
  .ny-news .news-list li .news-sort:before{
    left: -5px;
  }
  .ny-news .news-list li .news-img,.ny-news .news-list li .news-con{
    width: 100%;
  }
  .ny-news .news-list li .news-time {
    padding: 5px 5px;
  }
  .ny-news .news-list li .news-time p{
    font-size: 2rem;
  }
  .ny-news .news-list li .news-time {
    width: 20%;
  }
  .ny-news .news-list li .news-con-1{
    width: 78%;
  }
  .ny-news .news-list li .news-con-1 .newt {
    padding: 10px 0;
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
/* 新闻详情页 */
.news-info-content img {
  max-width: 100%;
  width: auto;
  margin: 10px 0px;
}
.ny-news .about-news {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-top: 1px solid #ddd;
  margin-top: 50px;
}
.ny-news .about-news li{
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.ny-news .about-news li a{
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  padding: 25px 20px;
  font-size: 18px;
}
.ny-news .about-news li .l{
  width: 88%;
  display: flex;
  align-items: center;
}
.ny-news .about-news li .l p{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ny-news .about-news li a span{
  font-size: 16px;
  color: #7f7e7e;
  padding: 5px 25px;
  border-radius: 20px;
  display: inline-block;
  border: 1px solid #dbdbdb;
  margin-right: 30px;
  white-space: nowrap;
}
.ny-news .about-news li a i{
  color: #dbdbdb;
  margin-right: 30px;
}
.ny-news .about-news li a b{
  font-weight: 300;
}
.ny-news .about-news li a:hover {
  color: #fff;
  background: #1a33aa;
}
.ny-news .about-news li a:hover span{
  color: #1a33aa;
  background: #fff;
}
.ny-news .about-news li a:hover b{
  font-weight: 600;
}
@media (max-width:992px) {
  .ny-news .about-news {
    margin-top: 25px;
  }
  .ny-news .about-news li a {
    padding: 10px;
    font-size: 16px;
  }
  .ny-news .about-news li .l {
    width: 75%;
  }
  .ny-news .about-news li a i,
  .ny-news .about-news li a span {
    margin-right: 10px;
  }
  .ny-news .about-news li a span {
    margin-right: 10px;
    font-size: 14px;
    padding: 5px 10px;
  }
}
/*解决方案*/
.ny-solution{
  background-color: #fff;
}
.ny-solution .solution ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ny-solution .solution ul li {
  position: relative;
  width: 49%;
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  justify-content: space-between;
  border: 1px solid #e4e4e4;
  margin-bottom: 0.5rem;
}
.ny-solution .solution ul li a{
  display: flex;
  align-items: center;
}
.ny-solution .solution ul li img{
  margin-right: 0.5rem;
}
.sol-right{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 1.5rem;
}
.sol-tel,.sol-right .online{
  width: 100%;
  margin: 2rem 0rem;
}
.sol-tel ul{
  display: flex;
  border-left: 1px solid #e4e4e4;
  justify-content: space-between;
}
.sol-tel ul li{
  width: 49%;
  padding-right: 1rem;
  margin-left: 1rem;
  font-size: 1.0rem;
  line-height: 1.0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sol-tel ul li:before {
  content: "";
  position: absolute;
  right: 0px;
  width: 1px;
  height: 100%;
  background: #e4e4e4;
}
.sol-tel ul li span{
  display: block;
  font-size: 1.75rem;
}
@media (max-width:992px) {
  .sol-tel ul li img{
    width: 15%;
  }
  .sol-tel ul li span {
    font-size: 1.2rem;
  }
}
@media (max-width:768px) {
  .sol-right{
    font-size: 1.25rem;
  }
  .sol-tel ul li{
    font-size: 0.875rem;
  }
  .ny-solution .solution ul li a{
    display: flex;
    font-size: 0.75rem;
    align-items: center;
  }
  .ny-solution .solution ul li img{
    margin-right: 0.5rem;
    height: 30px;
  }
}
/*代理合作*/
.ny-cooperation{
  background: url(../images/cooperation.jpg) no-repeat top center;
  color: #fff;
  position: relative;
  z-index: 1;
}
.ny-cooperation:after{
  content: "";
  width: 100%;
  height: 30%;
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.ny-cooperation .tit-info{
  margin: 5rem 0px;
}
.ny-cooperation .cooperation{
  background-color: #fff;
  color: #181818;
  border-radius: 15px;
  padding: 3rem 2rem;
  font-size: 1.125rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.ny-cooperation .cooper-title{
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  line-height: 1.0;
  align-items: flex-start;
}
.ny-cooperation .cooper-title span{
  color: #f2f2f2;
  font-size: 3.25rem;
  text-transform: uppercase;
}
.ny-cooperation .cooper-con .con-tit{
  font-size: 1.5rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 1290px) {
  .ny-cooperation .cooperation{
    font-size: 1.0rem;
  }
}
@media (max-width:992px) {
  .ny-cooperation .tit-info{
    margin: 2rem 0px;
  }
  .ny-cooperation .cooperation{
    margin-bottom: 2rem;
  }
  .ny-cooperation .cooper-title span {
    font-size: 2rem;
  }
}

/*售后服务*/
.ny-afterSale{
  background: #fff;
  position: relative;
  padding-top: 0px;
}
.ny-afterSale .afterSale{
  background-color: #000;
  color: #fff;
  margin-bottom: 1.0rem;
}
.ny-afterSale .afterSale-con .afterSale-tit{
  font-size: 1.5rem;
  margin-bottom: 0.2rem;
}
.ny-afterSale .afterSale-con{
  position: absolute;
  bottom: 2rem;
  text-align: center;
  line-height: 1.2;
  font-size: 0.875rem;
  left: 1.5rem;
  right: 1.5rem;
}
.ny-afterSale .afterSale .afterSale-img img{
  width: 100%;
  max-width: none;
}
.ny-afterSale .afterSale-con .afterSale-desc{
  height: 0px;
  transition: all 0.6s;
  overflow: hidden;
}
.ny-afterSale ul li:hover .afterSale-con .afterSale-desc{
    height: 100px;
}

.after-tel {
  background-color: #f1f1f1;
  border-bottom: 5px solid #034496;
  padding: 3rem 0;
  line-height: 1.2;
  margin-top: 3rem;
}
.after-tel .after-info span{
  display: block;
  font-size: 1.5rem;
}
/*销售网络*/
.ny-network{
  background-color: #f7f7f7;
}
.network-tel{
  font-size: 2.5rem;
  color: #034496;
  font-weight: 200;
  background: url(../images/network-tel.jpg) no-repeat bottom center #f0f0f0;
  background-size: 100%;
  border: 2px solid #eaeaea;
  padding: 2.8rem 1rem;
}
.ny-network .row{
  display: flex;
  align-items: stretch;
  margin-left: 0px;
  margin-right: 0px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ny-network ul li{
  width: 25%;
  background: #f0f0f0;
  padding: 40px 20px;
  font-size: 1.125rem;
}
.ny-network ul li:nth-child(2),
.ny-network ul li:nth-child(4),
.ny-network ul li:nth-child(5),
.ny-network ul li:nth-child(7){
  background-color: #eaeaea;
}
.network .net-title{
  font-size: 1.5rem;
  color: #c6c6c6;
  font-weight: bold;
}
.network .net-con strong{
  color: #034496;
  display: block;
}
.network .net-zixun{
  color: #bbbbbb;
  line-height: 1.4;
}
.ny-network ul li:hover{
  background-color: #034496;
  color: #fff;
}
.ny-network ul li:hover .network .net-title,
.ny-network ul li:hover .network .net-zixun,
.ny-network ul li:hover .network .net-con strong{
  color: #fff;
}
@media (max-width:992px) {
  .ny-network ul li{
    width: 100%;
  }
  .ny-network ul li:nth-child(5),
  .ny-network ul li:nth-child(7){
    background-color: #f0f0f0;
  }
  .ny-network ul li:nth-child(6),
  .ny-network ul li:nth-child(8){
    background-color: #eaeaea;
  }
}
@media (max-width:768px) {
  .network-tel{
  font-size: 1.25rem;
  }
  .ny-network ul li{
    font-size: 0.875rem;
  }
}
/*系统*/
.tedian ul,.gongneng ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tedian ul li,.gongneng ul li{
  width: 31.5%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  transition: all 0.5s ease-in-out;
  margin-bottom: 20px;
}
.tedian ul.four li{
  width: 23.5%;
}
.tedian ul li{
  color: #fff;
  border-radius: 1.8rem;
  padding: 4% 2.0% 4%;
}
.tedian ul li:nth-child(1){
  background-image: url(../images/sys-bg1.jpg);
}
.tedian ul li:nth-child(2){
  background-image: url(../images/sys-bg2.jpg);
}
.tedian ul li:nth-child(3){
  background-image: url(../images/sys-bg3.jpg);
}
.tedian ul li:nth-child(4){
  background-image: url(../images/sys-bg4.jpg);
}
.tedian ul.list{
  margin-top: 40px;
}
.tedian ul.list li{
  width: 100%;
  padding: 25px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f2f2f2;
  margin-bottom: 20px;
  background-image: none;
  color: #696969;
}
.tedian .list li .list-1{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
}
.tedian .list li .list-1 img{
  max-width: 20%;
}
.tedian .list li:hover .list-1 img{
  filter: brightness(0) invert(1);
}
.tedian .list li .list-2{
  width: 70%;
  text-align: left;
}
.tedian .list li h5{
  font-size: 70px;
  color: rgba(255, 255, 255, 1);
}
.tedian .list li:hover{
  color: #fff;
  background: #2165c8;
}
.tedian .list li:hover h5{
  color: rgba(255, 255, 255, 0.3);
}
.tedian1{
  padding-bottom: 0;
}
.gongneng{
  background: #f7f7f7;
}
.gongneng ul li{
  width: 16.66666%;
  border-right: 1px solid #e5e5e5;
  padding: 2% 2% 2%;
}
.gongneng ul.five li{
  width: 20%;
}
.tedian ul li strong,.gongneng ul li strong{
  display: block;
  font-size: 1.5625rem;
}
.sys-jiemian .sys-swiper{
  font-size: 1.125rem;
}
.sys-jiemian .sys-swiper img{
  margin-top: 1rem;
}
@media (max-width:768px) {
  .sys-jiemian .sys-swiper{
    font-size: 0.875rem;
  }
  .gongneng ul li{
    width: 50%;
    font-size: 0.875rem;
  }
  .gongneng ul li strong{
    display: block;
    font-size: 1.2rem;
  }
  .tedian ul li{
    width: 100%;
    font-size: 0.875rem;
  }

  .tedian ul li strong, .gongneng ul li strong {
    font-size: 1.125rem;
}
  .tedian ul.four li {
    width: 100%;
    font-size: 0.875rem;
  }
  .tedian ul.list li {
    padding: 25px 20px;
    flex-direction: column;
  }
  .tedian .list li .list-1 {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 5px;
  }
  .tedian .list li .list-1 img {
    max-width: 10%;
    margin-right: 0.5rem;
    margin-left: 0%;
  }
  .tedian .list li .list-2 {
    width: 100%;
    font-size: 0.875rem;
  }
  .tedian .list li h5 {
    display: none;
  }
}
/* 手机app */
.mobile-app{
  background-color: #fff;
  text-align: right;
  background-repeat: no-repeat;
  background-position: right 4% center;
}
.mobile-app:nth-child(odd){
  background-color: #f7f7f7;
  text-align: left;
  background-position: left 4% center;
}
.mobile-app:nth-child(8){
  border-bottom: 1px solid #e5e5e5;
}
.mobile-app ul{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.mobile-app:nth-child(odd) ul{
  flex-direction: row;
}
.mobile-app .systemPageTitle {
  width: 30%;
}
.mobile-app .systemPageTitle .hd {
  font-size: 2.5rem;
  padding: 1rem 0rem;
}
.mobile-app .videoBox {
  width: 60%;
  padding: 2.2% 9.0% 5.3%;
  height: 418px;
  background: url(../images/video-bg.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  margin-left: -6.5%;
}
.vidbacking-active-block-back {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -100;
    top: 0%;
    left: 0%;
}
.mobile-app .Video {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  z-index: 2;
}
.mobile-app .videoPlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.mobile-app .videoPlay i {
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 100px;
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.mobile-app .videoPlay i:last-of-type {
  opacity: 0;
}

.mobile-app .videoPlay.on {
  opacity: 0;
}

.mobile-app .videoPlay.on:hover {
  opacity: 1;
}

.mobile-app .videoPlay.on:hover i {
  opacity: 0;
}

.mobile-app .videoPlay.on:hover i:last-of-type {
  opacity: 1;
}
@media (max-width:1200px) {
  .mobile-app .videoBox {
    height: 340px;
  }
  .mobile-app {
    background-size: 45%;
  }
}
@media (max-width:992px) {
  .mobile-app .videoBox {
    height: 270px;
  }
  .mobile-app {
    background-size: 35%;
  }
}
@media (max-width:768px) {
  .mobile-app .systemPageTitle {
    width: 40%;
  }
  .mobile-app .systemPageTitle .hd {
    font-size: 1.5rem;
  }
  .mobile-app .systemPageTitle .bd {
    font-size: 1rem;
  }
  .mobile-app .videoBox {
    height: 225px;
  }
  .mobile-app .systemPageTitle .img img{
    width: 35%;
  }
}
@media (max-width:450px) {
  .mobile-app .videoBox {
    height: 125px;
  }
}
/* 联系我们 */
.contact{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact .contact-l{
  width: 38%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact .contact-r{
  width: 58%;
}
.contact ul li{
  font-size: 1.25rem;
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.contact ul li:first-child{
  font-size: 2.5rem;
  font-weight: 600;
}
.contact ul li i{
  width: 20px;
  color: #1a33aa;
  margin-right: 15px;
  display: inline-block;
  font-size: 25px;
}
.contact ul li:last-child i{
  font-size: 20px;
}
.contact .online .zixun{
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 40px;
  font-size: 1.125rem;
  padding: 0.8rem 1.35rem;
  width: 100%;
  color: #fff;
  background-color: #1a33aa;
  display: inline-block;
  position: relative;
  margin-top: 30px;
}
.contact .online .zixun img {
  margin-right: 10px;
  filter: brightness(0) invert(1);
}
.map {
  height: 100%;
}
.map img{
  max-width: none;
}
.map label{
  background-color: transparent !important;
  border: none !important;
}
@media (max-width:992px) {
  .contact .contact-l,.contact .contact-r{
    width: 100%;
  }
  .contact .contact-l{
    margin-bottom: 30px;
  }
  .contact ul li{
    font-size: 1rem;
  }
  .contact ul li:first-child{
    font-size: 1.5rem;
  }
}
/* 行业方案 */
.ban-bg{
  height: 100px;
  width: 100%;
  background-color: #0d1318;
  /*background: url(../images/2.png) no-repeat 0 0 ;*/
  background-size: 100% 100%;
}
.software .ny-ban .ny-title {
  bottom: auto;
  top: 15%;
}
.software .ny-ban .ny-title h5{
  font-size: 1.45rem;
  line-height: 1.4;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-weight: 300;
}
.software .ny-ban .ny-title h5 span{
  font-size: 3.0rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.software2 .ny-ban .ny-title {
  bottom: auto;
  top: 30%;
}
.software2 .ny-ban .ny-title h5{
  width: 40%;
  margin: 0;
  text-align: left;
}
.software3 .ny-ban .ny-title h5{
  display: none;
}
.software3 .ny-ban .ny-title h5:first-child{
  display: block;
}
.sof .ny-sof:nth-child(even){
  background-color: #f4f4f4;
}
.sof .sof-list1,
.sof .sof-list2,
.sof .sof-list3,
.sof .sof-list5,
.sof .sof-list6,
.sof .sof-list7
{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 20px;
}
.sof li{
  display: flex;
  align-items: center;
  padding: 40px;
  margin-bottom: 25px;
  transition: all 0.6s;
}
.sof li:hover{
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
}
.sof li .sof-list-img{
  width: 80px;
}
.sof li .li-con strong{
  display: inline-block;
  margin-bottom: 10px;
}
/* ul1 */
.sof .sof-list1 li{
  width: 32%;
  background: url(../images/fangan1.png) no-repeat 0 0;
  background-size: cover;
}
.sof .sof-list1 li .sof-list-img{
  margin-right: 20px;
}
.sof .sof-list1 li .li-con{
  flex: 1;
  color: #fff;
}
/* ul2 */
.sof .sof-list2 li{
  width: 19%;
  background: url(../images/fangan2.png) no-repeat 0 0;
  background-size: cover;
  flex-direction: column;
  padding: 60px 40px;
}
.sof .sof-list2 li .sof-list-img{
  margin-bottom: 15px;
}
.sof .sof-list2 li .li-con{
  text-align: center;
  color: #fff;
}
/* ul3 */
.sof .sof-list3 li{
  width: 24%;
  background: #fff;
  align-items: flex-start;
  flex-direction: column;
  border: 5px solid #f4f4f4;
}
.sof .sof-list3 li .sof-list-img{
  margin-bottom: 25px;
}
/* ul4 */
.sof .sof-list4 li{
  width: 24%;
}
/* ul5 */
.sof .sof-list5 {
  padding-top: 40px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.sof .sof-list5 li{
  width: 33%;
  padding: 10px 0;
  flex-direction: column;
}
.sof .sof-list5 li:nth-child(2){
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.sof .sof-list5 li .sof-list-img{
  width: 120px;
  margin-bottom: 30px;
}
.sof .sof-list5 li .li-con{
  text-align: center;
}
.sof .sof-list5 li .li-con p{
  width: 60%;
  margin: 0 auto;
}
/* ul6 */
.sof .sof-list6 li{
  flex: 1;
}
.sof .sof-list6 li img{
  width: 100%;
}
/* ul7 */
.sof .sof-list7 {
  align-items: center;
  flex-direction: column;
}
.sof .sof-list7 li{
  width: 90%;
  background: #f4f4f4;
  justify-content: space-between;
  padding: 30px 5%;
}
.sof .sof-list7 li h3{
  color: #e0e0e0;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
}
.sof .sof-list7 li p{
  font-size: 1.5rem;
  line-height: 1;
}
/* ul8 */
.sof .sof-list8 li{
  background: #fff;
}
.sof .sof-list8 li .li-con{
  color: #181818;
}

.sof .sof-swiper .swiper-slide {
  text-align: center;
}
.ny-sof .about-more{
  display: inline-block;
  font-size: 1.25rem;
  padding: 1rem 10rem 1rem 2.0rem;
  border-radius: 2.5rem;
  background: url(../images/more.png) no-repeat right 1.5rem center #fff;
  border: 1px solid #ddd;
}
/* 网组1 */
.sof2 .ny-sof:nth-child(2){
  background: url(../images/sof2.jpg) no-repeat 0 0;
  background-size: 100% 100%;
  padding-bottom: 20rem;
}
.sof .product-list h5{
  margin: 0;
}
/* 网组2 */
.sof3 .ny-sof:nth-child(2){
  background: url(../images/sof3.jpg) no-repeat 0 0;
  padding-bottom: 10rem;
}
.sof3 .ny-sof:nth-child(3){
  padding-bottom: 0;
}

@media (max-width:992px) {
  .ban-bg{
    /* height: 50px; */
    display: none;
  }
  .ban-bg1{
    height: 50px;
  }
  .software .ny-ban .ny-title h5 {
    width: 100%;
    font-size: 12px;
  }
  .software .ny-ban .ny-title h5 span{
    font-size: 1.25rem;
    margin-bottom: 5px;
  }
  .sof li{
    padding: 15px;
    margin-bottom: 15px;
  }
  .sof .sof-list1 li .sof-list-img{
    margin-right: 10px;
  }
  .sof li .sof-list-img{
    width: 40px;
  }
  .sof .sof-list1 li,
  .sof .sof-list2 li,
  .sof .sof-list3 li,
  .sof .sof-list4 li,
  .sof .sof-list5 li {
    width: 100%;
  }
  .sof li .li-con{
    font-size: 12px;
  }
  .sof li .li-con h3{
    font-size: 16px;
  }
  .sof .sof-list2 li{
    padding: 25px 10px;
  }
  .sof .sof-list3 li{
    align-items: flex-start;
  }
  .sof .sof-list3 li .sof-list-img{
    margin-bottom: 10px;
  }
  .sof .sof-list5 {
    border: 0;
    padding-top: 20px;
  }
  .sof .sof-list5 li {
    border: 0;
  }
  .sof .sof-list5 li:nth-child(2){
    border: 0;
  }
  .sof .sof-list5 li .sof-list-img{
    width: 80px;
    margin-bottom: 20px;
  }
  .sof2 .ny-sof:nth-child(2){
    background-size: cover;
    padding-bottom: 4rem;
  }
  .sof .sof-list6,.sof .sof-list6 li{
    padding: 0;
  }
  .sof .sof-list7 li{
    width: 100%;
    padding: 20px 15px;
    justify-content: flex-start;
  }
  .sof .sof-list7 li h3{
    font-size: 1.75rem;
    margin-right: 15px;
  }
  .sof .sof-list7 li p{
    font-size: 12px;
  }
  .software .ny-ban .ny-title{
    top: 25%;
    transform: translate(-50%, -25%);
  }
  .software3 .ny-ban .ny-title{
    top: 10%;
    transform: translate(-50%, -10%);
  }
  .software2 .ny-ban .ny-title{
    top: 45%;
    transform: translate(-50%, -45%);
  }
  .software3 .ny-ban .ny-title h5:first-child{
    display: none;
  }
  .software3 .ny-ban .ny-title h5:last-child{
    display: block;
  }
}
.case-img{
  text-align: center;
}

.case-list .case-img img{
  height: 250px;
  width: auto;
}
@media (max-width: 1000px) {
  .case-list .case-img img{
    height: 150px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .case-list .case-img img{
    height: 100px;
    width: auto;
  }
}
.bgs{
  background-color: #f4f4f4;
}