.headPlace {
  display: flex;
  width: 100%;
  height: 48px;
  align-items: center;
  justify-content: flex-start;
  z-index: 10;
}

.headImg {
  margin-left: 31px;
  margin-right: 62px;
}

.headImg img {
  width: 122px;
  height: 35px;
}

.headRealNav span {
  margin-right: 39px;
  display: flex;
  height: 48px;
  line-height: 48px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  /* font-family: Alibaba PuHuiTi; */
  font-weight: 400;
  color: #646E88;
  border: 3px solid #fff;
  box-sizing:border-box;
}

.headRealNav span:hover {
  color: #306BFC;
  border-bottom: 3px solid rgb(0, 75, 170);
}

.headRealNav a {
  text-decoration: none;
  
}
.headRealNav a:hover,.headRealNav a:focus{
  text-decoration: none;
}
.headRealNav a:link {
  color: #333333;
  line-height: 35px;
}

.headRealNav a:visited {
  color: #333333;
}

.headRealNav a:hover {
  color: rgb(0, 75, 170);
  
}

.headRealNav a:active {
  color: rgb(0, 75, 170);
}

.headRealNav span img {
  width: 6px;
  height: 10px;
  margin-left: 4px;
}

#headxiala {
  border-top: 1px solid rgb(0, 75, 170);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.34901960784313724);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.34901960784313724);
  font-size: 14px;
}

.headxialaContent {
  display: flex;
  justify-content: flex-start;
}

.headxialaContent li {
  list-style-type: none;
}

.headxialaContent a {
  text-decoration: none;
}

.headxialaContent a:link {
  color: #555;
}

.headxialaContent a:visited {
  color: #555;
}

.headxialaContent a:hover {
  color: rgb(0, 75, 170);
}

.headxialaContent a:active {
  color: rgb(0, 75, 170);
}


.headNav {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #646E88;
}

.headRealNav {
  display: flex;
}

.loginNav {
  line-height: 48px;
  display: flex;
  margin-right: 8px;
}

.headRegister {
  height: 48px;
  width: 80px;
  background-color: rgba(0, 75, 170, 0.996078431372549);
  color: #FFFFFF;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 28px;
  cursor: pointer;
}

.footPlace {
  width: 100%;
  height: 97px;
  background-color: rgb(51, 51, 51);
  overflow: hidden;
  z-index: 20;
  position: relative;
}

.footPlace>div {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 14px;
}

.footPlaceHref {
  font-size: 14px;
  /* font-family: Alibaba PuHuiTi; */
  font-weight: 400;
  color: #A9AFBB;
  margin-bottom: 20px;
  display: flex;
  width: 100%;
}

.foot-log {
  width: 281px;
  height: 66px;
}

.foot-log img{
  width: 281px;
  height: 66px;
}

.line-wrapper {
  position: absolute;
  left: 265px;
  top: 48px;
  width: 56px;
  height: 1px;
  transform: rotate(90deg);
    color: #3C3C3C;
}

.foot-line {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 57px;
  height: 2px;
}

.address{
  width: 230px;
  height: 30px;
  margin-top:8px;
  margin-left: 35px;
  font-size: 13px;
  color: #ddd;
}

.tel {
  width: 170px;
  height: 30px;
  margin-top:8px;
  margin-left: 10px;
  font-size: 13px;
  color: #ddd;
}

.line-wrapper2 {
  position: absolute;
  left: 730px;
  top: 48px;
  width: 56px;
  height: 1px;
  transform: rotate(90deg);
    color: #3C3C3C;
}

.foot-line2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 57px;
  height: 2px;
}

.aBox-wrapper {
  margin-top: 8px;
  margin-left: 70px;
  display: flex;
}

.aBox {
  width: 70px;
  height: 90px;
  margin-right: 30px;
}

.aBox a {
  display: inline-block;
  width: 70px;
  height: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #AAAAAA;
}

.footPlaceHr {
  width: 100%;
  border-top: 1px solid #778294;
  
}

.footPlaceLogo {
  width: 136px;
  height: 35px;
}

.headPlace {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.34901960784313724);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.34901960784313724);
}

.headxialaContent {
  width: 1260px;
  margin: 50px auto 0;
}
.headxialaContent>div,.headxialaContent>li{
  width: 25%;
  margin-bottom: 50px;
  
}
.footPlace a {
  text-decoration: none;
  color: #A9AFBB;
}

.selectedPage {
  box-sizing: border-box;

}

.headRealNav .selectedPage a {
  color: rgb(0, 75, 170);
}

.headRealNav span .imgSelected {
  width: 10px;
  height: 6px;
  margin-left: 0;
}

.loginNav {
  font-size: 14px;
  /* font-family: Alibaba PuHuiTi; */
  font-weight: 400;
  color: #646E88;
}
.personImgHover>p:hover {
  background-color: #333;
  color: #fff;
}