@media (min-width: 751px) {
  .baiyi-common-nav {
    background: #020421 !important;
  }
  .B-common-home-topbar-menu {
    background: #020421 !important;
  }
  .baiyi-banner-container .index-top-banner .bannerTitle {
    position: absolute;
    left: 20%;
    top: 118px;
  }

  .baiyi-banner-container .index-top-banner .bannerH3 {
    position: absolute;
    width: 70%;
    left: 20%;
    top: 202px;
  }

  /*产品解决方案架构*/
  .product-server-data {
    position: relative;
  }
  .product-server-data .product-server-title {
    height: 120px;
    /*background-color: #0050ac;*/
    /*color: #64d3ff;*/
    font-weight: 600;
    font-size: 32px;
  }
  .product-server-data .product-server-title p {
    position: relative;
  }
  .product-server-data .product-server-title p i {
    display: inline-block;
    width: 150px;
    height: 2px;
  }
  .product-server-data .product-server-title p:nth-of-type(1) {
    margin-right: 30px;
  }
  .product-server-data .product-server-title p:nth-of-type(1) i {
    background: -webkit-gradient(linear, 0 0, 100% 100%, from(rgba(0, 46, 93, 0.1)), to(rgba(67, 193, 243, 1)));
    background: -webkit-linear-gradient(left top, rgba(0, 46, 93, 0.1), rgba(67, 193, 243, 1));
    background: -moz-linear-gradient(left top, rgba(0, 46, 93, 0.1), rgba(67, 193, 243, 1));
    background: -o-linear-gradient(left top, rgba(0, 46, 93, 0.1), rgba(67, 193, 243, 1));
    background: linear-gradient(left top, rgba(0, 46, 93, 0.1), rgba(67, 193, 243, 1));
  }
  .product-server-data .product-server-title p:nth-of-type(2) {
    margin-left: 30px;
  }
  .product-server-data .product-server-title p:nth-of-type(2) i {
    background: -webkit-gradient(linear, 0 0, 100% 100%, from(rgba(67, 193, 243, 1)), to(rrgba(0, 46, 93, 0.1)));
    background: -webkit-linear-gradient(left top, rgba(67, 193, 243, 1), rgba(0, 46, 93, 0.1));
    background: -moz-linear-gradient(left top, rgba(67, 193, 243, 1), rgba(0, 46, 93, 0.1));
    background: -o-linear-gradient(left top, rgba(67, 193, 243, 1), rgba(0, 46, 93, 0.1));
    background: linear-gradient(left top, rgba(67, 193, 243, 1), rgba(0, 46, 93, 0.1));
  }

  .product-server-data p em {
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #43c1f3;
  }

  .product-server-data .product-server-title p:nth-of-type(1) em {
    top: 19px;
    right: 0;
  }
  .product-server-data .product-server-title p:nth-of-type(2) em {
    top: 19px;
    left: 0;
  }

  .product-server-data img {
    /*width: 100%;
		height: 910px;*/
    top: 120px;
    left: 0;
  }
  .product-server-data .data-infor {
    position: absolute;
    width: 1100px;
    text-align: justify;
    line-height: 28px;
    color: #43c1f3;
    padding: 0 30px;
    bottom: 44px;
    left: 50%;
    margin-left: -550px;
  }

  .product-content{
    width: 1200px;
    margin: auto;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  /*产品解决方案架构end*/

  /*产品解决方案*/
  .product-server-plan {
    width: 100%;
  }
  .product-server-plan h1 {
    height: 120px;
    /*background-color: #13193e;*/
    font-size: 32px;
    /*color: #fff;*/
    text-align: center;
  }
  .product-server-plan .product-content {
    width: 100%;
  }
  .product-content li {
    position: relative;
    width: 25%;
    overflow: hidden;
  }
  .product-content li .product-show {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 580px;
  }
  .product-content li .product-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    /*height: 580px;*/
  }
  .product-content li .product-show img {
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
  }
  .product-content li .product-show p {
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  .product-content li .product-show .product-goods {
    padding-top: 10px;
  }
  .product-content li .product-show .product-goods span {
    font-size: 36px;
    color: #3bb8ff;
    padding-right: 2px;
  }
  .product-detail-infor {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 124, 195, 0.8);
    z-index: 10;
  }
  .product-content li:hover .product-detail-infor {
    opacity: 1;
    transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .product-content li:hover .product-show {
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .product-detail-infor {
    padding: 120px 50px 50px 100px;
    box-sizing: border-box;
    color: #fff;
  }
  .product-detail-infor h2 {
    height: 40px;
    line-height: 32px;
    text-align: center;
  }
  .product-detail-infor h3 {
    height: 100px;
    line-height: 32px;
    text-align: center;
  }
  .product-detail-infor p {
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-size: 16px;
  }
  .product-detail-infor > div {
    position: absolute;
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #ffffff;
    color: #fff;
    font-size: 12px;
    margin: 0 auto;
    bottom: 16%;
    left: 40%;
  }
  .productInfo img{
    width: 120px !important;
    height: 95px !important;
  }
  /*产品解决方案end*/
}
