.index-banner {
  height: 500px;
}

.index-banner .swiper-slide {
  background-position: center;
  background-size: cover;
}

.index-banner .swiper-slide .bannerCon .bannerTitle {
  font-size: 44px;
}

.index-banner .swiper-slide .bannerCon .right {
  width: 375px;
  height: 350px;
  padding: 32px 28px 28px 28px;
  border-radius: 8px;
  background: #fff;
  margin-top: 30px;
}

.index-banner .swiper-slide .bannerCon .right p {
  margin-bottom: 12px;
}

.index-banner .swiper-slide .bannerCon .right .inputBox {
  position: relative;
  padding-bottom: 24px;
}

.index-banner .swiper-slide .bannerCon .right .inputBox .input-error {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  font-size: 12px;
  color: #fe5b4c;
  display: none;
}

.index-banner .swiper-slide .bannerCon .right .inputBox:nth-child(3) {
  padding-bottom: 30px;
}

.index-banner .swiper-slide .bannerCon .right input {
  height: 38px;
  border: 1px solid #b9c6d5;
  width: 100%;
  background: #f7f9fc;
  font-size: 14px;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #272e47;
}

.index-banner .swiper-slide .bannerCon .right input:focus {
  border-color: #4c6aff;
}

.index-banner .swiper-slide .bannerCon .right input::placeholder {
  color: #606266;
}

.index-banner .swiper-slide .bannerCon .right input[type="checkbox"] {
  width: 14px;
  height: 14px;
}

.index-banner .swiper-slide .bannerCon .right label {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #606266;
}

.index-banner .swiper-slide .bannerCon .right label span {
  padding-left: 6px;
}

.index-banner .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity .3s;
  transform: translateZ(0);
  z-index: 10;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  padding: 10px 12px;
  box-sizing: content-box;
  display: flex;
  width: auto !important;
}

.index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: .2;
}

.index-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  height: 8px;
  display: inline-block;
  border-radius: 131px;
  background: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
  flex-shrink: 0;
  opacity: 1;
}

.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
  position: absolute;
  top: 50%;
  margin-top: calc(var(--swiper-navigation-size)*-1/2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: rgba(63, 70, 92, 0.3);
  z-index: 3;
  border-radius: 100%;
  opacity: 0;
}

.index-banner .swiper-button-next img,
.index-banner .swiper-button-prev img {
  width: 11px;
  height: 20px;
  display: block;
}

.index-banner .swiper-button-next:hover,
.index-banner .swiper-button-prev:hover {
  background-color: rgba(63, 70, 92, 0.5);
}

.index-banner .swiper-button-next {
  right: 10px;
  left: auto;
}

.index-banner .swiper-button-prev {
  left: 10px;
  right: auto;
}

.index-banner:hover .swiper-pagination {
  background: rgba(63, 70, 92, 0.3);
  border-radius: 100px;
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.index-banner:hover .swiper-button-next,
.index-banner:hover .swiper-button-prev {
  opacity: 1;
}

.index-item .item {
  padding: 110px 0 100px;
}

.index-item .item .left .item-title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
}

.index-item .item .left ul li {
  margin-top: 28px;
}

.index-item .item .left ul li .itemSubtitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #272e47;
}

.index-item .item .left ul li p {
  margin-top: 8px;
  font-size: 14px;
  color: #545a6e;
}

.index-item .item .right {
  width: 55.5%;
}

.index-item .item:nth-child(even) {
  background: #f7f9ff;
}

.index-item .item:nth-child(even) .container {
  flex-direction: row-reverse;
}

.index-skill {
  background: #3f4770;
}

.index-skill .skill-title {
  text-align: center;
  font-size: 36px;
  line-height: normal;
  padding: 90px 0 40px;
  color: #fff;
  font-weight: bold;
}

.index-skill ul {
  padding-bottom: 90px;
}

.index-skill ul li {
  width: 49.17%;
  background: rgba(255, 255, 255, 0.05);
  padding: 16px 32px;
  align-items: center;
}

.index-skill ul li img {
  display: block;
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}

.index-skill ul li .item-right {
  color: #fff;
  margin-left: 32px;
}

.index-skill ul li .item-right .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.index-skill ul li .item-right .dec {
  font-size: 14px;
  margin-top: 8px;
  white-space: pre-line;
}

.index-skill ul li:nth-child(-n+2) {
  margin-bottom: 20px;
}

.index-case {
  background: linear-gradient(180deg, #e3eaff, rgba(233, 238, 255, 0.26));
  padding: 90px 0 60px 0;
}

.index-case .case-title {
  font-size: 36px;
  color: #000;
  text-align: center;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 10px;
}

.index-case .case-dec {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #747a8c;
}

.index-case .caseSwiper {
  padding: 40px 0;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.index-case .caseSwiper .item-icon {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  top: -40px;
  left: 40px;
  border: 1px solid #eaf0ff;
}

.index-case .caseSwiper .icon-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  top: -40px;
  left: 52px;
  background-color: #8bf8ff;
}

.index-case .caseSwiper .swiper-slide {
  font-size: 20px;
  padding: 64px 40px 0;
  color: #000;
  width: 334px;
  height: 264px;
  background-color: #fff;
  border: 1px solid #f0f1f5;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 8px 16px 0 rgba(60, 118, 199, 0.08);
  box-shadow: 0 8px 16px 0 rgba(60, 118, 199, 0.08);
}

.index-case .caseSwiper .swiper-slide:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  z-index: -1;
  width: 341px;
  height: 40px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(96, 143, 208, 0.12);
  box-shadow: 0 8px 16px 0 rgba(96, 143, 208, 0.12);
}

.index-case .caseSwiper .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #272e47;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-case .caseSwiper .dec {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #272e47;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-case .caseSwiper .tip {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #272e47;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-case .swiper-button {
  position: relative;
}

.index-case .swiper-button .swiper-button-prev,
.index-case .swiper-button .swiper-button-next {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4680fe;
  height: 28px;
  width: 56px;
  background: #fff;
  border-radius: 3px;
  top: 0;
  z-index: 1;
}

.index-case .swiper-button .swiper-button-prev img,
.index-case .swiper-button .swiper-button-next img {
  display: block;
  width: 20px;
  height: 20px;
}

.index-case .swiper-button .swiper-button-prev:hover,
.index-case .swiper-button .swiper-button-next:hover {
  border: 1px solid #4680fe;
  border-radius: 4px;
  background: rgba(76, 106, 255, 0.09);
}

.index-case .swiper-button .swiper-button-prev {
  left: calc(50% - 63px);
}

.index-case .swiper-button .swiper-button-next {
  right: calc(50% - 63px);
}

.index-service .container {
  height: 505px;
  align-items: center;
}

.index-service .left {
  padding-left: 38px;
}

.index-service .left .title {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.4;
  color: #272e47;
}

.index-service .left p {
  font-size: 14px;
  color: #545a6e;
  line-height: 1.5;
  margin-top: 8px;
  margin-bottom: 40px;
}

.index-service .left ul li img {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  flex-shrink: 0;
}

.index-service .left ul li .item-right .subTitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #272e47;
  margin-bottom: 4px;
}

.index-service .left ul li .item-right .dec {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: #747a8c;
}

.index-service .left ul li:not(:last-child) {
  margin-bottom: 32px;
}

.index-service .right {
  width: 41.67%;
}

.index-why {
  background: #f7f9ff;
  padding: 80px 0;
}

.index-why .title {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.4;
  color: #272e47;
  text-align: center;
  margin-bottom: 40px;
}

.index-why ul li {
  box-sizing: border-box;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 4px 32px rgba(3, 27, 78, 0.08);
  border-radius: 4px;
  background: #fff;
  border: 1px solid #f0f1f5;
  width: 23.75%;
}

.index-why ul li img {
  display: block;
  width: 40px;
}

.index-why ul li .item {
  margin-left: 16px;
}

.index-why ul li .item .subTitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.index-why ul li .item .dec {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #545a6e;
  white-space: pre-line;
}

.banner {
  height: 500px;
  overflow: hidden;
  background: #232b55 50% no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner .left .bannerTitle {
  font-size: 42px;
}

.banner .left p {
  width: 450px;
  text-align: justify;
  font-size: 17px;
}

.banner .right {
  width: 375px;
  height: 350px;
  padding: 32px 28px 28px 28px;
  border-radius: 8px;
  background: #fff;
  margin-top: 30px;
}

.banner .right p {
  margin-bottom: 12px;
}

.banner .right .inputBox {
  position: relative;
  padding-bottom: 24px;
}

.banner .right .inputBox .input-error {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  font-size: 12px;
  color: #fe5b4c;
  display: none;
}

.banner .right .inputBox:nth-child(3) {
  padding-bottom: 30px;
}

.banner .right input {
  height: 38px;
  border: 1px solid #b9c6d5;
  width: 100%;
  background: #f7f9fc;
  font-size: 14px;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #272e47;
}

.banner .right input:focus {
  border-color: #4c6aff;
}

.banner .right input::placeholder {
  color: #606266;
}

.banner .right input[type="checkbox"] {
  width: 14px;
  height: 14px;
}

.banner .right label {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #606266;
}

.banner .right label span {
  padding-left: 6px;
}

.productList .product-item {
  padding: 70px 0;
}

.productList .product-item .left {
  width: 514px;
}

.productList .product-item .left .tag {
  display: inline-block;
  padding: 2px 12px;
  height: 24px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  background: #ffddda;
  border-radius: 2px;
  margin-bottom: 4px;
}

.productList .product-item .left .tag.blueTag {
  background-color: #d7e2ff;
  color: #245bdb;
}

.productList .product-item .left .tag.redTag {
  background-color: #ffddda;
  color: #db4941;
}

.productList .product-item .left .title {
  font-weight: 600;
  font-size: 34px;
  line-height: 56px;
  color: #272e47;
  margin-bottom: 15px;
  white-space: nowrap;
}

.productList .product-item .left .list li {
  cursor: pointer;
  padding: 15px 0;
}

.productList .product-item .left .list li .item-title {
  font-size: 18px;
  font-weight: 500;
  color: #272e47;
  line-height: 26px;
  margin: 0;
}

.productList .product-item .left .list li .item-dec {
  font-size: 14px;
  font-weight: 400;
  color: #272e47;
  line-height: 22px;
  margin-top: 8px;
}

.productList .product-item .left .list li:hover .item-title, .productList .product-item .left .list li:hover .item-dec {
  color: #4c6aff;
}

.productList .product-item .left .list li.active .item-title, .productList .product-item .left .list li.active .item-dec {
  color: #4c6aff;
}

.productList .product-item .right {
  padding-left: 27px;
  width: 630px;
}

.productList .product-item:nth-child(even) .container {
  flex-direction: row-reverse;
}

.productList .product-item:nth-child(even) .container .left {
  padding-left: 36px;
  width: 560px;
}

.productList .product-item:nth-child(even) .container .right {
  position: relative;
  left: -25px;
  padding-left: 0;
}

.price {
  box-sizing: border-box;
  padding-top: 104px;
}

.price .price-title {
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  color: #000;
  text-align: center;
  width: 100%;
  margin-bottom: 28px;
}

.price .price-intro {
  width: 1000px;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #51555c;
  margin: 0 auto;
}

.price .edition {
  padding: 20px 0;
  margin-bottom: 72px;
}

.price .edition .container {
  padding: 10px !important;
  box-sizing: border-box;
}

.price .edition .item {
  width: 570px;
  height: 650px;
  border: 2px solid rgba(38, 42, 51, 0.16);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
}

.price .edition .item .edition-title {
  text-align: center;
  margin: 56px auto;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 32px;
  color: #262a33;
  font-weight: 600;
}

.price .edition .item .edition-header {
  font-size: 18px;
  line-height: 18px;
  color: #51555c;
  width: 213px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 64px;
}

.price .edition .item ul {
  width: 213px;
  margin: 0 auto;
  margin-bottom: 64px;
}

.price .edition .item ul li {
  display: flex;
  overflow: hidden;
  font-size: 16px;
  line-height: 16px;
  color: #51555c;
  margin-bottom: 26px;
}

.price .edition .item ul li span {
  background: url(../images/duihao.png) no-repeat 50%;
  width: 17px;
  height: 13px;
  display: block;
  margin-top: 2px;
}

.price .edition .item ul li p {
  margin-left: 4px;
}

.price .edition .item ul li p b {
  color: #386ee7;
  font-weight: 400;
  font-size: 16px;
}

.price .edition .item .tuijian {
  width: 98px;
  height: 42px;
  background: -webkit-gradient(linear, right top, left top, from(#ea715e), to(#e64a46));
  background: linear-gradient(270deg, #ea715e, #e64a46);
  right: 0;
  top: 0;
  text-align: center;
  position: absolute;
  color: #fff;
  border-radius: 0 6px 0 6px;
  -webkit-border-radius: 0 6px 0 6px;
  -moz-border-radius: 0 6px 0 6px;
  -ms-border-radius: 0 6px 0 6px;
  -o-border-radius: 0 6px 0 6px;
}

.price .edition .item .tuijian .tuijian-center {
  font-size: 16px;
  width: 70px;
  height: 22px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: -11px;
  background: url(../images/fire.png) no-repeat 0;
}

.price .edition .item:nth-child(2) .edition-header {
  width: 280px;
}

.price .edition .item.active {
  border: 2px solid #386ee7;
  filter: drop-shadow(0 4px 8px rgba(38, 42, 51, 0.1));
  cursor: auto;
  transform: scale(1.01);
  transition: all .5s;
  -webkit-box-shadow: 15px 0 15px -15px #dedede, -15px 0 15px -15px #dedede;
  box-shadow: 15px 0 15px -15px #dedede, -15px 0 15px -15px #dedede;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
}

.topSearch {
  margin-top: 92px;
  height: 90px;
  padding: 0;
  background: #6c7282;
}

.topSearch .g-wrap {
  position: relative;
}

.topSearch .search-words {
  padding: 35px 0 0 200px;
  line-height: 20px;
  font-size: 14px;
  text-align: left;
  color: #bbbfca;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.topSearch .search-words a {
  color: #fff;
}

.topSearch .search-words .split-line {
  margin: 0 12px;
}

.topSearch .search-input {
  position: absolute;
  width: 562px;
  height: 44px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  left: 180px;
  bottom: -55px;
}

.topSearch .search-input .i-search {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  top: 12px;
  left: 20px;
  background: url(../images/search.png) 0 0 no-repeat;
}

.topSearch .search-input .question-txt {
  width: 410px;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  padding: 12px 100px 12px 50px;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  outline: none;
  background: #fff;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.topSearch .search-input .w-tb-btn {
  position: absolute;
  height: 44px;
  width: 100px;
  line-height: 44px;
  font-size: 16px;
  margin: 0;
  right: 0;
  top: 0;
  border: 0;
  background: #35be80;
  -webkit-border-radius: 0 22px 22px 0;
  -moz-border-radius: 0 22px 22px 0;
  border-radius: 0 22px 22px 0;
  outline: none;
  color: #fff;
  text-align: center;
}

.help-wrap {
  padding-bottom: 30px;
  padding-top: 42px;
  background: #f1f3f4;
}

.help-wrap .help-left-nav {
  width: 208px;
  padding: 20px 0;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  background: #fff;
  margin-right: 14px;
}

.help-wrap .help-left-nav ul li {
  padding: 8px 0;
}

.help-wrap .help-left-nav ul li a {
  display: block;
  padding-left: 20px;
  height: 20px;
  line-height: 20px;
  padding-right: 28px;
  border-left: 2px solid #fff;
  font-size: 16px;
  color: #666;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.help-wrap .help-left-nav ul li.active a {
  color: #2a61a1;
  border-left: 2px solid #43628b;
}

.help-wrap .help-left-nav ul li:hover a {
  color: #2a61a1;
  border-left: 2px solid #43628b;
}

.help-wrap .help-left-nav ul li.split-li {
  height: 1px;
  padding: 0;
  overflow: hidden;
  background: #f0f0f0;
  margin: 8px 0;
}

.help-wrap .help-content {
  width: 794px;
  min-height: 690px;
  padding: 16px 30px 0 30px;
  font-size: 14px;
  color: #666;
  background: #fff;
  border: 1px solid #E5E5E5;
}

.help-wrap .help-content .title {
  font-size: 16px;
  line-height: 38px;
  color: #333;
  background: #fff;
  font-weight: 600;
}

.help-wrap .help-content .list li {
  margin: 8px 0;
}

.help-wrap .help-content .list li .icon-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 10px;
  background: #757575;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.help-wrap .help-content .list li a {
  line-height: 19px;
  vertical-align: middle;
  color: #666;
}

.help-wrap .help-content .searchCount {
  font-size: 14px;
  color: #666666;
  display: flex;
}

.help-wrap .help-content .searchList li {
  margin: 15px 0;
}

.help-wrap .help-content .searchList li h2 {
  font-size: 16px;
  line-height: 26px;
}

.help-wrap .help-content .searchList li .icon-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 7px;
  background: #757575;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.help-wrap .help-content .searchList li a {
  font-size: 16px;
  color: #0154a0;
  line-height: 19px;
  vertical-align: middle;
}

.help-wrap .help-content .searchList li .dec {
  padding-left: 14px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  line-height: 24px;
}

.help-wrap .help-content .empty-solution-list {
  font-size: 14px;
  padding: 10px 0;
}

.help-wrap .help-content .empty-solution-list .keyword {
  color: #dc0005;
}

.help-wrap .help-content .highlight {
  color: #f00;
}

.help-wrap .xq .title {
  font-size: 16px;
  line-height: 38px;
  color: #333;
  background: #fff;
  font-weight: 600;
}

.help-wrap .xq .dec {
  font-size: 14px;
  color: #333;
}

.help-wrap .xq .btn-back {
  display: block;
  width: 98px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  border: 1px solid #ccc;
  background: #fff;
  margin: 20px 0 0;
  text-align: center;
}

.help-wrap .xq .btn-back .icon-back {
  display: inline-block;
  width: 16px;
  height: 14px;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 4px;
  background: url(../images/back.png) 0 0 no-repeat;
}

.help-wrap .xq .sub-title {
  margin-top: 120px;
  font-size: 16px;
  font-weight: 600;
}

.help-wrap .xq ul li a {
  color: #878788;
  line-height: 1.2;
  font-size: 14px;
}

.tanchuang {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  display: none;
}

.tanchuang .t-wrap {
  width: 800px;
  background-size: cover;
  border-radius: 8px;
  margin: 15vh auto 0;
  position: relative;
  background: #fff;
}

.tanchuang .close-btn {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent;
}

.tanchuang .tip {
  height: 80px;
  line-height: 80px;
  background: #374260;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.tanchuang .icon-tan {
  position: absolute;
  top: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 17px;
}

.tanchuang .left {
  text-align: left;
  padding: 40px 40px 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 400px;
  background-color: #f3f5f9;
  height: 350px;
}

.tanchuang .left .title {
  font-size: 22px;
  font-weight: 500;
  color: #333;
  line-height: 22px;
  margin-bottom: 3px;
}

.tanchuang .left .left-item {
  margin-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tanchuang .left .left-item .left-img {
  width: 36px;
  height: 36px;
  margin-right: 16px;
  display: block;
}

.tanchuang .left .left-item .left-item-txt {
  max-width: 265px;
}

.tanchuang .left .left-item .left-item-txt h2 {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin: 0;
  line-height: 1;
}

.tanchuang .left .left-item .left-item-txt p {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 25px;
}

.tanchuang .right {
  padding: 30px 45px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 350px;
}

.tanchuang .right .inputBox {
  position: relative;
  padding-bottom: 24px;
}

.tanchuang .right .inputBox .input-error {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  font-size: 12px;
  color: #fe5b4c;
  display: none;
}

.tanchuang .right .inputBox:nth-child(3) {
  padding-bottom: 30px;
}

.tanchuang .right input {
  height: 48px;
  border: 1px solid #b9c6d5;
  width: 100%;
  background: #fff;
  font-size: 14px;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #272e47;
}

.tanchuang .right input:focus {
  border-color: #4c6aff;
}

.tanchuang .right input::placeholder {
  color: #606266;
}

.tanchuang .right input[type="checkbox"] {
  width: 14px;
  height: 14px;
}

.tanchuang .right label {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #606266;
}

.tanchuang .right label span {
  padding-left: 6px;
}

.tanchuang .rightForm {
  position: absolute;
  top: 102px;
  right: 32px;
  width: 375px;
  height: 379px;
  padding: 32px 24px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 350px;
}

.tanchuang .rightForm .inputBox {
  position: relative;
  padding-bottom: 24px;
}

.tanchuang .rightForm .inputBox .input-error {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  font-size: 12px;
  color: #fe5b4c;
  display: none;
}

.tanchuang .rightForm .inputBox:nth-child(3) {
  padding-bottom: 30px;
}

.tanchuang .rightForm input {
  height: 48px;
  border: 1px solid #b9c6d5;
  width: 100%;
  background: #fff;
  font-size: 14px;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #272e47;
}

.tanchuang .rightForm input:focus {
  border-color: #4c6aff;
}

.tanchuang .rightForm input::placeholder {
  color: #606266;
}

.tanchuang .rightForm input[type="checkbox"] {
  width: 14px;
  height: 14px;
}

.tanchuang .rightForm label {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #606266;
}

.tanchuang .rightForm label span {
  padding-left: 6px;
}

.rightNav {
  width: 66px;
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 12px;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(47, 83, 134, 0.12);
  box-shadow: 0 4px 10px 0 rgba(47, 83, 134, 0.12);
  border-radius: 4px;
  text-align: center;
  border-radius: 5px;
  padding: 8px 3px;
  cursor: pointer;
}

.rightNav .item {
  width: 60px;
  height: 64px;
  margin: 0 auto 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

.rightNav .right-free {
  background: url(../images/free.png) 50% no-repeat;
  width: 32px;
  height: 19px;
  background-size: contain;
}

.rightNav .right-tel {
  background: url(../images/kefu.png) 50% no-repeat;
  width: 100%;
  height: 24px;
  background-size: contain;
}

.rightNav .consult-telephone {
  display: none;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -18px;
  right: 82px;
  width: 199px;
  height: 90px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(47, 83, 134, 0.12);
  box-shadow: 0 4px 10px 0 rgba(47, 83, 134, 0.12);
  border-radius: 4px;
}

.rightNav .consult-telephone span {
  color: #4c6aff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.rightNav .item:hover {
  color: #386ee7;
}

.rightNav .item:hover .right-free {
  background: url(../images/freeBlue.png) 50% no-repeat;
  background-size: contain;
}

.rightNav .item:hover .right-tel {
  background: url(../images/kefublue.png) 50% no-repeat;
  background-size: contain;
}

.rightNav .item:hover .consult-telephone {
  display: flex;
}

.mindex-banner {
  background: #e9edef;
  display: none;
}

.mindex-banner .title {
  font-size: 30px;
  font-weight: 600;
  line-height: .42rem;
  padding: 0 0.2rem;
}

.mindex-banner .sub-title {
  font-size: 16px;
  font-weight: 400;
  line-height: .24rem;
  color: #545a6e;
  padding: 0 0.16rem 0 0.2rem;
  margin-top: 0.12rem;
  margin-bottom: 0.14rem;
}

.mindex-banner img {
  height: 1.54rem;
  width: 100%;
}

.mindex-banner .m-form {
  padding: 0 0.2rem 0.4rem 0.2rem;
}

.mindex-banner .m-form .m-formBox {
  background: #fff;
  border-radius: 8px;
  padding: 32px 28px 28px 28px;
  box-sizing: border-box;
}

.mindex-banner .inputBox {
  position: relative;
  padding-bottom: 24px;
  font-size: 16px;
}

.mindex-banner .inputBox .input-error {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  font-size: 12px;
  color: #fe5b4c;
  display: none;
}

.mindex-banner .inputBox:nth-child(3) {
  padding-bottom: 16px;
}

.mindex-banner input {
  height: 40px;
  border: 1px solid #b9c6d5;
  width: 100%;
  background: #f7f9fc;
  font-size: 14px;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #272e47;
}

.mindex-banner input:focus {
  border-color: #4c6aff;
}

.mindex-banner input::placeholder {
  color: #b6b9c3;
}

.mindex-banner input[type="checkbox"] {
  width: 14px;
  height: 14px;
}

.mindex-banner label {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #606266;
  white-space: nowrap;
  margin-bottom: 0;
}

.mindex-banner label span {
  padding-left: 6px;
}

@media screen and (max-width: 1200px) {
  .index-banner,
  .itemBtn {
    display: none;
  }
  .mindex-banner {
    display: block;
  }
  .index-item .item {
    padding: 0.4rem 0;
  }
  .index-item .item .container {
    flex-direction: column;
  }
  .index-item .item .left {
    width: 100%;
  }
  .index-item .item .left .item-title {
    font-size: 24px;
    text-align: center;
    line-height: normal;
  }
  .index-item .item .left ul li .itemSubtitle {
    font-size: 18px;
    color: #272e47;
    text-align: center;
  }
  .index-item .item .left ul li p {
    color: #747a8c;
    font-size: 16px;
    line-height: 24px;
    padding: 0 0.2rem;
    margin-top: 12px;
    text-align: center;
  }
  .index-item .item .right {
    width: 100%;
  }
  .index-item .item:nth-child(even) .container {
    flex-direction: column;
  }
  .index-skill .skill-title {
    font-size: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .index-skill ul {
    padding-bottom: 40px;
  }
  .index-skill ul li {
    width: 100%;
    padding: 11px 21px;
    margin-bottom: 20px !important;
  }
  .index-skill ul li .item-right {
    margin-left: 21px;
  }
  .index-case {
    padding-top: 0.4rem;
    box-sizing: border-box;
  }
  .index-case .case-title {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .index-case .caseSwiper {
    margin: 0.16rem 0;
  }
  .index-service .left {
    width: 100%;
    padding-left: 0;
  }
  .index-service .left .title {
    font-size: 24px;
    color: #272e47;
    font-weight: 600;
    text-align: center;
  }
  .index-service .left p {
    text-align: center;
    margin-bottom: 30px;
  }
  .index-service .right {
    display: none;
  }
  .index-why {
    padding: 0.4rem 0.2rem;
  }
  .index-why .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 26px;
  }
  .index-why ul {
    flex-wrap: wrap;
    gap: 0.2rem;
  }
  .index-why ul li {
    flex: 0 0 calc(50% - 0.1rem);
    padding: 0.12rem 0;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .index-why ul li img {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }
  .index-why ul li .item {
    margin-left: 0;
  }
  .index-why ul li .item .subTitle {
    font-size: 14px;
    margin-bottom: 6px;
    text-align: center;
  }
  .index-why ul li .item .dec {
    text-align: center;
    font-size: 12px;
  }
  .banner {
    padding: 0 0.2rem;
    padding-bottom: 0.4rem;
    height: auto !important;
    background-size: 100%;
    background-position: 0 0;
  }
  .banner .container {
    flex-wrap: wrap;
  }
  .banner .left {
    width: 100%;
  }
  .banner .left .bannerTitle {
    font-size: 30px;
  }
  .banner .left .bannerTitle:first-child {
    margin-top: 1.04rem;
  }
  .banner .left p {
    font-size: 14px;
    width: 100%;
  }
  .banner .left .btnBox {
    display: none !important;
  }
  .banner .right .inputBox {
    line-height: 1.2;
    font-size: 16px;
  }
  .banner .right label {
    margin-bottom: 15px;
  }
  .banner .right label span {
    white-space: nowrap;
  }
  .productList .product-item {
    padding: .4rem .2rem;
  }
  .productList .product-item .container {
    flex-wrap: wrap;
  }
  .productList .product-item .left {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
  .productList .product-item .left .tag {
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 0.12rem;
    padding: 0.08rem 0.24rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 0.19rem;
    border: 1px solid #fff;
    font-weight: 500;
    height: auto;
  }
  .productList .product-item .left .title {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 0.2rem;
  }
  .productList .product-item .left .productBtn {
    display: none;
  }
  .productList .product-item .right {
    width: 100%;
    left: 0 !important;
    padding-left: 0 !important;
  }
  .productList .product-item .right .swiper {
    margin: 0 auto;
  }
  .price {
    padding-top: .2rem;
  }
  .price .price-title {
    font-size: 24px;
    line-height: normal;
  }
  .price .price-intro {
    width: 94%;
    font-size: 14px;
    line-height: normal;
    margin: 0 auto;
  }
  .price .edition {
    padding-bottom: 40px;
  }
  .price .edition .container {
    flex-wrap: wrap;
  }
  .price .edition .item {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .topSearch {
    margin-top: .2rem;
    padding: 20px 0;
    height: auto;
  }
  .topSearch .search-words {
    padding: 0;
  }
  .topSearch .search-words .split-line {
    margin: 0 6px;
  }
  .topSearch .search-input {
    position: relative;
    left: unset;
    bottom: unset;
    width: 100%;
    display: flex;
    margin-top: 10px;
  }
  .help-wrap .g-wrap {
    flex-wrap: wrap;
  }
  .help-wrap .help-left-nav {
    width: 100%;
    margin-right: 0;
  }
  .help-wrap .help-left-nav ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
  }
  .help-wrap .help-left-nav ul li.split-li {
    display: none;
  }
  .help-wrap .help-left-nav ul li a {
    border-bottom: 2px solid #fff;
  }
  .help-wrap .help-left-nav ul li:hover a {
    border-left: 0;
    border-bottom: 2px solid #43628b;
  }
  .help-wrap .help-left-nav ul li a {
    padding: 0 5px;
    height: auto;
  }
  .help-wrap .help-left-nav ul li.active a {
    border-left: 0;
    border-bottom: 2px solid #43628b;
  }
  .help-wrap .help-content {
    margin-top: 20px;
    width: 100%;
    padding: 12px 20px 0 20px;
  }
}
