* {
  padding: 0;
  margin: 0;
}
body,
html {
  height: 100%;
}
body,
html {
  width: 1600px;
  margin: 0 auto;
}
html {
  font-size: 16px;
}
@media only screen and (min-width: 401px) {
  html {
    font-size: 18px !important;
  }
}
@media only screen and (min-width: 428px) {
  html {
    font-size: 26.75px !important;
  }
}
@media only screen and (min-width: 481px) {
  html {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 569px) {
  html {
    font-size: 35px !important;
  }
}
@media only screen and (min-width: 641px) {
  html {
    font-size: 40px !important;
  }
}
a {
  text-decoration: none;
}
a:link {
  color: unset;
}
a:visited {
  color: unset;
}
a:hover {
  color: unset;
}
a:active {
  color: unset;
}
.homeData {
  width: 100%;
}
.indexHeader {
  width: 80%;
  margin: 0 auto;
  height: 3rem;
  background-color: #fff;
}
.indexHeader .indexNav {
  position: relative;
  display: flex;
  align-items: center;
  height: 3rem;
  width: 100%;
}
.indexHeader .indexNav .logo {
  padding-left: 2%;
}
.indexHeader .indexNav ul {
  padding-left: 50px;
  width: 100%;
  display: flex;
  z-index: 1000;
  justify-content: space-between;
  height: 100%;
  list-style: none;
  font-size: 0.5rem;
}
.indexHeader .indexNav ul li {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
}
.indexHeader .indexNav ul li .title {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.indexHeader .indexNav ul .title::before {
  content: " ";
  position: absolute;
  bottom: 0;
  height: 5px;
  left: 100%;
  width: 0%;
  border-radius: 5px;
  background-color: #4472C4;
  transition: 0.2s all linear;
}
.indexHeader .indexNav ul li:hover .title::before {
  content: " ";
  position: absolute;
  bottom: 0;
  height: 5px;
  left: 0;
  width: 100%;
  background-color: #4472C4;
  transition: 0.2s all linear;
}
.indexHeader .indexNav ul li:hover .sonList {
  display: table;
}
.indexHeader .indexNav ul .sonList {
  position: absolute;
  bottom: 0;
  display: none;
  top: 3rem;
  width: 5.175rem;
  color: #333333;
  margin-left: -1.29rem;
  text-align: center;
  font-size: 0.5rem;
  white-space: nowrap;
  background-color: rgba(208, 219, 229, 0.8);
}
.indexHeader .indexNav ul .sonList div {
  box-sizing: border-box;
  padding: 0.2rem 0;
}
.indexNav .indexLine {
  width: 100%;
  height: 0.5rem;
  background-color: #4472C4;
}
.active .title::before {
  left: 0 !important;
  width: 100% !important;
}
body::-webkit-scrollbar {
  width: 0;
}
.footer {
  width: 100%;
}
.footer .footerNav {
  width: 100%;
  padding: 0.8rem 0;
  background-color: #595959;
  display: flex;
  align-items: center;
}
.footer .footerNav .box {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .footerNav .box .companyInfo {
  display: flex;
  color: #fff;
  font-size: 0.4rem;
}
.footer .footerNav .box .companyInfo .AboutUs {
  padding: 0 0.7rem;
}
.footer .footerNav .box .companyInfo .AboutUs .son:nth-child(2) {
  margin-top: 0.5rem !important;
}
.footer .footerNav .box .companyInfo .AboutUs .son {
  margin-top: 0.2rem;
}
.footer .footerNav .box .cellPhone {
  font-size: 0.4rem;
  color: #fff;
}
.footer .footerNav .box .cellPhone p:nth-child(1) {
  margin-top: 0rem;
}
.footer .footerNav .box .cellPhone p:nth-child(2) {
  margin-top: 0.5rem !important;
}
.footer .footerNav .box .cellPhone p {
  margin-top: 0.2rem;
}
.footer .footerNav .box .logoWc {
  font-size: 0.4rem;
  display: flex;
  color: #fff;
  text-align: center;
}
.footer .footerNav .box .logoWc .boxImg {
  padding: 0 0.8rem;
}
.footer .beian {
  background-color: #595959;
  text-align: center;
  color: #fff;
  padding-bottom: 0.4rem;
  font-size: 0.4rem;
}
