* {
  margin: 0;
  padding: 0;
}
.mobile_inner {
  display: none;
}
.page-weixinTip {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 100;
}
.page-weixinTip img {
  position: absolute;
  top: 20px;
  right: 40px;
}
.page-header .download {
  position: relative;
}
.page-header .download:hover .type {
  display: block;
  color: black;
}
.page-header .download .type {
  position: absolute;
  display: none;
  background-color: white;
  border-radius: 8px;
  padding: 10px 0;
  top: 56px;
  left: -17px;
  z-index: 1;
  width: 100px;
  font-size: 16px;
  box-shadow: 0 1px 12.5px 0 #00000021;
}
.page-header .download .type p {
  padding: 0 20px;
  font-size: 14px;
  line-height: 30px;
}
.page-header .download .type p:hover {
  color: #a17bff;
  background-color: #f5f0ff;
}
.banner {
  background-image: url(../img/app/emp_banner1.png);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 591px;
  position: relative;
  margin-top: 70px;
}
.banner > .inner {
  height: 500px;
  width: 300px;
  position: absolute;
  top: 100px;
  color: white;
  right: 20%;
}
.banner > .inner .title {
  font-size: 44px;
  font-weight: bold;
}
.banner > .inner .desc {
  font-size: 18px;
  margin-top: 8px;
}
.banner > .inner > .download {
  margin-top: 35px;
  cursor: pointer;
  font-size: 16px;
}
.banner > .inner > .download .platform {
  border-radius: 40px;
  height: 48px;
  line-height: 48px;
  padding-left: 42px;
  margin-top: 15px;
  position: relative;
  font-size: 20px;
}
.banner > .inner > .download .platform:hover {
  background-image: url(../img/app/d_icon.png);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: 10px 6px;
  -webkit-filter: brightness(0.85);
  filter: brightness(0.85);
}
.banner > .inner > .download .platform img {
  width: 20px;
  position: relative;
  top: 4px;
  margin-right: 8px;
}
.banner > .inner > .download .platform div.download {
  font-size: 16px;
  display: inline-block;
  width: 100px;
  position: absolute;
  height: 25px;
  top: 10px;
  right: 10px;
  line-height: 25px;
  padding-left: 12px;
  border-left: 1px solid #ffffff4f;
  cursor: pointer;
}
.banner > .inner > .download .platform div.download:hover + .qr_over {
  display: block;
}
.banner > .inner > .download .platform_ios {
  background: black;
  background-image: url(../img/app/ios.png);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: 10px 6px;
}
.banner > .inner > .download .platform_android {
  background-color: #FF302E;
  background-image: url(../img/app/android.png);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: 10px 6px;
}
.banner > .inner > .download .platform_windows {
  background-color: #467ef6;
  background-image: url(../img/app/win.png);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: 10px 6px;
}
.banner > .inner > .download .platform .qr_over {
  position: absolute;
  display: none;
  width: 150px;
  height: 150px;
  right: -170px;
  top: -57px;
}
.banner > .inner > .download .platform .qr_over img {
  width: inherit;
  height: inherit;
}
.banner > .inner > .weixinapp {
  display: flex;
  margin-top: 35px;
  align-items: center;
}
.banner > .inner > .weixinapp .weixinapp_qrcode {
  width: 128px;
  height: 128px;
  margin-right: 20px;
}
.banner > .inner > .weixinapp .weixinapp_qrcode img {
  width: inherit;
  height: inherit;
}
.banner > .inner > .weixinapp .weixinapp_desc p:first-child {
  font-size: 20px;
  color: white;
}
.banner > .inner > .weixinapp .weixinapp_desc p:last-child {
  font-size: 16px;
  color: #FFFFFF70;
  margin-top: 5px;
}
.intro {
  height: 560px;
  display: flex;
  width: 850px;
  margin: 0 auto;
  background-color: white;
  justify-content: space-between;
  align-items: center;
}
.intro > .img {
  width: 420px;
}
.intro > .img img {
  width: inherit;
}
.intro.crmsys > .img {
  width: 472px;
}
.intro.crmsys .content .details {
  width: 428px;
}
.intro.autocustomer > .img {
  width: 368px;
}
.intro.autocustomer .content .details {
  width: 511px;
}
.intro.perfession_data > .img {
  width: 333px;
}
.intro.perfession_data .content .details {
  width: 341px;
}
.intro .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.intro .content .titles > div {
  font-weight: Bold;
  font-size: 30px;
  color: #333333;
}
.intro .content .titles > p {
  font-size: 16px;
  color: #909090;
  margin-top: 5px;
}
.intro .content .details {
  width: 380px;
  margin-top: 40px;
  position: relative;
  left: -8px;
}
.intro .content .details img {
  width: inherit;
}
.intro.reverse {
  flex-direction: row-reverse;
}
.information {
  background-color: #171717;
  color: #fff;
  height: 560px;
  width: 100%;
  position: relative;
}
.information .contactus {
  width: 860px;
  margin: 0 auto;
}
.information .contactus ul {
  width: 340px;
  float: left;
  position: relative;
  top: 100px;
}
.information .contactus ul li {
  float: left;
  display: inline;
  width: 280px;
  height: 100px;
  padding-left: 70px;
  background: url("../img/app/contactussprite2.png") no-repeat;
}
.information .contactus ul li.phone {
  background-position: 0px 3px;
}
.information .contactus ul li.phone .phonenum {
  color: #982ea7;
  font-size: 30px;
  font-weight: bold;
  padding-top: 4px;
}
.information .contactus ul li.phone .phoneintro {
  font-size: 14px;
  color: #4b4b4b;
}
.information .contactus ul li.qq {
  background-position: 0px -114px;
}
.information .contactus ul li.qq a.qq {
  display: inline-block;
  width: 60px;
  height: 54px;
  margin-right: 10px;
  background: url("../img/app/contactussprite2.png") no-repeat -7px -428px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.information .contactus ul li.qq a.qq:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.information .contactus ul li.address {
  background-position: 0px -245px;
}
.information .contactus ul li.address p {
  width: 136px;
  height: 92px;
  background: url("../img/app/ewmbg.png") no-repeat 0 0;
}
.information .contactus .where {
  float: right;
  width: 310px;
  height: 280px;
  padding-left: 80px;
  position: relative;
  top: 100px;
  background: url(../img/app/contactussprite2.png) no-repeat 0px -534px;
}
.information .contactus .where p {
  font-size: 16px;
  color: #717171;
  line-height: 24px;
}
.information .contactus p.info {
  position: absolute;
  bottom: 20px;
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #afafaf;
  line-height: 28px;
  opacity: 0.5;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.information .contactus p.info .search {
  color: #5191b1;
  cursor: pointer;
}
.information .phone_contactus {
  display: none;
}
/****** 手机端 ******/
body.mobile {
  padding-top: 44px;
}
body.mobile .page-dropmenu {
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 44px;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 999;
}
body.mobile .page-dropmenu li {
  list-style: none;
}
body.mobile .page-dropmenu li a {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #000;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}
body.mobile .page-dropmenu li a.active {
  color: #9e84ff;
}
body.mobile nav {
  height: 44px;
  background: #eee;
  position: fixed;
  z-index: 1;
  top: 0;
}
body.mobile nav .page-logo {
  float: left;
  width: 105px;
  height: 44px;
  background: url(../img/app/logo.png) no-repeat center center;
  -o-background-size: 73px 22px;
  background-size: 73px 22px;
}
body.mobile nav .page-button.menu.close {
  background-image: url(../img/app/menu-close.png);
}
body.mobile nav .page-button.menu {
  width: 4px;
  background-image: url(../img/app/menu-open.png);
  background-repeat: no-repeat;
  background-position: center center;
  -o-background-size: 14px 14px;
  background-size: 14px 14px;
}
body.mobile nav .page-button {
  line-height: 24px;
  height: 24px;
  color: #fff;
  float: right;
  margin: 10px 10px 0 0px;
  padding: 0 10px;
}
body.mobile nav > .inner.pc {
  display: none;
}
body.mobile > nav > .mobile_inner {
  min-width: unset;
  transform: unset;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  left: 0;
  display: block;
  position: relative;
}
body.mobile > nav > .mobile_inner .nav-item {
  margin-left: 7px;
  width: 130px;
  height: 40px;
  position: relative;
  top: 10px;
}
body.mobile > nav > .mobile_inner .nav-item img {
  width: inherit;
  height: inherit;
}
body.mobile > nav > .mobile_inner .more_menu_btn {
  position: absolute;
  right: 14px;
  width: 23px;
  top: 22px;
}
body.mobile > nav > .mobile_inner .more_menu_btn .line {
  width: 100%;
  height: 3px;
  margin-bottom: 3px;
  border-radius: 3px;
  background-color: #9e84ff;
  transition: 400ms ease all;
}
body.mobile > nav > .mobile_inner .more_menu_btn.active .line:nth-child(1) {
  transform: rotate(45deg) translate(4.5px, 4.5px);
}
body.mobile > nav > .mobile_inner .more_menu_btn.active .line:nth-child(2) {
  opacity: 0;
}
body.mobile > nav > .mobile_inner .more_menu_btn.active .line:nth-child(3) {
  transform: rotate(-45deg) translate(4.5px, -4.5px);
}
body.mobile > nav > .mobile_inner .more_menu {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  transition: 400ms ease all;
  background-color: rgba(0, 0, 0, 0.59);
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(8px);
  z-index: 1;
}
body.mobile > nav > .mobile_inner .more_menu.active {
  height: 295px;
}
body.mobile > nav > .mobile_inner .more_menu .nav-item {
  width: 100%;
  height: 55px;
  margin-left: 0;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: white;
  flex-shrink: 0;
  display: inline-block;
}
body.mobile .banner {
  background-image: url(../img/app/m_emp_banner.png);
  margin-top: 0px;
}
body.mobile .banner .inner {
  width: 100%;
  height: calc(100% - 40px);
  position: unset;
  padding-top: 40px;
}
body.mobile .banner .inner .title,
body.mobile .banner .inner .desc {
  text-align: center;
}
body.mobile .banner .inner .download {
  margin-top: 100px;
}
body.mobile .banner .inner .download .platform {
  width: 55%;
  margin: 20px auto;
  padding: 10px 0;
  padding-left: 56px;
  font-size: 22px;
  background-size: 28px 28px;
  background-position: 13px 11px;
  box-sizing: border-box;
  height: 53px;
  line-height: 33px;
}
body.mobile .banner .inner .download .platform > .download {
  display: none;
}
body.mobile .banner .inner .download .platform:hover {
  background-image: url(../img/app/d_icon.png);
}
body.mobile .banner .inner .download .platform:hover .qr_over {
  display: none;
}
body.mobile .banner .inner .download .platform_windows {
  display: none;
}
body.mobile .banner .inner .weixinapp {
  flex-direction: column;
}
body.mobile .banner .inner .weixinapp .weixinapp_qrcode {
  margin-right: 0;
}
body.mobile .banner .inner .weixinapp .weixinapp_desc {
  margin-top: 10px;
}
body.mobile .banner .inner .weixinapp .weixinapp_desc p:last-child {
  display: none;
}
body.mobile .intro {
  width: auto;
  margin: 0 35px;
  height: auto;
  flex-direction: column-reverse;
}
body.mobile .intro.reverse {
  flex-direction: column-reverse;
}
body.mobile .intro div.img {
  width: 80%;
  display: block;
  margin: 20px auto 0;
}
body.mobile .intro div.img img {
  width: 100%;
}
body.mobile .intro .content {
  text-align: center;
  width: 100%;
}
body.mobile .intro .content .titles {
  margin-top: 20px;
}
body.mobile .intro .content .titles > div {
  font-size: 24px;
  color: #333333;
  font-weight: normal;
}
body.mobile .intro .content .titles > p {
  font-size: 14px;
  color: #909090;
  margin-top: 5px;
}
body.mobile .intro .content .details {
  width: 100%;
  left: 0;
}
body.mobile .information {
  height: 415px;
}
body.mobile .information .contactus {
  display: none;
}
body.mobile .information .phone_contactus {
  display: block;
  padding: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.mobile .information .phone_contactus .title {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
body.mobile .information .phone_contactus .info {
  color: #717171;
  font-size: 12px;
  line-height: 20px;
}
body.mobile .information .phone_contactus .address {
  margin-bottom: 30px;
}
body.mobile .information .phone_contactus .openintro {
  margin-bottom: 30px;
}
body.mobile .information .phone_contactus .openintro .showPhone {
  color: #717171;
  font-size: 20px;
  line-height: 30px;
}
body.mobile .information .phone_contactus .openintro p.info .search {
  color: #5191b1;
  cursor: pointer;
}
body.mobile .information .phone_contactus .phoneme .callme {
  margin-top: 10px;
}
body.mobile .information .phone_contactus .phoneme .wx {
  display: inline-block;
  height: 50px;
  width: 50px;
  font-size: 50px;
  color: #717171;
}
body.mobile .information .phone_contactus .phoneme .qq {
  margin-left: 15px;
  display: inline-block;
  height: 50px;
  width: 50px;
  font-size: 50px;
  color: #717171;
}
