* {
  padding: 0;
  margin: 0;
  list-style: none;

  font-family: 'PingFang SC';
}

a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #af2d2f;
}

.header {
  min-width: 1440px;
  margin: 0 auto;
  background: url(../images/header.png) center 0 no-repeat;
}
.headbox {
  line-height: 86px;
  border-bottom: 1px solid #eaebf0;
  width: 100%;
  min-width: 1200px;
  background-color: #f6fbfe;
}
.head {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.logo a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.nav ul {
  display: flex;
  align-items: center;
}
.nav ul li {
  margin-left: 25px;
}
.nav ul li a {
  font-size: 15px;
  color: #2e343f;
  padding: 4px 21px;
  line-height: 22px;
}
.nav ul li a.cur,
.nav ul li a:hover,
.header-level .nav ul li a:hover,
.header-level .nav ul li a.cur {
  background-color: #437ef7;
  color: #fff;
  border-radius: 22px;
}
.star {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.star img {
  margin: 0 2px;
}
.banner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  padding: 97px 0 54px;
  margin-bottom: 60px;
}
.banner h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 52px;
  line-height: 70px;

  /* letter-spacing: -0.01em; */
  width: 500px;
  margin: 0 auto;
}
.banner p {
  width: 450px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 26px;
  padding: 36px 0;
}
.start {
  display: flex;
  justify-content: center;
}
.start a {
  background: #437ef7;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.04);
  border-radius: 6px;
  display: block;
  width: 96px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  color: #fff;
}
.start a:last-child {
  background-color: #fff;
  color: #000;
  margin-left: 16px;
}
.layout {
  min-width: 1440px;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
.title {
  text-align: center;
  margin-bottom: 70px;
}
.title h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #272d37;
  margin-bottom: 15px;
}

.title p {
  letter-spacing: -0.1px;

  color: #232323;
  font-size: 16px;
  line-height: 24px;
}
.lifebox {
  margin-bottom: 80px;
}
.lifebox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lifebox ul li {
  width: 272px;
  height: 280px;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
}
.lifebox ul li h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.1px;
  color: #5f6d7e;
  height: 96px;
  margin-bottom: 10px;
}
.lifebox ul li img {
  margin-bottom: 24px;
}
.lifebox ul li h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  /* letter-spacing: -0.01em; */
  color: #272d37;
  margin-bottom: 16px;
}
.lifebox ul li p a {
  color: #6bb1ff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}
.lifebox ul li p a img {
  margin-bottom: 0;
  margin-left: 10px;
}

.manage {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.manageleft {
  display: flex;
  justify-content: center;
  align-items: center;
}
.manageright {
  width: 532px;
}

.manageright h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  /* letter-spacing: -0.01em; */
  color: #272d37;
  margin-bottom: 34px;
  height: 84px;
}
.manageright ul li {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: #272d37;
}
.more {
  margin-bottom: 80px;
}
.more a {
  width: 122px;
  height: 43px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: #fff;
  background-color: #437ef7;
  color: #fff;
  line-height: 43px;
  margin: 0 auto;
}

.titles {
  text-align: center;
  margin-bottom: 70px;
}
.titles h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #232323;

  margin-bottom: 15px;
}

.titles p {
  letter-spacing: -0.1px;

  color: #232323;
  font-size: 16px;
  line-height: 24px;
}
.device {
  margin-bottom: 80px;
}
.device ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.device ul li {
  width: 384px;
  height: 206px;
  padding: 30px 32px;
  box-sizing: border-box;
  background: #3971e7;
  border-radius: 5px;
  margin-bottom: 25px;
}
.device-menu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.device-menu span {
  padding: 0 18px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 200px;
  display: block;
  font-weight: 600;
  color: #fff;
  font-size: 15px;
}
.device ul li h3 {
  font-size: 22px;
  line-height: 30px;
  /* letter-spacing: -0.01em; */
  color: #ffffff;
  margin-bottom: 8px;
}
.device ul li p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: #ffffff;
}
.sever {
  margin-bottom: 80px;
  text-align: center;
}
.brand ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1218px;
  margin: 0 auto;
}
.brand ul li {
  margin-bottom: 20px;
}
.knowlage {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.knowleft {
  width: 588px;
}
.knowleft h3 {
  padding: 24px 0 16px;
}
.knowleft p {
  color: #272d37;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  margin-bottom: 10px;
  color: #5f6d7e;
  height: 120px;
  overflow: hidden;
}
.knowleft h4 {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.1px;
  margin-bottom: 20px;
  color: #5f6d7e;
  font-weight: normal;
}
.knowright {
  width: 588px;
}
.knowright ul li {
  display: flex;
  justify-content: space-between;
}
.knowright ul li img {
  width: 188px;
  height: 142px;
}
.knowtext {
  width: 376px;
}
.knowtext h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}
.knowtext h3 a {
  color: #272d37;
}
.knowtext p {
  color: #272d37;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  margin-bottom: 20px;
  color: #5f6d7e;
  height: 72px;
  overflow: hidden;
}
.knowtext h4 {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.1px;
  margin-bottom: 23px;
  color: #5f6d7e;
  font-weight: normal;
}

.aboutbox {
  padding: 86px 0;
  margin-bottom: 100px;
  background-color: #fafbfc;
}
.about {
  display: flex;
  justify-content: start;
}

.abouttext {
  width: 576px;
  margin-left: 88px;
}

.abouttext h3 {
  font-size: 32px;
  line-height: 42px;
  /* letter-spacing: -0.01em; */
  color: #272d37;
  margin-bottom: 23px;
}
.abouttext p {
  font-size: 16px;
  line-height: 24px;
  /* letter-spacing: -0.01em; */
  color: #272d37;
  margin-bottom: 35px;
}
.abouttext ul {
  margin-bottom: 39px;
}
.abouttext ul li {
  margin-bottom: 10px;
  line-height: 26px;
}
.abouttext ul li img {
  margin-right: 11px;
}

.moment a {
  width: 122px;
  height: 43px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: #fff;
  background-color: #437ef7;
  color: #fff;
  line-height: 43px;
  border-radius: 6px;
}

.message {
  background: #f8f9fb;
  width: 630px;
  margin: 0 auto;
  padding: 60px 32px 32px;
  margin-bottom: 50px;
}

.formground {
  background: #ffffff;
  border: 1px solid #dae0e6;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.04);
  border-radius: 6px;
  height: 46px;
  margin-bottom: 40px;
}
.formground input {
  background: #ffffff;
  height: 46px;
  width: 100%;
  line-height: 46px;
  text-indent: 10px;
  outline: none;
  color: #000000;
  border: none;
  border-radius: 6px;
}
.formsubmit {
  text-align: center;
}
.formsubmit input {
  background: #437ef7;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.04);
  border-radius: 6px;
  text-align: center;
  width: 66px;
  height: 46px;
  line-height: 46px;
  font-size: 15px;
  color: #fff;
  border: none;
  cursor: pointer;
}
.footer {
  width: 100%;
  min-width: 1440px;
  background-color: #151b28;
  padding: 64px 0;
}

.footmain {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.contact {
  width: 300px;
}

.link {
  width: 200px;
}
.link h3 {
  margin-bottom: 24px;
}
.link h3,
.contact h3 {
  display: flex;
  color: #fff;
  justify-content: space-between;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
.link p {
  color: #a5acba;
  margin-bottom: 12px;
  line-height: 24px;
  font-size: 16px;
}
.link p a {
  color: #a5acba;
  line-height: 24px;
}
.footlogo {
  width: 290px;
}
.footlogo p {
  color: #a5acba;
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 16px;
}

.footlogo img {
  margin-bottom: 20px;
}

.contact p {
  color: #a5acba;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 24px;
}

.footform {
  background: #2c3444;
  width: 300px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #2e3545;
  border-radius: 6px 0px 0px 6px;
}

.footform button {
  width: 66px;
  height: 46px;
  background: #437ef7;
  border-radius: 0px 6px 6px 0px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  border: none;
  outline: none;
}
.footform input {
  border: none;
  background: none;
  outline: none;
  width: 235px;
  text-indent: 10px;
}

.copyright {
  text-align: center;
  color: #a5acba;
  padding-top: 60px;
}

/**侧边栏*/

.sidebox {
  background-color: #fff;
  width: 72px;
  height: 221px;
  position: fixed;
  left: 10px;
  box-shadow: 0 0 10px #d4e2ff;
  top: 50%;
  margin-top: -110px;
}
.sidebox ul li {
  position: relative;
}
.sidebox ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 73px;
  font-size: 13px;
}

/* 维修 */
.header-level {
  min-width: 1440px;
  margin: 0 auto;
  background: #f6fbfe;
}

.header-level .nav ul li a {
  color: #2e343f;
}

.header-level .headbox {
  border-bottom: 1px solid #eaebf0;
}

.maintenance-banner {
  width: 1200px;
  margin: 0 auto 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.maintext {
  padding: 120px 0 90px;
}
.maintext h1 {
  color: #272d37;
  font-weight: 600;
  font-size: 52px;
  line-height: 60px;
  letter-spacing: -0.01em;
  color: #272d37;
  margin-bottom: 32px;
}

.maintext p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.1px;
  color: #272d37;
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}
.maintext p img {
  margin-right: 8px;
}

.maintext h3 {
  padding-top: 87px;
}
.maintext h3 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 46px;
  background: #fd2c32;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.04);
  border-radius: 6px;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
}

.maintenance-manage {
  margin-bottom: 170px;
}
.maintenance-manage img {
  width: 100%;
}
.level-title {
  background: url(../images/data-ico.png) 0 0 no-repeat;
  padding-left: 60px;
  line-height: 50px;
  height: 50px;
}
.dataimg {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

.level-title h3 {
  color: #272d37;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}

.pcbanner {
  margin-bottom: 80px;
}
.pcbanner .swiper-pagination-bullet {
  width: 19px;
  height: 4px;
  border-radius: 0;
}
.levelbox {
  padding: 0 20px;
}
.levelbox ul {
  padding: 0 50px 50px 60px;
}
.levelbox ul li {
  line-height: 36px;
  background: url(../images/desc.png) 0 center no-repeat;
  padding-left: 18px;
}

.mobilebox {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobilebox2 {
  padding: 0 40px;
}

.mobiletext .level-title {
  margin-bottom: 50px;
}
.textbox ul li {
  line-height: 36px;
  color: #272d37;
}
.mobiletext .textbox {
  padding-left: 50px;
}
.textbox ul li span {
  color: #437ef7;
}

.mobilemain {
  background: #f6fbfe;
  width: 100%;
  min-width: 1440px;
  padding: 55px 0 5px;
  margin-bottom: 80px;
}

.container {
  width: 1170px;
  margin: 0 auto;
}

.number {
  margin-bottom: 118px;
}
.number ul {
  display: flex;

  justify-content: space-between;
}
.numimg {
  margin-bottom: 12px;
}
.number ul li {
  text-align: center;
}
.number ul li p {
  line-height: 24px;
}
.lifetext {
  width: 565px;
  padding-left: 30px;
  box-sizing: border-box;
}
.lifetext ul li {
  line-height: 36px;
  background: url(../images/desc.png) 0 15px no-repeat;
  padding-left: 18px;
}

.life-title {
  background: url(../images/lifeicon.png) 0 0 no-repeat;
  padding-left: 60px;
  line-height: 50px;
  height: 50px;
  margin-bottom: 35px;
}

.life-title h3 {
  color: #272d37;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
}

.viewtext {
  padding: 58px;
  background-color: #fff;
  border-radius: 5px;
  filter: drop-shadow(0px 0px 50px rgba(67, 126, 247, 0.1));
  width: 400px;
  height: 522px;
  box-sizing: border-box;
}
.viewtext ul li {
  margin-bottom: 38px;
}
.viewtext ul li h3 {
  display: flex;
  color: #1890ff;
  align-items: center;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
}
.viewtext ul li h3 img {
  margin-right: 10px;
}
.viewtext ul li p {
  line-height: 24px;
  font-size: 14px;
  color: #4a4949;
  padding: 0 0 0 5px;
}
.viewbox {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}

.buildvaluebox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.buildvaluebox ul li {
  width: 520px;
  margin-bottom: 35px;
}
.buildvaluebox ul li h3 {
  line-height: 30px;
  color: #272d37;
  padding: 12px 0;
}
.buildvaluebox ul li p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: #5f6d7e;
}

.build-manage ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.build-manage ul li {
  background: url(../images/zcbg.png) center center no-repeat;
  box-sizing: border-box;
  width: 88px;
  height: 88px;
  padding: 20px 10px 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
}
.build-tab dl dt {
  width: 360px;
}
.build-tab dl dt ul li {
  border-radius: 10px;
  padding: 13px 18px;
}
.build-tab dl dt ul li h3 {
  line-height: 36px;
  font-size: 16px;
  height: 36px;
  padding-left: 30px;
}
.build-tab dl dt ul li.cur {
  box-shadow: 0px 0px 30px #e5ecfc;
}
.build-tab dl dt ul li.cur h3 {
  background: url(../images/commpenticon.png) -5px 5px no-repeat;
  font-weight: normal;
  font-size: 24px;
}
.build-tab dl dt ul li.cur .tab-tips {
  display: block;
}
.build-tab dl dt ul li h4 {
  color: #272d37;
  font-size: 14px;
  font-weight: normal;
  padding-left: 30px;
  margin-bottom: 8px;
}
.tab-tips {
  padding-left: 30px;
  display: none;
}
.tab-tips p {
  line-height: 24px;
  background: url(../images/desc.png) 0 center no-repeat;
  padding-left: 18px;
  font-size: 14px;
  color: #272d37;
}
.build-tab {
  margin-bottom: 150px;
}
.build-tab dl dd {
  width: 728px;
  padding-top: 15px;
}
.build-tab dl dd img {
  width: 728px;
  height: 407px;
}
.build-tab dl {
  display: flex;
  justify-content: space-between;
}
.positionbox {
  margin-bottom: 100px;
}
.positionbox ul {
  display: flex;
  justify-content: space-between;
}

.positionbox ul li {
  padding: 32px;
  color: #f9f9f9;
  background-color: #437ef7;
  width: 384px;
  height: 466px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 2px rgba(67, 123, 238, 0.5);
  border-radius: 5px;
}
.positionbox ul li a {
  width: 320px;
  height: 46px;
  background: #ffffff;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.04);
  border-radius: 6px;
  display: block;
  line-height: 46px;
  text-align: center;
  color: #437ef7;
  font-size: 15px;
  font-weight: 600;
}

.positionbox ul li h2 {
  line-height: 44px;
  font-size: 30px;
  margin-bottom: 16px;
}
.positionbox ul li h3 {
  font-weight: normal;
  line-height: 28px;
  font-size: 20px;
  margin-bottom: 8px;
}
.positionbox ul li h4 {
  font-weight: normal;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 24px;
  height: 48px;
  overflow: hidden;
  padding-bottom: 24px;
  border-bottom: 1px solid #f9f9f9;
}
.positionbox ul li p {
  display: flex;
  align-items: center;
  line-height: 24px;
  margin-bottom: 12px;
}
.positionbox ul li p:nth-child(7) {
  padding-bottom: 20px;
}
.positionbox ul li p img {
  margin-right: 12px;
}

.feather-title {
  background: url(../images/zcbg.png) center center no-repeat;
  box-sizing: border-box;
  width: 88px;
  height: 88px;

  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
}
.feather {
  position: relative;
  margin-bottom: 100px;
}
.feather::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #4981ff;
  top: 44px;
  position: absolute;
}
.feather ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 100;
  padding-left: 100px;
}
.feather ul li {
  width: 258px;
}

.feather ul li h3 {
  font-weight: 400;
  font-size: 22px;
  padding: 12px 0 12px 10px;
}

.feather ul li p {
  font-weight: 400;
  font-size: 16px;
  color: #5f6d7e;
  padding: 12px 0 12px 10px;
  line-height: 24px;
}

.videobox ul {
  display: flex;
  justify-content: space-between;
  width: 1050px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.videobox ul li {
  background-color: #f6fbfe;
  padding: 26px;
  border-radius: 20px;
}

.videobox ul li h3 {
  display: flex;
  align-items: center;
  color: #272d37;
  margin-bottom: 16px;
}
.videobox ul li h3 img {
  margin-right: 8px;
}

.videobox ul li p {
  line-height: 26px;
  background: url(../images/desc.png) 10px center no-repeat;
  padding-left: 25px;
}
.videobox ul li p:nth-child(3) {
  margin-bottom: 30px;
}

.header-about {
  background-color: #262626;
  min-width: 1440px;
}
.abouttips {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.abouttips li {
  width: 400px;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 12px;
}
.aboutmain {
  width: 952px;
  margin: 0 auto;
  color: #272d37;
  padding: 54px 0;
}
.about p {
  margin-bottom: 35px;
  line-height: 24px;
  font-size: 16px;
  color: #272d37;
}

.connact span {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #3a3947;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 18px;
}
.connact ol li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 28px;
}
.connact ol {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.map {
  margin-bottom: 65px;
}

.sidephone {
  width: 186px;
  height: 65px;
  background-color: #fff;
  border-radius: 6px;
  position: absolute;
  left: 83px;
  top: 0;
  box-sizing: border-box;
  padding: 0 13px;
  box-shadow: 0 0 10px #a5acba;
  transition: 0.4s;
  display: none;
}
.sidephone::after {
  content: '';
  display: block;
  border: 0;
  border-top: 6px solid transparent;

  border-bottom: 6px solid transparent;

  border-left: 6px solid #fff;
  position: absolute;
  left: -6px;
  top: 50%;
  margin-top: -3px;
}
.sidephone p {
  font-size: 14px;
  color: #767676;
  line-height: 36px;
}
.sidephone h4 {
  font-size: 16px;
  color: #007aff;
}
.sidebox ul li.sidephonebox:hover .sidephone {
  display: block;
}

.sidewx {
  width: 148px;
  height: 164px;
  background-color: #fff;
  border-radius: 6px;
  position: absolute;
  left: 83px;
  top: -49px;
  box-sizing: border-box;
  padding: 15px;
  box-shadow: 0 0 10px #a5acba;
  transition: 0.4s;
  display: none;
}
.sidewx::after {
  content: '';
  display: block;
  border: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  position: absolute;
  left: -6px;
  top: 50%;
  margin-top: -3px;
}
.sidewx p {
  line-height: 21px;
  font-size: 13px;
  text-align: center;
  color: #767676;
}

.sidewx>img{
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto;
}

.sidebox ul li.sidewxbox:hover .sidewx {
  display: block;
}

.winbg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(32, 32, 32, 0.3);
  z-index: 10000;
  display: none;
}

.wintry {
  position: fixed;
  width: 620px;
  height: 440px;
  padding: 30px 53px 17px 40px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  top: 46%;
  margin-left: -186px;
  left: 40%;
  margin-top: -197px;
  z-index: 100001;
  box-sizing: border-box;
  display: none;
}
.winclose {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: -50px;
  right: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.wintit {
  text-align: center;
  margin-bottom: 35px;
}
.wintit h3 {
  font-size: 18px;
  line-height: 36px;
  color: #272d37;
  font-weight: normal;
}
.wintit p {
  font-size: 12px;
  line-height: 36px;
  color: #767676;
  font-weight: normal;
}







.userbox ul li {
  margin-bottom: 17px;
  display: flex;
  justify-content: space-between;
}
.userbox ul li label {
  font-size: 13px;
  line-height: 36px;
  color: #767676;
  width: 75px;
  margin-right: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.userbox ul li label span {
  color: red;
  padding-right: 8px;
}

.userbox ul li input {
  width: 412px;
  height: 45px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  color: #000;
  text-indent: 10px;
}
.submitbox {
  text-align: center;
  padding-top: 25px;
}
.submitbox button {
  background: #437ef7;
  color: #fff;
  text-align: center;
  width: 265px;
  height: 34px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.04);
  border-radius: 2px;
  border: none;

  cursor: pointer;
}

.ermbox {
  padding: 10px 0;

}
.ermbox>img{
  width: 100px;
  height: 100px;
}

.knowmain {
  width: 1216px;
  margin: 0 auto;
}
.knowtit {
  line-height: 40px;
  font-size: 20px;
  color: #272d37;
  padding: 27px 0 38px;
}
.tagbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 73px;
}
.tagleft {
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
}
.tagleft b {
  color: #272d37;
}
.tagleft a {
  background-color: #f7f7f8;
  padding: 4px 12px;
  display: inline-block;
  margin-left: 16px;
  font-size: 14px;
}

.searchput {
  text-indent: 45px;
  width: 420px;
  border: 1px solid #e3dcdc;
  color: #e3dcdc;
  border-radius: 5px 0 0 5px;
  height: 44px;
  outline: none;
  float: left;
  background: url(../images/zoom.png) 20px center no-repeat;
}
.searchbut {
  height: 46px;
  line-height: 46px;
  text-align: center;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 66px;
  border: 1px solid #437ef7;
  background: #437ef7;
  float: left;
  border-radius: 0 5px 5px 0;
  color: #fff;
  font-size: 15px;
}
.knowlist ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.knowlist ul li {
  width: 384px;
  height: 494px;
  border: 1px solid #eaebf0;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 45px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.04);
  border-radius: 10px;
}
.knowdetail {
  padding: 0 32px;
}
.knowdetail h3 {
  padding: 24px 0 20px;
  line-height: 28px;
  font-weight: normal;
  font-size: 14px;
  color: #5f6d7e;
}
.knowdetail h3 span {
  width: 52px;
  height: 28px;
  display: inline-block;
  color: #437ef7;
  margin-right: 16px;
  font-size: 14px;
  background-color: #f5faff;
  text-align: center;
}

.knowdetail h2 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 16px;
}
.knowdetail p {
  color: #5f6d7e;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
.k-more a {
  color: #437ef7;
}

.kenowmorebox {
  padding: 0 0 40px;
}
.kenowmorebox a {
  width: 128px;
  height: 46px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: #fff;
  background-color: #437ef7;
  color: #fff;
  line-height: 46px;
  margin: 0 auto;

  border-radius: 6px;
}
.knowlist {
  margin-bottom: 50px;
}

.othertit {
  font-size: 32px;
  line-height: 40px;
  padding: 80px 0;
  text-align: center;
  font-weight: bold;
}
.detail {
  width: 840px;
  margin: 0 auto;
}
.detail h1 {
  text-align: center;
  font-size: 36px;
  line-height: 60px;
  font-weight: bold;
}
.times {
  text-align: center;
  line-height: 58px;
  color: #5f6d7e;
  margin-bottom: 30px;
}

.detailtext p {
  font-size: 16px;
  line-height: 24px;
  color: #5f6d7e;
}
.detailtext h3 {
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 10px;
}

.callmobile{
  color: #a5acba;
}