/* 顶部 */
.header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 665;
}

.header > div {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header > div .left .l,
.header > div .left,
.header > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header > div .left .l .logo {
  width: 100px;
  height: 38px;
  cursor: pointer;
}

.header > div .left .l .line {
  width: 1px;
  height: 26px;
  background: #d8d8d8;
  margin: 18px 14px 0;
}

.header > div .left .l .city {
  font-size: 12px;
  color: #999;
  margin-top: 18px;
}

.header > div .left .l .city img {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}

.header > div .center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
  height: 100px;
  grid-gap: 20px;
  gap: 20px;
  position: relative;
}

.header > div .center .center-item {
  color: #333;
  font-size: 16px;
  height: 80px;
  line-height: 80px;
  border-bottom: 3px solid transparent;
  position: relative;
  cursor: pointer;
}

.header > div .center .center-item .more-icon {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #aaa;
  position: absolute;
  right: -22%;
  bottom: 34px;
  transform: rotate(180deg);
}

.header > div .center .center-item:hover {
  font-weight: 700;
  color: #4974f5;
}

.header > div .center .center-item:hover .more-icon {
  border-bottom: 5px solid #4974f5;
}

.header > div .center .popup {
  position: absolute;
  z-index: 999;
  left: -80px;
  top: 66px;
  width: 884px;
  background: #fff;
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16078);
  display: none;
}

.header > div .center .popup .popup-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-row-gap: 40px;
  row-gap: 40px;
}

.header > div .center .popup .popup-box .popup-item {
  width: 222px;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.header > div .center .popup .popup-box .popup-item:hover .popup-item-title {
  color: #4974f5 !important;
}

.header > div .center .popup .popup-box .popup-item .icon {
  margin-right: 13px;
  width: 40px;
  height: 40px;
}

.header > div .center .popup .popup-box .popup-item .r .popup-item-title {
  font-weight: 700;
  font-size: 16px;
  color: #333;
  line-height: 16px;
}

.header > div .center .popup .popup-box .popup-item .r .popup-item-subTitle {
  width: 168px;
  font-size: 14px;
  line-height: 24px;
  margin-top: 8px;
  color: #999;
}

.header > div .center .active {
  font-weight: 700;
  color: #4974f5;
  border-color: #4974f5;
}

.header > div .center .active .more-icon {
  border-bottom: 5px solid #4974f5;
}

.header > div .right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header > div .right .weixin-box {
  position: relative;
}

.header > div .right .weixin-box .weixin {
  width: 32px;
  height: 32px;
}

.header > div .right .weixin-box .weixin-hover {
  position: absolute;
  bottom: -14px;
  left: 8px;
  transform: translate(-45%, 100%);
  padding: 10px;
  z-index: 99;
  width: 168px;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10196);
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.header > div .right .weixin-box .weixin-hover > div:first-of-type {
  font-size: 12px;
  color: #333;
  line-height: 16px;
  margin-bottom: 6px;
}

.header > div .right .weixin-box .weixin-hover > div:nth-of-type(2) {
  font-size: 12px;
  color: #999;
  line-height: 12px;
  margin-bottom: 7px;
}

.header > div .right .weixin-box .weixin-hover > div:nth-of-type(3) {
  color: #666;
  font-size: 12px;
  line-height: 12px;
  color: #4974f5;
}

.header > div .right .weixin-box .weixin-hover img {
  margin-bottom: 4px;
  width: 120px;
  height: 120px;
}

.header > div .right .weixin-box .weixin-hover .sj {
  position: absolute;
  top: -16px;
  right: 76px;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  box-shadow: 0 4px 24px 0 hsla(0, 0%, 87.8%, 0.5);
}

.header > div .right .tel {
  margin-left: 8px;
  width: 145px;
  height: 42px;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 21px;
  padding-left: 5px;
  font-size: 14px;
  color: #666;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header > div .right .tel img {
  margin-right: 12px;
  width: 32px;
  height: 32px;
}

.footer .top {
  padding-bottom: 20px;
  background-color: #0e1c45;
}
.footer .top > div {
  width: 1200px;
  margin: 0 auto;
  color: #ffffff;
}
.footer .top > div .top1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .top > div .top1 .top1-l {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 9px;
  gap: 9px;
  font-size: 14px;
  color: #ffffff;
}
.footer .top > div .top1 .top1-l .icon-box {
  position: relative;
}
.footer .top > div .top1 .top1-l .icon-box .icon {
  width: 40px;
  height: 40px;
}
.footer .top > div .top1 .top1-l .icon-box .code-box {
  position: absolute;
  top: -204px;
  left: -60px;
  z-index: 99;
  display: none;
}
.footer .top > div .top1 .top1-l .icon-box .code-box .code-box-top {
  position: relative;
  background-color: #fff;
  padding: 12px 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}

.footer .top > div .top1 .top1-l .icon-box .code-box .code-box-top .code {
  width: 120px;
  height: 120px;
}
.footer .top > div .top1 .top1-l .icon-box .code-box .code-box-top::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #fff;
}
.footer .top > div .top1 .top1-l .icon-box .code-box .code-box-top .bot {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 8px;
}
.footer .top > div .top1 .top1-l .icon-box .code-box .code-box-top .bot img {
  width: 28px;
  height: 28px;
}
.footer .top > div .top1 .top1-l .icon-box .code-box .code-box-top .bot div {
  width: 84px;
  font-size: 12px;
  color: #333333;
  line-height: 18px;
}
.footer .top > div .top1 .top1-r {
  margin-right: 12px;
}
.footer .top > div .top1 .top1-r .t {
  font-size: 14px;
  color: #ffffff;
  line-height: 16px;
  margin-bottom: 10px;
}
.footer .top > div .top1 .top1-r .c {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 32px;
  gap: 32px;
}
.footer .top > div .top1 .top1-r .c a {
  font-size: 12px;
  color: #919294;
  line-height: 16px;
}
.footer .top > div .top2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 28px 40px 0 0;
}
.footer .top > div .top2-l {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 14px;
  gap: 14px;
  font-size: 14px;
  color: #999999;
}
.footer .top > div .top2-l a {
  color: #999999;
}
.footer .top > div .top2-l a:hover {
  color: #fff;
}
.footer .top > div .top2-r .title {
  font-size: 14px;
  color: #ffffff;
}
.footer .top > div .top2-r .tag {
  margin-top: 17px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 512px;
}
.footer .top > div .top2-r .tag a {
  width: 102px;
  font-size: 12px;
  color: #919294;
  margin-bottom: 12px;
  cursor: pointer;
}
.footer .top > div .top2-r .tag a:hover {
  color: #fff;
  font-weight: bold;
}
.footer .bottom {
  height: 72px;
  background: #0b183f;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 56px;
  gap: 56px;
}
.footer .bottom > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
}
