.t-o-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.wrapper {
  display: none;
  height: 20px;
  margin-right: 10px;
  text-align: right;
  flex: 1;
}
.wrapper .nav-icon {
  width: 25px;
  height: 20px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.wrapper .nav-icon span {
  background-color: #fff;
  position: absolute;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 100%;
  height: 2px;
  transition-duration: 500ms;
}
.wrapper .nav-icon span:nth-child(1) {
  top: 0;
  left: 0;
}
.wrapper .nav-icon span:nth-child(2) {
  top: 9px;
  left: 0;
  opacity: 1;
}
.wrapper .nav-icon span:nth-child(3) {
  bottom: 0;
  left: 0;
}
.wrapper .nav-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 13px;
}
.wrapper .nav-icon.open span:nth-child(2) {
  opacity: 0;
}
.wrapper .nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 13px;
}
.wrapper .nav-icon:not(.open):hover span:nth-child(1) {
  transform: rotate(-3deg) scaleY(1.1);
}
.wrapper .nav-icon:not(.open):hover span:nth-child(2) {
  transform: rotate(3deg) scaleY(1.1);
}
.wrapper .nav-icon:not(.open):hover span:nth-child(3) {
  transform: rotate(-4deg) scaleY(1.1);
}

.t-o-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.header {
  background: rgba(0, 0, 0, 0.8);
  height: auto;
  transition: all 0.2s linear;
}
.header .content {
  width: 100%;
  min-height: 2.6875rem;
  max-width: 75rem;
  margin: 0 auto;
  justify-content: space-between;
  overflow: hidden;
}
.header .content .logo {
  flex-shrink: 0;
}
.header .content .logo img {
  height: 1.3125rem;
  max-width: 9rem;
}
.header .content .nav-list {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.header .content .nav-list .dropdown-toggle::after {
  display: none !important;
}
.header .content .nav-list .nav-link {
  word-break: normal;
}
.header .content .li-line {
  width: 2px;
  height: 0.875rem;
  margin: 0 0.875rem;
  background: #fff;
  flex-shrink: 0;
}
.header .content #search {
  cursor: pointer;
  flex-shrink: 0;
}
.header .content #search img {
  width: 15px;
}
.header .content #language {
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
}
.header .content #language img {
  width: 1.5625rem;
  height: 1.5625rem;
}
.header .content #language .txt {
  font-size: 1rem;
  color: #fff;
  margin-left: 0.625rem;
  display: flex;
}
.header .content #language .txt a {
  color: #fff;
  margin: 0 10px;
}
.header .nav-info {
  width: 100%;
  background: rgb(0, 0, 0);
  color: #fff;
  overflow: hidden;
  position: absolute;
  top: 2.6875rem;
  z-index: 999;
}
.header .nav-info .nav-info-content {
  width: 100%;
  transition: all 0.2s linear;
  height: 0;
  box-sizing: border-box;
  position: relative;
}
.header .nav-info .nav-info-content .nav-info-box .item {
  font-size: 12px;
  color: #fff;
  margin-bottom: 1.25rem;
  display: block;
}
.header .nav-info .nav-info-content .nav-info-box .item:last-of-type {
  margin-bottom: 0;
}
.header .nav-info .nav-info-content #search-box {
  display: flex;
  align-items: flex-start;
}
.header .nav-info .nav-info-content #search-box .icon {
  width: 1.125rem;
  flex-shrink: 0;
  margin-right: 0.75rem;
}
.header .nav-info .nav-info-content #search-box .search-content .search-input {
  color: #fff;
  font-size: 1rem;
  width: 12.5rem;
  margin-bottom: 3.75rem;
}
.header .nav-info .nav-info-content #search-box .search-content .search-input::placeholder {
  color: #86868b;
}
.header .nav-info .nav-info-content #search-box .search-content .search-item::-webkit-input-placeholder {
  color: #86868b;
}
.header .nav-info .nav-info-content #search-box .search-content .search-item::-moz-placeholder {
  color: #86868b;
}
.header .nav-info .nav-info-content #search-box .search-content .search-item:-ms-input-placeholder {
  color: #86868b;
}
.header .nav-info .nav-info-content #search-box .search-content .search-list-box .title {
  color: #fff;
  margin-bottom: 1.25rem;
}
.header .nav-info .nav-info-content #search-box .search-content .search-list-box .search-list .search-item {
  color: #86868b;
  margin-bottom: 1.25rem;
  display: block;
}
.header .nav-info .nav-info-content #search-box .search-content .search-list-box .search-list .search-item:hover {
  color: #fff;
}
.header .nav-info .nav-info-content #search-box .search-content .search-list-box .search-list .search-item:last-of-type {
  margin-bottom: 0;
}
.header .nav-info .nav-info-content .column-list {
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.header .nav-info .nav-info-content .column-list .nav-item {
  margin-bottom: 1.25rem;
}
.header .nav-info .nav-info-content .column-list .nav-item:last-of-type {
  margin-bottom: 0;
}
.header .nav-info .nav-info-content #back-nav-list {
  color: #fff;
  margin-bottom: 1.875rem;
  cursor: pointer;
}
.header .nav-info .nav-info-content #back-nav-list .back-arrow {
  transform: rotate(180deg);
}
.header .nav-info .nav-info-content.nav-open {
  height: auto;
  padding: 2.5rem 0 5rem;
}

.more-box .txt {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.more-box .title {
  font-size: 2.25rem;
  font-weight: bold;
}
.more-box .desc {
  font-size: 1.5rem;
}
.more-box .more-btn {
  color: #c30d23;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
}
.more-box .more-btn img {
  margin-left: 0.75rem;
}

.banner-box {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: auto;
  padding: 6.25rem 0 3.75rem;
}
.banner-box .banner {
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  overflow: hidden;
  align-items: center;
  width: 100%;
}
.banner-box .new-product {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-box .new-product img {
  max-width: 37.5rem;
  width: 31%;
}
.banner-box .more-box {
  display: flex;
  align-items: center;
  flex-flow: column;
}
.banner-box .more-box .txt {
  width: 450px;
  text-align: center;
  color: #333;
}
.banner-box .more-box .title {
  margin-bottom: 1.25rem;
}
.banner-box .more-box .desc {
  margin-bottom: 1.625rem;
}

a {
  display: block;
}

.single {
  overflow-x: hidden;
}
.single .s-item {
  height: 670px;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single .s-item .img {
  width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single .s-item .img img {
  max-width: 600px;
  width: 100%;
}
.single .s-item .s-i-c {
  max-width: 81.25rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.single .s-item .s-i-c .more-box .txt {
  width: 31.25rem;
  color: #333;
  display: block;
}
.single .s-item .s-i-c .more-box .desc {
  margin-bottom: 2.875rem;
}
.single .s-item .s-i-c .more-box .title {
  margin-bottom: 1.75rem;
}

.double {
  overflow-x: hidden;
  display: grid;
  grid-template-columns: repeat(auto-fill, 50%);
}
.double .d-item {
  background-size: 100% 100%;
  height: 670px;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 3rem 0 4.25rem;
}
.double .d-item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 320px;
  width: 100%;
}
.double .d-item .img img {
  max-width: 100%;
  width: auto;
}
.double .d-item .more-box {
  text-align: center;
  margin-top: 2.625rem;
  display: flex;
  align-items: center;
  flex-flow: column;
  width: 100%;
  overflow: hidden;
}
.double .d-item .more-box .txt {
  width: 31.25rem;
  color: #333;
}
.double .d-item .more-box .title {
  margin-bottom: 1.5rem;
}
.double .d-item .more-box .desc {
  margin-bottom: 2.8125rem;
}

.footer {
  background: #f4f8fb;
}
.footer .footer-content {
  max-width: 62.5rem;
  width: 100%;
  margin: 0 auto;
  padding: 5rem 0;
  display: flex;
  justify-content: space-between;
}
.footer .footer-content .footer-list {
  max-width: 9.875rem;
  flex: 1;
}
.footer .footer-content .footer-list .f-t {
  font-size: 0.875rem;
  margin-bottom: 22px;
}
.footer .footer-content .footer-list .f-list .f-item {
  font-size: 0.75rem;
  color: #474747;
  display: block;
  margin-bottom: 0.875rem;
  max-width: 10.875rem;
  width: 100%;
  word-break: break-word;
}
.footer .footer-content .footer-list .f-list .f-item:last-of-type {
  margin-bottom: 0;
}
.footer .copyright {
  text-align: center;
  line-height: 2.5rem;
  background: #a2091c;
  color: #fff;
  font-size: 0.75rem;
}
.footer .copyright a {
  color: #fff;
}
.footer .copyright a:hover {
  text-decoration: underline !important;
}

.solution .overall {
  width: 100%;
  height: 790px;
  background-size: 100% 100%;
  background-position: center center;
  position: relative;
  padding-top: 18.75rem;
}
.solution .overall .o-t-c {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  color: #fff;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
.solution .overall .o-t-c .b-t {
  font-size: 3.75rem;
  font-weight: bold;
  margin-bottom: 3.75rem;
}
.solution .overall .o-t-c .s-t {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 3.75rem;
}
.solution .overall .o-t-c .o-line {
  width: 58px;
  height: 3px;
  background: #fff;
}
.solution .single .s-item .s-i-c .more-box .title {
  margin-bottom: 1.5rem;
}
.solution .single .s-item .s-i-c .more-box .desc {
  margin-bottom: 2.8125rem;
}
.solution .single .s-item .s-i-c .more-box .more-btn {
  color: #000;
}

.solution-detail {
  background: #f1f1f1;
  overflow: hidden;
  position: relative;
  padding: 6.25rem 0 7.5rem 10.9375rem;
}
.solution-detail .e-t {
  font-size: 3.125rem;
  color: #0189c5;
  margin-bottom: 2.5rem;
  line-height: 3.125rem;
}
.solution-detail .c-t {
  font-size: 3.125rem;
  color: #0189c5;
  font-weight: bold;
  line-height: 3.125rem;
  margin-bottom: 5rem;
}
.solution-detail .richText {
  width: 100%;
  max-width: 70.9375rem;
}
.solution-detail .mask-bg {
  background-size: 100% 100% !important;
  mask-image: url("../image/mask.png");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: 100% 100%;
  width: 100%;
  height: 700px;
}

.section {
  background: #f5f5f7;
  overflow: hidden;
}
.section .top {
  position: relative;
  padding-top: 49.375rem;
  margin-bottom: 1.875rem;
}
.section .top .p-i {
  position: absolute;
  z-index: 3;
  max-width: 46.875rem;
  width: auto;
  left: 7.3%;
  top: 270px;
}
.section .top .bg-i {
  width: 100%;
  height: 790px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-position: left top;
}
.section .top .title-box {
  padding: 4.375rem 0 10rem 55%;
  background: #fff;
}
.section .top .title-box .title {
  font-size: 3.125rem;
  line-height: 3.125rem;
  color: #0189c5;
  font-weight: bold;
}
.section .top .title-box .spec {
  font-size: 1.5rem;
  margin-top: 1.875rem;
}
.section .list-item {
  margin-bottom: 1.875rem;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 12%;
  height: 673px;
  box-sizing: border-box;
  background-size: cover !important;
}
.section .list-item .item-img {
  max-width: 1000px;
  max-height: 673px;
  margin: 0 50px;
}
.section .list-item .item-info {
  width: 31%;
}
.section .list-item .item-info .item-title {
  font-size: 2.25rem;
  line-height: 2.25rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
.section .list-item .item-info .item-desc {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 2.5rem;
}
.section .list-item .item-info .btn-gro {
  font-size: 1.125rem;
  line-height: 1.125rem;
  display: flex;
}
.section .list-item .item-info .btn-gro .detail {
  color: #717171;
  margin-right: 1.875rem;
}
.section .list-item .item-info .btn-gro .consult {
  color: #237ad3;
}
.section .list-item .item-info .btn-gro .arrow {
  margin-left: 0.9375rem;
}
.section .list-item .p-introduce {
  width: 31%;
}
.section .list-item .p-introduce .p-i-item {
  margin-bottom: 3.125rem;
}
.section .list-item .p-introduce .p-i-item .p-i-title {
  font-size: 2.25rem;
  line-height: 2.25rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.section .list-item .p-introduce .p-i-item .p-i-info {
  font-size: 1.5rem;
  line-height: 3rem;
}
.section .list-item .p-introduce .p-i-item:last-of-type {
  margin-bottom: 0;
}
.section .list-item:nth-of-type(odd) {
  flex-flow: row-reverse;
}
.section .list-item:last-of-type {
  margin-bottom: 0;
}
.section .params-box {
  margin: 1.875rem 0;
  background: #fff;
}
.section .params-box .params-info {
  max-width: 1000px;
  width: 52%;
  margin: 0 auto;
  padding: 3.125rem 0 4.375rem;
}
.section .params-box .params-info .pa-title {
  font-size: 2.25rem;
  line-height: 2.25rem;
  font-weight: bold;
  margin-bottom: 3.125rem;
}
.section .params-box .params-info .pa-detail {
  width: 100%;
}
.section .params-box .params-info .pa-detail img {
  max-width: 100%;
  width: auto;
}

.newProduct {
  padding-bottom: 6.125rem;
}
.newProduct .banner-box {
  min-height: auto;
}
.newProduct .new-info {
  padding: 0 6%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newProduct .new-info .new-i {
  max-width: 56.875rem;
  width: 47%;
}
.newProduct .new-info .new-detail {
  width: 31%;
}
.newProduct .new-info .new-detail .item-title {
  font-size: 2.25rem;
  line-height: 2.25rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
.newProduct .new-info .new-detail .item-desc {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 2.5rem;
}
.newProduct .new-info .new-detail .btn-gro {
  font-size: 1.125rem;
  line-height: 1.125rem;
}
.newProduct .new-info .new-detail .btn-gro .detail {
  color: #717171;
  margin-right: 1.875rem;
}
.newProduct .new-info .new-detail .btn-gro .consult {
  color: #237ad3;
}
.newProduct .new-info .new-detail .btn-gro .arrow {
  margin-left: 0.9375rem;
}

.consultNow {
  width: 52%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding-top: 2.75rem;
}
.consultNow .now-title {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 2.5rem;
}
.consultNow .now-detail {
  width: 100%;
  overflow: hidden;
}
.consultNow .now-detail img {
  max-width: 100%;
  width: 100%;
}

@media screen and (min-width: 0px) {
  .banner-img {
    width: 98%;
  }
  .header .content .logo {
    margin: 0 10px;
  }
  .header .content #nav {
    display: none;
  }
  .header .content #search {
    margin-right: 20px;
  }
  .header .content #language {
    margin-right: 1.875rem;
  }
  .single .s-item .s-i-c {
    flex-flow: column;
    width: 95%;
    justify-content: space-around;
  }
  .single .s-item .s-i-c .img {
    width: 100%;
  }
  .single .s-item .s-i-c .more-box {
    width: 100%;
  }
  .single .s-item .s-i-c .more-box .txt {
    width: 100%;
    word-break: break-all;
    white-space: normal;
  }
  .double .d-item {
    box-sizing: border-box;
    height: auto;
  }
  .double .d-item .img {
    width: 90%;
    height: 200px !important;
    margin: 0 auto;
  }
  .double .d-item .img img {
    width: auto;
    height: 100%;
  }
  .double .d-item .more-box .txt {
    width: 100%;
  }
  .double .d-item .more-box .title {
    font-size: 26px;
    white-space: normal !important;
  }
  .double .d-item .more-box .desc {
    font-size: 18px;
    white-space: normal;
    word-break: break-all;
  }
  .footer .footer-content {
    padding: 5rem 1.875rem;
  }
  .section .top .p-i {
    width: 80%;
  }
  .section .top .bg-i {
    aspect-ratio: 2.4/1;
  }
  .section .top .title-box {
    padding-left: 0;
    text-align: center;
  }
  .section .list-item {
    padding: 0 1.875rem;
  }
  .section .list-item .item-info {
    width: 60%;
  }
  .product-detail .list-item {
    flex-flow: column;
  }
  .product-detail .list-item .item-img {
    margin-bottom: 1.875rem;
    width: 80%;
    max-width: 80%;
  }
  .product-detail .list-item .p-introduce {
    width: 100%;
    text-align: center;
  }
  .product-detail .params-box .params-info {
    width: 90%;
  }
  .newProduct .new-info {
    flex-flow: column;
  }
  .newProduct .new-info .new-i {
    width: 100%;
    margin-bottom: 20px;
  }
  .newProduct .new-info .new-detail {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 576px) {
  .header .content .logo {
    margin-left: 1.875rem;
    margin-right: 40px;
  }
  .header .content #search {
    margin-right: 20px;
  }
  .header .content #language {
    margin-right: 1.875rem;
  }
  .single .s-item .s-i-c {
    flex-flow: column;
    justify-content: space-around;
    width: 95%;
  }
  .single .s-item .s-i-c .img {
    width: 100%;
  }
  .single .s-item .s-i-c .more-box {
    width: 100%;
  }
  .single .s-item .s-i-c .more-box .txt {
    width: 100%;
    word-break: break-all;
    white-space: normal;
  }
  .double .d-item .img {
    width: 90%;
  }
  .double .d-item .more-box .txt {
    width: 100%;
  }
  .double .d-item .more-box .title {
    font-size: 28px;
  }
  .double .d-item .more-box .desc {
    font-size: 18px;
  }
  .footer .footer-content {
    padding: 5rem 1.875rem;
  }
  .section .top .p-i {
    width: 80%;
  }
  .section .top .title-box {
    padding-left: 0;
    text-align: center;
  }
  .section .list-item {
    padding: 0 1.875rem;
  }
  .section .list-item .item-info {
    width: 60%;
  }
  .product-detail .list-item {
    flex-flow: column;
  }
  .product-detail .list-item .item-img {
    margin-bottom: 1.875rem;
    width: 80%;
    max-width: 80%;
  }
  .product-detail .list-item .p-introduce {
    width: 100%;
    text-align: center;
  }
  .product-detail .params-box .params-info {
    width: 90%;
  }
  .newProduct .new-info {
    flex-flow: column;
  }
  .newProduct .new-info .new-i {
    width: 100%;
    margin-bottom: 20px;
  }
  .newProduct .new-info .new-detail {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .banner-box {
    min-height: 36.875rem;
  }
  .banner-box .banner {
    aspect-ratio: 4.54/1;
    min-height: 8.125rem;
  }
  .banner-img {
    max-width: 100%;
    width: 52%;
    min-width: 31.25rem;
  }
  .header .content .logo {
    margin-left: 1.875rem;
    margin-right: 50px;
  }
  .header .content #search {
    margin-right: 20px;
  }
  .header .content #nav {
    display: flex;
  }
  .header .content #language {
    margin-right: 1.875rem;
  }
  .single .s-item .s-i-c {
    width: 95%;
    flex-flow: row;
    justify-content: space-between;
  }
  .single .s-item .s-i-c .img {
    width: 45%;
  }
  .single .s-item .s-i-c .more-box {
    width: 48%;
  }
  .single .s-item .s-i-c .more-box .txt {
    width: 100%;
    word-break: break-all;
    white-space: normal;
  }
  .double .d-item .img {
    width: 90%;
  }
  .double .d-item .more-box .title {
    font-size: 30px;
  }
  .double .d-item .more-box .desc {
    font-size: 20px;
  }
  .footer .footer-content {
    padding: 5rem 1.875rem;
  }
  .section .top .p-i {
    width: 60%;
  }
  .section .top .title-box {
    padding-left: 0;
    text-align: center;
  }
  .section .list-item {
    padding: 0 1.875rem;
  }
  .section .list-item .item-info {
    width: 60%;
  }
  .product-detail .list-item {
    flex-flow: column;
  }
  .product-detail .list-item .item-img {
    margin-bottom: 1.875rem;
    width: 80%;
    max-width: 80%;
  }
  .product-detail .list-item .p-introduce {
    width: 100%;
    text-align: center;
  }
  .product-detail .params-box .params-info {
    width: 90%;
  }
  .newProduct .new-info {
    flex-flow: column;
  }
  .newProduct .new-info .new-i {
    width: 100%;
    margin-bottom: 20px;
  }
  .newProduct .new-info .new-detail {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .header .content .logo {
    margin-right: 60px;
  }
  .header .content #search {
    margin-right: 90px;
  }
  .single .s-item .s-i-c {
    width: 95%;
  }
  .single .s-item .s-i-c .img {
    width: 45%;
  }
  .double .d-item .img {
    width: 90%;
  }
  .double .d-item .more-box .title {
    font-size: 32px;
  }
  .double .d-item .more-box .desc {
    font-size: 22px;
  }
  .section .top .p-i {
    width: 60%;
  }
  .section .top .title-box {
    padding: 4.375rem 0 10rem 55%;
    text-align: left;
  }
  .section .list-item {
    padding: 0 12%;
  }
  .section .list-item .item-info {
    width: 31%;
  }
  .product-detail .list-item {
    flex-flow: row;
  }
  .product-detail .list-item .item-img {
    margin-bottom: 1.875rem;
    max-width: 31%;
    width: 100%;
  }
  .product-detail .list-item .p-introduce {
    width: 50%;
    text-align: left;
  }
  .product-detail .params-box .params-info {
    width: 52%;
  }
  .newProduct .new-info {
    flex-flow: row;
  }
  .newProduct .new-info .new-i {
    width: 47%;
    margin-bottom: 0;
  }
  .newProduct .new-info .new-detail {
    width: 31%;
    text-align: left;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .header .content .logo {
    margin-right: 4.375rem;
  }
  .header .content #search {
    margin-right: 7.5rem;
  }
  .double .d-item .img {
    width: 90%;
  }
  .section .top .p-i {
    width: 80%;
  }
  .section .top .title-box {
    padding: 4.375rem 0 10rem 55%;
    text-align: left;
  }
  .section .list-item {
    padding: 0 12%;
  }
  .product-detail .list-item {
    flex-flow: row;
  }
  .product-detail .list-item .item-img {
    margin-bottom: 1.875rem;
    max-width: 31%;
    width: 100%;
  }
  .product-detail .list-item .p-introduce {
    width: 50%;
    text-align: left;
  }
  .product-detail .params-box .params-info {
    width: 52%;
  }
  .newProduct .new-info {
    flex-flow: row;
  }
  .newProduct .new-info .new-i {
    width: 47%;
    margin-bottom: 0;
  }
  .newProduct .new-info .new-detail {
    width: 31%;
    text-align: left;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .header .content .logo {
    margin-right: 4.375rem;
  }
  .header .content #search {
    margin-right: 7.5rem;
  }
  .section .top .p-i {
    width: auto;
  }
  .section .top .title-box {
    padding: 4.375rem 0 10rem 55%;
    text-align: left;
  }
  .section .list-item {
    padding: 0 12%;
  }
  .product-detail .list-item {
    flex-flow: row;
  }
  .product-detail .list-item .item-img {
    margin-bottom: 1.875rem;
    max-width: 31%;
    width: 100%;
  }
  .product-detail .list-item .p-introduce {
    width: 50%;
    text-align: left;
  }
  .product-detail .params-box .params-info {
    width: 52%;
  }
  .newProduct .new-info {
    flex-flow: row;
  }
  .newProduct .new-info .new-i {
    width: 47%;
    margin-bottom: 0;
  }
  .newProduct .new-info .new-detail {
    width: 31%;
    text-align: left;
    padding-bottom: 0;
  }
}

/*# sourceMappingURL=style.css.map */
