* {
  margin: 0;
  box-sizing: border-box;
  font-family: 'PingFang SC', 'Lantinghei SC', 'Microsoft YaHei', 'HanHei SC',
    'Helvetica Neue', 'Open Sans', Arial, 'Hiragino Sans GB',
    '微软雅黑, STHeiti', 'WenQuanYi Micro Hei', 'SimSun', 'sans-serif';
}
html,
body {
  height: 100%;
  background: url('../lib/image/bodyBg.png');
}
/* banner */
.computedBanner img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.phoneBanner {
  display: none;
}

/* 导航 */
.navBar {
  height: 64px;
  width: 100%;
  background: #1c3e5d;
}
.navBar .navContent {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  height: 64px;
}
.navBar .navContent div {
  cursor: pointer;
  flex: 1;
  text-align: center;
  line-height: 64px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.navBar .navContent div > a {
  color: white;
  text-decoration: none;
}
.navBar .navContent div:hover {
  background: #baecf9;
  color: #275d80;
}
.navBar .navContent div:hover > a {
  background: #baecf9;
  color: #275d80;
}
/* 内容标题 */
.contentTitle {
  width: auto;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.contentTitle > .chinese {
  font-size: 32px;
  font-weight: 600;
  color: #1c3e5d;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
}
.contentTitle > .chinese > .isText {
  z-index: 100;
  position: relative;
}
.contentTitle > .chinese > .theTtileBg {
  width: 100%;
  height: 15px;
  background: #b3dae3;
  position: absolute;
  bottom: 0;
}
.contentTitle > .english {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #6d7c89;
  letter-spacing: 1px;
}
/* 产品演示 */
.productShow {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.productShow img {
  width: 588px;
}
/* 内容一 */
.contentBoxOne {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0;
}
.contentBoxOne > .textBox {
  font-size: 16px;
  margin: 50px 0;
  text-align: center;
  color: #282828;
}
.contentBoxOne > .textBox > div {
  margin-top: 10px;
}
.contentBoxOne > .textBox > div:first-child {
  margin-top: 0;
}
.contentBoxOne .buttonBox {
  height: 52px;
  width: 347px;
  margin: 0 auto;
  line-height: 52px;
  font-size: 24px;
  background: #b3dae3;
  cursor: pointer;
  color: #2a4a67;
  font-weight: 500;
}
/* 内容二 */
.contentBoxTwo {
  text-align: center;
  background: #EF6627;
  /* padding: 80px 0;
  background: #b5dae3; */
}
.contentBoxTwo .phoneImg{
  display: none;
}
.contentBoxTwo .computeImg{
  /* width: 100%; */
}
.contentBoxTwo > div {
  width: 1200px;
  margin: 0 auto;
}
.contentBoxTwo .textBox {
  margin-top: 51px;
  margin-bottom: 56px;
}
.contentBoxTwo .textBox > .titleTwo {
  font-size: 26px;
  font-weight: 600;
  color: #1c3e5d;
}
.contentBoxTwo .textBox > .theWenZhang {
  font-size: 16px;
  font-weight: 400;
  color: #282828;
  margin: 10px 0 40px 0;
}
.contentBoxTwo .textBox > .theWenZhang2 {
  color: #282828;
  font-size: 16px;
  font-weight: 400;
}
.contentBoxTwo .textBox > .theWenZhang2 > span {
  font-size: 24px;
}
.thePhoneWenZhang2 {
  display: none;
}
.contentBoxTwo .buttonBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 347px;
  height: 52px;
  line-height: 52px;
  margin: 0 auto;
  font-size: 24px;
  background: white;
  cursor: pointer;
  color: #2a4a67;
  font-weight: 500;
}
.contentBoxTwo .buttonBox img {
  width: 24px;
}
/* 内容三 */
.contentBoxThree {
  margin: 0 auto;
  text-align: center;
  padding: 80px 0;
  padding-top: 0;
  background-image: url('../lib/image/theBg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0% 0%;
}
.contentBoxThree > div {
  width: 1200px;
  margin: 0 auto;
}
.contentBoxThree .titleTwo {
  margin-top: 50px;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #215073;
}
.contentBoxThree .textBox {
  font-weight: 400;
  font-size: 16px;
  margin: 40px 0;
  margin-bottom: 0;
  text-align: center;
  color: #347c9f;
}
/* 电脑 */
.contentBoxThree .textBox > div {
  margin-top: 10px;
}
.contentBoxThree .textBox .firstComputed {
  margin-top: 30px;
  margin-bottom: 30px;
}
.gifImg {
  width: 1066px;
  height: 600px;
  margin-top: 50px;
}
/* 内容四 内容五 */
.contentBoxFour {
  background: #b5dae3;
  padding: 80px 0;
}
.contentBoxFour > div {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.contentBoxFour .problemBox {
  width: 485px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 40px;
}
.contentBoxFour .problemBox .problemBoxBlue > div {
  font-weight: 600;
  color: #215073;
}
.contentBoxFour .problemBox .problemBoxBlue > div:first-child {
  font-size: 16px;
  margin-bottom: 18px;
}
.contentBoxFour .problemBox .problemBoxBlue > div:nth-child(2) {
  font-size: 18px;
  margin-bottom: 18px;
}
.contentBoxFour .problemBox .problemBoxBlue > div:last-child {
  font-size: 22px;
}
.contentBoxFour .problemBox > img {
  width: 72px;
  height: 112px;
}
/* 手机 */
.contentBoxFour .phoneSmallText {
  display: none;
}
.contentBoxFour .smallText {
  font-size: 16px;
  font-weight: 400;
  color: #155378;
  margin-top: 60px;
}
/* 手机 */
.contentBoxFour .phoneBorderText {
  display: none;
}
.contentBoxFour .borderText {
  border: 1px solid #1c5679;
  font-size: 16px;
  color: #155378;
  padding: 15px;
  margin: 50px 0;
}
.tuzi {
  font-size: 16px;
  color: #282828;
  margin-bottom: 50px;
}
.liangdian {
  font-size: 26px;
  font-weight: 600;
  color: #215073;
}
.contentBoxFour .functionBox {
  margin-top: 23px;
  display: flex;
}
.contentBoxFour .functionBox > div {
  font-size: 16px;
  font-weight: 400;
  color: #282828;
  text-align: left;
  flex: 1;
  height: 241px;
  border-left: 1px #215073 dotted;
  padding: 0 17px;
  line-height: 30px;
}
.contentBoxFour .functionBox > div:first-child {
  border: none;
}
.contentBoxFour .whiteBox {
  text-align: center;
  line-height: 55px;
  height: 55px;
  background: #ffffff;
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 400;
  color: #215073;
}
/* 内容六 内容七 */
.contentBoxSix {
  padding: 80px 0;
}
.contentBoxSix > div {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.contentBoxSix .problemBox {
  width: 485px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 40px;
}
.contentBoxSix .problemBox .problemBoxBlue > div {
  font-weight: 600;
  color: #215073;
}
.contentBoxSix .problemBox .problemBoxBlue > div:first-child {
  font-size: 16px;
  margin-bottom: 18px;
}
.contentBoxSix .problemBox .problemBoxBlue > div:nth-child(2) {
  font-size: 18px;
  margin-bottom: 18px;
}
.contentBoxSix .problemBox .problemBoxBlue > div:last-child {
  font-size: 22px;
}
.contentBoxSix .problemBox > img {
  width: 72px;
  height: 112px;
}
.contentBoxSix .smallText {
  font-size: 16px;
  font-weight: 400;
  color: #155378;
  margin-top: 60px;
}
.contentBoxSix .borderText {
  border: 1px solid #1c5679;
  font-size: 16px;
  color: #155378;
  padding: 15px;
  margin: 50px 0;
}
.tuzi {
  font-size: 16px;
  color: #282828;
  margin-bottom: 50px;
}
.liangdian {
  font-size: 26px;
  font-weight: 600;
  color: #215073 !important;
}
.contentBoxSix .functionBox {
  margin-top: 23px;
  display: flex;
}
.contentBoxSix .functionBox > div {
  font-size: 16px;
  font-weight: 400;
  color: #282828;
  text-align: left;
  flex: 1;
  height: 241px;
  border-left: 1px #215073 dotted;
  padding: 0 17px;
  line-height: 30px;
}
.contentBoxSix .functionBox > div:first-child {
  border: none;
}
.contentBoxSix .whiteBox {
  text-align: center;
  line-height: 55px;
  height: 55px;
  background: #b5dae3;
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 400;
  color: #215073;
}
/* 内容八 */
.contentBoxEight {
  padding: 80px 0;
  background: #b5dae3;
}
.contentBoxEight > div {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}
.topLeft {
  border-style: solid;
  border-width: 40px 40px 0px 0px;
  border-color: #b5dae3 transparent transparent transparent;
  width: 0px;
  height: 0px;
  position: absolute;
  left: 0;
  top: 0;
}
.bottomRight {
  border-style: solid;
  border-width: 0px 0px 40px 40px;
  border-color: transparent transparent #b5dae3 transparent;
  width: 0px;
  height: 0px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.contentBoxEight .isContent {
  display: flex;
  align-items: flex-end;
  margin-top: 70px;
}
.contentBoxEight .isContent > .smallBox {
  position: relative;
  width: 465px;
  height: 213px;
  background: white;
}
.smallBox > .textBox {
  width: 80%;
  margin: 0 auto;
}
.smallBox > .textBox > div:first-child {
  padding: 40px 0;
  padding-bottom: 10px;
  border-bottom: 1px #b5dae3 solid;
  font-size: 24px;
  color: #162e45;
  margin-bottom: 10px;
}
.smallBox > .textBox > div:last-child {
  line-height: 32px;
  font-size: 16px;
  color: #282828;
  text-align: left;
}
.contentBoxEight .isContent > .bigBox {
  position: relative;
  width: 476px;
  height: 240px;
  background: white;
  background: rgb(28, 62, 93);
  margin: 0 24px;
}
.bigBox > .textBoxBig {
  width: 80%;
  margin: 0 auto;
}
.bigBox > .textBoxBig > div:first-child {
  padding: 43px 0;
  padding-bottom: 15px;
  border-bottom: 1px #5d8095 solid;
  font-size: 24px;
  color: #aed5df;
  margin-bottom: 20px;
}
.bigBox > .textBoxBig > div:last-child {
  line-height: 32px;
  font-size: 16px;
  color: white;
  text-align: left;
}
/* 内容九 */
.contentBoxNine {
  padding: 80px 0;
  padding-bottom: 80px;
}
.contentBoxNine > div {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}
.qrBox {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.qrBox > div {
  padding: 50px 0;
  width: 570px;
  background: #b5dae3;
  box-sizing: border-box;
}
.qrBox > div > img {
  width: 283px;
  height: 283px;
  margin-top: 16px;
  margin-bottom: 13px;
}
.qrBox > div > div:first-child {
  font-size: 24px;
  color: #215073;
}
.qrBox > div > div:last-child {
  line-height: 30px;
  font-size: 16px;
  color: #155378;
}
/* 内容十 */
.contentBoxTen {
  background: #1c3e5d;
  text-align: center;
  padding: 80px;
}
.contentBoxTen > div {
  width: 1200px;
  margin: 0 auto;
}
.formBox {
  padding: 70px 0;
  padding-bottom: 55px;
  margin: 0 auto;
  width: 854px;
  margin-top: 53px;
  background: white;
  border-radius: 10px;
  text-align: center;
}
.isInput {
  box-sizing: border-box;
  height: 50px;
  width: 500px;
  padding: 5px;
  border-radius: 4px;
  border: 2px solid #87a1b9;
  margin: 0 auto;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.isInput > label {
  color: #1c3e5d;
  width: 100px;
}
.isInput > input {
  color: #4d4d4d !important;
  font-size: 16px;
  outline: none;
  flex: 1;
  height: 100%;
  border: none;
}
.formBox > .isBtn {
  cursor: pointer;
  background: #1c3e5d;
  height: 50px;
  width: 500px;
  line-height: 50px;
  color: white;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
}
.formBox > .formTitle {
  font-size: 36px;
  font-weight: 600;
  color: #1e4768;
  margin-bottom: 66px;
}
.formBox > span {
  font-size: 16px;
  font-weight: 400;
  color: #1e4768;
}
/* 活动 */
.contentBoxEleven {
  position: relative;
}
.contentBoxEleven .noneBox{
  position: absolute;
  top: 30px;
}
.contentBoxEleven .theBtn {
  cursor: pointer;
  position: absolute;
  left: calc(50% - 173.9px);
  top: 43%;
  text-align: center;
  margin: 0 auto;
  width: 347.8px;
  height: 52px;
  background: #b3dae3;
  line-height: 52px;
  font-size: 24px;
  font-weight: 500;
  color: #2a4a67;
}
.contentBoxEleven .activity {
  width: 100%;
}
/* 左侧边栏 */
.theLeft {
  height: 506px;
  width: 150px;
  position: fixed;
  left: 20px;
  top: 50%;
  margin-top: -253px;
  display: none;
}
.theLeft > div {
  cursor: pointer;
  color: #1f3f5f;
  background: #ffffff;
  border: 1px solid #4b637c;
  width: 149px;
  height: 54px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 54px;
  font-size: 20px;
}
.theLeft > div > a {
  color: #1f3f5f;
  text-decoration: none;
}
.theActive {
  background: #4b637c !important;
  color: white !important;
}
.theActive > a {
  background: #4b637c !important;
  color: white !important;
}
.theLeft > div:hover {
  background: #4b637c;
  color: white;
}
.theLeft > div:hover > a {
  background: #4b637c;
  color: white;
}
.theLeft > div:last-child {
  margin: 0;
}

.phone {
  display: none !important;
}
video {
  margin-top: 50px;
  background: black;
}

.sidebar {
  position: fixed;
  top: 50%;
  right: 0;
  /* bottom:200px; */
  border-radius: 4px 0 0 4px;
  background: #ffffff;
  /* margin-top: -75px; */
}
.sidebar .sidebarItem .imgicon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-bottom: 1px solid #ccc;
  position: relative;
  z-index: 2000;
  cursor: pointer;
}
.sidebar .backTopBox .imgicon {
  border-bottom: none;
}
.sidebar .sidebarItem .imgicon img {
  width: 30px;
  height: 30px;
  vertical-align: bottom;
}
.sidebar .sidebarItem .phonetext {
  color: #ffffff;
  border-radius: 4px 0 0 4px;
  background: #4d4d4d;
  white-space: nowrap;
  padding: 0 10px;
  position: absolute;
  left: 50px;
  top: 0;
  z-index: 9;
}
.sidebar .phoneBox:hover .phonetext {
  height: 49px;
  line-height: 49px;
  top: 50px;
  left: -150px;
  transition: left 0.3s;
}
.sidebar .sidebarItem .wxtext {
  background: #ffffff;
  position: absolute;
  left: 43px;
  top: 0;
  z-index: 9;
}
.sidebar .sidebarItem .wxtext img {
  width: 100%;
  height: 100%;
}
.sidebar .wxBox:hover .wxtext {
  width: 340px;
  height: 150px;
  left: -340px;
  transition: left 0.3s;
}
