/*????*/
html,
body {
  width: 100%;
  height: 100%;
  background: none;
  overflow: hidden;
}
ul,
li {
  list-style: none;
  outline: none;
}

/*focus*/
.focus {
  height: 600px;
  overflow: hidden;
  position: relative;
  background: #ccc;
}
.focus_m ul {
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.focus_m li {
  width: 100%;
  height: 600px;
  _float: left;
}
.focus_m li.li_1 {
  background: url(../img/bg1.jpg) center 0 no-repeat #288cc0;
}
.focus_m li.li_2 {
  background: url(../img/bg2.jpg) center 0 no-repeat #76b7d8;
}
.focus_m li.li_3 {
  background: url(../img/bg3.jpg) center 0 no-repeat #76b7d8;
}
.focus_m li.li_4 {
  background: url(../img/bg4.jpg) center 0 no-repeat #288cc0;
}
.focus_m li.li_5 {
  background: url(../img/bg5.jpg) center 0 no-repeat #76b7d8;
}
.focus_m li.li_6 {
  background: url(../img/bg6.jpg) center 0 no-repeat #76b7d8;
}
.focus_s {
  height: 0;
  position: relative;
  margin: 0 auto;
  z-index: 2;
  width: 1000px;
}
.focus_s ul {
  height: 12px;
  overflow: hidden;
  position: absolute;
  top: 520px;
  right: 140px;
}
.focus_s li {
  float: left;
  cursor: pointer;
  height: 12px;
  width: 12px;
  overflow: hidden;
  margin-right: 10px;
}
.focus_s li b {
  display: block;
  text-indent: -999em;
  background: url(../img/circle.png) 0 0 no-repeat;
  width: 12px;
  height: 32px;
  overflow: hidden;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src='images/circle.png');
  _background: none;
}
.focus_s li.active b {
  margin-top: -20px;
}
.focus_l,
.focus_r {
  position: absolute;
  display: none;
  width: 50px;
  height: 75px;
  overflow: hidden;
  z-index: 2;
  top: 150px;
}
.focus_l {
  left: 0;
}
.focus_r {
  right: 0;
}
.focus_l b,
.focus_r b {
  position: absolute;
  z-index: 1;
  display: block;
  width: 50px;
  height: 75px;
  overflow: hidden;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: pointer;
}
.focus_l span,
.focus_r span {
  display: block;
  position: relative;
  z-index: 2;
  width: 22px;
  height: 33px;
  top: 21px;
  cursor: pointer;
}
.focus_l span {
  left: 12px;
  background: url(../img/go_l.png) 0 0 no-repeat;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src='images/l.png');
  _background: none;
}
.focus_r span {
  left: 16px;
  background: url(../img/go_r.png) 0 0 no-repeat;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src='images/r.png');
  _background: none;
}
.focus_l:hover,
.focus_r:hover {
  *zoom: 1;
}
.focus_l:hover b,
.focus_r:hover b {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Safari */
}

body {
  font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
  background: url("http://ehs.nianhuawan.com/Liems/resource/base/login/images/t1.png")
    no-repeat top center;
  background-color: #f7fafd;
}

.vtcenter::after {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.nh-wrap {
  width: 100%;
  height: 100%;
  background: url("../img/t1.png") top left no-repeat;
  position: relative;
  line-height: 1;
  padding-top: 70px;
}

.nh-header {
  position: relative;
  margin: 0 auto;
  background: url("../../pages/img/logo.png")
    center left no-repeat;
  height: 92px;
  width: 1143px;
  padding-left: 260px;
}
.nh-header > p{
  font-size: 50px;
  font-weight: 500;
  line-height: 110px;
}

/*?????*/
.code {
  font-family: Arial;
  font-style: italic;
  font-size: 17px;
  border: 0;
  letter-spacing: 3px;
  font-weight: bolder;
  float: left;
  cursor: pointer;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  border: 0px solid #6d6d72;
  background-color: #fff;
  margin-left: 25px;
}

.nh-cont {
  margin-top: 1.66667vh;
  position: relative;
}

.nh-cont1 {
}

.nh-cont11 {
  font-size: 0;
}

.nh-cont11 img {
  width: 100%;
  height: auto;
}

.nh-cont1 .prev {
  position: absolute;
  left: 30px;
  top: 0;
  width: 30%;
  height: 100%;
  background: url("../img/t6.png") center left no-repeat;
  background-size: auto 5.463vh;
  cursor: pointer;
}

.nh-cont1 .next {
  position: absolute;
  right: 30px;
  top: 0;
  width: 30%;
  height: 100%;
  background: url("../img/t7.png") center right no-repeat;
  background-size: auto 5.463vh;
  cursor: pointer;
}

.nh-cont12 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6.3889vh;
  background-color: rgba(161, 137, 100, 0.49);
}

.nh-cont121 {
  height: 60px;
  line-height: 60px;
  padding-left: 20vw;
  background: url("../img/t11.png") center left 17.8125vw no-repeat;
  background-size: auto 2.5vh;
  font-size: 1.6667vh;
  color: #fff;
}

.nh-footer {
  margin-top: 4.6296vh;
  text-align: center;
  font-size: 1.4815vh;
  color: #848585;
}

.nh-cont13 {
  position: absolute;
  top: 78px;
  right: 12vw;
  /*min-width: 400px;*/
  width:20vw;
  border-radius: 10px;
  background:rgba(192,171,152,.7);
  padding-bottom: 50px;
  /* background-color: #ffff; */
  /*background: url("../img/bg_main.png") no-repeat top center;*/
  /* box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35); */
}

.nh-cont131 {
  font-size: 3.7778vh;
  color: rgb(231 146 18);
  text-align: center;
  /* border-bottom: 1px solid rgba(232, 231, 231, 0.63); */
  height: 6.1111vh;
  padding-top: 4.1296vh;
}

.nh-cont132 {
  font-size: 1.4815vh;
  color: green;
  text-align: center;
  padding-top: 1.6667vh;
}

.nh-cont133 {
  margin-top: 4.037vh;
  margin-left: 1.6667vw;
  width: 16vw;
  height: 3.8889vh;
  border-radius: 0.9259vh;
  padding-left: 2.92vw;
  background: url("../img/t8.png") center left 0.625vw no-repeat;
  background-size: auto 2.2222vh;
  background-color: rgba(255, 255, 255, 0.6);
}

.nh-cont133 input {
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #333;
  outline: none;
  background: none;
  border: 0;
  padding-left: 10px;
}

.nh-cont134 {
  margin-top: 2vh;
  margin-left: 1.6667vw;
  width: 16vw;
  height: 3.8889vh;
  border-radius: 0.9259vh;
  padding-left: 2.92vw;
  background: url("../img/t9.png") center left 0.625vw no-repeat;
  background-size: auto 2.685vh;
  background-color: rgba(228, 232, 229, 0.6);
}

.nh-cont134-1 {
  margin-top: 2vh;
  margin-left: 1.6667vw;
  width: 16vw;
  height: 3.8889vh;
  border-radius: 0.9259vh;
  padding-left: 2.92vw;
  background: url("../img/t13.png") center left 0.625vw no-repeat;
  background-size: auto 2.685vh;
  color: #fff;
  background-color: rgba(228, 232, 229, 0.6);
}

.nh-cont134-1 select {
  width: 90%;
  height: 100%;
  font-size: 14px;
  color: #333;
  outline: none;
  background: none;
  border: 0;
  padding-left: 10px;
}
.select2-container--bootstrap .select2-selection {
  background: none;
  border: 0;
}
.select2-container--bootstrap .select2-selection--single {
  line-height: 25px;
}

.nh-cont134 input {
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #333;
  outline: none;
  background: none;
  border: 0;
  padding-left: 10px;
}

.nh-cont135 {
  margin-top: 2vh;
  margin-left: 1.6667vw;
  width: 16vw;
  height: 3.8889vh;
}

.nh-cont1351 {
  float: left;
  width: 9.9vw;
  height: 3.8889vh;

  border-radius: 0.9259vh;
  padding-left: 2.92vw;
  background: url("../img/t10.png") center left 0.625vw no-repeat;
  background-size: auto 2.5vh;
  background-color: rgba(228, 232, 229, 0.6);
}

.nh-cont1351 input {
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #333;
  outline: none;
  background: none;
  border: 0;
  padding-left: 10px;
}

.nh-cont1352 {
  float: right;
  font-size: 0;
}

.nh-cont1352 img {
  width: 5.625vw;
}

.nh-cont136 {
  margin-top: 1.3889vh;
  margin-bottom: 1.3889vh;
  margin-left: 1.6667vw;
  font-size: 1.4815vh;
  color: #525050;
  cursor: pointer;
}

.nh-cont137 {
  margin-left: 1.6667vw;
  width: 16vw;
  height: 3.8889vh;
  line-height: 3.8889vh;
  text-align: center;
  border-radius: 0.9259vh;
  background-color: #e3a84f;
  font-size: 2.2222vh;
  color: #fff;
  cursor: pointer;
}

.hidden {
  display: none;
}

.date {
  position: absolute;
  right: -90px;
  top: 40px;
  margin: 0px 15px 0 0;
  color: #2e4972;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.text-slide {
  animation: identifier 10s ease-out reverse infinite;
  animation-delay: 2s;
}

@keyframes identifier {
  0% {
    transform: translateY(0px);
  }
  10% {
    transform: translateY(-60px);
  }
  20%{
    transform: translateY(-120px);
  }
  30% {
    transform: translateY(-180px);
  }
  40%{
    transform: translateY(-240px);
  }

  50% {
    transform: translateY(-240px);
  }
  60% {
    transform: translateY(-240px);
  }
  70%{
    transform: translateY(-180px);
  }
  80% {
    transform: translateY(-120px);
  }
  90%{
    transform: translateY(-60px);
  }
  100% {
    transform: translateY(0px);
  }
}
