:root {
  --footBgcolor: #004f98;
  --backgdcolor: #f1f8fb;
  --navActivecolor: #004f98;
  --yiDepartmentcolor: #d1e5ef;
  --yiZhecolor: rgba(74,115,177, 0.6);
  --bordercolor: #4b90b3;
  --footercolor: #004f98;
}


.header {
  width: 100%;
  height: auto;
  border-top: 5px solid var(--footBgcolor);
}

.htLi > .phoneNumber {
  margin-left: 8px;
}

.headRight > .htLi {
  font-size: 16px;
  color: #333;
}

.headRight > .headRightBox {
  margin: 0 85px 0 37px;
}

.headSearch {
  background: #fff;
  width: 286px;
  height: 36px;
  border: 1px solid #004f98;
  border-radius: 18px;
}

.headSearch > input {
  border: none;
  outline: none;
  margin: 0 12px;
  flex: 1;
  font-size: 14px;
  color: #6b6b6b;
}

.headSearch > .search_button {
  margin-right: 12px !important;
  cursor: pointer !important;
}

.headerTop {
  padding: 19px 0 17px 0;
}

.headerBottom {
  border-top: 1px solid rgba(143, 143, 143, 0.2);
  background: var(--footBgcolor);
}

.nav {
  height: 52px;
}

.headerBottom {
  border-top: 1px solid rgba(143, 143, 143, 0.2);
  background: var(--footBgcolor);
}

.nav > li {
  float: left;
  padding: 13px 0;
  margin: 0 19px;
  z-index: 999;
}

.nav > li > a {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  font-weight: bold;
}

.nav > li:hover .subNav {
  transition: all 0.5s linear;
  height: 480px;
}

.nav > li > a:hover {
  color: #fff;
}

/* 通用底部 */
.footer {
  background: var(--footBgcolor);
  height: 280px;
}

.footLeftTop {
  width: 547px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
}

.footLeftTop > a {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 17px;
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
}

.footLeftTop > a:hover {
  text-decoration: underline;
}

.footLeftTop > .xieLine {
  margin-right: 12px;
  font-style: italic;
}

.ba {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  margin-top: 10px;
}

.ba a {
  color: rgba(88, 191, 120, 1);
}

.footLeftba {
  width: 300px;
  /* margin: 0 auto; */
  padding: 0 0;
}

.footLeftba a {
  display: inline-block;
  text-decoration: none;
  height: 20px;
  line-height: 20px;
}

.footLeftba a p {
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 0px 0px 0px 5px;
}

.ba a:hover {
  text-decoration: underline;
}

.shu {
  width: 1px;
  height: 128px;
  background: #209544;
}

.footer .center {
  width: 479px;
}

.ss {
  margin-left: 8px;
}
/* width="41" height="41" */
.footPhone {
  display: flex;
  color: #fff;
  padding-left: 80px;
  line-height: 24px;
  align-items: center;
}

.footPhone > div > .xz {
  font-size: 14px;
}

.footPhone > div > .dz {
  font-size: 18px;
  font-weight: bold;
}

.footPhone > div > .zz {
  font-size: 14px;
  font-weight: bold;
}

.footer > div > .left {
  margin-right: 30px;
}

.footPhone > img {
  border-radius: 50%;
}

.footer > div > .right {
  float: right;
  font-size: 14px;
  flex: 1;
  text-align: right;
  color: #fff;
}

.right > div {
  width: 100%;
  /* text-align: center; */
  margin-top: 4px;
}

.nyHeader {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
}

.nyNav {
  height: 86px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -700px;
  width: 1400px;
}

.nyTips {
  font-size: 30px;
  color: #fff;
  background: var(--footercolor);
  width: 229px;
  height: 86px;
  padding-top: 16px;
  padding-left: 37px;
  box-sizing: border-box;
}

.nyTips > .nyXian {
  width: 56px;
  height: 4px;
  background: #fff;
  margin-top: 7px;
}

.nyMeau {
  box-sizing: border-box;
  padding: 0 50px 0 20px;
  height: 86px;
  flex: 1;
  background: var(--yiZhecolor);
}

.nyMeauLeft > a {
  display: inline-block;
  padding: 3px 16px;
  border-radius: 15px;
  transition: all 0.3s linear;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}

.nyMeauActive {
  color: var(--footercolor) !important;
  background: #fff;
}

.nyMeauLeft > a:hover {
  color: var(--footercolor);
  background: #fff;
  transition: all 0.3s linear;
}

.nyMeauRight {
  font-size: 14px;
  color: #ffffff;
}

.nyMeauRight a {
  color: #ffffff !important;
}

.nyMeauRight > i {
  font-size: 20px;
  color: #ffffff;
  margin-right: 4px;
}

.subNav {
  position: absolute;
  top: 55px;
  height: 0;
  overflow: hidden;
  transition: all 0.5s linear;
  left: -13%;
  width: 126%;
}

.subNav > li > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  display: block;
  width: 100%;
  background: rgba(10, 126, 46, 0.8);
}

.subNav > li > a:hover {
  background: rgba(10, 126, 46, 0.6);
}
.ks_a a{
  color: rgba(255, 255, 255, 0.8);
}
.zc_a a{
  color: rgba(255, 255, 255, 0.8);
}