header {
  width: 100%;
  height: 160px;
  background-color: #1e4f89;
  z-index: 999;
}

header .he_content {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: auto;
  margin: 0 auto 0;
  padding: 20px 0 0 0;
}

header .he_logo {
  display: flex;
  align-items: center;
  width: auto;
}

header .he_Limg {
  width: 458px;
  height: 80px;
  background: url(../img/common/2.png) center / cover no-repeat;
  margin: 0 16px 0 0;
}

header .he_line {
  width: 1px;
  height: 56px;
  background-color: #ffffff;
  margin: 0 18px 0 0;
}

header .heLtext {
  height: 25px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 5px;
  color: #ffffff;
}

header .he_right {
  padding: 4px 0 0 0;
}

header .he_right .heRtext {
  width: 418px;
  height: 28px;
  background: url(../img/common/1.png) center / cover no-repeat;
  margin: 0 0 18px 0;
}

header .he_right .heInput {
  position: relative;
  float: right;
  width: 200px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 15px;
}

header .he_right .heInput input {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  padding: 2px 32px 0 15px;
}

header .he_right .heInput input::placeholder {
  color: #999999;
}

header .he_right .heInput .heBtn {
  position: absolute;
  top: 5px;
  right: 8px;
  width: 24px;
  height: 20px;
  background: url(../img/common/3.png) center / cover no-repeat;
  cursor: pointer;
}

nav {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}

#nav_ul {
  display: flex;
}

#nav_ul>li {
  flex: 1;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
}

.nav_ul2 {
  display: none;
}

.nav_ul2 a {
  display: block;
  padding: 8px 0;
  background-color: rgba(64, 64, 64, 0.7);
}

.nav_li2 {
  width: 100%;
  line-height: 22px;
  font-size: 16px;
  color: #fff;
}

.nav_ul2 a:hover .nav_li2 {
  color: #5fa4f7;
}

.bottom {
  width: 100%;
  height: 295px;
  background-color: #1E4F89;
  margin: 50px 0 0 0;
}

.bottom>.main {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.bottom>.main>.frend {
  margin-top: 39px;
  margin-left: 10px;
  overflow: hidden;
}

.bottom>.main>.frend>a {
  display: block;
  float: left;
  padding: 0 12px;
  border-right: solid 1px white;
  color: white;
  line-height: 20px;
  font-size: 14px;
}

.bottom>.main>dl {
  align-items: center;
}

.bottom>.main>dl>.left {
  width: 380px;
}

.bottom>.main>dl>.right {
  width: 440px;
  margin-top: 65px;
}

.bottom>.main>dl>.item1>.bottom_LOGO {
  width: 340px;
  height: 60px;
  background: url(../img/bottom_LOGO.png) center no-repeat;
  margin-top: 54px;
  margin-left: 18px;
}

.bottom>.main>dl>.item1>p {
  margin-left: 29px;
  margin-top: 48px;
}

.bottom>.main>dl>.left>p>span {
  font-size: 12px;
  color: white;
  letter-spacing: 0px;
  margin-right: 20px;
  line-height: 24px;
}

.bottom>.main>dl>.left>p>a {
  font-size: 12px;
  color: white;
  letter-spacing: 0px;
  margin-right: 20px;
}

.bottom>.main>dl>.item2 {
  /*margin-left: 40px;*/
  margin-top: 63px;
}

.bottom>.main>dl>.item2>p {
  line-height: 24px;
}

.bottom>.main>dl>.right>div {
  width: 110px;
  float: left;
  /*margin-right: 40px;*/
}

.bottom>.main>dl>.right>div>p {
  overflow: hidden;
}

.bottom>.main>dl>.right>div>p>em {
  display: block;
  float: left;
  width: 21px;
  height: 17px;
  margin-top: 12px;
  margin-right: 5px;
  background: url(../img/weixin_icon.png) center no-repeat;
}

.bottom>.main>dl>.right>div>p>span {
  display: block;
  float: left;
  line-height: 40px;
  color: white;
}

.bottom>.main>dl>.right>div>img {
  display: block;
  width: 100px;
  height: 100px;
}

.bottom>.main>dl>.right>.weibo>p>em {
  background: url(../img/weibo_icon.png) center no-repeat;
}

.footerA1 {
  display: flex;
  align-items: center;
}

