@media (min-width: 1024px) {
    .product-section.solution-case {
        padding-bottom: 50px;
        background: red;
        background: url(./../images/solution/productBase-cardbg.png) no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }
    .solution-case .product-case-item {
        background: transparent;
    }
    .solution-case .product-case-item:hover{
        background: #fff;
    }
}
@media (max-width: 1180px) {
    .product-wrapper .product-case-content{
        width: 100%;
    }
    #solution-case{
        width: 100%;
    }
}
@media (max-width: 1023px){
    #solution-case{
        width: 100%;
        background: #F8F9FF;
        border-radius: 1px;
    }
   .product-wrapper .product-case-content{
        width: 100%;
       padding:0px;
    }
   .product-case-slide .product-case-item {
        width: 100%!important;
        height: auto!important;;
        padding:20px 22px 30px;
        margin: 0;
       background: #FFFFFF;
       border: 1px solid #DDDDDD;
       border-bottom: none;
       height: auto;
       overflow: hidden;
       border-radius: 2px;
    }
    .product-case-slide .product-case-item:last-of-type{
        border-bottom: 1px solid #DDDDDD; ;
    }
   .product-case-item .product-case-item i{
        margin-bottom: 10px;
    }
}@charset "utf-8";
.cui-btn {
  display: inline-block;
  height: 40px;
  padding: 0 30px;
  border: solid 1px transparent;
  border-radius: 2px;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  transition: .2s;
}
.cui-btn-small {
  height: 32px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 30px;
}
.cui-btn-large {
  height: 48px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  line-height: 46px;
}
.cui-btn-primary {
  border-color: #f66f6a;
  background-color: #f66f6a;
  color: #fff;
}
.cui-btn-primary:hover,
.cui-btn-primary.hover {
  box-shadow: 0 8px 16px rgba(246, 111, 106, 0.5);
}
.cui-btn-dark {
  border-color: #252b3a;
  background-color: #252b3a;
  color: #fff;
}
.cui-btn-outline-primary {
  border: solid 1px #f66f6a;
  color: #f66f6a;
}
.cui-btn-outline-primary:hover,
.cui-btn-outline-primary .hover {
  border-color: #f66f6a;
  background-color: #f66f6a;
  color: #fff;
}
.cui-btn-outline-dark {
  border: solid 1px #252b3a;
  color: #252b3a;
}
.cui-btn-outline-dark:hover,
.cui-btn-outline-dark .hover {
  border: solid 1px #f66f6a;
  color: #f66f6a;
}
.cui-btn-outline-light {
  border: solid 1px #fff;
  color: #fff;
}
.cui-btn-outline-light:hover,
.cui-btn-outline-light .hover {
  border: solid 1px #f66f6a;
  color: #f66f6a;
}
.cui-select {
  display: inline-block;
  position: relative;
  width: 220px;
  height: 32px;
  border: solid 1px #ddd;
  border-radius: 2px;
  background: white;
  cursor: pointer;
}
.cui-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 0;
  background: transparent;
  font-size: 14px;
  color: #252b3a;
  line-height: 30px;
  cursor: pointer;
}
.cui-select select::-ms-expand {
  display: none;
}
.cui-select i {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 30px;
  background: white;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.cui-select i:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border: solid 4px transparent;
  border-bottom: none;
  border-top: solid 5px #666a75;
  margin-bottom: 1px;
}
.cui-select:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 32px;
  bottom: 5px;
  border-right: solid 1px #ddd;
}
.cui-select-trigger {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
}
.cui-select-option-list {
  display: none;
}
.cui-select.open .cui-select-option-list {
  display: block;
  position: absolute;
  z-index: 9;
  top: 100%;
  left: -1px;
  right: -1px;
  max-height: 152px;
  overflow: auto;
  border: solid 1px #ddd;
  border-radius: 2px;
  margin-top: 5px;
}
.cui-select.open .cui-select-option-list li {
  padding: 4px 9px;
  background: white;
  font-size: 14px;
  line-height: 22px;
  color: #666a75;
}
.cui-select.open .cui-select-option-list li:hover {
  background: #f7f7f7;
  color: #f66f6a;
}
.cui-select.open .cui-select-option-list li.selected {
  background: #f66f6a;
  color: #fff;
}
#videolist div div {
  text-align: center;
  background-repeat: no-repeat;
}
#videolist div div img {
  margin-top: 25px;
  cursor: pointer;
}
#closeBtn {
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 10000;
}
@media (max-width: 767px) {
  #closeBtn {
    right: 50%;
    bottom: -50px;
    margin-right: -16px;
  }
  #closeBtn img {
    width: 32px;
    height: 32px;
  }
}
.product-section {
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .bg-pc-white,
  .bg-pc-bottom-white,
  .bg-pc-top-white {
    background: white;
  }
  .bg-pc-white + .bg-pc-white,
  .bg-pc-white + .bg-pc-top-white,
  .bg-pc-bottom-white + .bg-pc-white {
    margin-top: -50px;
    z-index: 0;
  }
  .bg-pc-grey,
  .bg-pc-bottom-grey,
  .bg-pc-top-grey {
    background: #f1f3ff;
  }
  .bg-pc-grey + .bg-pc-grey,
  .bg-pc-grey + .bg-pc-top-grey,
  .bg-pc-bottom-grey + .bg-pc-grey {
    margin-top: -50px;
    z-index: 0;
  }
}
.bg-pc-black + .bg-pc-black {
  margin-top: -50px;
  z-index: 0;
}
.product-wrapper {
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .product-section {
    padding-bottom: 30px;
  }
  .bg-pc-black + .bg-pc-black {
    margin-top: 0px;
    z-index: 0;
  }
  .bg-mb-black + .bg-mb-black {
    margin-top: -50px;
    z-index: 0;
  }
  .bg-mb-white,
  .bg-mb-bottom-white,
  .bg-mb-top-white {
    background: white;
  }
  .bg-mb-white + .bg-mb-white,
  .bg-mb-white + .bg-mb-top-white,
  .bg-mb-bottom-white + .bg-mb-white {
    margin-top: -30px;
    z-index: 0;
  }
  .bg-mb-grey,
  .bg-mb-bottom-grey,
  .bg-mb-top-grey {
    background: #f1f3ff;
  }
  .bg-mb-grey + .bg-mb-grey,
  .bg-mb-grey + .bg-mb-top-grey,
  .bg-mb-bottom-grey + .bg-mb-grey {
    margin-top: -30px;
    z-index: 0;
  }
  .product-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product-title {
  padding: 50px 10px 30px;
  font-weight: normal;
  font-size: 36px;
  line-height: 46px;
  color: #252b3a;
  text-align: center;
}
.product-title.white {
  color: #ffffff;
}
.product-title.sub {
  font-size: 22px;
  line-height: 28px;
  color: #666a75;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1023px) {
  .product-title {
    padding: 30px 15px 20px;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #252b3a;
  }
  .product-title.sub {
    font-size: 16px;
    line-height: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.solution-title {
  padding: 50px 10px 30px;
  font-weight: normal;
  font-size: 36px;
  line-height: 46px;
  color: #252b3a;
  text-align: center;
}
.solution-title.white {
  color: #ffffff;
}
.solution-title.sub {
  font-size: 22px;
  line-height: 28px;
  color: #666a75;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1023px) {
  .solution-title {
    padding: 30px 15px 20px;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #252b3a;
  }
  .solution-title.sub {
    font-size: 16px;
    line-height: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.solution-wrapper {
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .solution-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.solution-title {
  padding: 50px 10px 30px;
  font-weight: normal;
  font-size: 36px;
  line-height: 46px;
  color: #252b3a;
  text-align: center;
}
.solution-title.white {
  color: #ffffff;
}
.solution-title.sub {
  font-size: 22px;
  line-height: 28px;
  color: #252B3A;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1023px) {
  .solution-title {
    padding: 30px 15px 20px;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #252b3a;
  }
  .solution-title.sub {
    font-size: 16px;
    line-height: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.solution-banner {
  height: 350px;
  padding-bottom: 50px;
  background: #ddd url(./../images/solution/productBase-banner-bg.jpg) center no-repeat;
  background-size: cover;
  font-size: 0;
  line-height: 300px;
}
.solution-banner-main {
  display: inline-block;
  vertical-align: middle;
  max-width: 676px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1rem;
}
.solution-banner-title h1 {
  display: inline;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 36px;
  line-height: 46px;
  color: #fff;
}
.solution-banner-title .banner-img {
  width: 100px;
  height: 40px;
  margin-right: 10px;
  vertical-align: top;
  display: inline-block;
}
.solution-banner-title .banner-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.solution-banner-text {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.product-play-btn {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 30px;
  border: solid 1px #f66f6a;
  border-radius: 2px;
  font-size: 0;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  transition: .2s;
}
.product-play-btn i {
  font-size: 16px;
  color: #f66f6a;
  transition: .2s;
}
.product-play-btn:hover {
  background: #f66f6a;
}
.product-play-btn:hover i {
  color: #fff;
}
.solution-banner-button-wrapper {
  font-size: 0;
  margin-bottom: -10px;
}
.solution-banner-button-wrapper .cui-btn {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .solution-banner {
    height: auto;
    min-height: 300px;
    padding-bottom: 0;
    background-image: url(./../images/solution/productBase-banner-bg-mb.jpg);
    line-height: 300px;
  }
  .solution-banner-main {
    max-width: none;
    padding: 10px 0;
  }
  .solution-banner-title {
    font-size: 24px;
    line-height: 30px;
  }
  .solution-banner-text {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .solution-banner-title .banner-img {
    display: block;
    margin-bottom: 10px;
  }
}
.solution-pagenav {
  height: 50px;
  margin-top: -50px;
  background: rgba(0, 0, 0, 0.4);
}
.solution-pagenav-content {
  overflow: hidden;
  font-size: 0;
  line-height: 50px;
  text-align: center;
}
.solution-pagenav-content:before,
.solution-pagenav-content:after {
  content: " ";
  display: table;
}
.solution-pagenav-content:after {
  clear: both;
}
.solution-pagenav-content > li {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
}
.solution-pagenav-content > li.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: solid 4px #f66f6a;
  transition: border-color 0.2s;
}
.solution-pagenav-content > li + li {
  margin-left: 50px;
}
.solution-pagenav-content a {
  display: block;
}
.solution-pagenav.fixed .solution-pagenav-content {
  position: fixed;
  z-index: 199;
  top: 0;
  left: 50%;
  width: 1000px;
  max-width: 1200px;
  margin-left: -500px;
}
@media (max-width: 1100px) {
  .solution-pagenav.fixed .solution-pagenav-content {
    width: 600px;
    margin-left: -300px;
  }
}
@media (max-width: 1250px) {
  .solution-pagenav.fixed .solution-pagenav-content {
    width: 800px;
    margin-left: -400px;
  }
}
@media (max-width: 1023px) {
  .solution-pagenav {
    display: none;
  }
}
.solution-news,
.news-row,
.news-content {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.news-content li:hover a {
  color: #1B79C8;
}
.news-content li a {
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  height: 18px;
  color: #252B3A;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - 50px);
  vertical-align: middle;
}
.advantage-wrap {
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .news-content .news1 {
    text-align: center;
  }
  .news-content li {
    float: left;
    width: 33.33%;
    height: 38px;
    text-align: center;
    padding: 10px 10px;
    /* padding: 10px 40px 10px 30px; */
  }
  .redfont {
    font-weight: bold;
    color: #e41e2b;
    margin-left: 10px;
  }
  .fenge,
  .redfont {
    display: inline-block;
  }
}
@media (max-width: 1023px) {
  .advantage-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .news-content .news1 {
    margin-top: 10px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .redfont,
  .fenge {
    display: none;
  }
  .solution-news,
  .news-row,
  .news-content {
    height: 44px;
    overflow: hidden;
  }
}
.solution-header-btn-wrapper {
  display: none;
  position: fixed;
  z-index: 110;
  top: 0;
  right: 0;
  line-height: 60px;
  animation: header-btn 0.5s ease;
}
.solution-header-btn-wrapper a {
  height: auto;
  max-width: 200px;
  border-radius: 0;
  line-height: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}
.solution-header-btn-wrapper.show {
  display: block;
}
.product-advantage {
  background: url(./../images/solution/productBase-advantage-pc-bag.png) no-repeat;
  background-size: cover;
}
.product-advantage-slide {
  height: auto;
}
.product-advantage-slide:before,
.product-advantage-slide:after {
  content: " ";
  display: table;
}
.product-advantage-slide:after {
  clear: both;
}
.product-advantage-slide[data-cols="4"] > li {
  width: calc((100% - 60px ) / 4 );
}
.product-advantage-slide[data-cols="3"] > li {
  width: calc((100% - 40px ) / 3 );
}
.product-advantage-slide[data-cols="5"] > li {
  width: calc((100% - 100px ) / 5 );
  margin-bottom:20px;
}
.product-advantage-item {
  margin-right: 20px;
  text-align: center;
  padding: 50px 30px;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  float: left;
}
.product-advantage-item:last-child {
  margin-right: 0px;
}
.product-advantage-item a {
  display: inline-block;
  margin-top: 10px;
  text-align: left;
  float: left;
  color: #1B79C8;
  transition: all 0.3s
  ;
}
.product-advantage-item a:hover {
  color: #f66f6a;
}
.product-advantage-item i {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
}
.product-advantage-item h3 {
  font-size: 18px;
  margin: 20px 0 40px 0;
  color: #252b3a;
  line-height: 22px;
  position: relative;
}
.product-advantage-item h3:after {
  content: '';
  width: 24px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -12px;
  background-color: #f66f6a;
}
.product-advantage-item p {
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  color: #666a75;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;  
}
@media (max-width: 1023px) {
  .product-advantage .product-wrapper {
    padding-bottom: 30px;
  }
  .product-advantage {
    background-position: center bottom;
  }
  .product-advantage-item {
    width: calc((100% - 5px ) / 2 ) !important;
    height: auto;
    padding: 15px;
    margin: 0 5px 5px 0;
    border-radius: 2px;
  }
  .product-advantage-item:nth-child(even) {
    margin-right: 0px;
  }
  .product-advantage-item i {
    width: 48px;
    height: 48px;
  }
  .product-advantage-item h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0 20px 0;
  }
  .product-advantage-item h3:after {
    bottom: -10px;
  }
  .product-advantage-item p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;	
  }
}
@media (max-width: 767px) {
  .product-advantage-slide {
    border-radius: 2px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  }
  .product-advantage-item {
    width: 50% !important;
    padding: 15px;
    margin: 0;
    box-shadow: none;
  }
  .product-advantage-item h3 {
    margin-bottom: 10px;
  }
  .product-advantage-item h3:after {
    display: none;
  }
  .product-advantage-item p {
    text-align: center;
  }
}
.solution-panorama {
  padding-bottom: 50px;
  background-image: url(./../images/solution/productBase-panorama-section-bg.png);
  background-size: cover;
  background-position: center top;
}
.solution-panorama-content {
  position: relative;
  padding: 40px 0;
  border-radius: 2px;
  background-size: auto 100%;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}
.solution-panorama-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 23.72881356%;
  background: url(./../images/solution/productBase-panorama-bg.png) center no-repeat;
  background-size: cover;
}
.solution-panorama-types {
  position: relative;
  z-index: 2;
}
.solution-panorama-types > li:before,
.solution-panorama-types > li:after {
  content: " ";
  display: table;
}
.solution-panorama-types > li:after {
  clear: both;
}
.solution-panorama-types > li + li {
  margin-top: 30px;
}
.solution-panorama-type-name {
  float: left;
  width: 23.72881356%;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  color: #252b3a;
}
.solution-panorama-list-outer {
  float: left;
  width: 76.27118644%;
  padding-left: 20px;
  padding-right: 20px;
}
.solution-panorama-list {
  margin-left: -5px;
  margin-right: -5px;
}
.solution-panorama-list:before,
.solution-panorama-list:after {
  content: " ";
  display: table;
}
.solution-panorama-list:after {
  clear: both;
}
.solution-panorama-item {
  display: block;
  float: left;
  width: 33.33333333%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.solution-panorama-item a {
  display: block;
  height: 50px;
  padding: 0 10px;
  border: solid 1px #ddd;
  border-radius: 2px;
  font-size: 0;
  line-height: 48px;
  color: #252b3a;
  cursor: pointer;
  transition: .2s;
}
.solution-panorama-item i {
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 15px;
  font-size: 24px;
  color: #252b3a;
  transition: .2s;
}
.solution-panorama-item p {
  display: inline-block;
  width: calc(100% - 49px);
  vertical-align: middle;
  font-size: 14px;
  line-height: 22px;
  color: #252b3a;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: .2s;
}
.solution-panorama-item a:hover {
  background: #f66f6a;
  border-color: #f66f6a;
}
.solution-panorama-item a:hover i,
.solution-panorama-item a:hover p {
  color: #fff;
}
.solution-panorama-item a.active p {
  color: #f66f6a;
}
@media (max-width: 1023px) {
  .solution-panorama {
    padding-bottom: 30px;
    background-image: url(./../images/solution/productBase-panorama-section-bg-mb.png);
  }
  .solution-panorama-content {
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
  }
  .solution-panorama-content:before {
    content: none;
  }
  .solution-panorama-types > li + li {
    margin-top: 18px;
  }
  .solution-panorama-type-name {
    float: none;
    width: auto;
    padding: 0 0 0 15px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
  }
  .solution-panorama-list-outer {
    float: none;
    width: auto;
    padding: 0;
  }
  .solution-panorama-list {
    margin-left: -1px;
    margin-right: -1px;
  }
  .solution-panorama-item {
    width: 50%;
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 2px;
  }
  .solution-panorama-item a {
    height: 44px;
    line-height: 44px;
    border: none;
    background: white;
  }
  .solution-panorama-item i {
    margin-left: 0;
    margin-right: 10px;
    font-size: 24px;
  }
  .solution-panorama-item p {
    width: calc(100% - 34px);
  }
}
.challenge-body {
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  padding: 40px 50px;
}
.challenge-body .product-challenge-item {
  padding-left: 195px;
  position: relative;
  margin-bottom: 40px;
}
.challenge-body .product-challenge-item:nth-child(even) i {
  left: 105px;
}
.challenge-body .product-challenge-item:nth-child(1) {
  padding-left: 98px;
  padding-right: 98px;
}
.challenge-body .product-challenge-item:nth-child(1) i:after {
  content: "";
  width: 99px;
  height: 65px;
  background: url(./../images/solution/productBase-challenge-line-1.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 53px;
  left: 50%;
}
.challenge-body .product-challenge-item:nth-child(2) i:after {
  content: "";
  width: 99px;
  height: 54px;
  background: url(./../images/solution/productBase-challenge-line-2.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 57px;
  right: 50%;
}
.challenge-body .product-challenge-item:nth-child(3) {
  padding-left: 98px;
  padding-right: 98px;
}
.challenge-body .product-challenge-item:nth-child(3) i:after {
  content: "";
  width: 89px;
  height: 65px;
  background: url(./../images/solution/productBase-challenge-line-1.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 57px;
  left: 50%;
}
.challenge-body .product-challenge-item:nth-child(4) i:after {
  content: "";
  width: 99px;
  height: 54px;
  background: url(./../images/solution/productBase-challenge-line-2.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 57px;
  right: 50%;
}
.challenge-body .product-challenge-item:nth-child(5) {
  padding-left: 98px;
  padding-right: 98px;
}
.challenge-body .product-challenge-item:nth-child(5) i:after {
  content: "";
  width: 99px;
  height: 65px;
  background: url(./../images/solution/productBase-challenge-line-1.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 53px;
  left: 50%;
}
.challenge-body .product-challenge-item:nth-child(6) i:after {
  content: "";
  width: 99px;
  height: 54px;
  background: url(./../images/solution/productBase-challenge-line-2.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 57px;
  right: 50%;
}
.challenge-body .product-challenge-item:nth-child(7) {
  padding-left: 98px;
  padding-right: 98px;
}
.challenge-body .product-challenge-item:nth-child(7) i:after {
  content: "";
  width: 99px;
  height: 65px;
  background: url(./../images/solution/productBase-challenge-line-1.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 53px;
  left: 50%;
}
.challenge-body .product-challenge-item:last-child {
  margin-bottom: 0px;
}
.challenge-body .product-challenge-item:last-child i:after {
  display: none;
}
.challenge-body .product-challenge-item i {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 100% 100%;
  background-position: center;
}
.challenge-body .product-challenge-item .pai-h {
  font-size: 18px;
  color: #252B3A;
  line-height: 25px;
  margin-bottom: 10px;
}
.challenge-body .product-challenge-item .info {
  font-size: 14px;
  color: #666A75;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.solution-challenge {
  padding-bottom: 50px;
}
@media (max-width: 1023px) {
  .challenge-body {
    padding: 20px;
  }
  .challenge-body .product-challenge-item {
    padding: 0px 0px 0px 52px!important;
    margin-bottom: 20px;
  }
  .challenge-body .product-challenge-item:last-child {
    margin-bottom: 0px;
  }
  .challenge-body .product-challenge-item i {
    width: 32px;
    height: 32px;
    left: 0px!important;
  }
  .challenge-body .product-challenge-item i:after {
    display: none!important;
  }
  .challenge-body .product-challenge-item .pai-h {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .challenge-body .product-challenge-item .info {
    font-size: 14px ;
    line-height: 22px;
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
  }
}
/* CSS Document */
/*全局CSS样式设置*/
html,
blockquote,
body,
button,
dd,
dl,
dt,
datalist,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul,
div {
  margin: 0px;
  padding: 0px;
  /*设置盒模型*/
  box-sizing: border-box;
  /*去除移动端特有的点击高亮效果*/
  -webkit-tap-highlight-color: transparent;
}
ol,
ul,
li {
  list-style: none;
}
img {
  border: none;
  vertical-align: bottom;
}
/* PC端内容样式 */
.solution-sences-notab {
  background-color: #f8f9ff ;
}
.solution-sences-notab .solution-wrapper {
  width: 100%;
  padding-bottom: 50px;
  background: #f8f9ff;
  border-radius: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.solution-sences-notab .solution-wrapper .aboutHeader {
  width: 100%;
  margin: 0 auto;
}
.solution-sences-notab .solution-wrapper .aboutHeader h1 {
  font-size: 36px;
  color: #3B516A;
  text-align: center;
  line-height: 126px;
}
.solution-sences-notab .solution-wrapper .aboutHeader .tab {
  width: 100%;
  font-size: 0;
}
.solution-sences-notab .solution-wrapper .aboutHeader .tab li {
  display: inline-block;
  width: 220px;
  padding: 10px 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  margin-right: 20px;
  margin-bottom: 10px;
  height: 100%;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.solution-sences-notab .solution-wrapper .aboutHeader .tab li:nth-of-type(5n) {
  margin-right: 0;
}
.solution-sences-notab .solution-wrapper .aboutHeader .tab li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #F66F6A;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}
.solution-sences-notab .solution-wrapper .aboutHeader .tab li div P {
  margin: 0 auto;
  font-size: 16px;
  color: #252B3A;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  width: 100%;
}
.solution-sences-notab .solution-wrapper .aboutHeader .tab li:hover p {
  color: #F66F6A;
}
.solution-sences-notab .solution-wrapper .aboutHeader .tab li.active:before {
  width: 2px;
  opacity: 1;
}
.solution-sences-notab .solution-wrapper .products {
  width: 100%;
  height: auto;
}
.solution-sences-notab .solution-wrapper .products .main {
  width: 1180px;
  height: 100%;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  overflow: hidden;
  display: none;
}
.solution-sences-notab .solution-wrapper .products .main .content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px;
}
.solution-sences-notab .solution-wrapper .products .main .content .leftContent {
  /*float: right;*/
  display: table-cell;
  vertical-align: top;
  height: 100%;
  width: calc(100% - 780px);
  position: relative;
  padding: 0px 19px;
  box-sizing: border-box;
}
.solution-sences-notab .solution-wrapper .products .main .content .leftContent h2 {
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #252B3A;
}
.solution-sences-notab .solution-wrapper .products .main .content .leftContent p {
  font-size: 14px;
  color: #666A75;
  text-align: justify;
  line-height: 22px;
}
.solution-sences-notab .solution-wrapper .products .main .content .leftContent .left {
  margin-top: 20px;
}
.solution-sences-notab .solution-wrapper .products .main .content .leftContent .left ol {
  margin-bottom: 20px;
}
.solution-sences-notab .solution-wrapper .products .main .content .leftContent .left ol li {
  margin-top: 20px;
}
.solution-sences-notab .solution-wrapper .products .main .content .leftContent .left ol li h3 {
  font-size: 16px;
  color: #252B3A;
  margin-bottom: 5px;
}
.solution-sences-notab .solution-wrapper .products .main .content .leftContent .left ol li h3::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #A0A2A8;
  vertical-align: middle;
  margin-right: 5px;
}
.solution-sences-notab .solution-wrapper .products .main .content .leftContent .left ol li p {
  font-size: 14px;
  color: #666A75;
  text-align: justify;
  line-height: 22px;
  padding-left: 10px;
}
.solution-sences-notab .solution-wrapper .products .main .content .leftContent .left ol li a {
  display: inline-block;
  width: 163px;
  height: 32px;
  margin-right: 9px;
  margin-top: 10px;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
}
.solution-sences-notab .solution-wrapper .products .main .content .leftContent .left ol li a:nth-of-type(2n) {
  margin-right: 0px;
}
.solution-sences-notab .solution-wrapper .products .main .content .leftContent .left ol li a .icon-prod-rec {
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  margin: 0 10px;
  color: #3B516A;
}
.solution-sences-notab .solution-wrapper .products .main .content .leftContent .left ol li a p {
  display: inline-block;
  font-size: 12px;
  color: #666A75;
  text-align: left;
  line-height: 32px;
  padding-left: 0px;
  vertical-align: top;
  width: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solution-sences-notab .solution-wrapper .products .main .content .leftContent .left ol li a:hover {
  border: 1px solid #f66f6a;
}
.solution-sences-notab .solution-wrapper .products .main .content .leftContent .left ol li a:hover p,
.solution-sences-notab .solution-wrapper .products .main .content .leftContent .left ol li a:hover .icon-prod-rec {
  color: #f66f6a;
}
.solution-sences-notab .solution-wrapper .products .main .content .leftContent .left ol .hide-dot h3 {
  margin-left: 14px;
}
.solution-sences-notab .solution-wrapper .products .main .content .leftContent .left ol .hide-dot h3:before {
  display: none;
}
.solution-sences-notab .solution-wrapper .products .main .content .leftContent .left .arch-action {
  margin-bottom: 30px;
}
.solution-sences-notab .solution-wrapper .products .main .content .leftContent .left .arch-action .btn-primary {
  border-color: #f66f6a;
  background-color: #f66f6a;
  color: #fff;
  border-radius: 2px;
}
.solution-sences-notab .solution-wrapper .products .main .content .leftContent .left .arch-action .btn-primary:hover {
  box-shadow: 0 8px 16px rgba(246, 111, 106, 0.5);
}
.solution-sences-notab .solution-wrapper .products .main .content .scene-arch {
  display: table-cell;
  vertical-align: middle;
  width: 760px;
  min-height: 490px;
  overflow: hidden;
  background: #F7F7F7;
  cursor: zoom-in;
}
.solution-sences-notab .solution-wrapper .products .selected {
  display: block!important;
}
@media (min-width: 1025px) {
  .solution-sences .solution-wrapper .products .main .content .scene-arch img {
    width: 100%;
    /*position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .solution-sences-notab .solution-wrapper .aboutHeader .tab li:nth-of-type(5n) {
    margin-right: 20px;
  }
}
.scene-mb-moretitle {
  display: none;
}
/* 全局看图CSS样式 */
.full-view-layer.show-view {
  display: block;
  animation: show-full-view 0.3s;
  z-index: 10!important;
}
.full-view-layer {
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: zoom-out;
  overflow: auto;
  opacity: 1;
  transition: opacity .4s;
  display: none;
}
.full-view-layer > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #f4f6f8;
  animation: zoomIn .3s;
}
.js-full-view {
  cursor: zoom-in;
}
@media (max-width: 1023px) {
  .full-view-layer > img {
    height: auto;
    max-height: 90%;
  }
}
/* 移动端内容样式 小于1024*/
@media (max-width: 1024px) {
  html,
  body {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .solution-sences-notab .solution-wrapper {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1024px) {
  .solution-sences-notab .solution-wrapper .aboutHeader {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .solution-sences-notab .solution-wrapper .aboutHeader h1 {
    font-size: 20px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: center;
    line-height: 75px;
  }
}
@media (max-width: 1024px) {
  .tab {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tab1 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .solution-sences-notab .solution-wrapper .products {
    height: auto;
    width: auto;
    padding-bottom: 0px;
    border: none;
    margin: 0px 15px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
  }
}
@media (max-width: 1024px) {
  .solution-sences-notab .solution-wrapper .products .main {
    display: block;
    height: auto !important;
    color: #333333;
    width: 100%;
    border: none;
  }
}
@media (max-width: 1024px) {
  .solution-sences-notab .scene-mb-moretitle {
    position: relative;
    cursor: pointer;
    display: block;
    padding: 11px 0;
    line-height: 24px;
    padding-left: 12px;
    font-size: 0;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
    border-left: 3px solid transparent;
  }
  .solution-sences-notab .main:last-of-type .scene-mb-moretitle {
    border-bottom: none;
  }
}
@media (max-width: 1024px) {
  .scene-mb-moretitle .text {
    font-size: 16px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: justify;
    line-height: 20px;
  }
}
@media (max-width: 1024px) {
  .scene-mb-moretitle .fold-btn {
    right: 15px;
    top: 50%;
    margin-top: -4px;
  }
}
@media (max-width: 1024px) {
  .fold-btn {
    position: absolute;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  }
}
@media (max-width: 1024px) {
  .fold-btn:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-bottom: 2px solid #777;
    border-right: 2px solid #777;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media (max-width: 1024px) {
  .solution-sences-notab .solution-wrapper .products .main .content {
    padding: 0;
    display: none;
    padding: 0 15px;
    border-bottom: 1px solid #e2e2e2;
  }
}
@media (max-width: 1024px) {
  .now {
    display: block!important;
  }
}
@media (max-width: 1024px) {
  .fold-btn1:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-bottom: 2px solid #777;
    border-right: 2px solid #777;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@media (max-width: 1024px) {
  .solution-sences-notab .solution-wrapper .products .main .content .scene-arch {
    position: static;
    margin: 0;
    width: 100%;
    min-height: inherit;
    text-align: center;
    cursor: auto;
    margin-top: 10px;
    display: inherit;
  }
}
@media (max-width: 1024px) {
  .solution-scene-body .scene-arch > img {
    position: static;
  }
}
@media (max-width: 1024px) {
  .solution-sences-notab .solution-wrapper .products .main .content .leftContent {
    float: none;
    width: 100%;
    height: 100%;
    margin-left: 0px;
    overflow: hidden;
    display: inherit;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .solution-sences-notab .solution-wrapper .products .main .content .leftContent h2 {
    line-height: 22px;
    margin-top: 16px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #252B3A;
  }
}
@media (max-width: 1024px) {
  .solution-sences-notab .solution-wrapper .products .main .content .leftContent p {
    font-size: 14px;
    color: #666A75;
    text-align: justify;
    line-height: 22px;
  }
}
@media (max-width: 1024px) {
  .solution-sences-notab .solution-wrapper .products .main .content .leftContent .left {
    margin-top: 16px;
    float: none;
    margin-left: 0px;
  }
}
@media (max-width: 1024px) {
  .fl {
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .solution-sences-notab .solution-wrapper .products .main .content .leftContent .left .fl li {
    float: left;
    margin-bottom: 5px;
  }
}
@media (max-width: 1024px) {
  .solution-sences-notab .solution-wrapper .products .main .content .leftContent .left ol li {
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 14px;
    margin-top: 18px;
  }
}
@media (max-width: 1024px) {
  .solution-sences-notab .solution-wrapper .products .main .content .leftContent .left ol li:first-of-type {
    margin-top: 0px;
  }
}
@media (max-width: 1024px) {
  .solution-sences-notab .solution-wrapper .products .main .content .leftContent .left ol li h3 {
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    margin-bottom: 5px;
    text-align: left;
    font-size: 14px;
    color: #252B3A;
  }
}
@media (max-width: 1024px) {
  .solution-sences-notab .solution-wrapper .products .main .content .leftContent .left ol li p {
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    margin-bottom: 5px;
    text-align: left;
    font-size: 14px;
    color: #666A75;
  }
}
@media (max-width: 1024px) {
  .solution-sences-notab .solution-wrapper .products .main .content .leftContent .left ol li a {
    width: 48%;
    background-color: #fefefe;
  }
}
@media (max-width: 1024px) {
  .solution-sences-notab .solution-wrapper .products .main .content .leftContent .left ol li a:nth-of-type(even) {
    float: right;
  }
}
@media (max-width: 1024px) {
  .solution-sences-notab .solution-wrapper .products .main .content .leftContent .left ol li a p {
    width: 64%;
  }
}
@media (width: 320px) {
  .solution-sences-notab .solution-wrapper .products .main .content .leftContent .left ol li a .icon-prod-rec {
    margin: 0 5px 0 10px;
  }
  .solution-sences-notab .solution-wrapper .products .main .content .leftContent .left ol li a p {
    width: 62%;
  }
}
/* CSS Document */
/*全局CSS样式设置*/
html,
blockquote,
body,
button,
dd,
dl,
dt,
datalist,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul,
div {
  margin: 0px;
  padding: 0px;
  /*设置盒模型*/
  box-sizing: border-box;
  /*去除移动端特有的点击高亮效果*/
  -webkit-tap-highlight-color: transparent;
}
ol,
ul,
li {
  list-style: none;
}
img {
  border: none;
  vertical-align: bottom;
}
/* PC端内容样式 */
.solution-sences {
  background: #f8f9ff;
}
.solution-sences .solution-wrapper {
  width: 100%;
  padding-bottom: 50px;
  background: #f8f9ff;
  border-radius: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.solution-sences .solution-wrapper .aboutHeader {
  width: 100%;
  margin: 0 auto;
}
.solution-sences .solution-wrapper .aboutHeader h1 {
  font-size: 36px;
  color: #3B516A;
  text-align: center;
  line-height: 126px;
}
.solution-sences .solution-wrapper .aboutHeader .tab {
  height: 66px;
  margin: 0 auto;
  max-width: 1180px;
  font-size: 0;
  text-align: center;
}
.solution-sences .solution-wrapper .aboutHeader .tab li {
  display: inline-block;
  width: calc((100% - 20px) / 5);
  height: 100%;
  text-align: center;
  cursor: pointer;
}
.solution-sences .solution-wrapper .aboutHeader .tab li div {
  margin-top: 20px;
}
.solution-sences .solution-wrapper .aboutHeader .tab li div P {
  margin: 0 auto;
  font-size: 16px;
  color: #252B3A;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  border-bottom: 4px solid #F8F9FF;
  width: 100%;
  padding-bottom: 22px;
}
.solution-sences .solution-wrapper .aboutHeader .tab li div P:hover {
  color: #F66F6A;
}
.solution-sences .solution-wrapper .aboutHeader .tab .active p {
  border-color: #F66F6A;
  color: #252B3A;
}
.solution-sences .solution-wrapper .aboutHeader .tab1 {
  height: auto;
  width: 100%;
  font-size: 0;
  text-align: left;
  margin-bottom: 20px;
}
.solution-sences .solution-wrapper .aboutHeader .tab1 li {
  display: inline-block;
  width: 18%;
  height: 40px;
  text-align: left;
  cursor: pointer;
  margin-right: 29px;
}
.solution-sences .solution-wrapper .aboutHeader .tab1 li:nth-of-type(5n) {
  margin-right: 0;
}
.solution-sences .solution-wrapper .aboutHeader .tab1 li:nth-of-type(5n+1) {
  margin-top: 10px;
}
.solution-sences .solution-wrapper .aboutHeader .tab1 li:nth-of-type(1) {
  margin-top: 0px;
}
.solution-sences .solution-wrapper .aboutHeader .tab1 li div {
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  height: 100%;
  width: 100%;
}
.solution-sences .solution-wrapper .aboutHeader .tab1 li div P {
  width: 100%;
  font-size: 16px;
  color: #252B3A;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
  border-left: 2px solid #F8F9FF;
}
.solution-sences .solution-wrapper .aboutHeader .tab1 li div P:hover {
  background-color: #fff;
  color: #F66F6A;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}
.solution-sences .solution-wrapper .aboutHeader .tab1 .active p {
  border-color: #F66F6A;
  color: #F66F6A;
}
.solution-sences .solution-wrapper .products {
  width: 100%;
  height: auto;
}
.solution-sences .solution-wrapper .products .main {
  max-width: 1180px;
  height: 100%;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  overflow: hidden;
  display: none;
}
.solution-sences .solution-wrapper .products .main .content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px;
}
.solution-sences .solution-wrapper .products .main .content .leftContent {
  /* float: right;*/
  display: table-cell;
  vertical-align: top;
  height: 100%;
  width: calc(100% - 780px);
  position: relative;
  padding: 0px 19px;
  box-sizing: border-box;
}
.solution-sences .solution-wrapper .products .main .content .leftContent h2 {
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  color: #f66f6a;
}
.solution-sences .solution-wrapper .products .main .content .leftContent p {
  font-size: 14px;
  color: #666A75;
  text-align: justify;
  line-height: 22px;
}
.solution-sences .solution-wrapper .products .main .content .leftContent .left {
  margin-top: 20px;
}
.solution-sences .solution-wrapper .products .main .content .leftContent .left ol {
  margin-bottom: 20px;
}
.solution-sences .solution-wrapper .products .main .content .leftContent .left ol li {
  margin-top: 20px;
}
.solution-sences .solution-wrapper .products .main .content .leftContent .left ol li h3 {
  font-size: 16px;
  color: #252B3A;
  margin-bottom: 5px;
  padding-left: 10px;
  position: relative;
}
.solution-sences .solution-wrapper .products .main .content .leftContent .left ol li h3::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #A0A2A8;
  vertical-align: middle;
  margin-right: 5px;
  position: absolute;
  top: 9px;
  left: 0;
}
.solution-sences .solution-wrapper .products .main .content .leftContent .left ol li p {
  font-size: 14px;
  color: #666A75;
  text-align: justify;
  line-height: 22px;
  padding-left: 10px;
}
.solution-sences .solution-wrapper .products .main .content .leftContent .left ol li a {
  display: inline-block;
  width: 163px;
  height: 32px;
  margin-right: 9px;
  margin-top: 10px;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
}
.solution-sences .solution-wrapper .products .main .content .leftContent .left ol li a:nth-of-type(2n) {
  margin-right: 0px;
}
.solution-sences .solution-wrapper .products .main .content .leftContent .left ol li a .icon-prod-rec {
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  margin: 0 10px;
  color: #3B516A;
}
.solution-sences .solution-wrapper .products .main .content .leftContent .left ol li a p {
  display: inline-block;
  font-size: 12px;
  color: #666A75;
  text-align: left;
  line-height: 32px;
  padding-left: 0px;
  vertical-align: top;
  width: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solution-sences .solution-wrapper .products .main .content .leftContent .left ol li a:hover {
  border: 1px solid #f66f6a;
}
.solution-sences .solution-wrapper .products .main .content .leftContent .left ol li a:hover p,
.solution-sences .solution-wrapper .products .main .content .leftContent .left ol li a:hover .icon-prod-rec {
  color: #f66f6a;
}
.solution-sences .solution-wrapper .products .main .content .leftContent .left ol .hide-dot h3 {
  margin-left: 14px;
}
.solution-sences .solution-wrapper .products .main .content .leftContent .left ol .hide-dot h3:before {
  display: none;
}
.solution-sences .solution-wrapper .products .main .content .leftContent .left .arch-action {
  margin-bottom: 30px;
}
.solution-sences .solution-wrapper .products .main .content .leftContent .left .arch-action .btn-primary {
  border-color: #f66f6a;
  background-color: #f66f6a;
  color: #fff;
  border-radius: 2px;
}
.solution-sences .solution-wrapper .products .main .content .leftContent .left .arch-action .btn-primary:hover {
  box-shadow: 0 8px 16px rgba(246, 111, 106, 0.5);
}
.solution-sences .solution-wrapper .products .main .content .scene-arch {
  /*position: absolute;
                  top: 0;
                  left: 0;
                  bottom: 0;*/
  display: table-cell;
  vertical-align: middle;
  width: 560px;
  min-height: 390px;
  overflow: hidden;
  background: #f7f7f7;
  cursor: zoom-in;
}
.solution-sences .solution-wrapper .products .selected {
  display: block!important;
}
@media (min-width: 1025px) {
  .solution-sences .solution-wrapper .products .main .content .scene-arch img {
    width: 100%;
    /* position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .solution-sences-moretab .solution-wrapper .aboutHeader .tab li:nth-of-type(5n) {
    margin-right: 20px;
  }
}
.scene-mb-title {
  display: none;
}
/* 全局看图CSS样式 */
.full-view-layer.show-view {
  display: block;
  animation: show-full-view 0.3s;
  z-index: 10!important;
}
.full-view-layer {
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: zoom-out;
  overflow: auto;
  opacity: 1;
  transition: opacity .3s;
  display: none;
}
.full-view-layer > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #f4f6f8;
  animation: zoomIn .3s;
}
/*全屏看图  */
@keyframes show-full-view {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-full-view {
  cursor: zoom-in;
}
@media (max-width: 1023px) {
  .full-view-layer > img {
    height: auto;
    max-height: 90%;
  }
}
/* 移动端内容样式 小于1024*/
@media (max-width: 1024px) {
  html,
  body {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .solution-sences .solution-wrapper {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1024px) {
  .solution-sences .solution-wrapper .aboutHeader {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .solution-sences .solution-wrapper .aboutHeader h1 {
    font-size: 20px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: center;
    line-height: 75px;
  }
}
@media (max-width: 1024px) {
  .tab {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tab1 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .solution-sences .solution-wrapper .products {
    height: auto;
    width: auto;
    padding-bottom: 0px;
    border: none;
    background-color: #fff;
    border: 1px solid #e2e2e2;
  }
}
@media (max-width: 1024px) {
  .solution-sences .solution-wrapper .products .main {
    display: block;
    height: auto !important;
    color: #333333;
    width: 100%;
    border: none;
  }
}
@media (max-width: 1024px) {
  .solution-sences .scene-mb-title {
    position: relative;
    cursor: pointer;
    display: block;
    padding: 11px 0;
    line-height: 24px;
    padding-left: 12px;
    font-size: 0;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
    border-left: 3px solid transparent;
  }
  .solution-sences .main:last-of-type .scene-mb-title {
    border-bottom: none;
  }
}
@media (max-width: 1024px) {
  .scene-mb-title .text {
    font-size: 16px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: justify;
    line-height: 20px;
  }
}
@media (max-width: 1024px) {
  .scene-mb-title .fold-btn {
    right: 15px;
    top: 50%;
    margin-top: -4px;
  }
}
@media (max-width: 1024px) {
  .fold-btn {
    position: absolute;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  }
}
@media (max-width: 1024px) {
  .fold-btn:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-bottom: 2px solid #777;
    border-right: 2px solid #777;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media (max-width: 1024px) {
  .solution-sences .solution-wrapper .products .main .content {
    padding: 0;
    display: none;
    padding: 0 15px;
    border-bottom: 1px solid #e2e2e2;
  }
}
@media (max-width: 1024px) {
  .now {
    display: block!important;
  }
}
@media (max-width: 1024px) {
  .fold-btn1:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-bottom: 2px solid #777;
    border-right: 2px solid #777;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@media (max-width: 1024px) {
  .solution-sences .solution-wrapper .products .main .content .scene-arch {
    position: static;
    margin: 0;
    width: 100%;
    text-align: center;
    cursor: auto;
    min-height: inherit;
    margin-top: 10px;
    display: inherit;
  }
}
@media (max-width: 1024px) {
  .solution-scene-body .scene-arch > img {
    position: static;
  }
}
@media (max-width: 1024px) {
  .solution-sences .solution-wrapper .products .main .content .leftContent {
    float: none;
    width: 100%;
    height: 100%;
    margin-left: 0px;
    overflow: hidden;
    display: inherit;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .solution-sences .solution-wrapper .products .main .content .leftContent h2 {
    line-height: 22px;
    margin-top: 16px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #f66f6a;
   text-align: center;
  }
}
@media (max-width: 1024px) {
  .solution-sences .solution-wrapper .products .main .content .leftContent p {
    font-size: 14px;
    color: #666A75;
    text-align: justify;
    line-height: 22px;
  }
}
@media (max-width: 1024px) {
  .solution-sences .solution-wrapper .products .main .content .leftContent .left {
    margin-top: 16px;
    float: none;
    margin-left: 0px;
  }
}
@media (max-width: 1024px) {
  .fl {
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .solution-sences .solution-wrapper .products .main .content .leftContent .left .fl li {
    float: left;
    margin-bottom: 5px;
  }
}
@media (max-width: 1024px) {
  .solution-sences .solution-wrapper .products .main .content .leftContent .left ol li {
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 14px;
    margin-top: 18px;
  }
}
@media (max-width: 1024px) {
  .solution-sences .solution-wrapper .products .main .content .leftContent .left ol li:first-of-type {
    margin-top: 0px;
  }
}
@media (max-width: 1024px) {
  .solution-sences .solution-wrapper .products .main .content .leftContent .left ol li h3 {
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    margin-bottom: 5px;
    text-align: left;
    font-size: 14px;
    color: #252B3A;
  }
  .solution-sences .solution-wrapper .products .main .content .leftContent .left ol li h3:before {
    top: 7px;
  }
}
@media (max-width: 1024px) {
  .solution-sences .solution-wrapper .products .main .content .leftContent .left ol li p {
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    margin-bottom: 5px;
    text-align: left;
    font-size: 14px;
    color: #666A75;
  }
}
@media (max-width: 1024px) {
  .solution-sences .solution-wrapper .products .main .content .leftContent .left ol li a {
    width: 48%;
    background-color: #fefefe;
  }
}
@media (max-width: 1024px) {
  .solution-sences .solution-wrapper .products .main .content .leftContent .left ol li a:nth-of-type(even) {
    float: right;
  }
}
@media (max-width: 1024px) {
  .solution-sences .solution-wrapper .products .main .content .leftContent .left ol li a p {
    width: 64%;
  }
}
@media (width: 320px) {
  .solution-sences .solution-wrapper .products .main .content .leftContent .left ol li a .icon-prod-rec {
    margin: 0 5px 0 10px;
  }
  .solution-sences .solution-wrapper .products .main .content .leftContent .left ol li a p {
    width: 62%;
  }
}
.trend-content-lcs {
  padding: 0;
  background: initial;
  border: none;
}
.solution-lisence {
  background-color: #f7f7f7;
  padding-bottom: 50px;
}
.trend-license {
  overflow: hidden;
}
.trend-license > div {
  width: calc((100% - 20px )/2);
  box-sizing: border-box;
  float: left;
  background: #fff;
  border: 1px solid #dddddd;
  transition: all 0.3s;
  cursor: pointer;
}
.trend-license > div:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}
.trend-license-list1 {
  margin-right: 20px;
}
.trend-license h3 {
  width: 100%;
  height: 62px;
  line-height: 62px;
  padding-left: 30px;
  background: url(./../images/solution/productBase-lisence.png);
  background-size: 100% 100%;
  color: #252B3A;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.trend-license ul {
  padding: 20px 30px 10px;
}
.trend-license ul li {
  position: relative;
  padding-left: 9px;
  font-size: 14px;
  color: #666A75;
  margin-bottom: 10px;
}
.trend-license ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #e41f2b;
}
.lcs-title {
  display: none;
}
@media (max-width: 1023px) {
  .solution-lisence {
    padding-bottom: 30px;
  }
  .trend-license > div {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border: none;
  }
  .trend-license > div:hover {
    box-shadow: none;
  }
  .solution-lisence {
    background-color: #ffffff;
    padding-bottom: 30px;
  }
  .trend-content-lcs {
    padding: 0;
    background: initial;
    border: none;
    height: auto;
    overflow: hidden;
  }
  .trend-license ul {
    padding: 10px 15px;
  }
  .trend-license h3 {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    padding-left: 15px;
    border: 1px solid #dddddd;
    position: relative;
  }
  .trend-license h3 .fold-btn {
    position: absolute;
    transition: transform 0.5s ease-out;
    right: 15px;
    top: 14px;
    display: none;
  }
  .lcs-block1 {
    border: 1px solid #dddddd;
    border-top: none;
  }
  .lcs-block2 {
    border: 1px solid #dddddd;
    border-top: none;
  }
  .solution-lisence .unfold .fold-btn {
    transform: rotateX(180deg);
  }
}
.sap-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dddddd;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 12px;
}
.sap-table tr td {
  text-align: center;
  height: 36px;
}
.sap-table td {
  font-size: 14px;
  border-left: 1px solid #dddddd;
}
.sap-table thead tr {
  border-top: 1px solid #dddddd;
  text-align: center;
}
.sap-table tbody tr {
  border-top: 1px solid #dddddd;
}
.solution-hardware {
  background-color: #f7f7f7;
  padding-bottom: 20px;
}
.solution-hardware h2 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
  color: #252B3A;
}
.solution-hardware p {
  font-size: 16px;
  line-height: 20px;
  color: #666A75;
}
.solution-hardware .tables {
  background-color: #FFFFFF;
}
.solution-hardware .tables .sap-table thead {
  background-color: #F8F9FF;
}
.solution-hardware .tables .sap-table thead td {
  color: #252B3A;
}
.solution-hardware .tables .sap-table tbody td {
  color: #666A75;
}
.solution-hardware h3 {
  font-size: 16px;
  line-height: 20px;
  color: #252B3A;
  padding-bottom: 30px;
}
.solution-hardware h3 a:nth-child(2) {
  margin: 0px 20px 0px 10px;
}
.solution-hardware .pz-table {
  margin-bottom: 30px;
}
.hardware-mb {
  display: none;
}
.solution-hardware .hardware-mb .pz-table {
  margin-bottom: 20px;
}
.solution-hardware .hardware-mb h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.solution-hardware .hardware-mb h3 span {
  display: inline-block;
  width: 100%;
  margin: 0px 0px 20px;
}
.solution-hardware .hardware-mb h3 a {
  margin-left: 0px;
}
.solution-hardware .hardware-mb .tables {
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}
.solution-hardware .hardware-mb .tables .tables-slide {
  display: block;
  width: 100%;
  height: 44px;
  font-size: 18px;
  color: #252B3A;
  text-align: left;
  line-height: 44px;
  padding-left: 16px;
  background: #FFFFFF;
  border: 1px solid #dddddd;
  border-bottom: none;
  position: relative;
}
.solution-hardware .hardware-mb .tables .tables-slide:after {
  width: 3px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #f66f6a;
  content: '';
  opacity: 0;
  transition: all .5s ease;
}
.solution-hardware .hardware-mb .tables .tables-slide.active:after {
  opacity: 1;
}
.solution-hardware .hardware-mb .tables .tables-slide .fold-btn {
  position: absolute;
  transition: transform 0.5s ease-out;
  right: 15px;
  top: 14px;
}
.solution-hardware .hardware-mb .tables .tables-slide-content {
  display: none;
  border: 1px solid #dddddd;
  border-bottom: none;
  padding: 10px 15px;
}
.solution-hardware .hardware-mb .tables .tables-slide-content .table-box {
  overflow: hidden;
}
.solution-hardware .hardware-mb .tables .tables-slide-content .table-box .table-box-item {
  width: calc((100% - 15px ) / 2 );
  margin-right: 15px;
  float: left;
}
.solution-hardware .hardware-mb .tables .tables-slide-content .table-box .table-box-item:nth-child(2n) {
  margin-right: 0px;
}
.solution-hardware .hardware-mb .tables .tables-slide-content .table-box .table-box-item:nth-child(odd) {
  border-right: 1px solid #dddddd;
}
.solution-hardware .hardware-mb .tables .tables-slide-content .table-box .table-box-item p {
  font-size: 14px;
  line-height: 22px;
}
.solution-hardware .hardware-mb .tables .tables-slide-content h2 {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .solution-hardware .hardware-mb .tables .tables-slide {
    font-size: 14px;
    line-height: 38px;
    font-weight: 700;
  }
  .solution-hardware h3 {
    font-size: 14px;
    line-height: 18px;
  }
  .hardware-pc {
    display: none;
  }
  .hardware-mb {
    display: block;
  }
  .solution-hardware {
    padding-bottom: 10px;
  }
  .solution-hardware .unfold .fold-btn {
    transform: rotateX(180deg);
  }
}
.solution-business {
  background: #f7f7f7;
  padding-bottom: 50px;
}
.solution-business .product-business-slide {
  height: auto;
}
.solution-business .product-business-slide:before,
.solution-business .product-business-slide:after {
  content: " ";
  display: table;
}
.solution-business .product-business-slide:after {
  clear: both;
}
.solution-business .product-business-slide[data-cols="1"] > li {
  width: 100%;
}
.solution-business .product-business-slide[data-cols="1"] > li:nth-child(1) {
  margin-right: 0px!important;
}
.solution-business .product-business-slide[data-cols="2"] > li {
  width: calc((100% - 20px ) / 2 );
}
.solution-business .product-business-slide[data-cols="2"] > li:nth-child(2n) {
  margin-right: 0px!important;
}
.solution-business .product-business-slide[data-cols="3"] > li {
  width: calc((100% - 40px ) / 3 );
}
.solution-business .product-business-slide[data-cols="3"] > li:nth-child(3n) {
  margin-right: 0px!important;
}
.solution-business .product-business-slide[data-cols="4"] > li {
  width: calc((100% - 20px ) / 2 );
}
.solution-business .product-business-slide[data-cols="4"] > li:nth-child(2n) {
  margin-right: 0px!important;
}
.solution-business .product-business-slide[data-cols="5"] > li {
  width: calc((100% - 40px ) / 3 );
}
.solution-business .product-business-slide[data-cols="5"] > li:nth-child(3n) {
  margin-right: 0px!important;
}
.solution-business .product-business-slide[data-cols="6"] > li {
  width: calc((100% - 40px ) / 3 );
}
.solution-business .product-business-slide[data-cols="6"] > li:nth-child(3n) {
  margin-right: 0px!important;
}
.solution-business .product-business-item {
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  padding: 30px 30px;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
  cursor: pointer;
  float: left;
}
.solution-business .product-business-item:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}
.solution-business .product-business-item:last-child {
  margin-right: 0px;
}
.solution-business .product-business-item a {
  display: inline-block;
  margin-top: 10px;
  text-align: left;
  float: left;
  color: #1B79C8;
  transition: all 0.3s;
}
.solution-business .product-business-item a:hover {
  color: #f66f6a;
}
.solution-business .product-business-item i {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution-business .product-business-item h3 {
  font-size: 16px;
  margin: 20px 0 10px 0;
  color: #252b3a;
  line-height: 20px;
  position: relative;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.solution-business .product-business-item p {
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  color: #666a75;
}
@media (max-width: 767px) {
  .solution-business .product-business-slide {
    border-radius: 2px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  }
  .solution-business .product-business-item {
    width: 50% !important;
    padding: 15px;
    margin: 0;
    height: 150px;
    box-shadow: none;
    border: 1px solid #dddddd;
    margin-right: -1px;
    margin-bottom: -1px;
  }
  .solution-business .product-business-item h3 {
    margin-bottom: 10px;
  }
  .solution-business .product-business-item h3:after {
    display: none;
  }
  .solution-business .product-business-item p {
    text-align: left;
  }
}
.web-width {
  border: 1px solid #e2e2e2;
  background-color: #fff;
  text-align: center;
  padding: 30px;
}
.web-width div {
  height: 158px;
}
.web-width .case-img {
  width: 128px;
  height: 60px;
  display: block;
  margin: 0px auto 30px;
}
.web-width .caption {
  font-size: 18px;
  line-height: 22px;
  margin: 0px 0px 10px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.web-width .leftFont {
  text-align: justify;
}
.web-width .info {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 44px;
}
.web-width .redFont {
  color: #E41F2B;
  margin: 20px auto 10px;
}
.section-more-wrap {
  padding-top: 40px;
  padding-bottom: 50px;
  text-align: center;
}
.section-more-wrap a {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  color: #999;
  cursor: pointer;
}
.section-more-wrap a em {
  content: "";
  display: inline-block;
  width: 13px;
  height: 8px;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 10px;
  background: url(./../images/solution/productBase-news-btn-more.png) no-repeat;
  background-size: cover;
  transition: 0.3s ease-out;
}
@media (min-width: 1024px) {
  .section-more-wrap a:hover {
    color: #fa6f66;
    border-color: #fa6f66;
  }
  .section-more-wrap a:hover em {
    -ms-transform: translate(4px, 0);
    transform: translate(4px, 0);
    background: url(./../images/solution/productBase-news-btn-more-1.png) no-repeat;
  }
}
@media (max-width: 1023px) {
  .web-width {
    padding: 20px 10px;
  }
  .web-width .case-img {
    max-width: 128px;
    width: 100%;
    margin-bottom: 15px;
  }
  .web-width .caption {
    font-size: 16px;
    line-height: 20px;
  }
  .web-width .info.leftFont {
    height: 44px;
    overflow: hidden;
  }
  .section-more-wrap {
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .section-more-wrap a {
    font-size: 12px;
    line-height: 16px;
  }
  .web-width .redFont {
    display: none;
  }
}
/* CSS Document */
/*全局CSS样式设置*/
html,
blockquote,
body,
button,
dd,
dl,
dt,
datalist,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul,
div {
  margin: 0px;
  padding: 0px;
  /*设置盒模型*/
  box-sizing: border-box;
  /*去除移动端特有的点击高亮效果*/
  -webkit-tap-highlight-color: transparent;
}
ol,
ul,
li {
  list-style: none;
}
img {
  border: none;
  vertical-align: bottom;
}
/* PC端内容样式 */
.solution-sences-moretab {
  background-color: #f8f9ff;
}
.solution-sences-moretab .solution-wrapper {
  width: 100%;
  padding-bottom: 50px;
  background: #f8f9ff;
  border-radius: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.solution-sences-moretab .solution-wrapper .aboutHeader {
  width: 100%;
  margin: 0 auto;
}
.solution-sences-moretab .solution-wrapper .aboutHeader h1 {
  font-size: 36px;
  color: #3B516A;
  text-align: center;
  line-height: 126px;
}
.solution-sences-moretab .solution-wrapper .aboutHeader .tab {
  max-width: 1180px;
  margin: 0 auto;
  font-size: 0;
}
.solution-sences-moretab .solution-wrapper .aboutHeader .tab li {
  display: inline-block;
  width: 220px;
  padding: 10px 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  margin-right: 20px;
  margin-bottom: 10px;
  height: 100%;
  text-align: center;
  cursor: pointer;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
}
.solution-sences-moretab .solution-wrapper .aboutHeader .tab li:nth-of-type(5n) {
  margin-right: 0;
}
.solution-sences-moretab .solution-wrapper .aboutHeader .tab li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #F66F6A;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}
.solution-sences-moretab .solution-wrapper .aboutHeader .tab li div P {
  margin: 0 auto;
  font-size: 16px;
  color: #252B3A;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  width: 100%;
}
.solution-sences-moretab .solution-wrapper .aboutHeader .tab li:hover p {
  color: #F66F6A;
}
.solution-sences-moretab .solution-wrapper .aboutHeader .tab li.active:before {
  width: 2px;
  opacity: 1;
}
.solution-sences-moretab .solution-wrapper .products {
  width: 100%;
  height: auto;
}
.solution-sences-moretab .solution-wrapper .products .main {
  max-width: 1180px;
  height: 100%;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  overflow: hidden;
  display: none;
}
.solution-sences-moretab .solution-wrapper .products .main .content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px;
}
.solution-sences-moretab .solution-wrapper .products .main .content .leftContent {
  display: table-cell;
  width: calc(100% - 780px);
  position: relative;
  padding: 0px 19px;
  box-sizing: border-box;
}
.solution-sences-moretab .solution-wrapper .products .main .content .leftContent h2 {
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #252B3A;
}
.solution-sences-moretab .solution-wrapper .products .main .content .leftContent p {
  font-size: 14px;
  color: #666A75;
  text-align: justify;
  line-height: 22px;
}
.solution-sences-moretab .solution-wrapper .products .main .content .leftContent .left {
  margin-top: 20px;
}
.solution-sences-moretab .solution-wrapper .products .main .content .leftContent .left ol {
  margin-bottom: 20px;
}
.solution-sences-moretab .solution-wrapper .products .main .content .leftContent .left ol li {
  margin-top: 20px;
}
.solution-sences-moretab .solution-wrapper .products .main .content .leftContent .left ol li h3 {
  font-size: 16px;
  color: #252B3A;
  margin-bottom: 5px;
  position: relative;
  padding-left: 10px;
}
.solution-sences-moretab .solution-wrapper .products .main .content .leftContent .left ol li h3::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #A0A2A8;
  vertical-align: middle;
  margin-right: 5px;
  position: absolute;
  top: 9px;
  left: 0;
}
.solution-sences-moretab .solution-wrapper .products .main .content .leftContent .left ol li p {
  font-size: 14px;
  color: #666A75;
  text-align: justify;
  line-height: 22px;
  padding-left: 10px;
}
.solution-sences-moretab .solution-wrapper .products .main .content .leftContent .left ol li a {
  display: inline-block;
  width: 163px;
  height: 32px;
  margin-right: 9px;
  margin-top: 10px;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
}
.solution-sences-moretab .solution-wrapper .products .main .content .leftContent .left ol li a:nth-of-type(2n) {
  margin-right: 0px;
}
.solution-sences-moretab .solution-wrapper .products .main .content .leftContent .left ol li a .icon-prod-rec {
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  margin: 0 10px;
  color: #3B516A;
}
.solution-sences-moretab .solution-wrapper .products .main .content .leftContent .left ol li a p {
  display: inline-block;
  font-size: 12px;
  color: #666A75;
  text-align: left;
  line-height: 32px;
  padding-left: 0px;
  vertical-align: top;
  width: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solution-sences-moretab .solution-wrapper .products .main .content .leftContent .left ol li a:hover {
  border: 1px solid #f66f6a;
}
.solution-sences-moretab .solution-wrapper .products .main .content .leftContent .left ol li a:hover p,
.solution-sences-moretab .solution-wrapper .products .main .content .leftContent .left ol li a:hover .icon-prod-rec {
  color: #f66f6a;
}
.solution-sences-moretab .solution-wrapper .products .main .content .leftContent .left ol .hide-dot h3 {
  margin-left: 14px;
}
.solution-sences-moretab .solution-wrapper .products .main .content .leftContent .left ol .hide-dot h3:before {
  display: none;
}
.solution-sences-moretab .solution-wrapper .products .main .content .leftContent .left .arch-action {
  margin-bottom: 30px;
}
.solution-sences-moretab .solution-wrapper .products .main .content .leftContent .left .arch-action .btn-primary {
  border-color: #f66f6a;
  background-color: #f66f6a;
  color: #fff;
  border-radius: 2px;
}
.solution-sences-moretab .solution-wrapper .products .main .content .leftContent .left .arch-action .btn-primary:hover {
  box-shadow: 0 8px 16px rgba(246, 111, 106, 0.5);
}
.solution-sences-moretab .solution-wrapper .products .main .content .scene-arch {
  /* position: absolute;
            top: 0;
            left: 0;
            bottom: 0;*/
  display: table-cell;
  vertical-align: middle;
  width: 760px;
  min-height: 490px;
  overflow: hidden;
  background: #f7f7f7;
  cursor: zoom-in;
}
.solution-sences-moretab .solution-wrapper .products .selected {
  display: block!important;
}
@media (min-width: 1025px) {
  .solution-sences-moretab .solution-wrapper .products .main .content .scene-arch img {
    width: 100%;
    /* position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .solution-sences-moretab .solution-wrapper .aboutHeader .tab li:nth-of-type(5n) {
    margin-right: 20px;
  }
}
.scene-mb-moretitle {
  display: none;
}
/* 全局看图CSS样式 */
.full-view-layer.show-view {
  display: block;
  animation: show-full-view 0.3s;
  z-index: 10!important;
}
.full-view-layer {
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: zoom-out;
  overflow: auto;
  opacity: 1;
  transition: opacity .4s;
  display: none;
}
.full-view-layer > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #f4f6f8;
  animation: zoomIn .3s;
}
.js-full-view {
  cursor: zoom-in;
}
@media (max-width: 1023px) {
  .full-view-layer > img {
    height: auto;
    max-height: 90%;
  }
}
/* 移动端内容样式 小于1024*/
@media (max-width: 1024px) {
  html,
  body {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .solution-sences-moretab .solution-wrapper {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1024px) {
  .solution-sences-moretab .solution-wrapper .aboutHeader {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .solution-sences-moretab .solution-wrapper .aboutHeader h1 {
    font-size: 20px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: center;
    line-height: 75px;
  }
}
@media (max-width: 1024px) {
  .tab {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tab1 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .solution-sences-moretab .solution-wrapper .products {
    height: auto;
    width: auto;
    padding-bottom: 0px;
    border: none;
    background-color: #fff;
    border: 1px solid #e2e2e2;
  }
}
@media (max-width: 1024px) {
  .solution-sences-moretab .solution-wrapper .products .main {
    display: block;
    height: auto !important;
    color: #333333;
    width: 100%;
    border: none;
  }
}
@media (max-width: 1024px) {
  .solution-sences-moretab .scene-mb-moretitle {
    position: relative;
    cursor: pointer;
    display: block;
    padding: 11px 0;
    line-height: 24px;
    padding-left: 12px;
    font-size: 0;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
    border-left: 3px solid transparent;
  }
  .solution-sences-moretab .main:last-of-type .scene-mb-moretitle {
    border-bottom: none;
  }
}
@media (max-width: 1024px) {
  .scene-mb-moretitle .text {
    font-size: 16px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: justify;
    line-height: 20px;
  }
}
@media (max-width: 1024px) {
  .scene-mb-moretitle .fold-btn {
    right: 15px;
    top: 50%;
    margin-top: -4px;
  }
}
@media (max-width: 1024px) {
  .fold-btn {
    position: absolute;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
  }
}
@media (max-width: 1024px) {
  .fold-btn:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-bottom: 2px solid #777;
    border-right: 2px solid #777;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
}
@media (max-width: 1024px) {
  .solution-sences-moretab .solution-wrapper .products .main .content {
    padding: 0;
    display: none;
    padding: 0 15px;
    border-bottom: 1px solid #e2e2e2;
  }
}
@media (max-width: 1024px) {
  .now {
    display: block!important;
  }
}
@media (max-width: 1024px) {
  .fold-btn1:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-bottom: 2px solid #777;
    border-right: 2px solid #777;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
}
@media (max-width: 1024px) {
  .solution-sences-moretab .solution-wrapper .products .main .content .scene-arch {
    position: static;
    margin: 0;
    width: 100%;
    text-align: center;
    cursor: auto;
    min-height: inherit;
    margin-top: 10px;
    display: inherit;
  }
}
@media (max-width: 1024px) {
  .solution-scene-body .scene-arch > img {
    position: static;
  }
}
@media (max-width: 1024px) {
  .solution-sences-moretab .solution-wrapper .products .main .content .leftContent {
    float: none;
    width: 100%;
    height: 100%;
    margin-left: 0px;
    overflow: hidden;
    display: inherit;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .solution-sences-moretab .solution-wrapper .products .main .content .leftContent h2 {
    line-height: 22px;
    margin-top: 16px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #252B3A;
  }
}
@media (max-width: 1024px) {
  .solution-sences-moretab .solution-wrapper .products .main .content .leftContent p {
    font-size: 14px;
    color: #666A75;
    text-align: justify;
    line-height: 22px;
  }
}
@media (max-width: 1024px) {
  .solution-sences-moretab .solution-wrapper .products .main .content .leftContent .left {
    margin-top: 16px;
    float: none;
    margin-left: 0px;
  }
}
@media (max-width: 1024px) {
  .fl {
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .solution-sences-moretab .solution-wrapper .products .main .content .leftContent .left .fl li {
    float: left;
    margin-bottom: 5px;
  }
}
@media (max-width: 1024px) {
  .solution-sences-moretab .solution-wrapper .products .main .content .leftContent .left ol li {
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 14px;
    margin-top: 18px;
  }
}
@media (max-width: 1024px) {
  .solution-sences-moretab .solution-wrapper .products .main .content .leftContent .left ol li:first-of-type {
    margin-top: 0px;
  }
}
@media (max-width: 1024px) {
  .solution-sences-moretab .solution-wrapper .products .main .content .leftContent .left ol li h3 {
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    margin-bottom: 5px;
    text-align: left;
    font-size: 14px;
    color: #252B3A;
  }
  .solution-sences-moretab .solution-wrapper .products .main .content .leftContent .left ol li h3:before {
    top: 7px;
  }
}
@media (max-width: 1024px) {
  .solution-sences-moretab .solution-wrapper .products .main .content .leftContent .left ol li p {
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    margin-bottom: 5px;
    text-align: left;
    font-size: 14px;
    color: #666A75;
  }
}
@media (max-width: 1024px) {
  .solution-sences-moretab .solution-wrapper .products .main .content .leftContent .left ol li a {
    width: 48%;
    background-color: #fefefe;
  }
}
@media (max-width: 1024px) {
  .solution-sences-moretab .solution-wrapper .products .main .content .leftContent .left ol li a:nth-of-type(even) {
    float: right;
  }
}
@media (max-width: 1024px) {
  .solution-sences-moretab .solution-wrapper .products .main .content .leftContent .left ol li a p {
    width: 64%;
  }
}
@media (width: 320px) {
  .solution-sences-moretab .solution-wrapper .products .main .content .leftContent .left ol li a .icon-prod-rec {
    margin: 0 5px 0 10px;
  }
  .solution-sences-moretab .solution-wrapper .products .main .content .leftContent .left ol li a p {
    width: 62%;
  }
}
/* CSS Document */
/*全局CSS样式设置*/
html,
blockquote,
body,
button,
dd,
dl,
dt,
datalist,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul,
div {
  margin: 0px;
  padding: 0px;
  /*设置盒模型*/
  box-sizing: border-box;
  /*去除移动端特有的点击高亮效果*/
  -webkit-tap-highlight-color: transparent;
}
ol,
ul,
li {
  list-style: none;
}
img {
  border: none;
  vertical-align: bottom;
}
.solution-architecture {
  background-color: #fff;
}
.solution-architecture .solution-wrapper {
  width: 100%;
  background: #fff;
  border-radius: 1px;
}
.solution-architecture .solution-wrapper .solutionArchitecture {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.solution-architecture .solution-wrapper .solutionArchitecture .aboutHeader {
  max-width: 1180px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
.solution-architecture .solution-wrapper .solutionArchitecture .aboutHeader h1 {
  font-size: 36px;
  color: #3B516A;
  text-align: center;
  line-height: 126px;
}
.solution-architecture .solution-wrapper .solutionArchitecture .aboutHeader .tab2 {
  height: 64px;
  width: 100%;
  font-size: 0;
  text-align: center;
}
.solution-architecture .solution-wrapper .solutionArchitecture .aboutHeader .tab2 li {
  display: inline-block;
  width: calc((100% - 20px) / 4);
  height: 100%;
  text-align: center;
  cursor: pointer;
}
.solution-architecture .solution-wrapper .solutionArchitecture .aboutHeader .tab2 li div {
  margin-top: 20px;
}
.solution-architecture .solution-wrapper .solutionArchitecture .aboutHeader .tab2 li div P {
  margin: 0 auto;
  font-size: 16px;
  color: #252B3A;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  border-bottom: 4px solid #FFFFFF;
  width: 100%;
  padding-bottom: 20px;
}
.solution-architecture .solution-wrapper .solutionArchitecture .aboutHeader .tab2 li div P:hover {
  color: #F66F6A;
}
.solution-architecture .solution-wrapper .solutionArchitecture .aboutHeader .tab2 .active p {
  border-color: #F66F6A;
  color: #F66F6A;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main {
  width: 100%;
  height: auto;
  display: none;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 {
  max-width: 1180px;
  height: 100%;
  margin: 0 auto;
  padding: 20px 20px 0 20px;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .scene-arch {
  display: block;
  background: #F7F7F7;
  border-radius: 2px;
  height: 447px;
  margin: 0 auto;
  cursor: zoom-in;
  position: relative;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .structure {
  margin-left: 30px;
  margin-right: 39px;
  margin-top: 22px;
  overflow: hidden;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .structure .structureLeft {
  float: left;
  width: 48%;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .structure .structureLeft h2 {
  font-size: 14px;
  color: #252B3A;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .structure .structureLeft p {
  font-size: 14px;
  color: #666A75;
  text-align: justify;
  line-height: 22px;
  margin-top: 10px;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .structure .structureRight {
  float: right;
  width: 48%;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .structure .structureRight h2 {
  font-size: 14px;
  color: #252B3A;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .structure .structureRight ul {
  margin-top: 10px;
  font-size: 0;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .structure .structureRight ul li {
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  font-size: 12px;
  color: #666A75;
  letter-spacing: 0.44px;
  line-height: 22px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .structure .structureRight ul li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #A0A2A8;
  position: absolute;
  top: 9px;
  left: 0px;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation {
  margin-left: 30px;
  margin-right: 39px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .sigma-content {
  text-align: center;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .sigma-content .sigma-middle-line:before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-color: #DDDDDD;
  position: relative;
  top: 10px;
  /*调节线高*/
  left: 0;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .sigma-content .sigma-middle-line span {
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  position: relative;
  font-size: 14px;
  color: #252B3A;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 0px;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a {
  height: 32px;
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a:nth-of-type(6n) {
  margin-right: 0px;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a:nth-of-type(n+7) {
  margin-top: 10px;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a .icon-prod-rec {
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  margin: 0 8px;
  color: #3B516A;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a p {
  display: inline-block;
  font-size: 12px;
  color: #666A75;
  text-align: left;
  line-height: 32px;
  padding-left: 0px;
  vertical-align: top;
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a:hover {
  border: 1px solid #f66f6a;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a:hover p,
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a:hover .icon-prod-rec {
  color: #f66f6a;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation button {
  height: 40px;
  width: 118px;
  background-color: #F66F6A;
  border: none;
  margin-bottom: 30px;
  float: right;
  border: 1px solid #F66F6A;
  border-radius: 2px;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation button a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation button:hover {
  box-shadow: 0 8px 16px rgba(246, 111, 106, 0.5);
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .selected {
  display: block!important;
}
@media (min-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .scene-arch img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a:nth-of-type(6n) {
    margin-right: 10px;
  }
}
.scene-mb-title {
  display: none;
}
#content .solution-wrapper {
  z-index: auto;
}
/* 全局看图CSS样式 */
.full-view-layer.show-view {
  display: block;
  animation: show-full-view 0.3s;
  z-index: 10!important;
}
.full-view-layer {
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: zoom-out;
  overflow: auto;
  opacity: 1;
  transition: opacity .4s;
  display: none;
}
.full-view-layer > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #f4f6f8;
  animation: zoomIn .3s;
}
.js-full-view {
  cursor: zoom-in;
}
@media (max-width: 1023px) {
  .full-view-layer > img {
    height: auto;
    max-height: 90%;
  }
}
/* 手机移动端内容样式 小于1024*/
@media (max-width: 1024px) {
  html,
  body {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper {
    width: 100%;
    height: 100%;
    background: #F8F9FF;
    border-radius: 1px;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .aboutHeader {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .aboutHeader h1 {
    font-size: 20px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: center;
    line-height: 75px;
  }
}
@media (max-width: 1024px) {
  .tab2 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .aboutHeader {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .aboutHeader h1 {
    font-size: 20px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: center;
    line-height: 75px;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture {
    height: 100%;
    padding-bottom: 0px;
    border-bottom: 1px solid #e2e2e2;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main {
    display: block;
    height: auto !important;
    color: #333333;
    width: 100%;
    border: none;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 {
    padding: 0;
    border-bottom: 1px solid #DDDDDD;
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  .contentArchitecture .scene-mb-title {
    position: relative;
    cursor: pointer;
    display: block;
    padding: 11px 0;
    line-height: 24px;
    padding-left: 12px;
    font-size: 0;
    background: #fff;
    border-bottom: 1px solid #DDDDDD;
    border-left: 3px solid transparent;
  }
  .contentArchitecture .main:last-of-type .scene-mb-title {
    border-bottom: none;
  }
}
@media (max-width: 1024px) {
  .scene-mb-title .text {
    font-size: 16px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: justify;
    line-height: 20px;
  }
}
@media (max-width: 1024px) {
  .scene-mb-title .fold-btn {
    right: 15px;
    top: 50%;
    margin-top: -4px;
  }
}
@media (max-width: 1024px) {
  .fold-btn {
    position: absolute;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  }
}
@media (max-width: 1024px) {
  .fold-btn:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-bottom: 2px solid #777;
    border-right: 2px solid #777;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media (max-width: 1024px) {
  .content1 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .now {
    display: block!important;
  }
}
@media (max-width: 1024px) {
  .fold-btn1:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-bottom: 2px solid #777;
    border-right: 2px solid #777;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@media (width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .scene-arch {
    width: 100%;
    padding: 0 15px;
    margin-top: 15px;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .scene-arch {
    width: 100%;
    padding: 0 15px;
    height: auto;
    margin-top: 15px;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .structure {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .structure .structureLeft {
    float: none;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .structure .structureLeft p {
    margin-top: 9px;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .structure .structureRight {
    float: none;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .structure .structureRight h2 {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .structure .structureRight ul {
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .structure .structureRight ul li {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .sigma-content {
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .sigma-content .sigma-middle-line:before {
    content: none;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .sigma-content .sigma-middle-line span {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists {
    margin-top: 10px;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a {
    width: 48%;
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a p {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a:nth-of-type(6n) {
    margin-right: 0px;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a:nth-of-type(n+7) {
    margin-top: 0px;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a:nth-of-type(even) {
    margin-right: 0px;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a:nth-of-type(n+17) {
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation button {
    float: left;
  }
}
@media (width: 320px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a .icon-prod-rec {
    margin: 0 5px 0 8px;
  }
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a {
    margin-right: 5px;
  }
}
/* CSS Document */
/*全局CSS样式设置*/
html,
blockquote,
body,
button,
dd,
dl,
dt,
datalist,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul,
div {
  margin: 0px;
  padding: 0px;
  /*设置盒模型*/
  box-sizing: border-box;
  /*去除移动端特有的点击高亮效果*/
  -webkit-tap-highlight-color: transparent;
}
ol,
ul,
li {
  list-style: none;
}
img {
  border: none;
  vertical-align: bottom;
}
.solution-architecture {
  background-color: #fff;
}
.solution-architecture .solution-wrapper {
  width: 100%;
  background: #fff;
  border-radius: 1px;
}
.solution-architecture .solution-wrapper .solutionArchitecture {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.solution-architecture .solution-wrapper .solutionArchitecture .aboutHeader {
  max-width: 1180px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
.solution-architecture .solution-wrapper .solutionArchitecture .aboutHeader h1 {
  font-size: 36px;
  color: #3B516A;
  text-align: center;
  line-height: 126px;
}
.solution-architecture .solution-wrapper .solutionArchitecture .aboutHeader .tab2 {
  height: 64px;
  width: 100%;
  font-size: 0;
  text-align: center;
}
.solution-architecture .solution-wrapper .solutionArchitecture .aboutHeader .tab2 li {
  display: inline-block;
  width: calc((100% - 20px) / 4);
  height: 100%;
  text-align: center;
  cursor: pointer;
}
.solution-architecture .solution-wrapper .solutionArchitecture .aboutHeader .tab2 li div {
  margin-top: 20px;
}
.solution-architecture .solution-wrapper .solutionArchitecture .aboutHeader .tab2 li div P {
  margin: 0 auto;
  font-size: 16px;
  color: #252B3A;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  border-bottom: 4px solid #fff;
  width: 100%;
  padding-bottom: 20px;
}
.solution-architecture .solution-wrapper .solutionArchitecture .aboutHeader .tab2 li div P:hover {
  color: #F66F6A;
}
.solution-architecture .solution-wrapper .solutionArchitecture .aboutHeader .tab2 .active p {
  border-color: #F66F6A;
  color: #F66F6A;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main {
  width: 100%;
  height: auto;
  display: none;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 {
  max-width: 1180px;
  height: 100%;
  margin: 0 auto;
  padding: 20px 20px 0 20px;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .scene-arch {
  display: block;
  background: #F7F7F7;
  border-radius: 2px;
  height: 447px;
  margin: 0 auto;
  cursor: zoom-in;
  position: relative;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .structure {
  margin-left: 30px;
  margin-right: 39px;
  margin-top: 22px;
  overflow: hidden;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .structure .structureLeft {
  float: left;
  width: 48%;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .structure .structureLeft h2 {
  font-size: 14px;
  color: #252B3A;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .structure .structureLeft p {
  font-size: 14px;
  color: #666A75;
  text-align: justify;
  line-height: 22px;
  margin-top: 10px;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .structure .structureRight {
  float: right;
  width: 48%;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .structure .structureRight h2 {
  font-size: 14px;
  color: #252B3A;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .structure .structureRight ul {
  margin-top: 10px;
  font-size: 0;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .structure .structureRight ul li {
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  font-size: 12px;
  color: #666A75;
  letter-spacing: 0.44px;
  line-height: 22px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .structure .structureRight ul li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #A0A2A8;
  position: absolute;
  top: 9px;
  left: 0px;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation {
  margin-left: 30px;
  margin-right: 39px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .sigma-content {
  text-align: center;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .sigma-content .sigma-middle-line:before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-color: #DDDDDD;
  position: relative;
  top: 10px;
  /*调节线高*/
  left: 0;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .sigma-content .sigma-middle-line span {
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  position: relative;
  font-size: 14px;
  color: #252B3A;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 0px;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a {
  height: 32px;
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a:nth-of-type(6n) {
  margin-right: 0px;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a:nth-of-type(n+7) {
  margin-top: 10px;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a .icon-prod-rec {
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  margin: 0 8px;
  color: #3B516A;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a p {
  display: inline-block;
  font-size: 12px;
  color: #666A75;
  text-align: left;
  line-height: 32px;
  padding-left: 0px;
  vertical-align: top;
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a:hover {
  border: 1px solid #f66f6a;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a:hover p,
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a:hover .icon-prod-rec {
  color: #f66f6a;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation button {
  height: 40px;
  width: 118px;
  background-color: #F66F6A;
  border: none;
  margin-bottom: 30px;
  float: right;
  border: 1px solid #F66F6A;
  border-radius: 2px;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation button a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation button:hover {
  box-shadow: 0 8px 16px rgba(246, 111, 106, 0.5);
}
.solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .selected {
  display: block!important;
}
@media (min-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .scene-arch img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a:nth-of-type(6n) {
    margin-right: 10px;
  }
}
.scene-mb-title {
  display: none;
}
#content .solution-wrapper {
  z-index: auto;
}
/* 全局看图CSS样式 */
.full-view-layer.show-view {
  display: block;
  animation: show-full-view 0.3s;
  z-index: 10!important;
}
.full-view-layer {
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: zoom-out;
  overflow: auto;
  opacity: 1;
  transition: opacity .4s;
  display: none;
}
.full-view-layer > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #f4f6f8;
  animation: zoomIn .3s;
}
.js-full-view {
  cursor: zoom-in;
}
@media (max-width: 1023px) {
  .full-view-layer > img {
    height: auto;
    max-height: 90%;
  }
}
/* 手机移动端内容样式 小于1024*/
@media (max-width: 1024px) {
  html,
  body {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper {
    width: 100%;
    height: 100%;
    background: #F8F9FF;
    border-radius: 1px;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .aboutHeader {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .aboutHeader h1 {
    font-size: 20px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: center;
    line-height: 75px;
  }
}
@media (max-width: 1024px) {
  .tab2 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .aboutHeader {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .aboutHeader h1 {
    font-size: 20px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: center;
    line-height: 75px;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture {
    height: 100%;
    padding-bottom: 0px;
    border-bottom: 1px solid #e2e2e2;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main {
    display: block;
    height: auto !important;
    color: #333333;
    width: 100%;
    border: none;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 {
    padding: 0;
    border-bottom: 1px solid #DDDDDD;
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  .contentArchitecture .scene-mb-title {
    position: relative;
    cursor: pointer;
    display: block;
    padding: 11px 0;
    line-height: 24px;
    padding-left: 12px;
    font-size: 0;
    background: #fff;
    border-bottom: 1px solid #DDDDDD;
    border-left: 3px solid transparent;
  }
  .contentArchitecture .main:last-of-type .scene-mb-title {
    border-bottom: none;
  }
}
@media (max-width: 1024px) {
  .scene-mb-title .text {
    font-size: 16px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: justify;
    line-height: 20px;
  }
}
@media (max-width: 1024px) {
  .scene-mb-title .fold-btn {
    right: 15px;
    top: 50%;
    margin-top: -4px;
  }
}
@media (max-width: 1024px) {
  .fold-btn {
    position: absolute;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  }
}
@media (max-width: 1024px) {
  .fold-btn:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-bottom: 2px solid #777;
    border-right: 2px solid #777;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media (max-width: 1024px) {
  .content1 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .now {
    display: block!important;
  }
}
@media (max-width: 1024px) {
  .fold-btn1:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-bottom: 2px solid #777;
    border-right: 2px solid #777;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@media (width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .scene-arch {
    width: 100%;
    padding: 0 15px;
    margin-top: 15px;
  }
}
@media (max-width: 1023px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .scene-arch {
    width: 100%;
    padding: 0 15px;
    height: auto;
    margin-top: 15px;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .structure {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .structure .structureLeft {
    float: none;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .structure .structureLeft p {
    margin-top: 9px;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .structure .structureRight {
    float: none;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .structure .structureRight h2 {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .structure .structureRight ul {
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .structure .structureRight ul li {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .sigma-content {
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .sigma-content .sigma-middle-line:before {
    content: none;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .sigma-content .sigma-middle-line span {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists {
    margin-top: 10px;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a {
    width: 48%;
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a p {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a:nth-of-type(6n) {
    margin-right: 0px;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a:nth-of-type(n+7) {
    margin-top: 0px;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a:nth-of-type(even) {
    margin-right: 0px;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a:nth-of-type(n+17) {
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation button {
    float: left;
  }
}
@media (width: 320px) {
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a .icon-prod-rec {
    margin: 0 5px 0 8px;
  }
  .solution-architecture .solution-wrapper .solutionArchitecture .contentArchitecture .main .content1 .recommendation .productLists a {
    margin-right: 5px;
  }
}
/* PC端内容样式 */
.solution-area {
  background: #F8F9FF;
  padding-bottom: 50px;
}
.solution-area .solution-wrapper .sol-config-tab {
  text-align: center;
  width: 100%;
}
.solution-area .solution-wrapper .sol-config-tab[data-cols="2"] > li {
  width: 280px;
}
.solution-area .solution-wrapper .sol-config-tab[data-cols="3"] > li {
  width: 280px;
}
.solution-area .solution-wrapper .sol-config-tab[data-cols="4"] > li {
  width: calc((100% - 80px) / 4);
}
.solution-area .solution-wrapper .sol-config-tab[data-cols="4"] > li:last-child {
  margin-right: 0px;
}
.solution-area .solution-wrapper .sol-config-tab[data-cols="5"] > li {
  width: calc((100% - 100px) / 5);
}
.solution-area .solution-wrapper .sol-config-tab[data-cols="5"] > li:last-child {
  margin-right: 0px;
}
.solution-area .solution-wrapper .sol-config-tab[data-cols="6"] > li {
  width: calc((100% - 120px) / 6);
}
.solution-area .solution-wrapper .sol-config-tab[data-cols="6"] > li:last-child {
  margin-right: 0px;
}
.solution-area .solution-wrapper .sol-config-tab .config-tab {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-right: 20px;
  padding-bottom: 0px;
}
.solution-area .solution-wrapper .sol-config-tab .config-tab .caption {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: bottom;
  max-width: 100%;
  line-height: 20px;
  position: relative;
  transition: all 0.3s;
  padding: 0px 10px 20px 10px;
}
.solution-area .solution-wrapper .sol-config-tab .config-tab .caption:after {
  background: #f66f6a;
  bottom: 0px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  width: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width .25s ease;
  transition: width .3s ease;
}
.solution-area .solution-wrapper .sol-config-tab .config-tab .caption:hover,
.solution-area .solution-wrapper .sol-config-tab .config-tab .caption.active {
  color: #f66f6a;
}
.solution-area .solution-wrapper .sol-config-tab .config-tab .caption.active:after {
  width: 100%;
}
.solution-area .solution-wrapper .sol-config-body {
  background: #fff;
}
.solution-area .solution-wrapper .sol-config-body .expand {
  display: none;
}
.solution-area .solution-wrapper .sol-config-body .expand .fold-btn {
  display: none;
  position: absolute;
  transition: transform 0.5s ease-out;
}
.solution-area .solution-wrapper .sol-config-body .config-content {
  display: none;
  width: 100%;
  min-height: 234px;
  position: relative;
  border: 1px solid #e2e2e2;
  table-layout: fixed;
}
.config-content-head {
  position: relative;
  display: table;
  width: 100%;
  border-radius: 2px;
  vertical-align: middle;
}
.config-content-head .config-content-head-left {
  overflow: hidden;
  width: 360px;
  padding: 30px;
  display: table-cell;
  vertical-align: middle;
  background: #f5f5ff url(./../images/solution/productBase-recommend-configurationbg.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.config-content-head .cfg-head-box {
  width: 100% ;
}
.config-content-head .cfg-head-box .caption {
  font-size: 18px;
  color: #252B3A;
  line-height: 28px;
  height: 28px;
}
.config-content-head .cfg-head-box .cfg-head-box-item {
  width: 50%;
  float: left;
}
.config-content-head .cfg-head-box .cfg-head-box-item .info {
  width: 100%;
  font-size: 12px;
  color: #666A75;
  text-align: left;
  line-height: 18px;
  float: left;
  margin-top: 5px;
}
.config-content-head .cfg-head-box .cfg-head-box-item .strong {
  font-size: 14px;
  color: #252B3A;
  text-align: left;
  line-height: 22px;
}
.config-content .config-content-body {
  width: calc(100% - 360px);
  padding: 30px;
  display: table-cell;
  vertical-align: middle;
  background-color: #ffffff;
}
.config-content .config-content-body .cfg-list .cfg-item {
  width: 239px;
  float: left;
  margin-bottom: 20px;
  min-height: 50px;
}
.config-content .config-content-body .cfg-list .cfg-item .cfg-sub-top {
  width: 239px;
  font-size: 12px;
  color: #666A75;
  text-align: left;
  line-height: 18px;
  margin-bottom: 5px;
}
.config-content .config-content-body .cfg-list .cfg-item .cfg-sub-bottom {
  width: 239px;
  font-size: 14px;
  color: #252B3A;
  text-align: left;
  line-height: 22px;
  margin-bottom: 5px;
  padding-right: 20px;
}
.cost {
  width: 100%;
}
.cost .price {
  float: left;
  width: calc(100% - 118px);
  margin-top: 30px;
  color: #666A75;
}
.cost .price .price-info {
  font-size: 12px;
  line-height: 16px;
}
.cost .price p {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 18px;
}
.cost .price i {
  font-size: 24px;
  color: #F66F6A;
  line-height: 24px;
  font-style: normal;
}
.cost .cfg-action .aui-button {
  float: right;
  margin-top: 30px;
  background-color: #F66F6A;
  border: none;
  width: 118px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s;
  border-radius: 2px;
}
.cost .cfg-action .aui-button:hover {
  box-shadow: 0px 8px 16px rgba(227, 24, 31, 0.29803922);
}
@media (max-width: 1024px) {
  .solution-area .solution-wrapper .sol-config-tab {
    display: none;
  }
  .solution-area .solution-wrapper .sol-config-body .expand {
    display: block;
    width: 100%;
    height: 44px;
    font-size: 18px;
    color: #252B3A;
    text-align: left;
    line-height: 44px;
    padding-left: 16px;
    background: #FFFFFF;
    border: 1px solid #dddddd;
    border-bottom: none;
    position: relative;
  }
  .solution-area .solution-wrapper .sol-config-body .expand:after {
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #f66f6a;
    content: '';
    opacity: 0;
    transition: all .5s ease;
  }
  .solution-area .solution-wrapper .sol-config-body .expand .fold-btn-one {
    position: absolute;
    transition: transform 0.5s ease-out;
    right: 15px;
    top: 14px;
    width: 10px;
    height: 10px;
    content: "";
    display: block;
    border-bottom: 2px solid #777;
    border-right: 2px solid #777;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .solution-area .solution-wrapper .sol-config-body .expand .flod {
    border-color: #FFFFFF;
    content: "";
  }
  .solution-area .solution-wrapper .sol-config-body .expand .fold-btn {
    top: 14px;
    right: 10px;
    display: block;
    position: absolute;
    transition: transform 0.5s ease-out;
  }
  .solution-area .solution-wrapper .sol-config-body .config-content {
    width: 100%;
    table-layout: fixed;
    background-size: 0px;
    border-bottom: 0px;
    min-height: 0px;
    background-color: #FFFFFF;
  }
  .solution-area .solution-wrapper .sol-config-body .config-content .config-content-head {
    padding: 15px;
  }
  .solution-area .solution-wrapper .sol-config-body .config-content .config-content-head .config-content-head-left {
    padding: 0px;
    background: transparent;
  }
  .solution-area .solution-wrapper .sol-config-body .config-content .config-content-head .cfg-head-box {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    position: static;
    overflow: hidden;
  }
  .solution-area .solution-wrapper .sol-config-body .config-content .config-content-head .cfg-head-box .caption {
    font-size: 16px;
    color: #252B3A;
    line-height: 20px;
    margin-bottom: 0px;
  }
  .solution-area .solution-wrapper .sol-config-body .config-content .config-content-head .cfg-head-box .info {
    width: 100%;
    height: 18px;
    font-size: 12px;
    color: #666A75;
    text-align: left;
    line-height: 18px;
    margin-top: 5px;
  }
  .solution-area .solution-wrapper .sol-config-body .config-content .config-content-head .cfg-head-box .strong {
    font-size: 14px;
    color: #252B3A;
    text-align: left;
    line-height: 22px;
  }
  .solution-area .solution-wrapper .sol-config-body .config-content .config-content-body {
    width: 100%;
    float: none;
    padding: 0px;
  }
  .solution-area .solution-wrapper .sol-config-body .config-content .config-content-body .cfg-list .cfg-item {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    overflow: hidden;
    min-height: 0px;
  }
  .solution-area .solution-wrapper .sol-config-body .config-content .config-content-body .cfg-list .cfg-item .cfg-sub-top {
    width: 40%;
    font-size: 14px;
    color: #666A75;
    text-align: left;
    line-height: 18px;
    margin-bottom: 5px;
    float: left;
    overflow: hidden;
  }
  .solution-area .solution-wrapper .sol-config-body .config-content .config-content-body .cfg-list .cfg-item .cfg-sub-bottom {
    width: 60%;
    font-size: 14px;
    text-align: left;
    line-height: 22px;
    margin-bottom: 5px;
    float: right;
  }
  .solution-area .solution-wrapper .sol-config-body .config-content .cost {
    float: left;
    width: 100%;
    position: static;
    bottom: 0px;
    margin-top: 20px;
  }
  .solution-area .solution-wrapper .sol-config-body .config-content .cost .price {
    width: calc(100% - 118px);
    font-size: 12px;
    color: #666A75;
    float: left;
    margin-top: 0px;
  }
  .solution-area .solution-wrapper .sol-config-body .config-content .cost .price i {
    font-size: 24px;
    color: #F66F6A;
    letter-spacing: -1.11px;
    text-align: left;
    line-height: 24px;
  }
  .solution-area .solution-wrapper .sol-config-body .config-content .cost .cfg-action .aui-button {
    float: right;
    margin-top: 0px;
  }
  .solution-area .solution-wrapper .sol-config-body .expand.activee:after {
    opacity: 1;
  }
  .solution-area .solution-wrapper .sol-config-body .expand.activee .fold-btn {
    transform: rotateX(180deg);
  }
  .sol-config-body {
    border-bottom: 1px solid #dddddd;
  }
}
@media (min-width: 1025px) {
  .solution-recommended-configuration2 .sol-config-tab {
    display: none;
  }
  .solution-recommended-configuration2 .sol-config-body {
    background: #F8F9FF!important;
  }
  .solution-recommended-configuration2 .sol-config-body .config-content {
    margin-bottom: 20px;
  }
  .solution-recommended-configuration2 .section-title {
    margin-bottom: 0px;
  }
  .solution-recommended-configuration2 .solution-wrapper .sol-config-body .config-content {
    display: block;
  }
}
.solution-recommended-configuration3,
.solution-recommended-configuration4 {
  background-color: #f7f7f7;
  padding-bottom: 50px;
}
.solution-recommended-configuration3 .new-style-website {
  background: transparent!important;
}
.solution-recommended-configuration3 .new-style-website:before,
.solution-recommended-configuration3 .new-style-website:after {
  content: " ";
  display: table;
}
.solution-recommended-configuration3 .new-style-website:after {
  clear: both;
}
.solution-recommended-configuration3 .new-style-website .sol-config-item {
  width: calc((100% - 40px ) / 3);
  float: left;
  margin-right: 20px;
}
.solution-recommended-configuration3 .new-style-website .sol-config-item:last-child {
  margin-right: 0px;
}
.new-style-website .config-content-head {
  display: block;
  width: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(./../images/solution/productBase-config-bg-pc.png) no-repeat;
  background-size: cover;
}
.new-style-website .config-content-head .caption {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
  text-align: center;
  color: #ffffff;
  transition: all 0.3s;
}
.new-style-website .cfg-sub-item-title {
  font-size: 16px;
  color: #000;
  line-height: 20px;
}
.new-style-website .cfg-list {
  position: relative;
}
.new-style-website div.col-sm-4.col-mb-12 {
  margin-right: 20px;
}
.new-style-website div.col-sm-4.col-mb-12 .has-border {
  margin-bottom: 10px;
  border: 1px solid #e2e2e2;
}
.new-style-website .config-content-body {
  padding: 20px 30px 20px 30px;
  display: block;
  background: #fff;
}
.new-style-website .font-left {
  position: absolute;
  left: 10px;
}
.new-style-website .config-content-body .cfg-item {
  margin-top: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.new-style-website .config-content-body .cfg-item:first-child {
  padding-top: 0px;
}
.cfg-item-normal {
  margin-top: 10px;
}
.cfg-item-normal .cfg-sub-item-title p {
  color: #6f7479;
  font-size: 14px;
}
.cfg-item-normal .cfg-sub-item-title .redFont {
  color: #E41F2B;
  font-size: 24px;
  line-height: 30px;
}
.cfg-item-normal .buy-now {
  position: relative;
}
.cfg-item-normal a {
  position: absolute;
  right: 0;
  bottom: 0px;
}
.new-style-website .cfg-item p {
  font-size: 14px;
  height: 18px;
  line-height: 18px;
}
.new-style-website .cfg-item div:not(.cfg-sub-item-title) {
  margin: 10px 0 0;
}
.new-style-website .font-right {
  color: #000000;
  position: absolute;
  right: 0px;
}
.new-style-website .has-border {
  transition: all 0.3s;
}
.new-style-website .has-border:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}
.new-style-website .has-border:hover .config-content-head .cfg-head-box h3 {
  color: #f66f6a;
}
.cfg-item-normal dt,
.cfg-item-normal dd {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #333333 !important;
}
.cfg-item-normal dd {
  position: relative;
  min-width: 63px;
  margin-left: 15px;
  cursor: pointer;
}
.cfg-item-normal dd.active {
  color: #f66f6a!important;
}
.cfg-item-normal dd.active::before {
  border: 4px solid #f66f6a;
}
.cfg-item-normal dd::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 1px solid #999;
  vertical-align: top;
}
.center_activity {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}
.center_activity dt span {
  color: #f66f6a;
}
@media (min-width: 1200px) {
  .cfg-item-normal dd:nth-of-type(3) {
    margin-left: 15px;
    margin-top: 0px;
  }
  .cfg-item-normal dd {
    position: relative;
    min-width: 62px;
    margin-left: 15px;
    cursor: pointer;
  }
}
@media (max-width: 1024px) {
  .sol-config .new-style-website .sol-config-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .new-style-website .config-content-head {
    padding: 20px 0;
  }
  .new-style-website .config-content-head.unfold .fold-btn {
    transform: rotateX(180deg);
  }
  .new-style-website .config-content-head .caption {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    padding-left: 15px;
    height: 20px;
  }
  .new-style-website .config-content-head .fold-btn {
    top: 22px;
    right: 10px;
    display: block;
    position: absolute;
    transition: transform 0.5s ease-out;
  }
  .new-style-website .config-content-head .fold-btn:before {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  .new-style-website .config-content-body {
    display: none;
    padding: 20px 15px;
  }
  .new-style-website {
    border: none;
  }
  .buy-now .cui-btn {
    padding: 0 25px;
  }
}
.solution-recommended-configuration4 .new-style-website {
  background: transparent!important;
}
.solution-recommended-configuration4 .new-style-website:before,
.solution-recommended-configuration4 .new-style-website:after {
  content: " ";
  display: table;
}
.solution-recommended-configuration4 .new-style-website:after {
  clear: both;
}
.solution-recommended-configuration4 .new-style-website .sol-config-item {
  width: calc((100% - 40px ) / 3);
  float: left;
  margin-right: 20px;
}
.solution-recommended-configuration4 .new-style-website .sol-config-item:last-child {
  margin-right: 0px;
}
.new-style-website .config-content-head {
  display: block;
  width: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(./../images/solution/productBase-config-bg-pc.png) no-repeat;
  background-size: cover;
}
.new-style-website .config-content-head .caption {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
  text-align: center;
  color: #ffffff;
}
.new-style-website .cfg-sub-item-title {
  font-size: 16px;
  color: #000;
  line-height: 20px;
}
.new-style-website .cfg-list {
  position: relative;
}
.new-style-website div.col-sm-4.col-mb-12 {
  margin-right: 20px;
}
.new-style-website div.col-sm-4.col-mb-12 .has-border {
  margin-bottom: 10px;
  border: 1px solid #e2e2e2;
}
.new-style-website .config-content-body {
  padding: 20px 30px 20px 30px;
  display: block;
  background: #fff;
}
.new-style-website .font-left {
  position: absolute;
  left: 10px;
}
.new-style-website .config-content-body .cfg-item {
  margin-top: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.new-style-website .config-content-body .cfg-item:first-child {
  padding-top: 0px;
}
.cfg-item-normal {
  margin-top: 10px;
}
.cfg-item-normal .cfg-sub-item-title p {
  color: #6f7479;
  font-size: 14px;
}
.cfg-item-normal .cfg-sub-item-title .redFont {
  color: #E41F2B;
  font-size: 24px;
  line-height: 30px;
}
.cfg-item-normal a {
  position: absolute;
  right: 0;
  bottom: 0px;
}
.new-style-website .cfg-item p {
  font-size: 14px;
  height: 18px;
  line-height: 18px;
}
.new-style-website .cfg-item div:not(.cfg-sub-item-title) {
  margin: 10px 0 0;
}
.new-style-website .font-right {
  color: #000000;
  position: absolute;
  right: 0px;
}
.new-style-website .has-border {
  transition: all 0.3s;
}
.new-style-website .has-border:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}
.cfg-item-normal dt,
.cfg-item-normal dd {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #333333 !important;
}
.cfg-item-normal dd {
  position: relative;
  min-width: 63px;
  margin-left: 15px;
  cursor: pointer;
}
.cfg-item-normal dd.active {
  color: #f66f6a!important;
}
.cfg-item-normal dd.active::before {
  border: 4px solid #f66f6a;
}
.cfg-item-normal dd::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 1px solid #999;
  vertical-align: top;
}
.center_activity {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}
.center_activity dt span {
  color: #f66f6a;
}
@media (min-width: 1200px) {
  .cfg-item-normal dd:nth-of-type(3) {
    margin-left: 15px;
    margin-top: 0px;
  }
  .cfg-item-normal dd {
    position: relative;
    min-width: 62px;
    margin-left: 15px;
    cursor: pointer;
  }
}
@media (max-width: 1024px) {
  .sol-config .new-style-website .sol-config-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .new-style-website .config-content-head {
    padding: 20px 0;
  }
  .new-style-website .config-content-head.unfold .fold-btn {
    transform: rotateX(180deg);
  }
  .new-style-website .config-content-head .caption {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    padding-left: 15px;
    height: 20px;
  }
  .new-style-website .config-content-head .fold-btn {
    top: 22px;
    right: 10px;
    display: block;
    position: absolute;
    transition: transform 0.5s ease-out;
  }
  .new-style-website .config-content-head .fold-btn:before {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  .new-style-website .config-content-body {
    display: none;
    padding: 20px 15px;
  }
  .new-style-website {
    border: none;
  }
}
.sol-config-mb {
  display: none;
}
@media (max-width: 1024px) {
  .sol-config-pc {
    display: none;
  }
  .sol-config-mb {
    display: block;
  }
}
.sol-config-pc .tables {
  background-color: #FFFFFF;
  border-radius: 2px;
}
.sol-config-pc .tables .sap-table {
  margin: 0px;
}
.sol-config-pc .tables thead {
  background-color: #f1f3ff;
}
.sol-config-pc .tables thead td {
  padding: 10px 0px;
  font-size: 18px;
  line-height: 22px;
  color: #252B3A;
}
.sol-config-pc .tables tbody td {
  padding: 10px 0px;
  font-size: 14px;
  line-height: 22px;
  color: #666A75;
  position: relative;
}
.sol-config-pc .tables tbody .table-h {
  font-size: 16px;
}
.sol-config-pc .tables .center_activity {
  padding: 0px;
  margin: 0px;
  border: none;
}
.sol-config-pc .tables .center_activity dt,
.sol-config-pc .tables .center_activity dd {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #333333 !important;
}
.sol-config-pc .tables .center_activity dd {
  position: relative;
  min-width: 63px;
  margin-left: 15px;
  cursor: pointer;
}
.sol-config-pc .tables .center_activity dd.active {
  color: #f66f6a!important;
}
.sol-config-pc .tables .center_activity dd.active::before {
  border: 4px solid #f66f6a;
}
.sol-config-pc .tables .center_activity dd::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 1px solid #999;
  vertical-align: top;
}
.sol-config-pc .tables .sap-table .cfg-sub-item-title p {
  color: #6f7479;
  font-size: 14px;
  text-align: left;
  padding-left: 20px;
}
.sol-config-pc .tables .sap-table .cfg-sub-item-title .redFont {
  color: #E41F2B;
  font-size: 24px;
  line-height: 30px;
}
.sol-config-pc .tables .sap-table a {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.sol-config-pc .tables .sap-table .cfg-item p {
  font-size: 14px;
  height: 18px;
  line-height: 18px;
}
.sol-config-pc .tables .sap-table .cfg-item div:not(.cfg-sub-item-title) {
  margin: 10px 0 0;
}
.sol-config-pc .tables .sap-table .font-right {
  color: #000000;
  position: absolute;
  right: 0px;
}
.sol-config-pc .tables .sap-table .has-border {
  transition: all 0.3s;
}
.sol-config-pc .tables .sap-table .has-border:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}
.selected {
  display: block!important;
}
.red {
  border-left: 3px solid #f66f6a !important;
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease;
}
.solution-service {
  padding-bottom: 50px;
}
.solution-service .solution-wrapper {
  width: 100%;
}
.solution-service .solution-wrapper .slide:before,
.solution-service .solution-wrapper .slide:after {
  content: " ";
  display: table;
}
.solution-service .solution-wrapper .slide:after {
  clear: both;
}
.solution-service .solution-wrapper .slide[data-cols="2"] > li {
  width: calc(( 100% - 20px ) / 2 );
}
.solution-service .solution-wrapper .slide[data-cols="3"] > li {
  width: calc((100% - 40px ) / 3 );
}
.solution-service .solution-wrapper .slide[data-cols="4"] > li {
  width: calc((100% - 60px ) / 4 );
}
.solution-service .solution-wrapper .slide[data-cols="5"] > li {
  width: calc((100% - 80px ) / 5 );
}
.solution-service .solution-wrapper .slide :last-child {
  margin-right: 0px!important;
}
.solution-service .solution-wrapper .slide .slide-one {
  margin-right: 20px;
  float: left;
  border: 1px solid #dddddd;
  transition: all 0.3s;
  position: relative;
}
.solution-service .solution-wrapper .slide .slide-one:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}
.solution-service .solution-wrapper .slide .slide-one:hover .top-tit {
  color: #f66f6a;
}
.solution-service .solution-wrapper .slide .slide-one .top {
  width: 100%;
  height: 88px;
  font-size: 18px;
  line-height: 88px;
  background: #f5f5ff url(./../images/solution/productBase-recommend-servicebg.png) no-repeat;
  background-size: 100% 100%;
}
.solution-service .solution-wrapper .slide .slide-one .top .service-img {
  width: 48px;
  height: 48px;
  margin: 20px;
  margin-left: 40px;
  float: left;
}
.solution-service .solution-wrapper .slide .slide-one .content-one {
  display: block;
  padding: 30px 30px 40px;
}
.solution-service .solution-wrapper .slide .slide-one .content-one .content {
  height: auto;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
}
.solution-service .solution-wrapper .slide .slide-one .content-one .price {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #666a75;
  margin-bottom: 5px;
}
.solution-service .solution-wrapper .slide .slide-one .content-one .price .price-red {
  font-size: 24px;
  color: #f66f6a;
}
.solution-service .solution-wrapper .slide .slide-one .content-one .price-one {
  display: none;
}
.solution-service .solution-wrapper .slide .slide-one .content-one .buy {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  background-color: #f66f6a;
  font-size: 14px;
  width: 120px;
  border-radius: 4px;
  transition: all 0.3s;
}
.solution-service .solution-wrapper .slide .slide-one .content-one .buy:hover {
  box-shadow: 0px 8px 16px rgba(227, 24, 31, 0.29803922);
}
.solution-service .solution-wrapper .slide .slide-one .content-one .service-bottom {
  text-align: center;
}
@media (max-width: 1024px) {
  .solution-service {
    padding-bottom: 30px;
  }
  .solution-service .solution-wrapper {
    width: 100%;
    height: auto;
  }
  .solution-service .solution-wrapper .slide {
    border-bottom: 1px solid #dddddd;
  }
  .solution-service .solution-wrapper .slide[data-cols="2"] > li {
    width: 100%;
  }
  .solution-service .solution-wrapper .slide[data-cols="3"] > li {
    width: 100%;
  }
  .solution-service .solution-wrapper .slide[data-cols="4"] > li {
    width: 100%;
  }
  .solution-service .solution-wrapper .slide[data-cols="5"] > li {
    width: 100%;
  }
  .solution-service .solution-wrapper .slide :last-child {
    margin-right: 0px!important;
  }
  .solution-service .solution-wrapper .slide .slide-one {
    margin-right: 0px;
    margin-bottom: 0px;
    border: 1px solid #dddddd;
    border-bottom: none;
  }
  .solution-service .solution-wrapper .slide .slide-one:before,
  .solution-service .solution-wrapper .slide .slide-one:after {
    content: " ";
    display: table;
  }
  .solution-service .solution-wrapper .slide .slide-one:after {
    clear: both;
  }
  .solution-service .solution-wrapper .slide .slide-one .top {
    position: relative;
    width: 100%;
    height: 44px;
    font-size: 14px;
    line-height: 44px;
    background: #F1F3FF;
    border-left: 3px solid transparent;
  }
  .solution-service .solution-wrapper .slide .slide-one .top .service-img {
    display: none;
    width: 48px;
    height: 48px;
    margin: 20px;
    margin-left: 40px;
    float: left;
  }
  .solution-service .solution-wrapper .slide .slide-one .top .top-tit {
    padding-left: 12px;
  }
  .solution-service .solution-wrapper .slide .slide-one .top .fold-btn {
    position: absolute;
    transition: transform 0.5s ease-out;
    right: 15px;
    top: 14px;
  }
  .solution-service .solution-wrapper .slide .slide-one .unfold .fold-btn {
    transform: rotateX(180deg);
  }
  .solution-service .solution-wrapper .slide .slide-one .content-one {
    border-top: 1px solid #dddddd;
    padding: 10px 15px;
    display: none;
  }
  .solution-service .solution-wrapper .slide .slide-one .content-one .service-bottom {
    position: relative;
    left: 0px;
    bottom: 0px;
    width: 100%;
    margin-left: 0px;
    min-height: 40px;
  }
  .solution-service .solution-wrapper .slide .slide-one .content-one .service-bottom:before,
  .solution-service .solution-wrapper .slide .slide-one .content-one .service-bottom:after {
    content: " ";
    display: table;
  }
  .solution-service .solution-wrapper .slide .slide-one .content-one .service-bottom:after {
    clear: both;
  }
  .solution-service .solution-wrapper .slide .slide-one .content-one:before,
  .solution-service .solution-wrapper .slide .slide-one .content-one:after {
    content: " ";
    display: table;
  }
  .solution-service .solution-wrapper .slide .slide-one .content-one:after {
    clear: both;
  }
  .solution-service .solution-wrapper .slide .slide-one .content-one .content {
    display: block;
    margin: 0px 0px 40px 0px;
    height: auto;
    font-size: 14px;
    line-height: 22px;
  }
  .solution-service .solution-wrapper .slide .slide-one .content-one .price {
    width: calc(100% - 125px);
    float: left;
    margin-left: 0px;
    text-align: left;
    font-size: 22px;
    line-height: 22px;
    color: #666a75;
  }
  .solution-service .solution-wrapper .slide .slide-one .content-one .price .price-red {
    font-size: 22px;
    color: #f66f6a;
  }
  .solution-service .solution-wrapper .slide .slide-one .content-one .price-one {
    width: calc(100% - 125px);
    margin-left: 0px;
    text-align: left;
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .solution-service .solution-wrapper .slide .slide-one .content-one .buy {
    margin-top: 0px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.product-case {
  background-size: cover;
}
.product-case-slide {
  height: auto;
}
.product-case-slide:before,
.product-case-slide:after {
  content: " ";
  display: table;
}
.product-case-slide:after {
  clear: both;
}
.product-case-slide[data-cols="2"] > li {
  width: 50%;
}
.product-case-slide[data-cols="3"] > li {
  width: 33.3333%;
}
.product-case-slide[data-cols="4"] > li {
  width: 25%;
}
.product-case-slide[data-cols="5"] > li {
  width: 20%;
}
.product-case-slide[data-cols="6"] > li {
  width: 16.66%;
}
.product-case-slide[data-cols="7"] > li {
  width: 14.28%;
}
.product-case-slide[data-cols="8"] > li {
  width: 12.5%;
}
.product-case-item {
  text-align: center;
  padding: 50px 30px;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  float: left;
  transition: all 0.3s;
  border-radius: 2px;
}
.product-case-item:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
}
.product-case-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.product-case-item i {
  width: 140px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 20px;
}
.product-case-item p {
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  color: #666a75;
}
@media (max-width: 1023px) {
  .product-case .product-wrapper {
    padding-bottom: 30px;
  }
  .product-case {
    background-position: center bottom;
  }
  .product-case-item {
    width: 50%!important;
    height: auto;
    padding: 15px;
    margin: 0;
  }
  .product-case-item:nth-child(even) {
    margin-right: 0px;
  }
  .product-case-item i {
    width: 140px;
    height: 60px;
  }
  .product-case-item p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .product-case-item {
    padding: 15px;
    margin: 0;
    box-shadow: none;
  }
  .product-case-item i {
    width: 100%;
    max-width: 140px;
    background-size: contain;
  }
  .product-case-item p {
    display: none;
  }
}
@media (min-width: 1024px) {
  .product-section.solution-case {
    padding-bottom: 50px;
    background: red;
    background: url(./../images/solution/productBase-cardbg.png) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
  .solution-case .product-case-item {
    background: transparent;
  }
  .solution-case .product-case-item:hover {
    background: #fff;
  }
}
@media (max-width: 1180px) {
  .product-wrapper .product-case-content {
    width: 100%;
  }
  #solution-case {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  #solution-case {
    width: 100%;
    background: #F8F9FF;
    border-radius: 1px;
  }
  .product-wrapper .product-case-content {
    width: 100%;
    padding: 0px;
  }
  .product-case-slide .product-case-item {
    width: 100%!important;
    height: auto!important;
    padding: 20px 22px 30px;
    margin: 0;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-bottom: none;
    height: auto;
    overflow: hidden;
    border-radius: 2px;
  }
  .product-case-slide .product-case-item:last-of-type {
    border-bottom: 1px solid #DDDDDD;
  }
  .product-case-item .product-case-item i {
    margin-bottom: 10px;
  }
}
.solution-partner-logo {
  padding-bottom: 30px;
}
.solution-partner-logo:before,
.solution-partner-logo:after {
  content: " ";
  display: table;
}
.solution-partner-logo:after {
  clear: both;
}
.solution-partner-logo .logo-item {
  width: 20%;
  float: left;
  height: 100px;
  position: relative;
  transition: .2s;
}
.solution-partner-logo .logo-item img {
  display: block;
  position: absolute;
  max-width: 140px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1024px) {
  .solution-partner-logo .logo-item:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  }
}
.solution-partner-logo[data-cols="1"] .logo-item {
  width: 100%;
}
.solution-partner-logo[data-cols="2"] .logo-item {
  width: 50%;
}
.solution-partner-logo[data-cols="3"] .logo-item {
  width: 33.33333333%;
}
.solution-partner-logo[data-cols="4"] .logo-item {
  width: 25%;
}
.solution-partner-logo[data-cols="5"] .logo-item {
  width: 20%;
}
@media (max-width: 1023px) {
  .solution-partner-logo .logo-item {
    min-width: 33.33333333%;
  }
}
@media (max-width: 1023px) {
  .solution-partner-logo .logo-item {
    min-width: 50%;
  }
}
.solution-wisdom {
  padding-bottom: 50px;
}
.solution-wisdom-card:before,
.solution-wisdom-card:after {
  content: " ";
  display: table;
}
.solution-wisdom-card:after {
  clear: both;
}
.solution-wisdom-pic {
  float: left;
  width: 300px;
  height: 220px;
  background-position: center;
  background-size: cover;
}
.solution-wisdom-text {
  float: left;
  width: calc(100% - 300px);
  padding: 19px 19px 19px 20px;
  border: solid 1px #ddd;
  border-left: 0;
  background: white;
}
.solution-wisdom-disc {
  padding-bottom: 15px;
  border-bottom: solid 1px #ddd;
}
.solution-wisdom-disc h2 {
  font-size: 18px;
  line-height: 22px;
  color: #252b3a;
  margin-bottom: 6px;
}
.solution-wisdom-disc p {
  height: 66px;
  font-size: 14px;
  line-height: 22px;
  color: #666a75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.solution-wisdom-disc:hover a {
  color: #f66f6a;
}
.solution-wisdom-links {
  height: 70px;
  overflow: hidden;
  padding-top: 6px;
}
.solution-wisdom-links:before,
.solution-wisdom-links:after {
  content: " ";
  display: table;
}
.solution-wisdom-links:after {
  clear: both;
}
.solution-wisdom-links > li {
  float: left;
  width: 50%;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solution-wisdom-links > li a {
  font-size: 14px;
  line-height: 22px;
  color: #666a75;
}
.solution-wisdom-links > li a:hover {
  color: #f66f6a;
}
@media (max-width: 1023px) {
  .solution-wisdom {
    padding-bottom: 30px;
  }
  .solution-wisdom-pic {
    float: none;
    width: auto;
    height: 124px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .solution-wisdom-text {
    float: none;
    width: auto;
    padding: 20px 0 0;
    border: none;
  }
  .solution-wisdom-disc h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .solution-wisdom-disc p {
    display: block;
    height: auto;
  }
  .solution-wisdom-links {
    height: auto;
  }
  .solution-wisdom-links > li {
    float: none;
    width: auto;
  }
}
.share-title {
  padding: 50px 10px 30px;
  font-weight: normal;
}
.share-h3 {
  font-size: 36px;
  line-height: 46px;
  color: #252b3a;
  text-align: center;
}
.container {
  max-width: 1200px;
  clear: both;
  margin: 0 auto;
  padding: 20px 20px 50px;
  overflow: hidden;
}
.pc {
  display: block;
  position: relative;
}
.pc .pcContent {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.11);
  margin-left: 310px;
  width: calc(96% - 310px);
  padding-left: 100px;
  height: 280px;
  float: none;
}
.mb {
  display: none;
}
.container .fl {
  position: absolute;
  top: 20px;
  left: 0;
  width: 360px;
  height: 240px;
}
.fr {
  float: left;
  width: 100%;
}
.disno {
  display: none;
}
.disshow {
  display: inline-block;
}
.title2 {
  border-right: 1px solid #979797;
  margin-left: 20px;
  width: 7%;
  margin-top: 10px;
}
.height {
  width: 100%;
  height: 93px;
}
.title-header {
  font-size: 18px;
  color: #252B3A;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.title-body {
  font-size: 14px;
  color: #666A75;
  padding-top: 5px;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pcContent div {
  margin-top: 31px;
  border-left: 2px solid #dddddd;
  padding-right: 50px;
}
.pcContent div:first-child {
  margin-top: 40px;
}
.pcContent div:last-child {
  margin-bottom: 40px;
}
.pcContent div:hover {
  border-left: 2px solid #F76F6C;
  cursor: pointer;
}
.pcContent div:hover .title-header {
  color: #F76F6C;
}
div .checkall {
  text-align: center;
}
div .checkall a {
  display: inline-block;
  width: 193px;
  height: 27px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #666666;
  text-align: center;
  line-height: 27px;
  margin-top: 20px;
}
.content-p {
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px 10px 0;
  color: #252b3a;
}
@media (max-width: 1023px) {
  .container {
    padding: 0px 15px 60px;
    position: relative;
    background-color: transparent;
  }
  .container .pc {
    display: none;
  }
  .container .mb {
    display: block;
    background: white;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.11);
  }
  .swiper-pagination {
    bottom: 30px;
    left: 50%;
    margin-left: -60px;
  }
  .swiper-pagination .swiper-pagination-bullet {
    margin-right: 10px;
    border-radius: 2px!important;
    opacity: 0.15;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .share-title {
    margin-bottom: 0px;
  }
  .share-h3 {
    padding: 30px 15px 20px;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #252b3a;
  }
  .solution-share .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    border-radius: 0;
  }
  .solution-share .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
  }
  .solution-share .swiper-pagination-bullet-active {
    background: #F76F6C;
  }
  .content-p {
    padding: 25px 10px 0;
  }
}
@media (max-width: 767px) {
  .content-p {
    padding: 20px 10px 0;
  }
}
.framework-title {
  padding: 50px 10px 30px;
  font-weight: normal;
}
.framework-h3 {
  font-size: 36px;
  line-height: 46px;
  color: #252b3a;
  text-align: center;
}
.containe {
  max-width: 1200px;
  clear: both;
  margin: 0 auto;
  padding: 0 10px 50px;
  overflow: hidden;
}
.description,
.work-content {
  display: table-cell;
}
.description {
  white-space: nowrap;
  width: 150px;
  padding-right: 10px;
}
.work-content {
  width: 100%;
}
.big-tie {
  font-size: 14px;
  line-height: 22px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 65px;
}
.clear {
  clear: both;
}
@media (max-width: 1023px) {
  .framework-title {
    margin-bottom: 10px;
  }
  .containe {
    padding: 0 15px 20px;
  }
  .big-tie {
    padding: 0;
    text-align: justify;
  }
  .framework-h3 {
    padding: 30px 15px 20px;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #252b3a;
  }
  .description {
    float: none;
    display: inline;
    width: auto;
  }
  .work-content {
    float: none;
    display: inline;
    width: auto;
    margin-left: 0;
  }
  img {
    width: 100%;
  }
}
.product-advantage {
  background-size: cover;
}
.product-advantage .product-wrapper-one {
  padding-bottom: 50px;
  border: 1px solid #ccc;
}
.product-advantage-content-one {
  border: 1px solid #ccc;
}
.product-advantage-slideone {
  height: auto;
}
.product-advantage-slideone li:last-child .xuxian {
  display: none;
}
.product-advantage-slideone:before,
.product-advantage-slideone:after {
  content: " ";
  display: table;
}
.product-advantage-slideone:after {
  clear: both;
}
.product-advantage-slideone[data-cols="4"] > li {
  width: calc(100% / 4 );
}
.product-advantage-slideone[data-cols="3"] > li {
  width: calc(100% / 3 );
}
.product-advantage-slideone[data-cols="5"] > li {
  width: calc(100% / 5 );
}
.product-advantage-itemone {
  text-align: center;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 0;
  float: left;
  height: 200px;
}
.product-advantage-itemone .xuxian {
  width: calc(100% - (160px));
  height: 10px;
  background-image: url(./../images/solution/productBase-xudian.png);
  background-size: 100% 100%;
  position: absolute;
  top: 60px;
  left: calc(50% + (80px));
  z-index: 10;
}
.product-advantage-itemone i {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #f66f6a;
  font-size: 60px;
  text-align: right;
  background-image: url(./../images/solution/productBase-liubian.png);
  line-height: 100px;
  font-style: normal;
}
.product-advantage-itemone h3 {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  color: #252b3a;
  line-height: 22px;
  padding: 0;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-advantage-itemone h3:after {
  display: none;
  content: '';
  width: 24px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -12px;
  background-color: #f66f6a;
}
.product-advantage-itemone p {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #666a75;
  padding: 0 10px;
  height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-advantage .product-wrapper-one {
    padding: 0px;
  }
  .product-advantage-slideone {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
  }
  .product-advantage-itemone {
    width: 100% !important;
    padding: 0px;
    margin: 0;
    box-shadow: none;
    height: auto;
  }
  .product-advantage-itemone .xuxian {
    width: 80px;
    height: 8px;
    background-image: url(./../images/solution/productBase-xudian.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 30px;
    left: 80px;
    z-index: 10;
    transform: rotate(90deg);
    transform-origin: 0 0;
  }
  .product-advantage-itemone i {
    width: 48px;
    height: 48px;
    line-height: 48px;
    float: left;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    font-style: normal;
  }
  .product-advantage-itemone h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0 5px;
    text-align: left;
    padding-left: 95px;
    width: auto;
    overflow: visible;
  }
  .product-advantage-itemone p {
    display: block;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    text-align: left;
    padding-left: 95px;
    height: auto;
    overflow: visible;
  }
  .product-advantage-itemone p:nth-of-type(last) {
    padding-bottom: 10px;
  }
}
.product-advantage {
  background-size: cover;
}
.product-advantage .product-wrapper-two {
  padding-bottom: 50px;
}
.product-advantage-slide-two {
  height: auto;
}
.product-advantage-slide-two:before,
.product-advantage-slide-two:after {
  content: " ";
  display: table;
}
.product-advantage-slide-two:after {
  clear: both;
}
.product-advantage-slide-two[data-cols="1"] > a {
  width: calc((100% - 20px ) / 2 ) !important;
}
.bgcolor {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #fff!important;
  opacity: .85!important;
}
.move-pai-h {
  color: #252b3a!important;
  transform: translateY(-40px);
  margin-bottom: 10px;
  transition: transform 0.2s linear;
}
.move-pai-i {
  color: #252b3a!important;
  transform: translateY(-30px);
  transition: transform 0.2s linear;
}
.move-info {
  visibility: visible!important;
  color: #252b3a!important;
  transform: translateY(-70px) !important;
  opacity: 1!important;
  transition: opacity .2s ease;
  transition: transform .2s linear;
}
.move-href {
  opacity: 1!important;
  visibility: visible!important;
  transform: translateY(-30px) !important;
  transition: transform 0.2s linear;
}
.product-advantage-item-three {
  width: calc((100% - 41px ) / 3 ) !important;
  text-align: center;
  padding: 50px 30px;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  float: left;
  width: 380px;
  background-image: url(./../images/solution/productBase-bg4.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 250px;
  margin-bottom: 20px;
  background-color: #000000;
  opacity: 1;
  z-index: 2;
}
.product-advantage-item-three:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(to right, #061A33, #67758C);
  opacity: .5;
  transition: opacity .3s;
}
.product-advantage-item-three[data-cols="1"] {
  width: calc((100% - 21px ) / 2 ) !important;
}
.product-advantage-item-three i {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.product-advantage-item-three h3 {
  font-size: 18px;
  margin: 60px 0 10px 0;
  line-height: 22px;
  position: relative;
  color: #fff;
  z-index: 3;
}
.product-advantage-item-three p {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.product-advantage-item-two {
  width: calc((100% - 41px ) / 3 ) !important;
  height: 250px;
  margin-bottom: 20px;
  margin-right: 20px;
  text-align: center;
  padding: 50px 30px;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  float: left;
  background-size: cover;
}
.product-advantage-item-two::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  border-bottom: 5px solid #e41f2b;
  -ms-transform: scale(0);
  transform: scale(0);
  transition: transform .3s ease;
}
.product-advantage-item-two:hover::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  border-bottom: 5px solid #f66f6a;
  -ms-transform: scale(0);
  transform: scale(1);
  transition: transform .3s ease;
}
.product-advantage-item-two:nth-of-type(1):hover .pai-i {
  background-image: url(./../images/solution/productBase-iconb1.svg);
}
.product-advantage-item-two:nth-of-type(2):hover .pai-i {
  background-image: url(./../images/solution/productBase-iconb2.svg);
}
.product-advantage-item-two:nth-of-type(3):hover .pai-i {
  background-image: url(./../images/solution/productBase-iconb3.svg);
}
.product-advantage-item-two:nth-of-type(3n) {
  margin-right: 0px;
}
.product-advantage-item-two .product-advantage-slidebg {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(to right, #061A33, #67758C);
  opacity: .7;
  transition: opacity .3s;
}
.product-advantage-item-two i {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  z-index: 2;
}
.product-advantage-item-two h3 {
  font-size: 18px;
  margin: 20px 0 40px 0;
  line-height: 22px;
  color: #fff;
  z-index: 2;
  position: relative;
}
.product-advantage-item-two h3 .line {
  content: '';
  width: 24px;
  height: 2px;
  z-index: 2;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -12px;
  background-color: #fff;
}
.product-advantage-item-two .info {
  font-size: 14px;
  line-height: 22px;
  height: 68px;
  overflow: hidden;
  color: #fff;
  z-index: 2;
  margin-bottom: 15px;
  visibility: hidden;
  opacity: 0;
}
.product-advantage-item-two .info:after {
  display: none;
}
.product-advantage-item-two .href {
  position: absolute;
  font-size: 14px;
  text-align: justify;
  visibility: hidden;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f66f6a;
  color: #fff;
  z-index: 2;
  margin: 0 auto;
  left: 50%;
  margin-left: -50px;
  bottom: -10px;
  opacity: 0;
}
.product-advantage-item-two .href:hover {
  box-shadow: 0px 8px 16px rgba(227, 24, 31, 0.29803922);
}
@media (max-width: 767px) {
  .product-advantage-slide-two {
    border-radius: 2px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  }
  .product-advantage-item-two {
    width: 100% !important;
    height: 150px;
    padding: 15px;
    margin: 0;
    margin-bottom: 10px;
    box-shadow: none;
  }
  .product-advantage-item-two h3 {
    margin-bottom: 10px;
  }
  .product-advantage-item-two h3:after {
    content: '';
    width: 24px;
    height: 2px;
    z-index: 2;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -12px;
    background-color: #fff;
  }
  .product-advantage-item-two .info {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    z-index: 2;
    margin-bottom: 15px;
    display: none;
  }
  .product-advantage-item-three {
    width: 100% !important;
    padding: 15px;
    height: 150px;
    margin: 0;
    box-shadow: none;
  }
  .product-advantage-item-three h3 {
    margin-bottom: 10px;
  }
  .product-advantage-item-three h3:after {
    display: none;
  }
}
.solution-recommended-product {
  padding-bottom: 50px;
  width: 1180px;
  margin: auto;
}
.solution-recommended-product .fl {
  float: left;
}
.solution-recommended-product .fr {
  float: right;
}
.solution-recommended-product .cf:after {
  content: '';
  display: block;
  clear: both;
}
.solution-recommended-product em.price {
  font-size: 24px;
  line-height: 24px;
  color: #F66F6A;
  display: inline-block;
}
.recommended-h3 {
  font-size: 36px;
  line-height: 46px;
  color: #252B3A;
  text-align: center;
}
li.recommended-item {
  width: 580px;
  margin-right: 20px;
  border: 1px solid #ddd;
  margin-top: 20px;
  transition: all 0.3s ease;
}
li.recommended-item:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
li.recommended-item:nth-child(2n) {
  margin-right: 0;
}
li.recommended-item:nth-child(1),
li.recommended-item:nth-child(2) {
  margin-top: 0px;
}
@media screen and (max-width: 1180px) {
  .solution-area .content-section {
    width: 100%;
  }
  .solution-recommended-product {
    width: 100%;
    padding: 0 10px;
  }
  li.recommended-item {
    width: 49%;
    margin-right: 1.69%;
  }
}
.itempic {
  width: 170px;
  text-align: center;
  font-size: 18px;
  color: #252B3A;
}
.itempic i {
  display: none;
  top: 14px;
  right: 10px;
  -webkit-transition: .35s;
  transition: .35s;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
}
.itempic i:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-bottom: 2px solid #DDD;
  border-right: 2px solid #DDD;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.itempic:before {
  content: '';
  opacity: 0;
  position: absolute;
  left: 0;
  height: 100%;
  width: 2px;
  background-color: #F66F6A;
  transition: all 0.3s ease;
}
li.recommended-item.active .itempic:before {
  opacity: 1;
}
.itempic,
.itemcont {
  display: table-cell;
  vertical-align: middle;
}
.itempic {
  background: #f5f5ff url(./../images/solution/productBase-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.itemcont {
  padding: 30px;
}
.itemcont .cont-top {
  max-height: 44px;
  line-height: 22px;
  font-size: 14px;
  color: #666A75;
  overflow: hidden;
  margin-bottom: 20px;
}
.itemcont .cont-middle .price-info {
  font-size: 14px;
  color: #252B3A;
  display: inline-block;
  line-height: 24px;
}
.buy-btn {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 42px;
}
.buy-btn a {
  display: inline-block;
  border-radius: 2px;
  padding: 10px 30px;
  font-size: 14px;
  color: #fff ;
  background-color: #F66F6A;
  line-height: 18px;
}
.buy-btn a:hover {
  background-color: #F66F6A;
  color: #fff;
  box-shadow: 0 8px 16px rgba(246, 111, 106, 0.3);
}
.itemcont .cont-middle .price-info p em.price {
  margin-right: 10px;
  font-style: normal;
}
.itemcont .cont-middle .price-info .price-detail {
  color: #666A75;
  line-height: 22px;
}
@media screen and (max-width: 1180px) {
  .itemcont .cont-middle .price-info {
    width: 64.5%;
    vertical-align: top;
  }
  .buy-btn {
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
    width: 33.3%;
    max-width: 116px;
  }
  .buy-btn a {
    display: block;
    padding: 10px 0;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .solution-recommended-product {
    padding: 0px 15px 30px;
  }
  .solution-recommended-product {
    width: 100%;
  }
  .itemcont .cont-middle .price-info {
    width: 100%;
  }
  .recommended-h3 {
    font-size: 20px;
    line-height: 26px;
  }
  li.recommended-item {
    border: 1px solid #ddd;
    border-bottom: none;
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  li.recommended-item:hover {
    box-shadow: none;
  }
  li.recommended-item:last-of-type {
    border-bottom: 1px solid #ddd;
  }
  .itemcont {
    display: none;
    background-color: #fff;
    padding: 20px 15px;
  }
  .itemcont .cont-top {
    max-height: 66px;
  }
  .buy-btn {
    display: block;
    margin: 20px 0 0;
    width: auto;
  }
  .buy-btn a {
    display: inline-block;
    width: auto;
    padding: 10px 30px;
  }
  .itempic {
    display: block;
    font-size: 14px;
    position: relative;
    height: 44px;
    width: 100%;
    line-height: 44px;
    padding-left: 15px;
    background: #fff;
    text-align: left;
  }
  .itempic i {
    display: block;
  }
}
li.recommended-item.active .itempic {
  position: relative;
  outline: 1px solid #ddd;
}
li.recommended-item.active .itempic i {
  transform: rotate(180deg);
  margin-top: -3px;
}
.solution-trends {
  padding: 0 0 50px 0;
}
.solution-trends .wrap-video {
  width: 1180px;
  margin: auto;
}
.trends-item {
  position: relative;
}
.trends-h3 {
  font-size: 36px;
  line-height: 46px;
  color: #252B3A;
  text-align: center;
}
.trends-item-fl {
  width: 990px;
  min-height: 350px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}
.content-fl {
  width: 700px;
  padding: 50px;
}
.content-lists h3.small-title,
.content-lists > p {
  padding-left: 8px;
  position: relative;
}
.content-lists > p {
  line-height: 22px;
}
.toptitle {
  font-size: 18px;
  line-height: 22px;
  color: #252B3A;
}
.topdesc {
  color: #666A75;
  margin-top: 10px;
  line-height: 22px;
}
.content-lists {
  color: #666A75;
}
.content-lists h3.small-title {
  font-size: 14px;
  line-height: 18px;
  padding: 10px 8px;
  color: #252B3A;
}
h3.small-title:before {
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  left: 0;
  background-color: #666;
  position: absolute;
  top: 9px;
  transform: translate(0, -50%);
  border-radius: 100%;
}
.trends-item-fr {
  position: absolute;
  width: 480px;
  height: 270px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url(./../images/solution/productBase-video.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.trends-item-fr .video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  width: 40px ;
  height: 30px;
  background-image: url(./../images/solution/productBase-V0.png);
  transform: translate(-50%, -50%);
}
.trends-item-fr .video-play a {
  display: block;
  height: 100%;
}
.trends-item-fr .video-play:hover {
  background-image: url(./../images/solution/productBase-V2.png);
}
.trends-item-fr .video-play.active {
  background-image: url(./../images/solution/productBase-V3.png);
}
.solution-trends .trends-item p.btndesc {
  font-size: 14px;
  line-height: 22px;
  color: #666A75;
  margin-top: 10px;
  word-wrap: break-word;
}
.solution-trends .wrap-video.contain_video p.btndesc {
  display: none!important;
}
.solution-trends .wrap-video.contain_img p.btndesc {
  display: block;
}
.mb-more {
  display: none;
  position: relative;
  text-align: center;
}
.mb-more i {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 7px;
  border: solid 7px transparent;
  border-top-color: #999;
  border-bottom: 0;
  -webkit-transition: .35s;
  transition: .35s;
  position: relative;
  left: 5px;
  top: 50%;
  margin-top: -4px;
}
.mb-more i:before {
  content: "";
  position: absolute;
  display: block;
  top: -8px;
  left: -8px;
  width: 16px;
  height: 8px;
  margin-top: -2px;
  border: solid 8px #58232300;
  border-top-color: #f1f3ff;
  border-bottom: 0;
}
.mb-more.active i {
  transform: rotate(-180deg);
}
@media screen and (max-width: 1180px) {
  .solution-trends .wrap-video {
    width: 100%;
  }
  .solution-trends {
    width: 100%;
    padding: 0 10px 50px 10px;
  }
  .trends-item {
    padding: 0px;
  }
  .trends-item-fl {
    width: 83.9%;
  }
  .content-fl {
    width: 63%;
    padding: 4.2%;
  }
  .trends-item-fr {
    width: 40.6%;
    right: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .solution-trends .wrap-video.contain_img p.btndesc {
    display: none;
  }
  .solution-trends {
    width: 100%;
    padding: 0;
  }
  .solution-trends .wrap-video {
    width: 100%;
    margin: auto;
  }
  .solution-trends .wrap-video.contain_video {
    background-color: transparent;
  }
  .solution-trends .wrap-video.contain_video .mb-more i:before {
    border-top-color: #f1f3ff;
  }
  .solution-trends .wrap-video.contain_img {
    background-color: #fff;
  }
  .solution-trends .wrap-video.contain_img .mb-more i:before {
    border-top-color: #fff;
  }
  .trends-item-fr {
    position: static;
    background-position: center;
    transform: translate(0, 0);
    width: 100%;
    height: 195px;
    margin: auto;
    overflow: hidden;
  }
  .content-fl,
  .trends-item-fl {
    width: 100%;
  }
  .content-fl {
    padding: 20px 0;
  }
  .content-fl > ul {
    display: none;
    transition: all ease 0.3s;
    overflow: hidden;
  }
  .content-fl .btndesc {
    font-size: 14px;
    line-height: 22px;
    color: #666A75;
    margin-top: 10px;
    word-wrap: break-word;
  }
  .content-fl > ul.fold {
    display: block;
  }
  .trends-item-fl {
    border: none;
    box-shadow: none;
    overflow: hidden;
    min-height: 0;
  }
  .trends-item.isvideo {
    background-color: transparent;
  }
  .trends-item.isvideo .trends-item-fl {
    background-color: transparent;
  }
  .topdesc {
    margin: 10px 0;
    max-height: 66px;
    overflow: hidden;
  }
  .solution-trends {
    padding: 0px 15px 15px;
  }
  .trends-item {
    padding: 0 15px;
    background-color: #fff;
  }
  .trends-item.isvideo {
    padding: 0px;
  }
  .trends-h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .toptitle {
    font-size: 16px;
    line-height: 20px;
  }
  .mb-more {
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
  }
  .product-case-item p {
    display: block;
  }
}
.product-case-item {
  padding: 30px;
}
.trend-pic {
  display: none;
}
.trends-item.isimg {
  padding: 30px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.trends-item.isimg .trends-item-fl {
  overflow: hidden;
  width: calc(100% - 370px);
  float: left;
  min-height: 278px;
  border: none;
  box-shadow: none;
}
.trends-item.isimg.hideimg {
  padding: 30px 120px 30px 30px;
  position: relative;
}
.trends-item.isimg.hideimg .trends-item-fl {
  width: 100%;
  min-height: unset;
  min-height: 0;
}
.trends-item.isimg.hideimg .trends-item-fl .content-fl {
  padding: 0;
}
.trends-item.isimg.hideimg .trends-item-fr {
  display: none;
}
.trends-item.isimg.hideimg .bg-right {
  display: block;
}
.trends-item.isimg.hideimg .bg-right > div {
  position: absolute;
  right: 0;
}
.trends-item.isimg.hideimg .bg-right > div.topimg {
  top: 0px;
}
.trends-item.isimg.hideimg .bg-right > div.btmimg {
  bottom: 0px;
}
.trends-item.isimg .trends-item-fl .content-lists h3.small-title {
  padding: 0 0 0 10px;
  margin-top: 10px;
}
.trends-item .bg-right {
  display: none;
}
.trends-item .trends-item-fr {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: .2s;
}
.trends-item.isvideo .trends-item-fr:hover {
  background-size: 110% auto;
}
.trends-item.isvideo .trends-item-fr:hover .video-play {
  background-image: url(./../images/solution/productBase-v2.png);
}
.trends-item.isimg .trends-item-fr {
  width: 370px;
  height: calc(100% - 60px);
  max-height: 278px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  background-size: cover;
}
.trends-item.isimg .trends-item-fr .video {
  display: none;
}
.trends-item.isimg .trends-item-fl .content-fl {
  width: 100%;
  padding: 0 30px 0 0;
}
.trends-item.isimg .trends-item-fl .content-lists > p {
  display: none;
}
.wrap-picture-y .card-left {
  padding: 30px;
  overflow: hidden;
  width: calc(100% - 370px);
  float: left;
}
@media screen and (max-width: 1023px) {
  .trends-item.isimg {
    border: none;
    border-radius: 0;
    background-color: transparent;
    position: relative;
    padding: 0 15px;
  }
  .trends-item.isimg .trend-pic {
    display: block;
  }
  .trends-item.isimg .trends-item-fr {
    width: 100%;
    position: static;
    height: auto;
    max-height: unset;
    background-image: none!important;
    transform: translate(0, 0%);
  }
  .trends-item.isimg .trends-item-fl {
    width: 100%;
    min-height: auto;
    background-color: transparent;
  }
  .trends-item.isimg .trends-item-fl .content-fl {
    padding: 20px 0;
  }
  .trends-item.isimg.hideimg {
    padding: 0 15px 20px;
  }
  .trends-item.isimg.hideimg .bg-right {
    display: none;
  }
}
.product-recommend {
  padding-bottom: 50px;
}
.recommend-tile {
  display: block;
  line-height: 24px;
  padding: 20px 30px;
  border-radius: 2px;
  background: url(./../images/solution/productBase-recommend.jpg) no-repeat;
  background-size: 100% 100%;
  -webkit-transition: .2s;
  transition: .2s;
  position: relative;
}
.recommend-tile:after {
  content: "";
  width: 2px;
  height: 23px;
  background-color: #f56e6a;
  position: absolute;
  left: 16px;
  top: 20px;
}
.recommend-tile .foldIcon {
  transform: rotate(-90deg);
  right: 15px;
  top: 50%;
  margin-top: -4px;
}
.recommend-tile .info {
  max-height: 44px;
}
.recommend-tile:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}
.recommend-tile:hover .caption {
  color: #f66f6a;
}
.recommend-tile.hover .caption {
  color: #e41f2b;
  -webkit-transition: .2s;
  transition: .2s;
}
.recommend-tile .caption {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  margin: 0 0 5px;
  text-align: left;
}
.recommend-tile .info {
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .product-recommend {
    padding-bottom: 30px;
  }
  .recommend-tile {
    padding: 15px 30px;
    height: auto;
    margin-top: -5px;
    margin-bottom: -6px;
  }
  .recommend-tile:after {
    top: 14px;
  }
  .recommend-tile .caption {
    font-size: 14px;
    line-height: 18px;
  }
  .recommend-tile .info {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .recommend-tile {
    margin-bottom: 10px;
  }
  .recommend-tile .info {
    max-height: 10000px;
  }
}
.aui-tile {
  display: block;
  line-height: 24px;
  padding: 25px;
  background: url(./../images/solution/productBase-support-left.jpg) no-repeat;
  background-size: 100% 100%;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 2px;
}
.aui-tile .foldIcon {
  transform: rotate(-90deg);
  right: 15px;
  top: 50%;
  margin-top: -4px;
}
.aui-tile:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}
.aui-tile.hover .caption {
  color: #f66f6a;
  -webkit-transition: .2s;
  transition: .2s;
}
.aui-tile .caption {
  font-size: 18px;
  color: #333;
  margin: 0 0 5px;
  text-align: left;
  font-weight: bold;
}
.aui-tile .info {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .aui-tile {
    padding: 15px;
    height: auto;
    margin-top: -5px;
    margin-bottom: -6px;
  }
}
@media (max-width: 768px) {
  .aui-tile {
    margin-bottom: 10px;
  }
}

