/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: >0.000001%
*/

body {
  font: "12px/1.5 Microsoft YaHei,Heiti SC,tahoma,arial,Hiragino Sans GB,"
    \5b8b\4f53 ",sans-serif";
}
a,
a:hover {
  text-decoration: none;
}
.banner-container .banner-left .banner-bottom .btn,
.consulting .btn {
  display: block;
  width: 144px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  -o-transition: -o-transform 500ms;
  -moz-transition: transform 500ms, -moz-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms, -moz-transform 500ms,
    -o-transform 500ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.banner-container .banner-left .banner-bottom .btn span,
.consulting .btn span {
  margin-right: 12px;
}
.banner-container .banner-left .banner-bottom .btn i,
.consulting .btn i {
  font-size: 16px;
  vertical-align: middle;
}
.banner-container .banner-left .banner-bottom .btn:hover,
.consulting .btn:hover {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.banner-container .banner-left .banner-bottom .btn {
  color: #fff;
  background: #1bd1d1;
}
.consulting .btn {
  color: #1bd1d1;
  background: #fff;
}
.itemsA .item,
.box {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
  -moz-box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
  box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
}
.w65 {
  width: 65%;
}
.w78 {
  width: 78%;
}
.w80 {
  width: 80%;
}
.w1200 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.bg-blue {
  background: #f5fcfd;
}
@media screen and (max-width: 1200px) {
  .w1200 {
    width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 960px) {
  .w1200 {
    padding: 0 24px;
  }
}
@media screen and (max-width: 378px) {
  .w1200 {
    padding: 0 20px;
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes move {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes move {
  0% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  100% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner-container {
  padding-top: 90px;
  background: #f5fcfd;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner-container.banner-circle::after {
  height: 1100px;
  width: 1100px;
  padding: 0;
  top: -422px;
  right: -168px;
}
.banner-container .banner-tit {
  height: 200px;
  position: absolute;
  top: 0;
  left: -39px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner-container .banner-tit img {
  height: 100%;
}
.banner-container .banner-con {
  height: 640px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  position: relative;
}
.banner-container .banner-left {
  width: 45%;
  padding-top: 140px;
  position: relative;
  z-index: 4;
  color: rgba(0, 0, 0, 0.85);
  text-align: left;
}
.banner-container .banner-left h1 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.banner-container .banner-left h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1;
}
.banner-container .banner-left h2 h1 {
  display: block;
  color: rgba(0, 0, 0, 0.85);
  font-size: 28px;
  line-height: 68px;
}
.banner-container .banner-left h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 50px;
}
.banner-container .banner-left .banner-intra {
  width:520px;
  height: 220px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 18px;
  overflow: hidden;
}
.banner-container .banner-left .banner-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 73px;
  left: 0;
  z-index: 6;
}
.banner-container .banner-right {
  position: absolute;
  z-index: 2;
}
.banner-container .banner-right img {
  width: 100%;
}
.over {
  overflow: hidden;
}
.banner-product .banner-right {
  width: 718px;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(56px);
  -moz-transform: translateX(56px);
  -ms-transform: translateX(56px);
  -o-transform: translateX(56px);
  transform: translateX(56px);
}
.banner-product.it-consult h2 {
  margin-bottom: 40px;
}
.banner-product.it-consult h2 span {
  line-height: 1;
}
.banner-product.it-consult h3 {
  display: none;
}
.banner-product.it-consult .banner-right {
  width: 940px;
  -webkit-transform: translateX(-180px);
  -moz-transform: translateX(-180px);
  -ms-transform: translateX(-180px);
  -o-transform: translateX(-180px);
  transform: translateX(-180px);
}
.banner-product.consult h3 {
  display: none;
}
.banner-product.consult h2 {
  margin-bottom: 40px;
}
.banner-product.consult h2 span {
  line-height: 1;
}
.banner-product.consult .banner-right {
  width: 1258px;
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}
@media screen and (max-width: 1200px) {
  .banner-container .banner-tit {
    left: 16px;
  }
}
@media screen and (max-width: 960px) {
  .banner-container .banner-tit {
    height: 160px;
    left: 10px;
  }
  .banner-container .banner-con {
    display: block;
    height: auto;
  }
  .banner-container .banner-left {
    width: 100%;
    padding-top: 40px;
    text-align: center;
  }
  .banner-container .banner-left h2 {
    font-size: 36px;
  }
  .banner-container .banner-left h2 h1 {
    font-size: 24px;
  }
  .banner-container .banner-left h1 {
    font-size: 36px;
  }
  .banner-container .banner-left .banner-intra {
    height: auto;
  }
  .banner-container .banner-left .banner-bottom {
    position: relative;
    margin-top: 40px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .banner-container .banner-right {
    top: 20px;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    overflow: hidden;
  }
  .banner-container .banner-right img {
    width: 100%;
  }
  .banner-container.it-consult {
    padding-bottom: 30px;
  }
  .banner-container.it-consult .banner-right {
    width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 378px) {
  .banner-container {
    padding-top: 50px;
    overflow: hidden;
  }
  .banner-container .banner-tit {
    height: 90px;
    left: 10px;
  }
  .banner-container .banner-tit img {
    width: 100%;
  }
  .banner-container .banner-left h2 {
    font-size: 36px;
  }
  .banner-container .banner-left .banner-intra {
    font-size: 14px;
  }
  .banner-container.consult .banner-right {
    width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.moduleA h3 {
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
}
.moduleA .detail-con {
  padding-top: 40px;
}
.moduleA .detail-item {
  padding: 60px 0 70px;
}
.moduleA-line {
  width: 174px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 378px) {
  .moduleA-line {
    width: 131px;
  }
}
.itemsA {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, 280px);
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.itemsA .item {
  width: 280px;
  margin-bottom: 30px;
  padding: 20px 28px;
}
.itemsA .item .pic {
  margin-bottom: 12px;
}
.itemsA .item .pic img {
  height: 100%;
  vertical-align: middle;
}
.itemsA .item h4 {
  margin-bottom: 14px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 22px;
  font-weight: 600;
}
.itemsA .item p {
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 24px;
}
.itemsA .itemHidden {
  display: none;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.page {
  margin-top: 60px;
  text-align: center;
}
.page .prev,
.page .next {
  display: inline-block;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  cursor: pointer;
}
.page .prev {
  margin-right: 32px;
}
.page i {
  display: inline-block;
  height: 34px;
  width: 34px;
  margin: 0 10px;
  color: rgba(0, 0, 0, 0.65);
  vertical-align: middle;
  -webkit-background-size: 34px 34px;
  -moz-background-size: 34px;
  background-size: 34px;
  background-repeat: no-repeat;
}
.page i.icon-prev {
  background-image: url("../image/common/icon-prev.png");
}
.page i.icon-next {
  background-image: url("../image/common/icon-next.png");
}
.page a:hover {
  color: #1bd1d1;
}
.page a:hover i {
  color: #1bd1d1;
  border-color: #1bd1d1;
}
.page a:hover i.icon-prev {
  background-image: url("../image/common/icon-prev-active.png");
}
.page a:hover i.icon-next {
  background-image: url("../image/common/icon-next-active.png");
}
.case {
  overflow: hidden;
  position: relative;
}
.case::before,
.case::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
.case::before {
  width: 864px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  background-image: url("../image/common/bg-left.png");
  background-position: top left;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  pointer-events: none;
}
.case::after {
  width: 755px;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  background-image: url("../image/common/bg-right.png");
  background-position: top right;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  pointer-events: none;
}
.consulting {
  height: 194px;
  padding: 40px 8%;
  text-align: center;
  background-color: #1bd1d1;
}
.consulting p {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}
.consulting .btn {
  margin: 15px auto 0;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
}
@media screen and (max-width: 960px) {
  .case {
    padding-bottom: 28px !important;
  }
  .banner-container .banner-left .banner-bottom .btn,
  .consulting .btn {
    height: 44px;
    line-height: 44px;
  }
  .w1200 {
    width: 100%;
  }
  .moduleA .detail-con {
    padding-top: 24px;
  }
  .moduleA .detail-item {
    padding: 0px;
  }
  .moduleA h3 {
    font-size: 24px;
    line-height: 0px;
    opacity: 85%;
    padding-bottom: 12px;
    margin-top: 28px;
    margin-bottom: 12px;
  }
  .itemsA {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .itemsA .item {
    width: 48.5%;
    margin-bottom: 16px;
  }
  .itemsA .item h4 {
    font-size: 20px;
  }
  .consulting {
    text-align: center !important;
  }
  .consulting p {
    font-size: 24px !important;
    padding-top: 4px !important;
  }
}
@media screen and (max-width: 378px) {
  .moduleA h3 {
    padding-bottom: 0px;
    margin-top: 0px;
    font-size: 24px;
    line-height: 24px;
  }
  .moduleA .detail-con {
    padding: 15px 0 25px;
  }
  .consulting {
    padding: 44px 0;
  }
  .consulting p {
    font-size: 24px;
  }
  .consulting .btn {
    margin-top: 15px;
  }
}
.icon {
  display: inline-block;
  background-position: center center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.icon-arrow,
.icon-arrow-blue {
  height: 14px;
  width: 18px;
}
.icon-arrow {
  background-image: url("../image/common/icon-arrow.png");
}
.icon-arrow-blue {
  background-image: url("../image/common/icon-arrow-blue.png");
}
.icon-bubble,
.icon-bubble-blue {
  height: 17px;
  width: 18px;
}
.icon-bubble {
  background-image: url("../image/common/icon-bubble.png");
}
.icon-bubble-blue {
  background-image: url("../image/common/icon-bubble-blue.png");
}
.icon-calendar {
  height: 14px;
  width: 14px;
  background-image: url("../image/common/icon-calendar.png");
}
.icon-tag {
  height: 14px;
  width: 14px;
  background-image: url("../image/common/icon-tag.png");
}
.icon-more,
.icon-more-blue {
  height: 11px;
  width: 22px;
}
.icon-more {
  background-image: url("../image/common/icon-more.png");
}
.icon-more-blue {
  background-image: url("../image/common/icon-more-blue.png");
}
.icon-arrow-prev,
.icon-arrow-next {
  height: 54px;
  width: 54px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px;
  background-size: 20px;
  background-position: center center;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}
.icon-arrow-prev:hover,
.icon-arrow-next:hover {
  -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
  -moz-box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
  box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}
.icon-arrow-prev {
  background-image: url("../image/common/icon-arrow-prev.png");
}
.icon-arrow-next {
  background-image: url("../image/common/icon-arrow-next.png");
}
.banner-container .banner-right {
  height: 573px;
  width: 758px;
  top: 15px;
  right: -85px;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../image/solution/banner.png");
}
.detail-container {
  width: 100%;
  background: #fff;
  position: relative;
  text-align: center;
  z-index: 5;
}
.detail-container .detail-item {
  padding: 60px 0;
}
.detail-container .detail-item .content-item{
  text-align:left;
  word-break: break-all;
  overflow: auto;
}
.detail-container .detail-item.bg-blue {
  background: #f5fcfd;
}
.detail-container .detail-item .detail-con {
  color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  text-align: left;
  line-height: 32px;
  position: relative;
  z-index: 6;
}
.detail-container .detail-item .productionConOne {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.detail-container .detail-item .detail-con p {
  margin-bottom: 18px;
  text-align: left;
}
.detail-container .detail-item .detail-con p > img {
  margin: 0 10%;
  width: 80%;
}
.detail-container .detail-item.case {
  overflow: hidden;
  position: relative;
}
.detail-container .detail-item.case::before,
.detail-container .detail-item.case::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 4;
}
.detail-container .detail-item.case::before {
  width: 864px;
  top: 0;
  left: 0;
  background-image: url("../image/common/bg-left.png");
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}
.detail-container .detail-item.case::after {
  width: 755px;
  top: 0;
  right: 0;
  background-image: url("../image/common/bg-right.png");
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}
.detail-container .detail-item.case .itemsA {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.detail-container .detail-item.case .itemsA .item {
  width: 332px;
  margin: 10px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.detail-container .detail-item.case .itemsA .item h4 {
  margin: 0 !important;
}
.detail-container .detail-item.case .itemsA .pic {
  display: inline-block;
  height: 40px;
}
.detail-container .detail-item.product .detail-con {
  text-align: center;
}
.detail-container .detail-item.product a {
  line-height: 2;
  white-space: nowrap;
}
.detail-container .detail-item .productionConOne a {
  margin: 0 30px 20px !important;
}
@media screen and (max-width: 1101px) {
  .detail-container .detail-item .productionConOne a {
    margin: 0 16px 16px !important;
  }
}
.detail-container .detail-item.product a:hover {
  color: #1bd1d1;
}
.detail-container .picture img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .banner-tit {
    left: 0px;
  }
  .banner-tit img {
    width: auto;
  }
  .w1200 {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .banner-container .banner-right {
    height: 360px;
    margin-top: 20px;
    width: 100%;
    left: 0;
    right: 0;
  }
  .detail-container .detail-item.case .itemsA .item {
    margin: 8px 30px;
    width: 332px;
  }
  .detail-container .detail-item {
    padding: 28px 0;
  }
  .moduleA .detail-con {
    padding-top: 24px;
  }
}
@media screen and (max-width: 378px) {
  .detail-container .detail-item.product a {
    display: block;
    width: 100%;
    /* margin-right: 0; */
    text-align: center;
  }
  .banner-container .banner-right {
    height: 300px;
  }
  .detail-container .detail-item {
    padding: 28px 0 0;
  }
}
/* 设置文本区文字颜色 */
.detail-item .w1200 p {
  color: rgba(0, 0, 0, 0.65);
}
/* 标题图片与文字的距离 */
.detail-item .w1200 h3+p:first-of-type {
  height: 51.9425px;
}
.detail-item .w1200 p:not(:first-child)>img{
  margin-top: 18px !important;
}
/* 只对h3控制 ，需要对其他h标签控制时放开注释*/
/* .detail-item .w1200 h1,
.detail-item .w1200 h2,
.detail-item .w1200 h4,
.detail-item .w1200 h5,
.detail-item .w1200 h6, */
.detail-item .w1200 h3 {
  font-size: 36px !important;
  margin-bottom: 24px !important;
}

/* .detail-item .w1200 h1 span,
.detail-item .w1200 h2 span,
.detail-item .w1200 h4 span,
.detail-item .w1200 h5 span,
.detail-item .w1200 h6 span,
.detail-item .w1200 h1 b,
.detail-item .w1200 h2 b,
.detail-item .w1200 h4 b,
.detail-item .w1200 h5 b,
.detail-item .w1200 h6 b,
.detail-item .w1200 h1 i,
.detail-item .w1200 h2 i,
.detail-item .w1200 h4 i,
.detail-item .w1200 h5 i,
.detail-item .w1200 h6 i,
.detail-item .w1200 h1 u,
.detail-item .w1200 h2 u,
.detail-item .w1200 h4 u,
.detail-item .w1200 h5 u,
.detail-item .w1200 h6 u,
.detail-item .w1200 h1 strike,
.detail-item .w1200 h2 strike,
.detail-item .w1200 h4 strike,
.detail-item .w1200 h5 strike,
.detail-item .w1200 h6 strike,
.detail-item .w1200 h1 font,
.detail-item .w1200 h2 font,
.detail-item .w1200 h4 font,
.detail-item .w1200 h5 font,
.detail-item .w1200 h6 font, */
.detail-item .w1200 h3 span,
.detail-item .w1200 h3 b,
.detail-item .w1200 h3 i,
.detail-item .w1200 h3 u,
.detail-item .w1200 h3 strike,
.detail-item .w1200 h3 font {
  font-size: 36px !important;
}
@media (max-width: 960px) {
  /* .detail-item .w1200 h1,
  .detail-item .w1200 h2,
  .detail-item .w1200 h4,
  .detail-item .w1200 h5,
  .detail-item .w1200 h6, */
  .detail-item .w1200 h3 {
    font-size: 24px !important;
    margin-bottom: 12px !important;
  }
  /* 更改文字与标题icon的距离 */
  .detail-item .w1200 p:first-of-type {
    height: 35.9425px;
  }

  /* .detail-item .w1200 h1 span,
.detail-item .w1200 h2 span,
.detail-item .w1200 h4 span,
.detail-item .w1200 h5 span,
.detail-item .w1200 h6 span,
.detail-item .w1200 h1 b,
.detail-item .w1200 h2 b,
.detail-item .w1200 h4 b,
.detail-item .w1200 h5 b,
.detail-item .w1200 h6 b,
.detail-item .w1200 h1 i,
.detail-item .w1200 h2 i,
.detail-item .w1200 h4 i,
.detail-item .w1200 h5 i,
.detail-item .w1200 h6 i,
.detail-item .w1200 h1 u,
.detail-item .w1200 h2 u,
.detail-item .w1200 h4 u,
.detail-item .w1200 h5 u,
.detail-item .w1200 h6 u,
.detail-item .w1200 h1 strike,
.detail-item .w1200 h2 strike,
.detail-item .w1200 h4 strike,
.detail-item .w1200 h5 strike,
.detail-item .w1200 h6 strike,
.detail-item .w1200 h1 font,
.detail-item .w1200 h2 font,
.detail-item .w1200 h4 font,
.detail-item .w1200 h5 font,
.detail-item .w1200 h6 font, */
  .detail-item .w1200 h3 span,
  .detail-item .w1200 h3 b,
  .detail-item .w1200 h3 i,
  .detail-item .w1200 h3 u,
  .detail-item .w1200 h3 strike,
  .detail-item .w1200 h3 font {
    font-size: 24px !important;
  }
}
.solution_point{
  cursor: pointer !important;
}
.solution_auto{
  cursor: auto !important;
}
.itemp_solution{
  width: 660px !important;
}


