:root {
  --footBgcolor: #047928;
  --backgdcolor: #e6f1e9;
  --navActivecolor: #057928;
  --yiDepartmentcolor: #daebdf;
  --yiZhecolor: rgba(5, 122, 40, 0.6);
  --bordercolor: #add8ba;
  --footercolor: #007223;
}

/* 顶部 */
.header {
  width: 100%;
  height: auto;
  border-top: 5px solid var(--footBgcolor);
  /*position: absolute;*/
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 999;
}

.indexHead {
  position: relative;
}

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

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

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

.headRight > .headRightBox span {
  margin-left: 10px;
}

.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 img {
  margin-right: 10px;
  cursor: pointer;
}

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

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

.nav {
  height: 52px;
}

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

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

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

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

.nav > li > a:hover {
  color: white;
}

.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);
}

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

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

.footer .center {
  width: 479px;
}

.ss {
  margin-left: 8px;
}

.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;
}

.subNav {
  position: absolute;
  top: 52px;
  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);
}

.subnav {
  float: left;
  background-color: rgb(55 76 181 / 60%);
  height: 0px;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  transition: all 0.1s linear;
  z-index: 999;
}

.subnav_content {
  padding-top: 40px;
  width: 1200px;
  height: 213px;
  margin: auto;
  box-sizing: border-box;
  font-size: 18px;
  color: white;
}

.droptitle {
  float: left;
  width: 170px;
  height: 100px;
  /*border-right: 1px solid white;*/
}

.droptitle > a {
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
  color: white;
}

.droptitle > a:hover {
  color: #004e24;
}

.nav li:hover .subnav {
  height: 213px;
  transition: all 0.3s linear;
  width: 100%;
  top: 52px;
  left: 0px;
}

.dropMenu {
  float: left;
  height: 120px;
  width: 310px;
  box-sizing: border-box;

  border-left: 1px solid rgba(255, 255, 255, 0.48);
  border-right: 1px solid rgba(255, 255, 255, 0.48);
  display: flex;
  flex-wrap: wrap;
}
.dropMenu > li {
  list-style: none;
  float: left;
  width: 50%;
  text-align: center;
}
.dropMenu > li > a {
  display: inline-block;
  padding-bottom: 6px;
  color: white;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 2px;
}
.dropMenu > li > a:hover {
  color: #ffffff;
  font-weight: bold;
}
