.head {
  left: 0;
  right: 0;
  position: fixed;
  /* padding-top: 25px; */
  /* padding-bottom: 25px; */
  background: url(../images/hbg.png) no-repeat center center;
  background-size: cover;
}
.head.on {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #142f6c;
  z-index: 999;
}
.head.inh.on {
  /* background: none; */
  /* background-color: #a33349; */
  /* background: none; */
}
.head-t {
  padding-top: 18px;
  padding-bottom: 18px;
  margin-left: 47px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.logo {
  float: left;
  /* padding-bottom: 25px; */
}
.bgh {
  /* position: relative; */
  top: 60px;
  float: right;
  padding-right: 85px;
  margin-top: 35px;
  font-size: 0;
}
.search {
  float: right;
  margin-top: 20px;
}
.search-box {
  float: left;
  width: 220px;
  height: 30px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  margin-left: 10px;
  line-height: 30px;
  /* margin-top: 10px; */
  border-radius: 20px;
}

.search-box img {
  cursor: pointer;
  vertical-align: middle;
}

.nav-search {
  font-size: 0;
}

.nav-search-btn {
  vertical-align: top;
  line-height: 30px;
  display: inline-block;
  float: left;
  margin-top: 5px;
  margin-left: 10px;
}

.nav-search-text {
  width: 178px;
  height: 28px;
  vertical-align: top;
  background: none;
  font-size: 14px;
  color: #fff;
  padding: 0px 15px;
  line-height: 30px;
  float: left;
  /* border-right: 1px solid #cccccc; */
}

.nav-search-text::placeholder {
  font-size: 12px;
  line-height: 24px;
  color: #fff;
}
.en {
  text-align: center;
  float: left;
  line-height: 27px;
  /* width: 35px; */
  /* height: 30px; */
  /* border: 1px solid rgba(255, 255, 255, 0.5); */
  /* border-radius: 20px; */
  margin-top: 10px;
  /* padding-left: 20px; */
  /* padding-right: 20px; */
}
.en a {
  font-size: 14px;
  color: #fff;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.nav {
  /* background-color: rgb(255, 255, 255); */
  position: relative;
  z-index: 9;
  /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
}
.nav > ul {
  font-size: 0px;
  padding-left: 47px;
  /* padding-right: 115px; */
  /* margin-left: 47px; */
}
.nav > ul > li {
  margin-left: 78px;
  display: inline-block;
  text-align: center;
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
}
.nav > ul > li:first-child {
  margin-left: 21px;
  border: 0px;
}
.nav > ul > li > a {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  position: relative;
}
.nav > ul > li > a::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -13px;
  width: 0px;
  height: 3px;
  background: #fff;
  transition: all 0.3s ease 0s;
}
.nav > ul > li.on > div {
}
.nav > ul > li.on > a::after {
  width: 100%;
}
.nav > ul > li.active > a {
  color: rgb(147, 3, 3);
}
.nav > ul > li:hover > a {
  color: #fff;
  font-weight: bold;
}
.nav > ul > li:hover > a::after {
  width: 100%;
}
.nav > ul > li > div {
  position: absolute;
  top: 117%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 120px;
  z-index: 9999;
  display: none;
  padding-top: 10px;
}
.nav > ul > li > div > ul {
  overflow: hidden;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  line-height: normal;
}
.nav > ul > li > div > ul > li a {
  display: block;
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.3s ease 0s;
  color: rgb(51, 51, 51);
}
.nav > ul > li > div > ul > li:hover {
  background-color: #001e61;
}
.nav > ul > li > div > ul > li:hover a {
  color: rgb(255, 255, 255);
}
.footer {
  background: url(../images/footerbg.png) no-repeat center center;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 60px;
}
.link {
  /* margin-top: 5px; */
  padding-bottom: 10px;
  padding-left: 18px;
}
.link p {
  line-height: 45px;
  /* padding-right: 20px; */
  background: #303c45;
  color: rgba(255, 255, 255, 0.6);
  /* text-align: left; */
  font-size: 14px;
  background: url(../images/link-icon-down.png) no-repeat;
  background-position: right center;
}

.link > div {
  border: 1px solid #fff;
  text-align: center;
  position: relative;
  padding: 0 20px;
  /* border: 1px solid rgba(255, 255, 255, 0.2); */
  width: 310px;
  /* background: #2968b2; */
}

.link > div:first-child {
  margin-left: 0;
  margin-bottom: 30px;
  margin-top: 20px;
}

.link > div:hover div {
  display: block;
  box-shadow: 0 0 10px #cccccc;
}

.link > div div {
  position: absolute;
  bottom: 100%;
  background: #fff;
  padding: 15px 0;
  left: 0;
  right: 0;
  display: none;
}

.link > div div a {
  display: block;
  color: #333;
  line-height: 30px;
  font-size: 14px;
  padding: 0 10px;
}

.link > div div a:hover {
  background: #001e61;
  color: #fff;
}
.foot_l {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  padding-left: 25px;
  background: url(../images/yqlj.png) no-repeat left center;
  background-size: 16px 16px;
}
.fl {
  position: relative;
  float: left;
  padding-right: 53px;
}
.fl::after {
  position: absolute;
  content: "";
  top: 25px;
  bottom: 0;
  width: 2px;
  background-color: #4d6291;
  right: 0;
}
.fm {
  position: relative;
  float: left;
  width: 41%;
  text-align: center;
}
.fm .flogo {
  margin-bottom: 22px;
}
.fm .info p {
  font-size: 14px;
  line-height: 33px;
  color: rgba(255, 255, 255, 0.6);
  vertical-align: middle;
}
.fm .info img {
  vertical-align: middle;
  margin-right: 5px;
}
.fm .info p span {
  margin-left: 25px;
  display: inline-block;
}
.fm::after {
  position: absolute;
  content: "";
  top: 25px;
  height: 162px;
  width: 2px;
  background-color: #4d6291;
  right: 0;
}
.fr {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  /* float: right; */
}
.fr > div {
  text-align: center;
  display: inline-block;
}
.fr > div:last-child {
  margin-left: 50px;
}
.fr > div p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 20px;
}
.fr > div img {
  border-radius: 5px;
}
@media screen and (max-width: 1300px) {
  .nav > ul > li:first-child {
    margin-left: 20px;
    /* border: 0px; */
  }
}
@media screen and (max-width: 1200px) {
  .nav > ul > li {
    margin-left: 50px;
    /* border: 0px; */
  }
  .nav > ul > li > a {
    font-size: 18px;
  }
  .fl {
    padding-right: 15px;
  }
  .fr > div:last-child {
    margin-left: 20px;
  }
  .link > div {
    width: 290px;
  }
}
@media screen and (max-width: 1050px) {
  .nav > ul > li {
    margin-left: 45px;
    /* border: 0px; */
  }
}
@media screen and (max-width: 1024px) {
  .fl {
    float: none;
    text-align: center;
    margin-bottom: 25px;
  }
  .link {
    padding: 0;
  }
  .link > div {
    margin: 20px auto;
  }
  .link > div:first-child {
    margin: 0 auto;
  }
  .fl::after {
    content: none;
  }
  .fm {
    width: auto;
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .fm::after {
    content: none;
  }
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .foot_l {
    margin-bottom: 20px;
  }
  .foot_l {
    font-size: 22px;
  }
  .fr > div p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .foot_l {
    font-size: 20px;
  }
  .link p {
    line-height: 35px;
  }
}
@media screen and (max-width: 450px) {
  .foot_l {
    font-size: 18px;
  }
}

@media screen and (max-width: 1400px) {
  .nav > ul > li:first-child {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1330px) {
  .nav > ul > li {
    margin-left: 50px;
  }
  .head-t {
    margin-left: 0;
  }
  .nav > ul {
    padding-left: 0;
  }
}
@media screen and (max-width: 1120px) {
  .nav > ul > li {
    margin-left: 37px;
  }
  .nav > ul > li > a {
    font-size: 17px;
  }
}