.myhide {
  display: none;
}
.companyProfile {
  width: 100%;
}
.companyProfile .companyProfileHeader {
  width: 100%;
  background-color: #4f22f5;
  background-image: url(../img/topBg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.companyProfile .companyProfileHeader p {
  padding-top: 6.125rem;
  font-size: 2.25rem;
  color: #fff;
}
.companyProfile .companyProfileHeader .companyProfileNav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 34px 0px 50px 0px;
}
.companyProfile .companyProfileHeader .companyProfileNav li {
  margin-right: 3%;
  font-size: 1.625rem;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.companyProfile .companyProfileHeader .companyProfileNav .TabLine {
  width: 50%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  margin: 0 auto;
  left: 50%;
  bottom: -8px;
  transform: translate(-50%, 0%);
}
.companyProfile .companyProfileContent .comProfileDiv .elementImg {
  margin-top: 10%;
  margin-bottom: 6%;
}
.companyProfile .companyProfileContent .comProfileDiv .ProfileContent {
  height: 100%;
}
.companyProfile .companyProfileContent .comProfileDiv .ProfileWenzi div {
  margin-bottom: 30px;
  color: #333;
}
.companyProfile .companyProfileContent .comProfileDiv .ProfileCard {
  width: 100%;
  margin-top: 10%;
  background-color: #fff;
  background-image: url(../img/jieshao_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 5%;
  position: relative;
}
.companyProfile .companyProfileContent .comProfileDiv .ProfileCard .CardDiv {
  height: 600px;
  background: #ffffff;
  box-shadow: 0px 10px 16px 0px #e7e6f6;
  border-radius: 8px;
  margin-top: 55%;
  position: relative;
}
.companyProfile .companyProfileContent .comProfileDiv .ProfileCard .CardDiv .dingweiimg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.companyProfile .companyProfileContent .comProfileDiv .ProfileCard .CardDiv .CardDivContent {
  height: 100%;
  padding-top: 15%;
}
.companyProfile .companyProfileContent .comProfileDiv .ProfileCard .CardDiv .CardDivContent .comprofileTitle {
  font-size: 1.25rem;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
.companyProfile .companyProfileContent .comProfileDiv .ProfileCard .CardDiv .CardDivContent .CardWenzi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}
.companyProfile .companyProfileContent .comProfileDiv .ProfileCard .CardDiv .CardDivContent .CardWenzi ul {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  margin-top: 3.125rem;
}
.companyProfile .companyProfileContent .comProfileDiv .ProfileCard .CardDiv .CardDivContent .CardWenzi ul p {
  font-size: 1rem;
  color: #333;
  font-weight: bold;
}
.companyProfile .companyProfileContent .comProfileDiv .ProfileCard .CardDiv .CardDivContent .CardWenzi ul li {
  font-size: 0.875rem;
  line-height: 2rem;
  color: #666;
}
.companyProfile .companyProfileContent .comProfileDiv .ProfileCard .rightBottom {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.companyProfile .companyProfileContent .comProfileDiv .ProfileCard .rightBottom img {
  margin-top: 4%;
  max-width: 6.75rem;
  width: 20%;
}
.companyProfile .companyProfileContent .comProfileDiv .ProfileImg {
  width: 62%;
  margin: 0 auto;
  max-width: 420px;
  display: flex;
}
.companyProfile .companyProfileContent .manageTeamDiv {
  background-color: #e2e4e7;
  padding-top: 10%;
}
.companyProfile .companyProfileContent .manageTeamDiv .TeamCardDiv {
  height: 700px;
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 5%;
}
.companyProfile .companyProfileContent .manageTeamDiv .TeamCardDiv .CardDivContent {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  padding-top: 15%;
}
.companyProfile .companyProfileContent .manageTeamDiv .TeamCardDiv .CardDivContent .ManageImg {
  width: 7.5rem;
  height: 7.5rem;
  margin: 0 auto;
  min-width: 70px;
}
.companyProfile .companyProfileContent .manageTeamDiv .TeamCardDiv .CardDivContent .ManageImg img {
  width: 100%;
}
.companyProfile .companyProfileContent .manageTeamDiv .TeamCardDiv .CardDivContent .ManageTitle {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 10%;
}
.companyProfile .companyProfileContent .manageTeamDiv .TeamCardDiv .CardDivContent .ManageDetail {
  font-size: 0.875rem;
  color: #666;
}
.companyProfile .companyProfileContent .manageTeamDiv .TeamCardDiv .CardDivContent .ManageDetailContent {
  font-size: 0.875rem;
  color: #666;
  text-align: left;
}
.companyProfile .companyProfileContent .manageTeamDiv .TeamCardDiv .CardDivContent .ManageDetailContent ul {
  margin-top: 10%;
}
.companyProfile .companyProfileContent .developmentPathDiv .PathContent {
  display: flex;
  flex-wrap: wrap;
  margin: 10% auto;
}
.companyProfile .companyProfileContent .developmentPathDiv .PathContent .flexEnd {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.companyProfile .companyProfileContent .developmentPathDiv .PathContent .flexEnd .PathRight {
  width: 50%;
  border-left: 2px solid #D8D8D8;
  padding-left: 5%;
  padding-bottom: 8%;
}
.companyProfile .companyProfileContent .developmentPathDiv .PathContent .flexEnd .PathRight .PathBule {
  position: absolute;
  left: 50%;
  top: 3%;
  transform: translate(-50%, -50%);
}
.companyProfile .companyProfileContent .developmentPathDiv .PathContent .flexEnd .PathRight .PathBule i {
  width: 1.375rem;
  height: 1.375rem;
  background-color: #4F22F5;
  border-radius: 50%;
  display: inline-block;
}
.companyProfile .companyProfileContent .developmentPathDiv .PathContent .flexEnd .PathRight .PathWenzi {
  margin-top: -4%;
}
.companyProfile .companyProfileContent .developmentPathDiv .PathContent .flexEnd .PathRight .PathWenzi .PathYear {
  font-size: 2.25rem;
  color: #333;
  font-weight: bold;
}
.companyProfile .companyProfileContent .developmentPathDiv .PathContent .flexEnd .PathRight .PathWenzi .PathDetail {
  padding: 5%;
  margin-top: 2%;
  background: #fafbfc;
  border-radius: 8px;
  font-size: 1rem;
}
.companyProfile .companyProfileContent .developmentPathDiv .PathContent .flexEnd .PathRight .PathBuleBottom {
  position: absolute;
  left: 50%;
  bottom: -10%;
  transform: translate(-50%, -50%);
}
.companyProfile .companyProfileContent .developmentPathDiv .PathContent .flexEnd .PathRight .PathBuleBottom i {
  width: 1.375rem;
  height: 1.375rem;
  background-color: #4F22F5;
  border-radius: 50%;
  display: inline-block;
}
.companyProfile .companyProfileContent .developmentPathDiv .PathContent .flexStart {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.companyProfile .companyProfileContent .developmentPathDiv .PathContent .flexStart .PathLeft {
  width: 50%;
  display: flex;
  text-align: right;
  justify-content: flex-end;
  border-right: 2px solid #D8D8D8;
  padding-right: 5%;
  padding-bottom: 8%;
}
.companyProfile .companyProfileContent .developmentPathDiv .PathContent .flexStart .PathLeft .PathBule {
  position: absolute;
  left: 50%;
  top: 3%;
  transform: translate(-50%, -50%);
}
.companyProfile .companyProfileContent .developmentPathDiv .PathContent .flexStart .PathLeft .PathBule i {
  width: 1.375rem;
  height: 1.375rem;
  background-color: #4F22F5;
  border-radius: 50%;
  display: inline-block;
}
.companyProfile .companyProfileContent .developmentPathDiv .PathContent .flexStart .PathLeft .PathWenzi {
  margin-top: -4%;
}
.companyProfile .companyProfileContent .developmentPathDiv .PathContent .flexStart .PathLeft .PathWenzi .PathYear {
  font-size: 2.25rem;
  color: #333;
  font-weight: bold;
}
.companyProfile .companyProfileContent .developmentPathDiv .PathContent .flexStart .PathLeft .PathWenzi .PathDetail {
  padding: 5%;
  margin-top: 2%;
  background: #fafbfc;
  border-radius: 8px;
  text-align: left;
  font-size: 1rem;
}
.companyProfile .companyProfileContent .contactUsDiv .contactUsContent {
  margin-top: 7%;
}
.companyProfile .companyProfileContent .contactUsDiv .contactUsContent .contactUsMap {
  margin-bottom: 5%;
}
.companyProfile .companyProfileContent .contactUsDiv .contactUsContent .contactUsMap img {
  width: 100%;
}
.companyProfile .companyProfileContent .contactUsDiv .contactUsContent .contactUsDetail .locationDiv {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10%;
}
.companyProfile .companyProfileContent .contactUsDiv .contactUsContent .contactUsDetail .locationDiv .locationImg {
  width: 1rem;
}
.companyProfile .companyProfileContent .contactUsDiv .contactUsContent .contactUsDetail .locationDiv .locationDetail {
  font-size: 0.875rem;
  color: #666;
  margin-left: 5%;
}
.companyProfile .companyProfileContent .contactUsDiv .contactUsContent .contactUsDetail .locationDiv .locationDetail div:first-child {
  color: #333;
  font-weight: bold;
}
.companyProfile .companyProfileContent .contactUsDiv .contactUsForm {
  width: 90%;
  height: 366px;
  margin: 0 auto;
  background-color: #f6f6f6;
  border-radius: 18%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
.companyProfile .companyProfileContent .contactUsDiv .contactUsForm .TopRedGroup {
  width: 5.1875rem;
  position: absolute;
  right: 10%;
  top: 10%;
}
.companyProfile .companyProfileContent .contactUsDiv .contactUsForm .BottomRounded {
  width: 3rem;
  position: absolute;
  left: 7%;
  bottom: 10%;
}
.companyProfile .companyProfileContent .contactUsDiv .contactUsForm .FormCenter {
  width: 86%;
  margin: 0 auto;
  padding-top: 6%;
}
.companyProfile .companyProfileContent .contactUsDiv .contactUsForm .FormCenter .FormTitle {
  font-size: 1.875rem;
  color: #333;
  margin-bottom: 4%;
}
.companyProfile .companyProfileContent .contactUsDiv .contactUsForm .FormCenter input {
  background-color: #fff;
  border-radius: 8px;
  width: 96%;
  height: 2.5rem;
  margin-bottom: 5%;
  text-indent: 10px;
  min-height: 30px;
}
.companyProfile .companyProfileContent .contactUsDiv .contactUsForm .FormCenter input[type='submit'] {
  background-color: #0764E3;
  color: #fff;
}
.companyProfile .Tips {
  display: none;
  position: fixed;
  left: 50%;
  top: 14%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 999;
}
.companyProfile .TipsError {
  background: #fef0f0;
  padding: 10px 22px;
  border: 1px #f56b6b solid;
  border-radius: 5px;
  color: #f56b6b;
  font-size: 14px;
}
.companyProfile .TipsSuccess {
  background: #f0f9eb;
  padding: 10px 22px;
  border: 1px #67c23a solid;
  border-radius: 5px;
  color: #67c23a;
  font-size: 14px;
}
.companyProfile .TipsWarning {
  background: #fdf6ec;
  padding: 10px 22px;
  border: 1px #e6a23c solid;
  border-radius: 5px;
  color: #e6a23c;
  font-size: 14px;
}
.companyProfile .TipsInfo {
  background: #edf2fc;
  padding: 10px 22px;
  border: 1px #8e9197 solid;
  border-radius: 5px;
  color: #8e9197;
  font-size: 14px;
}
@media (max-width: 430px) {
  .FormCenter {
    padding-top: 50% !important;
    transform: translate(0%, -22%);
  }
}
