@charset "UTF-8";
@import url(../font/iconfont.css);
/* 公用样式 */
body {
  font-size: 14px;
  min-width: 300px;
}

a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, input, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, u, ul, var {
  margin: 0;
  padding: 0;
}

address, cite, dfn, em, i, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, th {
  font-size: 100%;
  font-weight: 400;
}

button, input, select, textarea {
  font-size: 100%;
}

fieldset, img {
  border: 0;
}

a, img {
  -webkit-touch-callout: none;
}

a, a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
}

a:hover {
  color: #000;
}

input[type=password], input[type=text], textarea {
  resize: none;
  outline: 0;
  -webkit-appearance: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: #fff;
}

ol, ul {
  list-style: none;
}

div {
  box-sizing: border-box;
}

a {
  color: #2651DA;
}

.cMain {
  color: #2651DA;
}

.cThinMain {
  color: #29abe2;
}

.cfff {
  color: #fff;
}

.c888 {
  color: #888;
}

/* 滚动条新样式 */
.newScrollbar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.newScrollbar::-webkit-scrollbar-track {
  background: #1d514f;
  border-radius: 10px;
}

.newScrollbar::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #06efeb, #188484);
  border-radius: 10px;
  border: 1px solid #26e7e6;
}

.newScrollbar::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to bottom, #188484, #06efeb);
  border-radius: 10px;
  border: 1px solid #26e7e6;
}

.bgMain {
  background: #2651DA;
}

.bgFFF {
  background: #fff;
}

/* 其他 */
.flex {
  display: flex;
  display: -webkit-flex;
}

.ac {
  align-items: center;
}

.afd {
  align-items: flex-end;
}

.flexdc {
  flex-direction: column;
}

.fwrap {
  flex-wrap: wrap;
}

.jcs {
  justify-content: space-between;
}

.jcc {
  justify-content: center;
}

.jcend {
  justify-content: flex-end;
}

.tc {
  text-align: center;
}

.fsi {
  font-style: italic;
}

.fwb {
  font-weight: bold;
}

.fsi {
  font-style: italic;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.tIndent {
  text-indent: 2em;
}

.line1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.line2 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.hand {
  cursor: pointer;
}

.swiper {
  --swiper-theme-color: #fff;
  --swiper-navigation-color: #f8f8f8;
  --swiper-navigation-size: 30px;
}

.swiper-button-prev, .swiper-button-next:focus {
  outline: none;
}

.indexBox {
  width: 100%;
}

.indexBox .indexHead {
  width: 100%;
  height: 56px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  color: #fff;
  padding: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  /* 导航栏查看更多 */
}

.indexBox .indexHead.onlineExperienceHead {
  background: #2651DA;
}

.indexBox .indexHead:hover .headRightBox .navBox li.active .liItem::after, .indexBox .indexHead:hover .headRightBox .navBox li.hover .liItem::after {
  -webkit-animation: borderLeftToRight 0.5s 1 linear;
  animation: borderLeftToRight 0.5s 1 linear;
}

.indexBox .indexHead .headLeftBox {
  width: 320px;
  text-align: center;
  font-weight: bold;
}

.indexBox .indexHead .headLeftBox .name {
  font-size: 24px;
  padding-bottom: 5px;
}

.indexBox .indexHead .headLeftBox .domainName {
  font-size: 14px;
}

.indexBox .indexHead .headRightBox {
  flex: 1;
  text-align: right;
}

.indexBox .indexHead .headRightBox .navBox {
  font-size: 16px;
}

.indexBox .indexHead .headRightBox .navBox li.active .liItem::after, .indexBox .indexHead .headRightBox .navBox li.hover .liItem::after {
  background: #fff;
}

.indexBox .indexHead .headRightBox .navBox li .liItem {
  height: 54px;
  line-height: 54px;
  color: #fff;
  margin-right: 60px;
  display: inline-block;
  position: relative;
}

.indexBox .indexHead .headRightBox .navBox li .liItem::after {
  content: "";
  width: 100%;
  display: block;
  height: 3px;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
}

.indexBox .indexHead .screenModal {
  position: absolute;
  top: 13px;
  right: 80px;
  font-size: 30px;
  cursor: pointer;
  display: none;
}

.indexBox .indexHead .hamburger1 {
  width: 25px;
  cursor: pointer;
  display: none;
}

.indexBox .indexHead .hamburger1 div {
  height: 3px;
  background: #fff;
  width: 25px;
  margin: 4px 0;
  transition: all 0.5s;
  border-radius: 5px;
}

.indexBox .indexHead .hamburger1:hover div:nth-child(1) {
  width: 15px;
  transition: all 0.5s;
}

.indexBox .indexHead .hamburger1:hover div:nth-child(2) {
  width: 25px;
  transition: all 0.5s;
}

.indexBox .indexHead .hamburger1:hover div:nth-child(3) {
  width: 40px;
  transition: all 0.5s;
}

.indexBox .indexNeck .indexSwiper {
  width: 100%;
  height: 600px;
}

.indexBox .indexNeck .indexSwiper .swiperItem {
  width: 100%;
  position: relative;
  color: #fff;
}

.indexBox .indexNeck .indexSwiper .swiperItem.swiperThree .bannerBox .partnerBox li {
  border: 1px solid #A2CCFF;
  min-width: 130px;
}

.indexBox .indexNeck .indexSwiper .swiperItem.swiperThree .bannerBox .btnBox {
  color: #fff;
  background: #2651DA;
}

.indexBox .indexNeck .indexSwiper .swiperItem .bannerImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.indexBox .indexNeck .indexSwiper .swiperItem .bannerBox {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 10;
  padding: 0 10%;
  padding-bottom: 50px;
}

.indexBox .indexNeck .indexSwiper .swiperItem .bannerBox .partnerBox {
  width: 500px;
  max-width: 100%;
}

.indexBox .indexNeck .indexSwiper .swiperItem .bannerBox .partnerBox li {
  margin-right: 16px;
  margin-bottom: 16px;
  width: 135px;
  height: 40px;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  text-align: center;
}

.indexBox .indexNeck .indexSwiper .swiperItem .bannerBox .title {
  font-size: 30px;
}

.indexBox .indexNeck .indexSwiper .swiperItem .bannerBox .describe {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.indexBox .indexNeck .indexSwiper .swiperItem .bannerBox .btnBox {
  width: 130px;
  height: 40px;
  line-height: 40px;
  background: #FFFFFF;
  border-radius: 2px;
  padding: 0 10px;
  text-align: center;
  font-weight: 400;
  color: #308DFF;
  cursor: pointer;
}

.indexBox .caseSearchBox {
  width: 100%;
  background: #F6F7FA;
  padding: 0 30px;
  padding-top: 50px;
}

.indexBox .caseSearchBox.caseSearchFixedBox {
  background: none;
  padding: 0;
  position: fixed;
  left: 0;
  top: 50px;
  display: none;
  z-index: 99;
}

.indexBox .caseSearchBox.caseSearchFixedBox .caseSearchBg {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.indexBox .caseSearchBox.caseSearchFixedBox .caseSearchClose {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 22px;
  cursor: pointer;
  color: #666;
  display: block;
}

.indexBox .caseSearchBox.caseSearchFixedBox .searchBox {
  max-width: 100vw;
  max-height: 80vh;
  overflow: hidden;
  overflow-y: auto;
}

.indexBox .caseSearchBox .caseSearchClose {
  display: none;
}

.indexBox .caseSearchBox .searchBox {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 2px;
  border: 1px solid #E1E6F0;
  padding: 10px 30px;
  background: #fff;
}

.indexBox .caseSearchBox .searchBox .listBox {
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 10px;
}

.indexBox .caseSearchBox .searchBox .listBox.searchBorder {
  border-top: 1px solid #EBEDF0;
}

.indexBox .caseSearchBox .searchBox .listBox .leftBox {
  width: 60px;
  margin-bottom: 10px;
}

.indexBox .caseSearchBox .searchBox .listBox .rightBox {
  flex: 1;
}

.indexBox .caseSearchBox .searchBox .listBox .rightBox .search {
  width: 200px;
  max-width: 100%;
  height: 32px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #E1E6F0;
  position: relative;
  margin-bottom: 10px;
}

.indexBox .caseSearchBox .searchBox .listBox .rightBox .search input {
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 30px;
  border: none;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
}

.indexBox .caseSearchBox .searchBox .listBox .rightBox .search .searchBtn {
  position: absolute;
  top: 8px;
  right: 6px;
  cursor: pointer;
}

.indexBox .caseSearchBox .searchBox .listBox .rightBox .optionUl li {
  padding: 2px 10px;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  border: 1px solid #fff;
  color: #333;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 10px;
}

.indexBox .caseSearchBox .searchBox .listBox .rightBox .optionUl li.active {
  border: 1px solid #308DFF;
  color: #308DFF;
}

.indexBox .indexBody .coreServiceBox {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.indexBox .indexBody .coreServiceBox .coreServiceHead {
  width: 100%;
  padding: 50px;
  text-align: center;
  font-size: 30px;
}

.indexBox .indexBody .coreServiceBox .coreServiceBody .itit-core-box {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-left: 30px;
}

.indexBox .indexBody .coreServiceBox .coreServiceBody .itit-core-content {
  width: 380px;
  height: 220px;
  background: linear-gradient(135deg, #EDF6FF 0%, #FAFDFF 45%, #E3F1FF 100%);
  box-shadow: 0px 3px 15px 0px rgba(227, 239, 255, 0.51);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  position: relative;
  color: #222222;
  transition: 500ms;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 20px;
}

.indexBox .indexBody .coreServiceBox .coreServiceBody .itit-core-content:hover {
  color: #fff;
  border-radius: 8px;
}

.indexBox .indexBody .coreServiceBox .coreServiceBody .itit-core-content .itit-core-content-bg {
  position: absolute;
  border-radius: 8px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(134deg, #307AFF 0%, #47CBFF 100%);
  box-shadow: 0px 20px 40px 0px rgba(98, 174, 255, 0.5);
  height: 100%;
  opacity: 0;
  transition: 500ms;
}

.indexBox .indexBody .coreServiceBox .coreServiceBody .itit-core-content:hover .itit-core-content-bg {
  opacity: 1;
}

.indexBox .indexBody .coreServiceBox .coreServiceBody .core-content-box {
  margin: 95px 0 0 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 10;
  position: relative;
}

.indexBox .indexBody .coreServiceBox .coreServiceBody .core-content-left {
  display: flex;
  flex-direction: column;
}

.indexBox .indexBody .coreServiceBox .coreServiceBody .core-content-name {
  font-size: 26px;
  font-weight: 500;
  z-index: 100;
}

.indexBox .indexBody .coreServiceBox .coreServiceBody .core-content-text {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.indexBox .indexBody .coreServiceBox .coreServiceBody .itit-core-content:hover .core-content-item {
  color: #fff;
}

.indexBox .indexBody .coreServiceBox .coreServiceBody .core-content-item {
  position: absolute;
  bottom: -20px;
  right: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #308DFF;
}

.indexBox .indexBody .coreServiceBox .coreServiceBody .core-content-item .check {
  padding-right: 6px;
}

.indexBox .indexBody .coreServiceBox .coreServiceBody .core-content-img {
  position: absolute;
  right: 0;
  top: -18px;
  width: 158px;
  height: 138px;
}

.indexBox .indexBody .coreServiceBox .coreServiceBody .core-content-img1 {
  background: url(../images/index/core1.png);
  background-size: 100% 100%;
}

.indexBox .indexBody .coreServiceBox .coreServiceBody .core-content-img2 {
  background: url(../images/index/core2.png);
  background-size: 100% 100%;
}

.indexBox .indexBody .coreServiceBox .coreServiceBody .core-content-img3 {
  background: url(../images/index/core3.png);
  background-size: 100% 100%;
}

.indexBox .indexBody .coreServiceBox .coreServiceBody .core-content-img4 {
  background: url(../images/index/core4.png);
  background-size: 100% 100%;
}

.indexBox .indexBody .coreServiceBox .coreServiceBody .core-content-img5 {
  background: url(../images/index/core5.png);
  background-size: 100% 100%;
}

.indexBox .indexBody .coreServiceBox .coreServiceBody .core-content-img6 {
  background: url(../images/index/core6.png);
  background-size: 100% 100%;
}

.indexBox .indexBody .coreServiceBox .coreServiceBody .core-content-img-num {
  position: absolute;
  top: 35px;
  left: 33px;
  width: 67px;
  height: 72px;
}

.indexBox .indexBody .coreServiceBox .coreServiceBody .core-content-img-num1 {
  background: url(../images/index/num1.png);
  background-size: 100% 100%;
}

.indexBox .indexBody .coreServiceBox .coreServiceBody .core-content-img-num2 {
  background: url(../images/index/num2.png);
  background-size: 100% 100%;
}

.indexBox .indexBody .coreServiceBox .coreServiceBody .core-content-img-num3 {
  background: url(../images/index/num3.png);
  background-size: 100% 100%;
}

.indexBox .indexBody .coreServiceBox .coreServiceBody .core-content-img-num4 {
  background: url(../images/index/num4.png);
  background-size: 100% 100%;
}

.indexBox .indexBody .coreServiceBox .coreServiceBody .core-content-img-num5 {
  background: url(../images/index/num5.png);
  background-size: 100% 100%;
}

.indexBox .indexBody .coreServiceBox .coreServiceBody .core-content-img-num6 {
  background: url(../images/index/num6.png);
  background-size: 100% 100%;
}

.indexBox .indexBody .coreServiceBox .coreServiceBody .itit-core-content:hover .core-content-img-num1 {
  background: url(../images/index/num-hover1.png);
  background-size: 100% 100%;
}

.indexBox .indexBody .coreServiceBox .coreServiceBody .itit-core-content:hover .core-content-img-num2 {
  background: url(../images/index/num-hover2.png);
  background-size: 100% 100%;
}

.indexBox .indexBody .coreServiceBox .coreServiceBody .itit-core-content:hover .core-content-img-num3 {
  background: url(../images/index/num-hover3.png);
  background-size: 100% 100%;
}

.indexBox .indexBody .coreServiceBox .coreServiceBody .itit-core-content:hover .core-content-img-num4 {
  background: url(../images/index/num-hover4.png);
  background-size: 100% 100%;
}

.indexBox .indexBody .coreServiceBox .coreServiceBody .itit-core-content:hover .core-content-img-num5 {
  background: url(../images/index/num-hover5.png);
  background-size: 100% 100%;
}

.indexBox .indexBody .coreServiceBox .coreServiceBody .itit-core-content:hover .core-content-img-num6 {
  background: url(../images/index/num-hover6.png);
  background-size: 100% 100%;
}

.indexBox .indexBody .serviceProcessBox {
  width: 100%;
  height: 640px;
  background: url(../images/index/serviceProcessBg.jpg) no-repeat center/cover;
  background-attachment: fixed !important;
  color: #fff;
}

.indexBox .indexBody .serviceProcessBox .serviceProcessHead {
  width: 100%;
  padding: 50px;
  text-align: center;
}

.indexBox .indexBody .serviceProcessBox .serviceProcessHead .title {
  font-size: 30px;
}

.indexBox .indexBody .serviceProcessBox .serviceProcessHead .describe {
  font-size: 16px;
  margin-top: 5px;
}

.indexBox .indexBody .serviceProcessBox .serviceProcessSwiper {
  width: 100%;
  max-width: 1200px;
  height: 370px;
}

.indexBox .indexBody .serviceProcessBox .serviceProcessSwiper .swiper-slide {
  width: 260px;
  padding: 50px 20px;
  text-align: center;
  font-size: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.indexBox .indexBody .serviceProcessBox .serviceProcessSwiper .swiper-slide .num {
  font-size: 48px;
  color: #fff;
  opacity: 0.2;
  font-family: number;
}

.indexBox .indexBody .serviceProcessBox .serviceProcessSwiper .swiper-slide .title {
  font-size: 24px;
  color: #fff;
  margin-top: 12px;
}

.indexBox .indexBody .serviceProcessBox .serviceProcessSwiper .swiper-slide .detailBox li {
  font-size: 16px;
  line-height: 2.4;
  color: #fff;
  opacity: 0.8;
  margin-top: 5px;
}

.indexBox .indexBody .securityBox {
  width: 100%;
  height: 180px;
  background-color: #EAF4FE;
  background-image: url(../images/index/securityBg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 0 30px;
  padding-top: 36px;
  position: relative;
}

.indexBox .indexBody .securityBox .detailBox {
  max-width: 1200px;
  margin: auto;
}

.indexBox .indexBody .securityBox .detailBox .title {
  font-size: 24px;
  font-weight: 500;
  color: #222222;
}

.indexBox .indexBody .securityBox .detailBox .describe {
  font-size: 14px;
  font-weight: 400;
  color: #495770;
  line-height: 14px;
  margin-top: 20px;
}

.indexBox .indexBody .securityBox .detailBox .btnBox {
  width: 108px;
  height: 36px;
  background: #308DFF;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 20px;
  cursor: pointer;
}

.indexBox .indexBody .advantageBox {
  padding: 0 30px;
}

.indexBox .indexBody .advantageBox .advantageUl {
  max-width: 1200px;
  margin: 40px auto;
}

.indexBox .indexBody .advantageBox .advantageUl li {
  margin-bottom: 20px;
  min-width: 210px;
}

.indexBox .indexBody .advantageBox .advantageUl li .img {
  width: 40px;
  height: 40px;
}

.indexBox .indexBody .advantageBox .advantageUl li .detail {
  margin-left: 20px;
}

.indexBox .indexBody .advantageBox .advantageUl li .detail .title {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}

.indexBox .indexBody .advantageBox .advantageUl li .detail .describe {
  font-size: 14px;
  font-weight: 400;
  color: #495770;
  line-height: 21px;
  margin-top: 10px;
}

.indexBox .indexBody .caseListBox {
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 50px;
}

.indexBox .indexBody .caseListBox ul li {
  margin-bottom: 50px;
}

.indexBox .indexBody .caseListBox ul li .caseLeft {
  width: 60%;
  overflow: hidden;
}

.indexBox .indexBody .caseListBox ul li .caseLeft img {
  width: 100%;
  border-radius: 8px;
}

.indexBox .indexBody .caseListBox ul li .caseRight {
  width: 40%;
  overflow: hidden;
  padding: 0 30px;
  box-sizing: border-box;
}

.indexBox .indexBody .caseListBox ul li .caseRight .title {
  margin-top: 20px;
  text-align: center;
  font-size: 22px;
}

.indexBox .indexBody .caseListBox ul li .caseRight .detail {
  margin: 10px 0;
  font-size: 16px;
  line-height: 24px;
}

.indexBox .indexBody .caseListBox ul li .caseRight .detail div {
  margin-bottom: 20px;
}

.indexBox .indexBody .caseListBox ul li .caseRight .moreDetail {
  width: 100%;
  margin: 0 auto;
}

.indexBox .indexBody .caseListBox ul li .caseRight .moreDetail a {
  width: 120px;
  margin: 10px auto;
  border-radius: 5px;
  border: 1px solid #036eb8;
  padding: 10px 20px;
  display: inline-block;
}

.indexBox .indexBody .caseListBox ul li .caseRight .moreDetail a:hover {
  background: #036eb8;
  color: #fff;
}

.indexBox .indexBody .caseShowBox {
  width: 100%;
  background: #F6F7FA;
  padding: 0 30px;
  padding-bottom: 50px;
}

.indexBox .indexBody .caseShowBox .caseShowList {
  max-width: 1200px;
  margin: 0 auto;
}

.indexBox .indexBody .caseShowBox .caseShowList .titleBox {
  width: 100%;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 10px;
}

.indexBox .indexBody .caseShowBox .caseShowList .titleBox .title {
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  position: relative;
}

.indexBox .indexBody .caseShowBox .caseShowList .titleBox .title::before {
  content: "";
  width: 35px;
  height: 4px;
  background: #333;
  position: absolute;
  top: 22px;
  left: -50px;
}

.indexBox .indexBody .caseShowBox .caseShowList .titleBox .title::after {
  content: "";
  width: 35px;
  height: 4px;
  background: #333;
  position: absolute;
  top: 22px;
  margin-left: 16px;
}

.indexBox .indexBody .caseShowBox .caseShowList .listBox {
  width: 100%;
}

.indexBox .indexBody .caseShowBox .caseShowList .listBox .liBox {
  width: calc(33.3333333333% - 48px);
  background: #fff;
  border-radius: 2px;
  margin-right: 16px;
  margin-top: 16px;
  border: 1px solid #fff;
  padding: 0 16px;
  box-shadow: 0px 3px 15px 0px rgba(222, 235, 250, 0.51);
  transition: all 0.5s;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.indexBox .indexBody .caseShowBox .caseShowList .listBox .liBox .videoHoverBg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  opacity: 0;
}

.indexBox .indexBody .caseShowBox .caseShowList .listBox .liBox .videoHoverBg.videoHoverBgShow {
  opacity: 1;
  -webkit-animation: opacityShow 0.5s 1 linear;
  animation: opacityShow 0.5s 1 linear;
}

.indexBox .indexBody .caseShowBox .caseShowList .listBox .liBox .videoHoverBg.videoHoverBgHide {
  opacity: 0;
  -webkit-animation: opacityHide 0.5s 1 linear;
  animation: opacityHide 0.5s 1 linear;
}

.indexBox .indexBody .caseShowBox .caseShowList .listBox .liBox .videoHoverBg .iconBox {
  font-size: 50px;
  margin-top: 60px;
}

.indexBox .indexBody .caseShowBox .caseShowList .listBox .liBox:nth-child(3n) {
  margin-right: 0;
}

.indexBox .indexBody .caseShowBox .caseShowList .listBox .liBox:hover {
  border: 1px solid #97C6FF;
  box-shadow: 0px 3px 15px 0px rgba(215, 229, 246, 0.88);
}

.indexBox .indexBody .caseShowBox .caseShowList .listBox .liBox:hover .videoHoverBg {
  opacity: 1;
  -webkit-animation: opacityShow 0.5s 1 linear;
  animation: opacityShow 0.5s 1 linear;
}

.indexBox .indexBody .caseShowBox .caseShowList .listBox .liBox .topBox {
  width: 100%;
  margin-top: 16px;
}

.indexBox .indexBody .caseShowBox .caseShowList .listBox .liBox .topBox .topImg {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #E1E6F0;
  flex-shrink: 0;
}

.indexBox .indexBody .caseShowBox .caseShowList .listBox .liBox .topBox .nameBox {
  width: calc(100% - 64px - 16px);
  padding-left: 20px;
}

.indexBox .indexBody .caseShowBox .caseShowList .listBox .liBox .topBox .nameBox .name {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}

.indexBox .indexBody .caseShowBox .caseShowList .listBox .liBox .topBox .nameBox .describe {
  font-size: 12px;
  font-weight: 400;
  color: #495770;
  margin-top: 8px;
}

.indexBox .indexBody .caseShowBox .caseShowList .listBox .liBox .bottomBox {
  width: 100%;
  height: 200px;
  border-radius: 2px;
  border: 1px solid #F0F1F2;
  overflow: hidden;
  margin: 16px auto;
}

.indexBox .indexBody .caseShowBox .caseShowList .listBox .liBox .bottomBox .bottomImg {
  width: 100%;
  height: 100%;
  display: block;
}

.indexBox .indexBody .onlineExperienceBox {
  width: 100%;
  height: 100vh;
  padding-top: 56px;
}

.indexBox .indexBody .onlineExperienceBox iframe {
  width: 100%;
  height: 100vh;
}

.indexBox .indexBody .aboutBox {
  width: 80%;
  margin: 50px auto;
  overflow: hidden;
}

.indexBox .indexBody .aboutBox .title {
  width: 40%;
  overflow: hidden;
}

.indexBox .indexBody .aboutBox .title img {
  width: 180px;
  margin: 0 auto;
}

.indexBox .indexBody .aboutBox .detail {
  width: 60%;
  overflow: hidden;
}

.indexBox .indexBody .aboutBox .detail div {
  width: 80%;
  margin: 30px auto;
}

.indexBox .indexBody .moreProfileBox {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.indexBox .indexBody .moreProfileBox img {
  width: 100%;
  overflow: hidden;
}

.indexBox .indexBody .moreProfileBox .detail {
  width: 640px;
  max-width: 100%;
  margin: 80px auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.indexBox .indexBody .softwareCustomizedBox {
  width: 100%;
  padding-top: 100px;
  box-sizing: border-box;
}
.indexBox .indexBody .softwareCustomizedBox .softwareCustomizedHead {
  max-width: 1200px;
  margin: 0 auto;
}
.indexBox .indexBody .softwareCustomizedBox .softwareCustomizedHead .headItem {
  width: 100%;
  word-break: break-all;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #888;
}
.indexBox .indexBody .softwareCustomizedBox .softwareCustomizedBody {
  width: 100%;
  padding-bottom: 30px;
}
.indexBox .indexBody .softwareCustomizedBox .softwareCustomizedBody .softwareCustomizedList {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  box-sizing: border-box;
}
.indexBox .indexBody .softwareCustomizedBox .softwareCustomizedBody .softwareCustomizedList .softwareCustomizedItem {
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.indexBox .indexBody .softwareCustomizedBox .softwareCustomizedBody .softwareCustomizedList .softwareCustomizedItem:nth-child(even) {
  padding-left: 20px;
}
.indexBox .indexBody .softwareCustomizedBox .softwareCustomizedBody .softwareCustomizedList .softwareCustomizedItem:nth-child(odd) {
  padding-right: 20px;
}
.indexBox .indexBody .softwareCustomizedBox .softwareCustomizedBody .softwareCustomizedList .softwareCustomizedItem:nth-child(1) .itemBox {
  background: #ADADAD;
}
.indexBox .indexBody .softwareCustomizedBox .softwareCustomizedBody .softwareCustomizedList .softwareCustomizedItem:nth-child(2) .itemBox {
  background: #8585AD;
}
.indexBox .indexBody .softwareCustomizedBox .softwareCustomizedBody .softwareCustomizedList .softwareCustomizedItem:nth-child(3) .itemBox {
  background: #FF8585;
}
.indexBox .indexBody .softwareCustomizedBox .softwareCustomizedBody .softwareCustomizedList .softwareCustomizedItem:nth-child(4) .itemBox {
  background: #5CADD6;
}
.indexBox .indexBody .softwareCustomizedBox .softwareCustomizedBody .softwareCustomizedList .softwareCustomizedItem:nth-child(5) .itemBox {
  background: #33AD85;
}
.indexBox .indexBody .softwareCustomizedBox .softwareCustomizedBody .softwareCustomizedList .softwareCustomizedItem:nth-child(6) .itemBox {
  background: #D68533;
}
.indexBox .indexBody .softwareCustomizedBox .softwareCustomizedBody .softwareCustomizedList .softwareCustomizedItem .itemBox {
  width: 100%;
  color: #fff;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
}
.indexBox .indexBody .softwareCustomizedBox .softwareCustomizedBody .softwareCustomizedList .softwareCustomizedItem .itemBox .itemTitle {
  font-size: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
  box-sizing: border-box;
}
.indexBox .indexBody .softwareCustomizedBox .softwareCustomizedBody .softwareCustomizedList .softwareCustomizedItem .itemBox .itemDetail {
  width: 100%;
  min-height: 140px;
  font-size: 14px;
  line-height: 26px;
  padding-top: 20px;
  box-sizing: border-box;
}
.indexBox .indexBody .softwareCustomizedBox .softwareCustomizedBody .softwareCustomizedSwiper {
  width: 100%;
  height: 400px;
  padding: 30px 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: block;
}
.indexBox .indexBody .softwareCustomizedBox .softwareCustomizedBody .softwareCustomizedSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
}
.indexBox .indexBody .softwareCustomizedBox .softwareCustomizedBody .softwareCustomizedSwiper .swiper-slide.swiper-slide-active {
  transform: scale(0.92);
}
.indexBox .indexBody .softwareCustomizedBox .softwareCustomizedBody .softwareCustomizedSwiper .swiper-slide .swiperImg {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.indexBox .indexBody .softwareCustomizedBox .softwareCustomizedBody .softwareCustomizedSwiper .swiper-slide-active,
.indexBox .indexBody .softwareCustomizedBox .softwareCustomizedBody .softwareCustomizedSwiper .swiper-slide-duplicate-active {
  transform: scale(1);
}
.indexBox .indexBody .softwareCustomizedBox .softwareCustomizedBody .softwareCustomizedMinSwiper {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  display: none;
}
.indexBox .indexBody .softwareCustomizedBox .softwareCustomizedBody .softwareCustomizedMinSwiper .swiperImg {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.indexBox .indexBody .visualizationCaseBox {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.indexBox .indexBody .visualizationCaseBox .visualizationCaseList {
  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
}
.indexBox .indexBody .visualizationCaseBox .visualizationCaseList .visualizationCaseItem {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  overflow: hidden;
}
.indexBox .indexBody .visualizationCaseBox .visualizationCaseList .visualizationCaseItem .itemDetailBox {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}
.indexBox .indexBody .visualizationCaseBox .visualizationCaseList .visualizationCaseItem .itemDetailBox .titleBox {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.indexBox .indexBody .visualizationCaseBox .visualizationCaseList .visualizationCaseItem .itemDetailBox .detailBox {
  width: 100%;
  word-break: break-all;
  text-indent: 2em;
  line-height: 24px;
}
.indexBox .indexBody .visualizationCaseBox .visualizationCaseList .visualizationCaseItem .itemImgBox {
  width: 50%;
}
.indexBox .indexBody .visualizationCaseBox .visualizationCaseList .visualizationCaseItem .itemImgBox .caseImg {
  width: 100%;
}

.indexBox .fullScreenPopupBox {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  display: none;
}

.indexBox .fullScreenPopupBox .fullScreenPopupBg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.indexBox .fullScreenPopupBox .fullScreenPopupBody {
  min-width: 70%;
  min-height: 100px;
  max-width: 90%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #e5f8ff;
  background: rgba(8, 20, 38, 0.8);
  border: 1px solid #00e6ff;
  border-radius: 5px;
}

.indexBox .fullScreenPopupBox .fullScreenPopupBody .casePopupBox {
  width: 100%;
  padding: 20px;
}

.indexBox .fullScreenPopupBox .fullScreenPopupBody .casePopupBox .caseHead {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.indexBox .fullScreenPopupBox .fullScreenPopupBody .casePopupBox .caseHead .caseTitle {
  font-size: 18px;
}

.indexBox .fullScreenPopupBox .fullScreenPopupBody .casePopupBox .caseHead .fullVideoBox {
  cursor: pointer;
}

.indexBox .fullScreenPopupBox .fullScreenPopupBody .casePopupBox .caseHead .closeBox {
  font-size: 20px;
  cursor: pointer;
  margin-left: 10px;
}

.indexBox .fullScreenPopupBox .fullScreenPopupBody .casePopupBox .caseBody .videoBox {
  width: 100%;
}

.indexBox .indexFoot {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
  padding-bottom: 20px;
  color: #ddd;
  background: #272727;
  font-size: 14px;
}

.indexBox .indexFoot .footHead {
  width: 100%;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

.indexBox .indexFoot .footBody {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px;
}

.indexBox .indexFoot .footBody .listBox .itemBox {
  margin-bottom: 10px;
}

.indexBox .indexFoot .footBody .listBox .itemBox .name {
  padding-left: 10px;
}

.indexBox .indexFoot .footFoot {
  width: 100%;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 50px;
}

.indexBox .indexFoot .footFoot a:hover {
  color: #308DFF;
}

.indexBox .domainModalBox {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
  display: none;
}

.indexBox .domainModalBox .domainModalBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.indexBox .domainModalBox .domainModalBody {
  width: 70%;
  min-width: 260px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
}

.indexBox .domainModalBox .domainModalBody .domainModalClose {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
}

.indexBox .domainModalBox .domainModalBody .titleBox {
  width: 100%;
  padding: 30px;
  padding-bottom: 20px;
}

.indexBox .domainModalBox .domainModalBody .titleBox .logoImg {
  width: 50px;
  height: 50px;
}

.indexBox .domainModalBox .domainModalBody .titleBox .title {
  font-size: 20px;
  font-weight: bold;
  color: #29abe2;
  padding-left: 20px;
}

.indexBox .domainModalBox .domainModalBody .detailBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 30px;
  padding-bottom: 150px;
}

.indexBox .domainModalBox .domainModalBody .detailBox .profile {
  width: 100%;
  word-break: break-all;
  line-height: 24px;
  text-indent: 2em;
}

.indexBox .domainModalBox .domainModalBody .detailBox .menuBox {
  width: 100%;
  padding-top: 30px;
}

.indexBox .domainModalBox .domainModalBody .detailBox .menuBox .menuHead {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.indexBox .domainModalBox .domainModalBody .detailBox .menuBox .menuBody li {
  padding: 10px 0;
}

.indexBox .domainModalBox .domainModalBody .detailBox .menuBox .menuBody li .value {
  padding-left: 10px;
}

.indexBox .domainModalBox .domainModalBody .detailBox .menuBox .menuBody li a {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.indexBox .domainModalBox .domainModalBody .detailBox .menuBox .menuBody li a.active {
  color: #29abe2;
}

/* 回到顶部 */
.w3l-medpill-footer #movetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 1999;
  font-size: 18px;
  border: none;
  outline: 0;
  cursor: pointer;
  color: #fff;
  width: 36px;
  height: 36px;
  background: #2651DA;
  padding: 0;
  line-height: 36px;
  border-radius: 4px;
  transition: 0.3s ease-out;
}

.w3l-medpill-footer #movetop:hover {
  border: 1px solid #2651DA;
  color: #2651DA;
  background: var(--text-hover-color);
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  transition: 0.3s ease-out;
}

@keyframes borderLeftToRight {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
@keyframes rightPopupOut {
  0% {
    right: 300px;
  }
  100% {
    right: 0;
  }
}
@keyframes rightPopupIn {
  0% {
    right: -300px;
  }
  100% {
    right: 0;
  }
}
@keyframes opacityShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacityHide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media screen and (min-width: 851px) {
  .domainModalBox {
    display: none !important;
  }
}
@media screen and (max-width: 850px) {
  .indexBox .indexHead:hover {
    color: #fff;
  }

  .indexBox .indexHead:hover .headRightBox .navBox li.active .liItem, .indexBox .indexHead:hover .headRightBox .navBox li.hover .liItem {
    color: #fff;
  }

  .indexBox .indexHead:hover .headRightBox .navBox li.active .liItem::after, .indexBox .indexHead:hover .headRightBox .navBox li.hover .liItem::after {
    background: none;
    -webkit-animation: borderLeftToRight 0.5s 1 linear;
    animation: borderLeftToRight 0.5s 1 linear;
  }

  .indexBox .indexHead:hover .headRightBox .navBox li .liItem {
    color: #333;
  }

  .indexBox .indexHead .headLeftBox {
    width: auto;
  }

  .indexBox .indexHead .headRightBox .navBox {
    display: none;
  }

  .indexBox .indexHead .headRightBox .screenModal {
    display: inline-block;
  }

  .indexBox .indexHead .headRightBox .hamburger1 {
    display: inline-block;
  }

  .indexBox .indexNeck .indexSwiper {
    height: 400px;
  }

  .indexBox .indexNeck .indexSwiper .swiperItem .bannerBox {
    padding-bottom: 0;
  }

  .indexBox .indexNeck .indexSwiper .swiperItem .bannerBox .partnerBox {
    width: 420px;
  }

  .indexBox .indexNeck .indexSwiper .swiperItem .bannerBox .partnerBox li {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 100px;
  }

  .indexBox .indexNeck .indexSwiper .swiperItem .bannerBox .title {
    font-size: 20px;
  }

  .indexBox .indexNeck .indexSwiper .swiperItem .bannerBox .describe {
    font-size: 14px;
  }

  .indexBox .indexBody .coreServiceBox .coreServiceHead {
    padding: 20px;
  }

  .indexBox .indexBody .coreServiceBox .coreServiceBody .itit-core-content {
    width: 280px;
  }

  .indexBox .indexBody .coreServiceBox .coreServiceBody .core-content-item {
    display: none;
  }

  .indexBox .indexBody .caseListBox ul li {
    display: block;
  }

  .indexBox .indexBody .caseListBox ul li .caseLeft {
    width: 100%;
  }

  .indexBox .indexBody .caseListBox ul li .caseRight {
    width: 100%;
    padding: 0;
  }

  .indexBox .indexBody .caseShowBox .caseShowList .listBox li {
    width: calc(50% - 52px);
  }

  .indexBox .indexBody .caseShowBox .caseShowList .listBox li:nth-child(2n) {
    margin-right: 0;
    margin-left: 16px;
  }

  .indexBox .indexBody .caseShowBox .caseShowList .listBox li:nth-child(3n) {
    margin-right: 16px;
  }

  .indexBox .indexBody .caseShowBox {
    padding: 0 20px;
  }

  .indexBox .indexBody .caseSearchBox .caseSearchClose {
    display: none;
  }

  .indexBox .indexBody .caseSearchBox .searchBox {
    padding: 5px 20px;
  }

  .indexBox .indexBody .caseShowBox .caseShowList .titleBox {
    padding-top: 20px;
  }

  .indexBox .indexBody .aboutBox {
    width: 100%;
    display: block;
  }

  .indexBox .indexBody .aboutBox .title {
    width: 100%;
  }

  .indexBox .indexBody .aboutBox .detail {
    width: 100%;
  }

  .indexBox .indexBody .softwareCustomizedBox {
    padding: 20px 0;
  }
  .indexBox .indexBody .softwareCustomizedBox .softwareCustomizedHead {
    padding: 0 20px;
  }
  .indexBox .indexBody .softwareCustomizedBox .softwareCustomizedBody {
    padding-bottom: 0;
  }
  .indexBox .indexBody .softwareCustomizedBox .softwareCustomizedBody .softwareCustomizedList {
    padding: 0 20px;
  }
  .indexBox .indexBody .softwareCustomizedBox .softwareCustomizedBody .softwareCustomizedSwiper {
    display: none;
  }
  .indexBox .indexBody .softwareCustomizedBox .softwareCustomizedBody .softwareCustomizedMinSwiper {
    display: block;
  }

  .indexBox .indexBody .softwareCustomizedBox .softwareCustomizedBody .softwareCustomizedList .softwareCustomizedItem {
    width: 100%;
    padding: 0 !important;
  }

  .indexBox .indexBody .visualizationCaseBox .visualizationCaseList .visualizationCaseItem {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .indexBox .indexBody .visualizationCaseBox .visualizationCaseList .visualizationCaseItem .itemDetailBox {
    width: 100%;
  }

  .indexBox .indexBody .visualizationCaseBox .visualizationCaseList .visualizationCaseItem .itemImgBox {
    width: 100%;
  }

  .imgAmplifyPopUpBox .imgAmplifyPopUp {
    width: 90%;
  }
}
@media screen and (max-width: 650px) {
  .indexBody .coreServiceBox .coreServiceBody .itit-core-content {
    width: 250px !important;
  }

  .indexBody .caseShowBox .caseShowList .listBox li {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 590px) {
  .indexBox .indexBody .coreServiceBox {
    overflow: hidden;
  }

  .indexBox .indexBody .coreServiceBox .coreServiceBody .itit-core-content {
    width: 90vw !important;
  }

  .indexBox .indexBody .coreServiceBox .coreServiceBody .itit-core-box {
    padding-left: 20px;
  }

  .indexBox .indexBody .coreServiceBox .coreServiceBody .core-content-item {
    display: flex !important;
  }
}
@media screen and (max-width: 450px) {
  .indexBox .indexNeck .indexSwiper {
    height: 400px;
  }

  .indexBox .indexNeck .indexSwiper .swiperItem .bannerBox {
    padding-bottom: 0;
  }

  .indexBox .indexNeck .indexSwiper .swiperItem .bannerBox .partnerBox {
    width: 420px;
  }

  .indexBox .indexNeck .indexSwiper .swiperItem .bannerBox .partnerBox li {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .indexBox .indexNeck .indexSwiper .swiperItem .bannerBox .title {
    font-size: 14px;
  }

  .indexBox .indexNeck .indexSwiper .swiperItem .bannerBox .describe {
    font-size: 12px;
  }
}
.customerBox {
  /*商务通跳窗*/
  /*在线咨询*/
}

.customerBox .guanggao-dbbox {
  display: none;
  width: 270px;
  background-color: #fff;
  position: fixed;
  z-index: 99999;
  bottom: 30px;
  left: 30px;
  border-radius: 5px;
  overflow: hidden;
}

.customerBox .changedw {
  left: 50%;
  bottom: 50% !important;
  z-index: 99999;
  margin-left: -120px;
  margin-bottom: -160px;
}

.customerBox #nb-show, .customerBox #nb-gb {
  display: none;
}

.customerBox .nb-nodeboard-top {
  background: #6696FF;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 15px;
}

.customerBox .nb-nodeboard-bottom {
  padding: 0 5px;
  padding-bottom: 30px;
}

.customerBox .nb-nodeboard-top .fl {
  margin-left: 12px;
}

.customerBox .nb-nodeboard-top .fr img {
  vertical-align: middle;
}

.customerBox .nb-nodeboard-text {
  zoom: 1;
  padding: 12px 0;
  line-height: 1.5;
  border-bottom: 1px solid #d5d5d5;
  font-size: 14px;
}

.customerBox .nb-nodeboard-company {
  padding-bottom: 10px;
}

.customerBox .nb-nodeboard-link {
  color: #999;
  font-size: 12px;
}

.customerBox .nb-nodeboard-text p {
  padding-left: 10px;
}

.customerBox #nb_nodeboard_form {
  width: 94%;
  margin: 0 auto;
  display: block;
}

.customerBox #nb-nodeboard-set-content-js {
  width: 100%;
  height: 79px;
  margin: 10px auto 0px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
  resize: none;
  overflow: hidden;
  border: 1px solid #d5d5d5;
  background-color: #fff;
  text-align: left;
  font-size: 12px;
}

.customerBox .nb-nodeboard-tips, .customerBox .nb-nodeboardphone-tips {
  display: none;
  color: #f00;
  font-size: 12px;
}

.customerBox .nb-nodeboard-inputbox {
  height: 36px;
  width: 100%;
  line-height: 34px;
  margin: 7px auto 0;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.customerBox .nb-nodeboard-inputbox input {
  width: 180px;
  height: 36px;
  line-height: 36px;
  border: none;
  font-size: 12px;
  position: relative;
  bottom: 2px;
}

.customerBox .nb-nodeboard-inputbox .iconBox {
  padding: 0 6px;
  color: #d5d5d5;
}

.customerBox .nb-nodeboard-icon {
  width: 24px;
  height: 28px;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  vertical-align: top;
  border-right: 1px solid #fff;
}

.customerBox .nb-nodeboard-send-btn {
  height: 35px;
  width: 60%;
  margin: 0 auto;
  line-height: 35px;
  text-align: center;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  background-color: #6696FF;
  margin-top: 22px;
}

.customerBox .nb-dingwei {
  display: none;
}

.customerBox .nb-dingwei .container {
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -81px;
  width: 400px;
  height: 162px;
  background: url("../images/customerServiceBg.png");
}

.customerBox .nb-fd-close {
  position: absolute;
  right: 10px;
  bottom: 105px;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}

.customerBox .nb-fd-close:hover {
  cursor: pointer;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.customerBox .nb-fd-content {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  width: 222px;
  height: 108px;
}

.customerBox .nb-fd-content p {
  color: #fff;
  font-size: 16px;
}

.customerBox .anniubox {
  margin-top: 15px;
}

.customerBox .anniubox span {
  border: #fff solid 1px;
  color: #fff;
  height: 34px;
  line-height: 34px;
  width: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
}

.customerBox .anniubox .nb-dk {
  margin-left: 10px;
  background-color: #fff;
  color: #329fd7;
  cursor: pointer;
}

.customerBox .anniubox .nb-sh {
  cursor: pointer;
}

.customerBox .nb-online-box {
  position: fixed;
  right: 0px;
  bottom: 10%;
  z-index: 999999;
  background-color: #00AEF3;
  width: 144px;
  border-radius: 6px;
  text-align: center;
  padding: 8px 0;
  cursor: pointer;
}

.customerBox .nb-online-box h2 {
  font-size: 20px;
  color: #fff;
  text-shadow: 1px 1px 1px #666;
}

.customerBox .nb-online-box p {
  color: #fff;
  font-size: 12px;
  text-shadow: 1px 1px 1px #666;
}

.imgAmplifyPopUpBox {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  width: 100%;
  height: 100vh;
  display: none;
}
.imgAmplifyPopUpBox .imgAmplifyPopUp {
  max-width: 100%;
  min-width: 65%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid #fff;
}
.imgAmplifyPopUpBox .imgAmplifyPopUp .bigImg {
  width: 100%;
  text-align: center;
}

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

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