.rotate-more {
  display: inline-block;
  position: relative;
  line-height: 32px;
  padding: 0px 25px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s;
  box-sizing: border-box;
}
.rotate-more .lines {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.rotate-more .lines:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #bbb;
  transition: transform 300ms;
}
.rotate-more .lines:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #bbb;
  transition: transform 300ms;
}
.rotate-more:before {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #bbb;
  transition: transform 300ms;
}
.rotate-more:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #bbb;
  transition: transform 300ms;
}
.rotate-more:hover:before {
  transform: translateX(-100%);
}
.rotate-more:hover:after {
  transform: translateX(100%);
}
.rotate-more:hover .lines:before {
  transform: translateY(-100%);
}
.rotate-more:hover .lines:after {
  transform: translateY(100%);
}
.page-know {
  background: #f7f7f7;
}
.page-know .slide {
  height: 480px;
  background: url(../images/know_us/bg.jpg?id=15457) center 0 no-repeat;
}
.page-know .content {
  position: relative;
  z-index: 1;
  width: 1200px;
  min-height: 500px;
  padding: 48px 65px 75px;
  margin: 0 auto 100px;
  margin-top: -113px;
  color: #666;
  background: #fff;
  box-sizing: border-box;
}
.page-know .content .top .title {
  float: left;
  position: relative;
  height: 26px;
  line-height: 26px;
  padding-left: 35px;
  font-size: 26px;
  font-weight: normal;
  color: #666;
}
.page-know .content .top .title:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  width: 20px;
  height: 3px;
  background: #2770f6;
}
.page-know .content .top .tab-menu {
  float: left;
  padding-top: 8px;
  margin-left: 50px;
}
.page-know .content .top .tab-menu li {
  float: left;
  height: 18px;
  line-height: 18px;
  margin-right: 40px;
  font-size: 18px;
  cursor: pointer;
}
.page-know .content .top .tab-menu li.active {
  color: #2770f6;
}
.page-know .content .top .link-menu {
  float: right;
  padding-top: 12px;
}
.page-know .content .top .link-menu a {
  float: left;
  height: 14px;
  line-height: 14px;
  margin-left: 25px;
  font-size: 14px;
}
.page-know .content .head {
  position: relative;
  height: 312px;
  margin-top: 40px;
  background: url(../images/know_us/common_img.jpg) center 0 no-repeat;
}
.page-know .content .head .name {
  position: absolute;
  right: 114px;
  bottom: 58px;
  height: 32px;
  line-height: 32px;
  font-family: 'Helve';
  font-size: 28px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.page-know .content .head .name.active {
  bottom: 98px;
  opacity: 1;
}
.page-know .content .head .name span {
  display: inline-block;
  position: relative;
}
.page-know .content .head .name span:before {
  display: block;
  position: absolute;
  content: "";
  top: 15px;
  left: -46px;
  width: 36px;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
}
.page-know .content .body {
  position: relative;
  padding-top: 32px;
  font-size: 14px;
  overflow: hidden;
}
.page-know .content .body .bold {
  line-height: 28px;
  font-weight: bold;
  color: #333;
}
.page-know .content .body .box {
  position: absolute;
  width: 100%;
}
.page-know .content .body .box .type {
  padding-top: 30px;
}
.page-know .content .body .box .type img {
  max-width: 100%;
}
.page-know .content .body .box .type .title {
  position: relative;
  height: 18px;
  line-height: 18px;
  padding-left: 20px;
  margin: 50px 0 24px;
  font-size: 18px;
  color: #444;
}
.page-know .content .body .box .type .title:before {
  display: block;
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 10px;
  height: 2px;
  background: #333;
}
.page-know .content .body .box .type .desc {
  padding-top: 15px;
  line-height: 28px;
  font-size: 15px;
}
.page-know .content .body .about-us {
  display: block;
}
.page-know .content .body .about-us .certi-imgs {
  padding-top: 40px;
}
.page-know .content .body .about-us .certi-imgs .img {
  float: left;
  margin-right: 40px;
}
.page-know .content .body .about-us .certi-imgs .img:nth-last-child(1) {
  margin-right: 0;
}
.page-know .content .body .about-us .certi-imgs .img p {
  line-height: 40px;
  padding-top: 8px;
  font-size: 20px;
  color: #444;
  text-align: center;
}
.page-know .content .body .about-us .certi-imgs2 {
  padding-top: 40px;
}
.page-know .content .body .about-us .certi-imgs2 .img {
  float: left;
  width: 25%;
  text-align: center;
}
.page-know .content .body .about-us .certi-imgs2 .img p {
  line-height: 40px;
  padding-top: 8px;
  font-size: 20px;
  color: #444;
  text-align: center;
}
.page-know .content .body .about-us .desc-info .desc-box {
  padding-top: 40px;
}
.page-know .content .body .about-us .desc-info .desc-box .info-title {
  height: 18px;
  line-height: 18px;
  margin-bottom: 15px;
  font-size: 18px;
  color: #222;
}
.page-know .content .body .about-us .desc-info .desc-box .info-content {
  line-height: 28px;
}
.page-know .content .body .about-us .desc-info .desc-box .info-content .info-sub-title {
  padding: 10px 0 5px;
  font-size: 16px;
  color: #333;
}
.page-know .content .body .about-us .desc-info .desc-box .info-content .info-sub-cont {
  padding: 5px 0;
}
.page-know .content .body .about-us .desc-info .desc-box .info-content .info-sub-cont p {
  position: relative;
  padding-left: 15px;
}
.page-know .content .body .about-us .desc-info .desc-box .info-content .info-sub-cont p:before {
  display: block;
  position: absolute;
  content: "";
  content: "*";
  left: 0;
  top: 3px;
  color: #666;
}
.page-know .content .body .about-us .desc-info .desc-box .develop-ment p {
  position: relative;
  padding-left: 20px;
}
.page-know .content .body .about-us .desc-info .desc-box .develop-ment p:before {
  display: block;
  position: absolute;
  content: "";
  top: 11px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #eee;
}
.page-know .content .body .about-us .desc-info .desc-box .develop-ment p:after {
  display: block;
  position: absolute;
  content: "";
  top: 12px;
  left: 2px;
  width: 1px;
  height: 100%;
  background: #eee;
  z-index: -1;
}
.page-know .content .body .about-us .desc-info .desc-box .develop-ment p:nth-last-child(1):after {
  width: 0;
}
.page-know .content .body .team-us {
  display: none;
}
.page-know .content .body .team-us .type {
  padding-top: 0;
}
.page-know .content .body .team-us .type .title {
  margin-top: 0;
}
.page-know .content .body .team-us .type .desc {
  margin-bottom: 40px;
}
.page-know .content .body .team-us .erp-school {
  clear: both;
}
.page-know .content .body .team-us .erp-school #erpSchoolBox {
  float: left;
  width: 490px;
  height: 326px;
  background: url(../../public/images/know_us/erp-school/小强学院.png) no-repeat;
  position: relative;
  margin-bottom: 20px;
  margin-right: 5px;
  cursor: pointer;
}
.page-know .content .body .team-us .erp-school #erpSchoolBox div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -52px;
  text-align: center;
  color: #ffffff;
}
.page-know .content .body .team-us .erp-school #erpSchoolBox p {
  font-size: 26px;
}
.page-know .content .body .team-us .erp-school #erpSchoolBox .photo-img {
  width: 18px;
  height: 15px;
  background: url(../../public/images/know_us/photo_icon.png) no-repeat;
  display: inline-block;
  vertical-align: sub;
  margin-top: 10px;
}
.page-know .content .body .team-us .erp-school #erpSchoolBox .photo-num {
  font-size: 16px;
}
.page-know .content .body .team-us .erp-school .erp-school-img {
  float: left;
  width: 569px;
  height: 326px;
  background: url(../../public/images/know_us/erp-school/01.png) no-repeat;
}
.page-know .content .body .team-us .team-build {
  clear: both;
}
.page-know .content .body .team-us .team-build .team-build-img {
  float: left;
  width: 639px;
  height: 326px;
  background: url(../../public/images/know_us/team-build/02.png) no-repeat;
  position: relative;
}
.page-know .content .body .team-us .team-build #teamBuildBox {
  float: left;
  width: 421px;
  height: 326px;
  background: url(../../public/images/know_us/team-build/心灵团建.png) no-repeat;
  position: relative;
  margin-bottom: 20px;
  margin-left: 5px;
  cursor: pointer;
}
.page-know .content .body .team-us .team-build #teamBuildBox div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -42px;
  text-align: center;
  color: #ffffff;
}
.page-know .content .body .team-us .team-build #teamBuildBox p {
  font-size: 26px;
}
.page-know .content .body .team-us .team-build #teamBuildBox .photo-img {
  width: 18px;
  height: 15px;
  background: url(../../public/images/know_us/photo_icon.png) no-repeat;
  display: inline-block;
  vertical-align: sub;
  margin-top: 10px;
}
.page-know .content .body .team-us .team-build #teamBuildBox .photo-num {
  font-size: 16px;
}
.page-know .content .body .team-us .travel-show {
  clear: both;
}
.page-know .content .body .team-us .travel-show #travelShowBox {
  float: left;
  width: 339px;
  height: 326px;
  background: url(../../public/images/know_us/travel-show/旅游展会.png) no-repeat;
  position: relative;
  cursor: pointer;
}
.page-know .content .body .team-us .travel-show #travelShowBox div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -52px;
  text-align: center;
  color: #ffffff;
}
.page-know .content .body .team-us .travel-show #travelShowBox p {
  font-size: 26px;
}
.page-know .content .body .team-us .travel-show #travelShowBox .photo-img {
  width: 18px;
  height: 15px;
  background: url(../../public/images/know_us/photo_icon.png) no-repeat;
  display: inline-block;
  vertical-align: sub;
  margin-top: 10px;
}
.page-know .content .body .team-us .travel-show #travelShowBox .photo-num {
  font-size: 16px;
}
.page-know .content .body .team-us .travel-show .travel-show-img {
  float: left;
  width: 349px;
  height: 326px;
  background: url(../../public/images/know_us/travel-show/03.png) no-repeat;
  margin-left: 20px;
  margin-right: 7px;
}
.page-know .content .body .team-us .travel-show #researchShareBox {
  float: left;
  width: 339px;
  height: 342px;
  background: url(../../public/images/know_us/travel-show/研发分享会.png);
  position: relative;
  margin-left: 10px;
  cursor: pointer;
}
.page-know .content .body .team-us .travel-show #researchShareBox div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -52px;
  text-align: center;
  color: #ffffff;
}
.page-know .content .body .team-us .travel-show #researchShareBox p {
  font-size: 26px;
}
.page-know .content .body .team-us .travel-show #researchShareBox .photo-img {
  width: 18px;
  height: 15px;
  background: url(../../public/images/know_us/photo_icon.png) no-repeat;
  display: inline-block;
  vertical-align: sub;
  margin-top: 10px;
}
.page-know .content .body .team-us .travel-show #researchShareBox .photo-num {
  font-size: 16px;
}
.page-know .content .body .team-us .staff-training {
  clear: both;
}
.page-know .content .body .team-us .staff-training .staff-training-img {
  float: left;
  width: 339px;
  height: 326px;
  background: url(../../public/images/know_us/staff-training/04.png) no-repeat;
}
.page-know .content .body .team-us .staff-training .staff-training-img2 {
  float: left;
  width: 339px;
  height: 326px;
  background: url(../../public/images/know_us/staff-training/05.png) no-repeat;
  margin-left: 10px;
}
.page-know .content .body .team-us .staff-training #staffTrainingBox {
  float: left;
  width: 359px;
  height: 342px;
  background: url(../../public/images/know_us/staff-training/员工培训.png) no-repeat;
  position: relative;
  margin: 0 8px;
  cursor: pointer;
}
.page-know .content .body .team-us .staff-training #staffTrainingBox div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -42px;
  text-align: center;
  color: #ffffff;
}
.page-know .content .body .team-us .staff-training #staffTrainingBox p {
  font-size: 26px;
}
.page-know .content .body .team-us .staff-training #staffTrainingBox .photo-img {
  width: 18px;
  height: 15px;
  background: url(../../public/images/know_us/photo_icon.png) no-repeat;
  display: inline-block;
  vertical-align: sub;
  margin-top: 10px;
}
.page-know .content .body .team-us .staff-training #staffTrainingBox .photo-num {
  font-size: 16px;
}
.page-know .content .body .team-us .return-visit {
  clear: both;
}
.page-know .content .body .team-us .return-visit .return-visit-img {
  float: left;
  width: 536px;
  height: 326px;
  background: url(../../public/images/know_us/return-visit/06.png) no-repeat;
  position: relative;
}
.page-know .content .body .team-us .return-visit #returnVisitBox {
  float: left;
  width: 522px;
  height: 326px;
  background: url(../../public/images/know_us/return-visit/小强ERP用户回访.png) no-repeat;
  position: relative;
  margin-bottom: 20px;
  margin-left: 5px;
  cursor: pointer;
}
.page-know .content .body .team-us .return-visit #returnVisitBox div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -90px;
  text-align: center;
  color: #ffffff;
}
.page-know .content .body .team-us .return-visit #returnVisitBox p {
  font-size: 26px;
}
.page-know .content .body .team-us .return-visit #returnVisitBox .photo-img {
  width: 18px;
  height: 15px;
  background: url(../../public/images/know_us/photo_icon.png) no-repeat;
  display: inline-block;
  vertical-align: sub;
  margin-top: 10px;
}
.page-know .content .body .team-us .return-visit #returnVisitBox .photo-num {
  font-size: 16px;
}
.page-know .content .body .team-us .tontisa {
  clear: both;
}
.page-know .content .body .team-us .tontisa #tontisaBox {
  float: left;
  width: 421px;
  height: 326px;
  background: url(../../public/images/know_us/tontisa/同天下年会.png) no-repeat;
  position: relative;
  margin-bottom: 20px;
  margin-right: 5px;
  cursor: pointer;
}
.page-know .content .body .team-us .tontisa #tontisaBox div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -52px;
  text-align: center;
  color: #ffffff;
}
.page-know .content .body .team-us .tontisa #tontisaBox p {
  font-size: 26px;
}
.page-know .content .body .team-us .tontisa #tontisaBox .photo-img {
  width: 18px;
  height: 15px;
  background: url(../../public/images/know_us/photo_icon.png) no-repeat;
  display: inline-block;
  vertical-align: sub;
  margin-top: 10px;
}
.page-know .content .body .team-us .tontisa #tontisaBox .photo-num {
  font-size: 16px;
}
.page-know .content .body .team-us .tontisa .tontisa-img {
  float: left;
  width: 635px;
  height: 326px;
  background: url(../../public/images/know_us/tontisa/007.png) no-repeat;
  position: relative;
}
.page-know .content .body .team-us .birthday {
  clear: both;
}
.page-know .content .body .team-us .birthday .birthday-img {
  float: left;
  width: 536px;
  height: 326px;
  background: url(../../public/images/know_us/birthday/08.png) no-repeat;
  position: relative;
}
.page-know .content .body .team-us .birthday #birthdayBox {
  float: left;
  width: 519px;
  height: 326px;
  background: url(../../public/images/know_us/birthday/生日会.png) no-repeat;
  position: relative;
  margin-bottom: 20px;
  margin-left: 5px;
  cursor: pointer;
}
.page-know .content .body .team-us .birthday #birthdayBox div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -90px;
  text-align: center;
  color: #ffffff;
}
.page-know .content .body .team-us .birthday #birthdayBox p {
  font-size: 26px;
}
.page-know .content .body .team-us .birthday #birthdayBox .photo-img {
  width: 18px;
  height: 15px;
  background: url(../../public/images/know_us/photo_icon.png) no-repeat;
  display: inline-block;
  vertical-align: sub;
  margin-top: 10px;
}
.page-know .content .body .team-us .birthday #birthdayBox .photo-num {
  font-size: 16px;
}
.page-know .content .body .team-us .country-side {
  clear: both;
}
.page-know .content .body .team-us .country-side #countrysideBox {
  float: left;
  width: 490px;
  height: 326px;
  background: url(../../public/images/know_us/country-side/全国巡回路演大会.png) no-repeat;
  position: relative;
  margin-bottom: 20px;
  margin-right: 5px;
  cursor: pointer;
}
.page-know .content .body .team-us .country-side #countrysideBox div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -104px;
  text-align: center;
  color: #ffffff;
}
.page-know .content .body .team-us .country-side #countrysideBox p {
  font-size: 26px;
}
.page-know .content .body .team-us .country-side #countrysideBox .photo-img {
  width: 18px;
  height: 15px;
  background: url(../../public/images/know_us/photo_icon.png) no-repeat;
  display: inline-block;
  vertical-align: sub;
  margin-top: 10px;
  margin-right: 5px;
}
.page-know .content .body .team-us .country-side #countrysideBox .photo-num {
  font-size: 16px;
}
.page-know .content .body .team-us .country-side .country-side-img {
  float: left;
  width: 565px;
  height: 326px;
  background: url(../../public/images/know_us/country-side/09.png) no-repeat;
  position: relative;
}
.page-know .content .body .team-us .v3 {
  clear: both;
}
.page-know .content .body .team-us .v3 .v3-img {
  float: left;
  width: 569px;
  height: 326px;
  background: url(../../public/images/know_us/v3/10.png) no-repeat;
  position: relative;
}
.page-know .content .body .team-us .v3 #v3Box {
  float: left;
  width: 486px;
  height: 326px;
  background: url(../../public/images/know_us/v3/V3.png) no-repeat;
  position: relative;
  margin-bottom: 20px;
  margin-left: 5px;
  cursor: pointer;
}
.page-know .content .body .team-us .v3 #v3Box div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -98px;
  text-align: center;
  color: #ffffff;
}
.page-know .content .body .team-us .v3 #v3Box p {
  font-size: 26px;
}
.page-know .content .body .team-us .v3 #v3Box .photo-img {
  width: 18px;
  height: 15px;
  background: url(../../public/images/know_us/photo_icon.png) no-repeat;
  display: inline-block;
  vertical-align: sub;
  margin-top: 10px;
}
.page-know .content .body .team-us .v3 #v3Box .photo-num {
  font-size: 16px;
}
.page-know .content .body .team-us .office {
  clear: both;
}
.page-know .content .body .team-us .office #officeBox {
  float: left;
  width: 490px;
  height: 326px;
  background: url(../../public/images/know_us/office/办公环境.png) no-repeat;
  position: relative;
  margin-bottom: 20px;
  margin-right: 5px;
  cursor: pointer;
}
.page-know .content .body .team-us .office #officeBox div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -52px;
  text-align: center;
  color: #ffffff;
}
.page-know .content .body .team-us .office #officeBox p {
  font-size: 26px;
}
.page-know .content .body .team-us .office #officeBox .photo-img {
  width: 18px;
  height: 15px;
  background: url(../../public/images/know_us/photo_icon.png) no-repeat;
  display: inline-block;
  vertical-align: sub;
  margin-top: 10px;
  margin-right: 5px;
}
.page-know .content .body .team-us .office #officeBox .photo-num {
  font-size: 16px;
}
.page-know .content .body .team-us .office .office-img {
  float: left;
  width: 565px;
  height: 326px;
  background: url(../../public/images/know_us/office/11.png) no-repeat;
  position: relative;
}
.page-know .content .body .develop-us {
  height: 710px;
  padding-top: 38px;
  display: none;
}
.page-know .content .body .develop-us .post {
  position: relative;
}
.page-know .content .body .develop-us .post .col {
  padding-left: 70px;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.page-know .content .body .develop-us .post .col .year {
  position: relative;
  float: left;
  width: 226px;
  padding-right: 65px;
  font-size: 34px;
  font-family: 'Helve';
  text-align: right;
  box-sizing: border-box;
}
.page-know .content .body .develop-us .post .col .year span {
  display: block;
  position: absolute;
  right: 45px;
  bottom: 10px;
  font-size: 14px;
  color: #999;
}
.page-know .content .body .develop-us .post .col .line {
  float: left;
  position: relative;
  width: 2px;
  height: 140px;
  margin-right: 45px;
  background: #e6e6e6;
}
.page-know .content .body .develop-us .post .col .line:before {
  display: block;
  position: absolute;
  content: "";
  top: -10px;
  left: -4px;
  width: 8px;
  height: 8px;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
  background: #fff;
}
.page-know .content .body .develop-us .post .col .desc {
  float: left;
  width: 465px;
  padding-right: 42px;
  box-sizing: border-box;
}
.page-know .content .body .develop-us .post .col .desc h3 {
  height: 24px;
  line-height: 24px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: normal;
}
.page-know .content .body .develop-us .post .col .desc p {
  line-height: 28px;
  font-size: 16px;
}
.page-know .content .body .develop-us .post .col:nth-child(even) .desc {
  text-align: right;
}
.page-know .content .body .develop-us .post .col:nth-child(even) .year {
  text-align: left;
}
.page-know .content .body .develop-us .post .col-1 {
  padding-left: 309px;
}
.page-know .content .body .develop-us .post .col-1 .line {
  margin-top: 32px;
}
.page-know .content .body .develop-us .post .col-2 {
  padding-left: 70px;
}
.page-know .content .body .develop-us .post .col-2 .year {
  padding-right: 0;
  margin-top: -26px;
  text-align: left;
}
.page-know .content .body .develop-us .post .col-2 .year span {
  right: 30px;
}
.page-know .content .body .develop-us .post .col-2 .desc {
  margin-top: -20px;
  text-align: right;
}
.page-know .content .body .develop-us .post .col-3 {
  padding-left: 295px !important;
}
.page-know .content .body .develop-us .post .col-3 .year {
  width: 240px;
  margin-top: -26px;
}
.page-know .content .body .develop-us .post .col-3 .line {
  height: 278px;
}
.page-know .content .body .develop-us .post .col-3 .desc {
  margin-top: -20px;
}
.page-know .content .body .develop-us .post .col-4 .year {
  margin-top: -26px;
  text-align: left;
}
.page-know .content .body .develop-us .post .col-4 .year span {
  right: 95px;
}
.page-know .content .body .develop-us .post .col-4 .line {
  height: 90px;
}
.page-know .content .body .develop-us .post .col-4 .desc {
  margin-top: -20px;
  text-align: right;
}
.page-know .content .body .develop-us .post .hover {
  position: absolute;
  top: 0;
  width: 716px;
  border: 1px solid #2770f6;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.page-know .content .body .develop-us .post .hover .hover-year {
  position: relative;
  float: left;
  width: 224px;
  height: 135px;
  font-size: 34px;
  font-family: 'Helve';
  color: #2770f6;
  background: #fff;
  box-sizing: border-box;
}
.page-know .content .body .develop-us .post .hover .hover-year span {
  display: block;
  position: absolute;
  font-size: 14px;
}
.page-know .content .body .develop-us .post .hover .hover-desc {
  float: left;
  position: relative;
  width: 490px;
  height: 100%;
  color: #fff;
  background: #2770f6;
  box-sizing: border-box;
}
.page-know .content .body .develop-us .post .hover .hover-desc:before {
  display: block;
  position: absolute;
  content: "";
  top: 47px;
  left: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.page-know .content .body .develop-us .post .hover .hover-desc h3 {
  height: 24px;
  line-height: 24px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: normal;
}
.page-know .content .body .develop-us .post .hover .hover-desc p {
  line-height: 28px;
  font-size: 16px;
}
.page-know .content .body .develop-us .post .hover.hover-1 {
  top: -26px;
  left: 290px;
  height: 137px;
}
.page-know .content .body .develop-us .post .hover.hover-1 .hover-year {
  padding: 25px 0 0 98px;
}
.page-know .content .body .develop-us .post .hover.hover-1 .hover-year span {
  right: 26px;
  top: 45px;
}
.page-know .content .body .develop-us .post .hover.hover-1 .hover-desc {
  padding: 25px 0 0 67px;
}
.page-know .content .body .develop-us .post .hover.hover-2 {
  width: 736px;
  top: -46px;
  left: 66px;
  height: 137px;
}
.page-know .content .body .develop-us .post .hover.hover-2 .hover-desc {
  padding: 25px 64px 0 0;
  text-align: right;
}
.page-know .content .body .develop-us .post .hover.hover-2 .hover-desc:before {
  left: auto;
  top: 35px;
  right: 16px;
}
.page-know .content .body .develop-us .post .hover.hover-2 .hover-year {
  width: 244px;
  padding: 19px 0 0 25px;
}
.page-know .content .body .develop-us .post .hover.hover-2 .hover-year span {
  top: 39px;
  right: 22px;
}
.page-know .content .body .develop-us .post .hover.hover-3 {
  top: -48px;
  left: 270px;
  width: 736px;
  height: 284px;
}
.page-know .content .body .develop-us .post .hover.hover-3 .hover-year {
  width: 244px;
  height: 100%;
  padding: 21px 0 0 26px;
}
.page-know .content .body .develop-us .post .hover.hover-3 .hover-year span {
  top: 41px;
  right: 25px;
}
.page-know .content .body .develop-us .post .hover.hover-3 .hover-desc {
  padding: 27px 0 0 67px;
}
.page-know .content .body .develop-us .post .hover.hover-3 .hover-desc:before {
  top: 37px;
}
.page-know .content .body .develop-us .post .hover.hover-4 {
  top: -42px;
  left: 66px;
  height: 160px;
}
.page-know .content .body .develop-us .post .hover.hover-4 .hover-desc {
  padding: 21px 64px 0 0;
  text-align: right;
}
.page-know .content .body .develop-us .post .hover.hover-4 .hover-desc:before {
  left: auto;
  top: 31px;
  right: 16px;
}
.page-know .content .body .develop-us .post .hover.hover-4 .hover-year {
  height: 100%;
  padding: 15px 0 0 25px;
}
.page-know .content .body .develop-us .post .hover.hover-4 .hover-year span {
  top: 35px;
  right: 68px;
}
.page-know .content .body .develop-us .post:hover .col {
  opacity: 0;
}
.page-know .content .body .develop-us .post:hover .hover {
  opacity: 1;
}
.page-know .content .body .report-list .item {
  margin-bottom: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.page-know .content .body .report-list .item .date {
  width: 180px;
  height: 26px;
  float: left;
  font-family: 'Helve';
}
.page-know .content .body .report-list .item .date p {
  position: relative;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding-right: 46px;
  font-size: 30px;
}
.page-know .content .body .report-list .item .date p span {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 14px;
  line-height: 14px;
  font-size: 16px;
}
.page-know .content .body .report-list .item .title {
  float: left;
  width: 780px;
  height: 18px;
  line-height: 18px;
  padding-top: 8px;
}
.page-know .content .body .report-list .item .title a {
  display: inline-block;
  max-width: 780px;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.page-know .content .body .report-list .item .origin {
  float: right;
  height: 18px;
  line-height: 18px;
  padding-top: 8px;
  font-size: 16px;
}
.page-know .content .body .report-list .item:hover {
  color: #2770f6;
}
.page-know .content .body .report-list .item:hover a {
  color: #2770f6;
}
.page-know .content .body .job-list .item {
  padding: 30px 32px;
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
}
.page-know .content .body .job-list .item .name {
  height: 18px;
  line-height: 18px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: normal;
  color: #333;
}
.page-know .content .body .job-list .item .info {
  line-height: 28px;
  font-size: 14px;
}
.page-know .content .body .job-list .item .info span {
  float: left;
  width: 70px;
}
.page-know .content .body .job-list .item .info .text {
  float: left;
  width: 930px;
}
.page-know .content .body .job-list .hr-info {
  padding-top: 10px;
}
.page-know .content .body .job-list .hr-info p {
  float: left;
  margin-right: 30px;
}
.page-know .content .body .contact-page .cpy-name {
  line-height: 1;
  margin-bottom: 25px;
  font-size: 18px;
  color: #333;
}
.page-know .content .body .contact-page .cpy-info {
  line-height: 32px;
  font-size: 16px;
}
.page-know .content .body .contact-page .cpy-info .value {
  font-weight: bold;
  color: #444;
}
.page-know .content .body .contact-page .cpy-info span {
  float: left;
  width: 295px;
}
.page-know .content .body .contact-page .cpy-info span:nth-last-child(1) {
  width: 475px;
}
.page-know .content .body .contact-page .sales-info {
  margin-top: 60px;
}
.page-know .content .body .contact-page .sales-info .title {
  line-height: 1;
  margin-bottom: 30px;
  font-size: 18px;
  color: #333;
}
.page-know .content .body .contact-page .sales-info .title.support {
  padding-top: 15px;
}
.page-know .content .body .contact-page .sales-info .list-sales {
  margin-right: -26px;
}
.page-know .content .body .contact-page .sales-info .list-sales .sale {
  float: left;
  width: 192px;
  height: 196px;
  padding-top: 28px;
  margin-right: 26px;
  margin-bottom: 26px;
  text-align: center;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.page-know .content .body .contact-page .sales-info .list-sales .sale .name {
  line-height: 1;
  margin: 25px 0 12px;
  font-size: 18px;
  color: #444;
}
.page-know .content .body .contact-page .sales-info .list-sales .sale .name span {
  display: inline-block;
  line-height: 1;
  padding: 3px 6px;
  margin-left: 6px;
  font-size: 12px;
  color: #fff;
  background: #2770f6;
  border-radius: 4px;
  vertical-align: top;
}
.page-know .content .body .contact-page .sales-info .list-sales .sale .tel {
  display: none;
  line-height: 1;
  font-size: 15px;
}
.page-know .content .body .contact-page .sales-info .list-sales .sale:nth-last-child(1) {
  margin-bottom: 0;
}
.page-know .content .body .contact-page .sales-info .rec-span {
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  font-weight: bolder;
}
.page-know .content .body .contact-page .sales-info .rec-table {
  border-collapse: collapse;
  color: #333;
  font-size: 14px;
  font-family: 'Microsoft Yahei';
  margin-top: 10px;
}
.page-know .content .body .contact-page .sales-info .rec-table .td-p {
  padding-left: 20px;
}
.page-know .content .body .contact-page .sales-info .rec-img-box {
  text-align: center;
  margin-top: 20px;
}
.page-know .content .body .contact-page .sales-info .rec-img-box img {
  width: 200px;
  height: 230px;
}
.page-know .content .body .contact-page .sales-info .rec-img-box img:first-child {
  margin-right: 200px;
}
.page-know .map {
  width: 100%;
  height: 800px;
  margin-top: -110px;
  overflow: hidden;
}
