@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext);

.nev-main{
	width:100%;
	min-height:500px;
    font-family: lato;
}

.nev-header-cont {
  background: #d5e0e6 url("../images/nev_header_bg.jpg") no-repeat scroll center center/auto 95%;
  height: 508px;
}

.nev-main-cont {
  min-height: 510px;
  width: 1000px;
}

.nev-main-tit {
  color: #00b1b5;
  font-size: 31px;
  padding: 38px 0;
}

.nev-ico-cont {
  width: 114%;
}

.nev-item-cont {
  border-bottom: 2px solid #3ad2c3;
  float: left;
  margin: 0 44px 0 0;
  min-height: 367px;
  width: 165px;
}

.nev-item-ico {
  height: 145px;
  width: 145px;
}

.nev-item-tit {
  color: #01b0b3;
  font-size: 15px;
  font-weight: bold;
  margin: 11px 0;
}

.nev-item-txt {
  text-align: justify;
}

.nev-footer-cont {
  background: #3ad2c3 none repeat scroll 0 0;
  min-height: 895px;
}

.nev-main-footer-cont {
  min-height: 510px;
  width: 1000px;
}

.nev-ico-footer-cont {
  min-height: 405px;
  width: 114%;
}

.nev-footer-ico {
  height: 305px;
  width: 100%;
}

.nev-footer-tit {
  color: white;
  font-size: 26px;
  margin: 0 0 15px;
  width: 500px;
}

.nev-footer-txt {
  color: #702383;
  font-size: 23px;
}

.nev-footer-item-cont {
  border-bottom: 3px solid white;
  color: white;
  float: left;
  margin: 0 46px 0 0;
  min-height: 338px;
  padding: 30px 0 0;
  width: 215px;
}

.nev-footer-item-ico {
  border: 4px solid white;
  border-radius: 130px;
  box-shadow: 8px 9px 17px -4px #666;
  height: 130px;
  width: 130px;
}

.nev-footer-item-tit {
  font-size: 16px;
  font-weight: bold;
  margin: 16px 0;
}

.nev-footer-item-txt {
  text-align: justify;
}


.fancybox-wrap {
  top: 100px !important;
}
