.product-wrapper ul,
.product-wrapper li {
  margin: 0;
  padding: 0;
}
.product-wrapper li {
  list-style: none;
}
.product-wrapper img {
  display: block;
  height: 100%;
  width: 100%;
  border: none;
}
.product-wrapper .banner img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  min-width: 100%;
  max-height: 100%;
  min-height: 100%;
}
.product-wrapper .textarrow {
  display: inline-block;
  height: 10px;
  width: 8px;
  margin-left: 10px;
  vertical-align: middle;
}
@media screen and (min-width: 1024px) {
  .banner {
    width: 100%;
    height: 500px;
  }
  .product {
    width: 100%;
  }
  .product ul {
    width: 100%;
  }
  .product ul li {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
    overflow: hidden;
  }
  .product ul li .liwrapper {
    width: 1200px;
    margin: 0 auto;
  }
  .product ul li .imgBox {
    width: 640px;
    height: 360px;
    border-radius: 2px;
    overflow: hidden;
  }
  .product ul li .content {
    width: 480px;
  }
  .product ul li .content .protitlemin {
    font-size: 20px;
    height: 20px;
    line-height: 20px;
  }
  .product ul li .content .protitlelarge {
    font-size: 28px;
    height: 28px;
    line-height: 28px;
    margin: 40px 0;
  }
  .product ul li .content .proinfo {
    font-size: 14px;
    line-height: 28px;
  }
  .product ul li .content .moreinfo {
    margin-top: 40px;
  }
  .product ul li .content .moreinfo .nonespan {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
  }
  .product ul li .content .moreinfo a {
    display: block;
    color: #0064FF;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .product ul li .content .moreinfo a:nth-last-child(1) {
    margin-bottom: 0;
  }
  .product ul li .content .moreinfo a:hover {
    color: #0A27FF;
  }
  .product ul li .content .download {
    margin: 20px 0;
    font-size: 20px;
    height: 36px;
    line-height: b 36px;
  }
  .product ul li .content .apps a {
    display: block;
    width: 188px;
    height: 64px;
    float: left;
    margin-right: 30px;
    background-color: #28303D;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .product ul li .content .apps a:hover {
    background-color: #202936;
  }
  .product ul li .content .apps a .downimgbox {
    width: 100%;
    height: 100%;
    font-size: 0;
  }
  .product ul li .content .apps a .downimgbox img {
    width: 80%;
    height: auto;
    margin-left: 20px;
    margin-top: 10px;
  }
  .product ul li .content .apps a .downimgbox img.azpic {
    width: 63%;
  }
  .product ul li.left {
    background: #F9FAFC;
  }
  .product ul li.left .imgBox {
    float: left;
  }
  .product ul li.left .content {
    float: right;
  }
  .product ul li.right {
    background-color: #F0F4F9;
  }
  .product ul li.right .imgBox {
    float: right;
  }
  .product ul li.right .content {
    float: left;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .banner {
    width: 100%;
    height: 600px;
  }
  .product {
    width: 100%;
  }
  .product ul {
    width: 100%;
  }
  .product ul li {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
    overflow: hidden;
  }
  .product ul li .liwrapper {
    width: 900px;
    margin: 0 auto;
  }
  .product ul li .imgBox {
    width: 512px;
    height: 288px;
    border-radius: 2px;
    overflow: hidden;
  }
  .product ul li .content {
    width: 384px;
  }
  .product ul li .content .protitlemin {
    font-size: 20px;
    height: 20px;
    line-height: 20px;
  }
  .product ul li .content .protitlelarge {
    font-size: 28px;
    height: 28px;
    line-height: 28px;
    margin: 40px 0;
  }
  .product ul li .content .proinfo {
    font-size: 14px;
    line-height: 28px;
  }
  .product ul li .content .moreinfo {
    margin-top: 40px;
  }
  .product ul li .content .moreinfo .nonespan {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
  }
  .product ul li .content .moreinfo a {
    display: block;
    color: #0064FF;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .product ul li .content .moreinfo a:nth-last-child(1) {
    margin-bottom: 0;
  }
  .product ul li .content .moreinfo a:hover {
    color: #0A27FF;
  }
  .product ul li .content .download {
    margin: 20px 0;
    font-size: 20px;
    height: 36px;
    line-height: b 36px;
  }
  .product ul li .content .apps a {
    display: block;
    width: 150px;
    height: 51px;
    float: left;
    margin-right: 30px;
    background-color: #28303D;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .product ul li .content .apps a:hover {
    background-color: #202936;
  }
  .product ul li .content .apps a .downimgbox {
    width: 100%;
    height: 100%;
    font-size: 0;
  }
  .product ul li .content .apps a .downimgbox img {
    width: 80%;
    height: auto;
    margin-left: 20px;
    margin-top: 10px;
  }
  .product ul li .content .apps a .downimgbox img.azpic {
    width: 63%;
  }
  .product ul li.left {
    background: #F9FAFC;
  }
  .product ul li.left .imgBox {
    float: left;
  }
  .product ul li.left .content {
    float: right;
  }
  .product ul li.right {
    background-color: #F0F4F9;
  }
  .product ul li.right .imgBox {
    float: right;
  }
  .product ul li.right .content {
    float: left;
  }
}
@media screen and (max-width: 768px) {
  body,
  html {
    width: 100%;
  }
  html {
    font-size: 13.02vw;
  }
  body {
    font-size: 14px;
  }
  .product-wrapper {
    width: 100%;
  }
  .product-wrapper .banner {
    width: 100%;
    height: 6rem;
  }
  .product-wrapper .product {
    width: 100%;
  }
  .product-wrapper .product ul {
    width: 100%;
  }
  .product-wrapper .product ul li {
    width: 100%;
    padding: 0.6rem 0;
  }
  .product-wrapper .product ul li.left {
    background: #F9FAFC;
  }
  .product-wrapper .product ul li.right {
    background-color: #F0F4F9;
  }
  .product-wrapper .product ul li .liwrapper {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 7%;
  }
  .product-wrapper .product ul li .liwrapper .imgBox {
    width: 100%;
    height: 3.71rem;
    border-radius: 2px;
    overflow: hidden;
  }
  .product-wrapper .product ul li .liwrapper .imgBox img {
    width: 100%;
    height: auto;
  }
  .product-wrapper .product ul li .liwrapper .content {
    width: 100%;
  }
  .product-wrapper .product ul li .liwrapper .content .protitlemin {
    height: 0.56rem;
    line-height: 0.56rem;
    font-size: 16px;
    margin: 0.2rem 0;
  }
  .product-wrapper .product ul li .liwrapper .content .protitlelarge {
    height: 0.6rem;
    line-height: 0.6rem;
    margin-bottom: 0.2rem;
    font-size: 18px;
  }
  .product-wrapper .product ul li .liwrapper .content .proinfo {
    line-height: 0.52rem;
    font-size: 15px;
    margin-bottom: 0.2rem;
  }
  .product-wrapper .product ul li .liwrapper .content .moreinfo a {
    display: block;
    height: 0.52rem;
    line-height: 0.52rem;
    margin-bottom: 0.2rem;
    color: #0064FF;
  }
  .product-wrapper .product ul li .liwrapper .content .moreinfo a:nth-last-child(1) {
    margin-bottom: 0;
  }
  .product-wrapper .product ul li .liwrapper .download {
    height: 0.52rem;
    line-height: 0.52rem;
  }
  .product-wrapper .product ul li .liwrapper .apps {
    height: 1.14rem;
  }
  .product-wrapper .product ul li .liwrapper .apps a {
    display: block;
    width: 3rem;
    height: 1.14rem;
    float: left;
    background-color: #28303D;
    font-size: 0;
  }
  .product-wrapper .product ul li .liwrapper .apps a:hover {
    background-color: #202936;
  }
  .product-wrapper .product ul li .liwrapper .apps a:nth-last-child(1) {
    float: right;
  }
  .product-wrapper .product ul li .liwrapper .apps a .downimgbox {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
  }
  .product-wrapper .product ul li .liwrapper .apps a .downimgbox img {
    width: 96%;
    height: auto;
    margin-left: 5px;
    margin-top: 5px;
  }
  .product-wrapper .product ul li .liwrapper .apps a .downimgbox img.azpic {
    width: 76%;
  }
}
