@charset "UTF-8";
html.iellq:not(.no-js) [data-aos] {
  opacity: 1 !important;
}
html.iellq:not(.no-js) [data-aos] {
  transform: none !important;
}
body {
  overflow-x: hidden;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.3rem 0;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  animation: 0.8s ease 0.3s 1 normal backwards running fadeInDown;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
header::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    #005ba9 0%,
    rgba(0, 0, 0, 0.1) 80%,
    rgba(0, 0, 0, 0.02) 90%,
    rgba(0, 0, 0, 0) 100%
  );
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.logo {
  margin-left: 0.6rem;
}
.logo a {
  display: block;
  width: auto;
  height: auto;
}
.logo a img {
  display: block;
  width: auto;
  height: 0.7rem;
  max-width: none;
}
.logo a img:nth-of-type(2) {
  display: none;
} /* 导航 */
.nav {
  margin-right: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav ul > li {
  position: relative;
  margin-left: 0.6rem;
}
.nav ul > li:first-of-type {
  margin-left: 0;
}
.nav ul > li > a {
  font-family: Microsoft YaHei;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.26rem;
  letter-spacing: 0em;
  color: #ffffff;
  white-space: nowrap;
}
.nav ul > li ol {
  display: none;
  position: absolute;
  width: 200%;
  height: auto;
  left: 50%;
  z-index: 99;
  top: 100%;
  padding-top: 0.3rem;
  transform: translate(-50%, -3px);
  box-shadow: 0 0.4rem 0.38rem 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 0.38rem 0.4rem 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0.4rem 0.38rem 0 rgba(0, 0, 0, 0.19);
}
.nav ul > li ol li:first-of-type {
  border-top: 3px solid #e6c390;
}
.nav ul > li ol li a {
  display: block;
  width: 100%;
  font-size: 0.17rem;
  color: #053c81;
  text-align: center;
  line-height: 0.48rem;
  background: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav ul > li ol li a:hover {
  color: #dfba82;
}
.nav ul > li > a:hover {
  font-weight: bold;
  color: #dfba82;
}
.linkTop {
  float: right;
  margin-bottom: 0.2rem;
}
.linkTop a {
  display: block;
  position: relative;
  font-family: Microsoft YaHei;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  color: rgba(255, 255, 255, 0.7);
  float: left;
  margin-left: 0.35rem;
}
.linkTop a::before {
  display: block;
  content: "";
  width: 1px;
  height: 80%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: -0.17rem;
  top: 50%;
  transform: translateY(-50%);
}
.linkTop a:first-of-type::before {
  display: none;
}
.linkTop a.en {
  padding-left: 0.2rem;
  background: url(../images/EnIcon.png) no-repeat left center;
}
.linkTop a:hover {
  color: #ffffff;
}
.nav p.search {
  width: 0.6rem;
  height: 0.6rem;
  background: url(../images/menuIcon.png) no-repeat center;
  background-size: 100% auto;
  border-radius: 100%;
  display: block;
  overflow: hidden;
  z-index: 99;
  cursor: pointer;
  margin-left: 0.2rem;
  cursor: pointer;
}
.header_m {
  display: none;
}
footer {
  border-top: 4px solid #e6c390;
  background: #053c81 url(../images/footerBg.png) no-repeat bottom center;
  position: relative;
}
.footerSub {
  padding: 0.56rem 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footerSub div h2.tit {
  font-family: Microsoft YaHei;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.5rem;
  letter-spacing: 0em;
  color: #ffffff;
  margin-bottom: 0.2rem;
}
.lxfs p {
  font-family: Microsoft YaHei;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.4rem;
  letter-spacing: 0em;
  color: rgba(255, 255, 255, 0.8);
}
.jxdw {
  max-width: 35.6%;
}
.jxdw ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.jxdw ul li {
  width: 30%;
}
.jxdw ul li a {
  display: block;
  width: 100%;
  font-family: Microsoft YaHei;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.4rem;
  letter-spacing: 0em;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}
.jxdw ul li a:hover {
  color: rgba(255, 255, 255, 1);
}
footer .bq {
  display: flex;
  padding: 0.15rem 0;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .bq p,
footer .bq p a {
  font-family: Microsoft YaHei;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: 0em;
  color: rgba(255, 255, 255, 0.6);
}
footer .bq p a:hover {
  color: rgba(255, 255, 255, 1);
}
footer .bq p {
  display: flex;
  align-items: center;
}
footer .bq p span {
  display: block;
  width: 1px;
  height: 0.14rem;
  background: rgba(216, 216, 216, 0.33);
  margin: 0 10px;
}
footer .bq p:last-of-type span {
  display: none;
} /* 搜索 */
.layer {
  width: 100%;
  height: 100%;
  background: rgba(6, 28, 26, 0.75);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
}
.layer.showdiv {
  opacity: 1;
  visibility: visible;
}
.layer .close {
  position: absolute;
  right: 100px;
  top: 100px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 70px;
  cursor: pointer;
  font-size: 0;
  transition: all 0.3s ease-out 0s;
}
.layer .close:before,
.layer .close:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background: #fff;
  transition: 1s;
  transform: rotate(45deg);
  top: 24px;
}
.layer .close:before {
  transform: rotate(-45deg);
}
.layer .close:hover {
  transform: rotate(90deg);
}
.layer .search_box {
  height: 55px;
  line-height: 55px;
  width: 50%;
  transform: translateY(-50px);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.layer.showdiv .search_box {
  transform: none;
  transition: all 0.5s ease-out 0s;
  opacity: 1;
  font-size: 0;
}
.layer .search_box .kw {
  width: 85%;
  height: 100%;
  background: #fff;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 0;
  float: left;
  margin: 0;
  border: none;
  box-sizing: border-box;
}
.layer .search_box .ok {
  background: #053c81;
  color: #fff;
  width: 15%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  border-radius: 0;
  float: left;
  position: absolute;
  top: 0;
  right: 0;
} /* 导航弹窗 */
.navTc {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
}
.navTc.showdiv {
  opacity: 1;
  visibility: visible;
}
.navTc_sub {
  width: 100%;
  box-sizing: border-box;
  padding: 0.6rem;
}
.navTc_sub .logo {
  margin-left: 0;
}
.navTc_sub .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.6rem;
}
.navTc_sub .top .linkTop {
  margin-bottom: 0;
}
.navTc_sub .close {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  cursor: pointer;
  font-size: 0;
  transition: all 0.3s ease-out 0s;
  left: 50%;
  bottom: 0.6rem;
  margin-left: -0.3rem;
}
.navTc_sub .close:before,
.navTc_sub .close:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background: #fff;
  transition: 1s;
  transform: rotate(45deg);
  top: 24px;
}
.navTc_sub .close:before {
  transform: rotate(-45deg);
}
.navTc_sub .close:hover {
  transform: rotate(90deg);
}
.navTc_sub ul {
  display: flex;
  justify-content: space-evenly;
}
.navTc_sub ul > li {
  min-width: 10%;
}
.navTc_sub ul > li > a {
  display: block;
  font-family: Microsoft YaHei;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  color: #ffffff;
  line-height: 0.3rem;
  text-align: center;
}
.navTc_sub ul > li ol {
  margin-top: 0.3rem;
}
.navTc_sub ul > li ol a {
  display: block;
  font-family: Microsoft YaHei;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  color: #ffffff;
  line-height: 0.4rem;
  text-align: center;
}
.navTc_sub ul > li ol a:hover,
.navTc_sub ul > li > a:hover {
  color: #e6c390;
} /* 媒体查询 */
@media only screen and (min-width: 1921px) {
  .footLogo img {
    width: 2.48rem;
  }
  .linkTop a.en {
    background-size: 0.14rem auto;
  }
}
@media only screen and (max-width: 1600px) {
  .nav ul > li {
    margin-left: 0.48rem;
  }
}
@media only screen and (max-width: 1560px) {
  .w1500 {
    width: 100%;
    padding: 0 0.3rem;
    box-sizing: border-box;
  }
  .logo {
    margin-left: 0.3rem;
  }
  .nav ul > li {
    margin-left: 0.38rem;
  }
}
@media only screen and (max-width: 1040px) {
  /* 移动端顶部 */
  header {
    display: none;
  }
  .header_m {
    display: block;
  }
  .logo {
    margin-left: 0;
  }
  .m_Top {
    display: flex;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
  }
  .m_Top .logo a img {
    display: block;
    width: auto;
    height: 58px;
  }
  .linkTop a {
    display: block;
    float: left;
    width: 30px;
    line-height: 28px;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    margin-right: 15px;
    border: 1px solid #ffffff;
    border-radius: 100%;
    box-sizing: border-box;
  }
  .linkTop {
    margin-bottom: 0;
  } /* 移动端导航按钮 */
  .menu1 {
    width: 36px;
    height: auto;
    display: block;
    overflow: hidden;
    z-index: 999999999;
    cursor: pointer;
  }
  .menu1 span {
    float: left;
    width: 100%;
    background: #053c81;
    transition: all 0.4s ease;
    margin-top: 10px;
    height: 2px;
  }
  .menu1 span:first-child {
    margin-top: 0;
  }
  .menu1.open span:nth-child(1) {
    transform: rotate(45deg);
    margin-top: 12px;
  }
  .menu1.open span:nth-child(2) {
    transform: rotate(-45deg);
    margin-top: -2px;
  }
  .menu1.open span:nth-child(3) {
    opacity: 0;
  }
  body.navshow {
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    margin: 0;
  }
  .header_m {
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    z-index: 9999;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  }
  .m_nav {
    width: 100vw;
    height: calc(100% - 98px);
    position: fixed;
    top: 98px;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    display: block;
    overflow: auto;
    box-sizing: border-box;
  }
  .m_nav.active {
    visibility: visible;
    opacity: 1;
    z-index: 99999999;
  }
  .m_nav ul {
    position: absolute;
    transition: right 0.3s ease;
    right: 0;
    top: 47px;
    left: auto;
    width: 420px;
    height: calc(100% - 47px);
    z-index: 99999;
    background: #fff;
    margin: 0;
    overflow: auto;
  }
  .m_nav ul li {
    height: auto;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ccc;
    float: none;
    text-align: left;
    padding: 0;
    line-height: 54px;
  }
  .m_nav ul > li > a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    width: 80%;
    text-indent: 20px;
    position: relative;
    display: block;
    line-height: 54px;
  }
  .m_nav ul > li > a:hover {
    color: #006151;
  }
  .m_nav ul li i {
    position: absolute;
    right: 0;
    width: 15%;
    height: 54px;
    top: 0;
    background: url(../images/jia1.png) no-repeat center center;
    margin: auto;
    z-index: 10;
    cursor: pointer;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
  }
  .m_nav ul li i.on {
    background: url(../images/jian2.png) no-repeat center center;
  }
  .m_nav ul li ol {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: none;
    display: none;
    transition: all 0s;
  }
  .m_nav ul li ol > li {
    text-align: left;
    border: 0;
    font-size: 16px;
    line-height: 45px;
    position: relative;
    text-indent: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
  }
  .m_nav ul li ol > li a {
    color: #444444;
    display: block;
  }
  .m_nav ul li ol > li:hover a {
    text-indent: 50px;
    color: #1f296b;
  } /* 移动端搜索 */
  .m_nav .search3 {
    position: absolute;
    top: 0;
    right: 0;
    width: 420px;
    border-top: 1px solid #ccc;
  }
  .m_nav .search3 div.search3_sub {
    background: #ffffff;
    width: 100%;
    height: 46px;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc;
  }
  .m_nav .search3 .text {
    float: left;
    width: calc(100% - 50px);
    height: 46px;
    border: none;
    outline: none;
    line-height: 46px;
    padding-left: 20px;
    font-size: 15px;
    margin: 0;
    background: transparent;
    color: #000000;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
  }
  .m_nav .search3 .text::-webkit-input-placeholder {
    color: #969696;
  }
  .m_nav .search3 .text::-moz-input-placeholder {
    color: #969696;
  }
  .m_nav .search3 .text::-ms-input-placeholder {
    color: #969696;
  }
  .m_nav .search3 .submit {
    width: 50px;
    height: 46px;
    float: right;
    background: #fff url(../images/search2.png) no-repeat center;
    border: none;
    box-sizing: content-box;
    position: relative;
  }
  .m_nav .search3 .submit::before {
    display: block;
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    left: 1px;
    top: 3px;
    background: #000000;
  }
  .w1500 {
    padding: 0 20px;
  }
  .footerSub {
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .jxdw {
    max-width: none;
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 30px;
  }
  .jxdw ul li {
    width: 25%;
  }
  .jxdw ul {
    justify-content: flex-start;
  }
  .lxfs p,
  .jxdw ul li a {
    font-size: 15px;
    line-height: 36px;
  }
  .footerSub div h2.tit {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  footer .bq {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .m_Top {
    padding: 15px;
  }
  .m_Top .logo a img {
    height: 44px;
  }
  .m_nav {
    height: calc(100% - 74px);
    top: 74px;
  }
  .menu1 {
    width: 30px;
  }
  .menu1 span {
    margin-top: 8px;
  }
  .w1500 {
    padding: 0 15px;
  }
  .footLogo a img {
    display: none;
  }
  .jxdw ul li {
    width: calc(100% / 3);
  }
}
@media only screen and (max-width: 560px) {
  .m_nav ul,
  .m_nav .search3 {
    width: 100%;
  }
  .jxdw ul li {
    width: 50%;
  }
  .lxfs p,
  .jxdw ul li a {
    font-size: 14px;
    line-height: 32px;
  }
  .footerSub {
    padding: 20px 0;
  }
  .jxdw {
    margin-top: 20px;
    padding-top: 20px;
  }
  .footerSub div h2.tit {
    font-size: 18px;
  }
}
@media only screen and (max-width: 440px) {
}
