@charset "UTF-8";

/* 导航 */
.hz-logo{
  width: 110px;
  margin-top: 3.5px;

}
/* 轮播图 */
.lbt-img{
  width: 100%;
  height: 600px;
}
/* 内容 */
.external{
  width: 100%;
  background-color: #e9f4e3;
}
.img-nobj{
  width: 1440px;
  margin: 0 auto;
}
.img-nobj img{
  width: 1440px;
}
.img-rq{
  width: 1440px;
  margin: 0 auto;
}
.external img{
  width: 1440px;
  margin: 0 auto;
}
.external-nr2{
  margin-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .sjd{
    width: 100%;
  } 
  .addr{
    margin-left: 0!important;
  }
  .lbt-img{
    height: 300px;
  }
}

body {
  box-sizing: border-box;
  color: #000;
  background-color: #FFF;
}

.container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
}

header.header {
  position: relative;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  background-color: #FFF;
}

header.header .header-top {
  position: relative;
  margin: 0 auto;
  padding-top: 34px;
  width: 1000px;
  max-width: 100%;
  height: 106px;
}

header.header .header-top .header-left,
header.header .header-top .header-right {
  position: absolute;
  top: 34px;
  font-size: 0;
}

header.header .header-top .header-left {
  left: 0;
  top: 45px;
  height: 32px;
  color: #323232;
}

header.header .header-top .header-left .logo {
  width: 215px;
}

header.header .header-top .header-left .div {
  margin: 0 15px 0 18px;
  position: relative;
}

header.header .header-top .header-left .div::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 32px;
  background-color: #E5E5E5;
}

header.header .header-top .header-left .normal {
  font-size: 20px;
}

header.header .header-top .header-left .bold {
  font-size: 20px;
  font-weight: bold;
}

header.header .header-top .header-right {
  right: 0;
  height: 54px;
}

header.header .header-top .header-right .tel-tip {
  display: inline-block;
  width: 151px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  background-image: url("../images/bg-btn.png");
  background-size: 100% 100%;
}

header.header .header-top .header-right .tel {
  margin-top: 15px;
  height: 20px;
  line-height: 20px;
  color: #6BAB30;
  font-size: 17px;
}

header.header .mini-nav {
  position: relative;
  display: none;
  height: 62px;
  z-index: 10;
}

header.header .mini-nav .toggler {
  float: right;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
}

header.header .mini-nav .toggler .toggler-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

header.header .mini-nav > img {
  position: absolute;
  top: 50%;
  left: 12px;
  min-width: 216px;
  height: auto;
  transform: translateY(-50%);
}

header.header #mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 1;
  background: #0F7A3A;
  opacity: 0.2;
}

nav.nav {
  position: relative;
  text-align: center;
  background-color: #0F7A3A;
  z-index: 3;
  /* height: 500px; */
  /* overflow: hidden; */
}

nav.nav ul.nav-bar {
  display: inline-block;
  position: relative;
  font-size: 0;
  /* width: 1000px; */
  text-align: left;
  /* top: 60px; */
}

nav.nav ul.nav-bar li.nav-item {
  display: inline-block;
  transition: all 0.4s;
}
nav.nav ul.nav-bar li.nav-item a:hover{
  border-bottom: 2px solid #fff;
}

nav.nav ul.nav-bar li.nav-item > a {
  display: block;
  padding: 0 40px;
  height: 62px;
  line-height: 62px;
  color: #FFF;
  font-size: 16px;
}

nav.nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

footer.footer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 175px;
  background-color: #323232;
  text-align: center;
}

footer.footer span {
  display: inline-block;
  position: relative;
  margin: 10px 0;
  line-height: 1;
  color: #fff;
  font-size: 16px;
}

.banner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.banner img {
  width: 100%;
}

.banner .carousel-indicators li {
  background-color: transparent;
  border: 1px solid #fff;
}

.banner .carousel-indicators li.active {
  background-color: #6BAB30;
}

.feature ul {
  display: inline-block;
  padding-top: 72px;
}

.feature ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  padding: 19px 0;
  width: 448px;
  font-size: 14px;
  line-height: 1;
}

.feature ul li .circle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  margin: 7px 16px 7px 0;
  width: 21px;
  height: 21px;
  background-color: #6BAB30;
  border-radius: 50%;
  color: #FFF;
}

.feature ul li .title {
  margin-bottom: 10px;
  font-weight: bold;
}

.feature .image {
  margin-top: 100px;
  padding-right: 45px;
}

.feature .image > img {
  width: 500px;
}

.quality {
  margin-top: 36px;
}

.quality .image {
  margin: 22px 0 44px 114px;
}

.quality .image > img {
  width: 357px;
}

.quality .content {
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 46px;
  width: 466px;
  height: 182px;
}

.quality .title {
  font-size: 20px;
}

.security {
  /* height: 514px; */
  background-color: #F7F7F7;
}

.security .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0;
  height: 246px;
  max-width: 100%;
}

.security .content .item {
  margin: 10px auto 40px;
  width: 166px;
  height: 246px;
}

.security .content .item .circle {
  margin: auto 15px;
  cursor: pointer;
}

.security .content .item .circle:hover {
  background-color: #6BAB30;
}

.security .content .item .circle:hover .iconfont {
  color: #FFF;
}

.security .content .item .iconfont {
  font-size: 67px;
}

.security .content .item .iconfont.md {
  font-size: 50px;
}

.security .content .item .iconfont.sm {
  font-size: 46px;
}

.security .content .item .line {
  margin: auto 69px;
}

.security .content .item .hint {
  margin: 20px 0 10px 0;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.security .content .item .describe {
  line-height: 1.8;
}

.security .content .div {
  margin: 0 30px;
  height: 98%;
}

.sample {
  height: 234px;
  background-color: #323232;
}

.sample h2 {
  padding-top: 52px;
}

.sample .tel {
  margin-top: 22px;
  color: #FFF;
  font-size: 23px;
}

.sample .tel-btn {
  margin-top: 28px;
  width: 99px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  background-image: url("../images/button.png");
  background-size: 100% 100%;
}

.solution {
  height: 684px;
  background-color: #F7F7F7;
}

.solution .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  margin-top: 10px;
  width: 1000px;
  max-width: 100%;
}

.solution .content .card {
  position: relative;
  margin-top: 34px;
  padding-top: 8px;
  width: 480px;
  height: 200px;
  border: 1px solid transparent;
  border-radius: 15px;
  background-color: #FFF;
}

.solution .content .card .describe {
  padding-top: 20px;
  padding-left: 40px;
}

.solution .content .card .describe.more {
  width: 280px;
}

.solution .content .card .describe.most {
  width: 364px;
}

.solution .content .card .tag {
  margin-top: 10px;
  padding: 6px 0 6px 38px;
  width: 218px;
  height: 32px;
  line-height: 1;
  background-image: url("../images/tag.png");
  font-size: 20px;
  color: #FFF;
}

.solution .content .card .image {
  position: absolute;
  top: 40px;
  right: -20px;
  width: 183px;
}

.solution .content .card .image > img {
  width: 100%;
}

.solution .content .card:hover {
  border: 1px solid #6BAB30;
  cursor: pointer;
}

.about {
  padding-bottom: 60px;
}

.about .describe {
  max-width: 1100px;
  padding: 55px 50px;
  margin: 0 auto;
  text-align: center;
}

.about .image {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.contact {
  padding-bottom: 80px;
  background-color: #f6f6f6;
}

.contact .content {
  margin-top: 50px;
}

.contact .content .image {
  margin-right: 56px;
  width: 600px;
  height: 273px;
}

.contact .content .addr {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
}

.contact .content .addr > div {
  margin-bottom: 30px;
}

/* 小组件样式 */
h2 {
  padding-top: 66px;
  line-height: 1;
  color: #6BAB30;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
}

h3 {
  padding-top: 20px;
  line-height: 1;
  color: #323232;
  text-align: center;
  font-size: 16px;
}

.blue {
  color: #456DB5;
}


.image {
  display: inline-block;
}

.image > img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.describe {
  line-height: 1.5;
  font-size: 12px;
  color: #323232;
}

.line {
  display: inline-block;
  width: 28px;
  height: 5px;
  background-color: #6BAB30;
  border-radius: 3px;
}

/* 1像素灰色分割线 */
.div {
  position: relative;
  display: inline-block;
  border: none;
}

.div::after {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  /* border: 1px solid #E5E5E5; */
  transform: scaleX(0.5);
  transform-origin: 0 0;
  content: '';
}

/* 白色圆 */
.circle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  width: 136px;
  height: 136px;
  background: white;
  box-shadow: 0px 0px 18px 0px rgba(67, 67, 67, 0.04);
  border-radius: 50%;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-warp {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 1;
  flex-basis: 0;
}

.flex-warp-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.align-items-start {
  align-items: start;
}

.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.w-full {
  width: 100%;
}

/* 媒体查询 */
@media only screen and (min-width: 728px) and (max-width: 1000px) {
  header.header {
    height: 60px;
  }
  header.header .header-top {
    padding-top: 24.75px;
    width: 728px;
    height: 77.17px;
  }
  header.header .header-top .header-left,
  header.header .header-top .header-right {
    top: 24.752px;
  }
  header.header .header-top .header-left {
    top: 32.76px;
    height: 23.3px;
  }
  header.header .header-top .header-left .div {
    margin: 0 10.92px 0 13.1px;
  }
  header.header .header-top .header-left .div::after {
    height: 23.3px;
  }
  header.header .header-top .header-left .normal {
    font-size: 14.56px;
  }
  header.header .header-top .header-left .bold {
    font-size: 14.56px;
  }
  header.header .header-top .header-right {
    height: 39.31px;
  }
  header.header .header-top .header-right .tel-tip {
    width: 109.93px;
    height: 16.02px;
    line-height: 16.02px;
    font-size: 10.19px;
  }
  header.header .header-top .header-right .tel {
    margin-top: 10.92px;
    height: 14.56px;
    line-height: 14.56px;
    font-size: 13.1px;
  }
  nav.nav {
    height: 60px;
  }
  nav.nav ul.nav-bar {
    width: 728px;
  }
  nav.nav ul.nav-bar li.nav-item > a {
    padding: 0 28px;
    height: 60px;
    line-height: 60px;
    font-size: 11.648px;
  }
  footer.footer {
    height: 127.4px;
  }
  footer.footer span {
    margin: 7.28px 0;
    font-size: 11.648px;
  }
  .feature ul {
    padding-top: 52.416px;
  }
  .feature ul li {
    padding: 13.832px 0;
    width: 326.144px;
    font-size: 10.19px;
  }
  .feature ul li .circle {
    margin: 5.096px 11.648px 5.096px 0;
    width: 15.288px;
    height: 15.288px;
  }
  .feature ul li .title {
    margin-bottom: 7.28px;
  }
  .feature .image {
    margin-top: 30.576px;
    padding-right: 32.76px;
  }
  .feature .image > img {
    width: 364px;
  }
  .quality {
    margin-top: 26.208px;
  }
  .quality .image {
    margin: 16.02px 0 32.032px 110.19px;
  }
  .quality .image > img {
    width: 259.9px;
  }
  .quality .content {
    margin-top: 33.488px;
    width: 339.248px;
    height: 168px;
  }
  .quality .title {
    font-size: 14.56px;
  }
  .security {
    height: 510.19px;
  }
  .security .content {
    margin: 29.12px 0;
    height: 251.888px;
  }
  .security .content .item {
    margin: 7.28px auto 29.12px;
    width: 120.848px;
    height: 251.888px;
  }
  .security .content .item .circle {
    margin: auto 10.92px;
  }
  .security .content .item .iconfont {
    font-size: 48.776px;
  }
  .security .content .item .iconfont.md {
    font-size: 36.4px;
  }
  .security .content .item .iconfont.sm {
    font-size: 33.488px;
  }
  .security .content .item .line {
    margin: auto 50.232px;
  }
  .security .content .item .hint {
    margin: 14.56px 0 7.28px 0;
    font-size: 11.648px;
  }
  .security .content .div {
    margin: 0 21.84px;
  }
  .sample {
    height: 170.352px;
  }
  .sample h2 {
    padding-top: 37.856px;
  }
  .sample .tel {
    margin-top: 16.02px;
    font-size: 16.744px;
  }
  .sample .tel-btn {
    margin-top: 20.384px;
    width: 72.072px;
    height: 23.3px;
    line-height: 23.3px;
    font-size: 10.19px;
  }
  .solution {
    height: 497.952px;
  }
  .solution .content {
    margin-top: 7.28px;
    width: 728px;
  }
  .solution .content .card {
    margin-top: 24.752px;
    padding-top: 5.824px;
    width: 349.44px;
    height: 145.6px;
    border-radius: 10.92px;
  }
  .solution .content .card .describe {
    padding-top: 14.56px;
    padding-left: 29.12px;
  }
  .solution .content .card .describe.more {
    width: 232px;
  }
  .solution .content .card .describe.most {
    width: 276px;
  }
  .solution .content .card .tag {
    margin-top: 7.28px;
    padding: 4.368px 0 4.368px 27.664px;
    width: 213.1px;
    height: 23.3px;
    font-size: 14.56px;
  }
  .solution .content .card .image {
    top: 29.12px;
    right: -14.56px;
    width: 133.224px;
  }
  .about {
    height: 476.84px;
  }
  .about .content {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .about .describe {
    margin: 0 auto;
    padding: 40.04px 36.4px;
    width: 655.2px;
  }
  .about .image {
    max-width: 529.984px;
  }
  .contact .content {
    margin-top: 36.4px;
  }
  .contact .content .image {
    margin-right: 40.768px;
  }
  .contact .content .addr {
    font-size: 11.648px;
  }
  .contact .content .addr > div {
    margin-bottom: 21.84px;
  }
  /* 小组件样式 */
  h2 {
    padding-top: 48.048px;
    font-size: 21.84px;
  }
  h3 {
    padding-top: 14.56px;
    font-size: 11.648px;
  }
  .describe {
    font-size: 8.736px;
  }
  .line {
    width: 20.384px;
    height: 3.64px;
    border-radius: 2.184px;
  }
  /* 白色圆 */
  .circle {
    width: 99.008px;
    height: 99.008px;
    box-shadow: 0px 0px 13.1px 0px rgba(67, 67, 67, 0.04);
  }
}

@media only screen and (max-width: 727px) {
  header.header {
    position: fixed;
    top: 0;
    left: 0;
  }
  header.header .header-top {
    display: none;
  }
  header.header .mini-nav {
    display: block;
    background-color: #0F7A3A;
  }
  header.header .mini-nav > img {
    min-width: auto;
    max-width: 150px;
  }
  nav.nav {
    position: absolute;
    top: -900%;
    left: 0;
    right: 0;
    opacity: 0.9;
    transition: all 0.6s;
  }
  nav.nav ul.nav-bar {
    display: block;
  }
  nav.nav ul.nav-bar li.nav-item {
    display: block;
  }
  nav.nav ul.nav-bar li.nav-item > a {
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
    font-size: 12px;
  }
  nav.nav.fixed {
    position: absolute;
  }
  footer.footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 120px;
  }
  footer.footer h3 {
    padding: 0;
  }
  footer.footer span {
    margin: 3.6px 0;
    font-size: 5.76px;
  }
  .banner {
    margin-top: 62px;
  }
  .feature ul {
    padding: 20px 20px;
    width: 100%;
  }
  .feature ul li {
    padding: 14px 0px;
    font-size: 10px;
    width: 100%;
  }
  .feature ul li .circle {
    margin: 7px 5.76px 7px 0;
    width: 21px;
    height: 21px;
  }
  .feature ul li .title {
    font-size: 900;
    margin-bottom: 3.6px;
  }
  .feature .image {
    margin: 30px auto 0 auto;
    padding: 0;
    width: 66.67%;
  }
  .quality {
    margin-top: 0;
  }
  .quality .image {
    margin: 22px 60px 0px 60px;
    width: 100%;
  }
  .quality .content {
    margin: 20px 20px 40px;
    width: auto;
    height: auto;
    text-align: center;
  }
  .quality .title, .quality .line {
    display: none;
  }
  .security {
    height: auto;
  }
  .security .content {
    margin: 40px 24px;
    height: auto;
  }
  .security .content .item {
    margin: 3.6px auto 40px;
    width: 124px;
    height: auto;
  }
  .security .content .item .circle {
    margin: auto 15px;
  }
  .security .content .item .iconfont {
    font-size: 52px;
  }
  .security .content .item .iconfont.md {
    font-size: 36px;
  }
  .security .content .item .iconfont.sm {
    font-size: 32px;
  }
  .security .content .item .line {
    display: block;
    margin: 6px auto;
  }
  .security .content .item .hint {
    margin: 20px 0 3.6px 0;
    font-size: 10px;
  }
  .security .content .div {
    display: none;
    margin: 0 30px;
  }
  .sample {
    height: 124px;
  }
  .sample h2 {
    padding-top: 26px;
  }
  .sample .tel {
    margin-top: 12px;
    font-size: 12px;
  }
  .sample .tel-btn {
    margin-top: 6px;
    width: 99px;
    height: 32px;
    line-height: 32px;
    font-size: 10px;
    transform: scale(0.6);
  }
  .solution {
    height: auto;
  }
  .solution .content {
    transform: scale(0.9);
    margin-top: -10px;
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .solution .content .card {
    margin-top: 0px;
    margin-bottom: 34px;
    padding-top: 8px;
    width: 480px;
    height: 210px;
    border-radius: 15px;
  }
  .solution .content .card .describe {
    padding-top: 16px;
    padding-left: 20px;
  }
  .solution .content .card .describe.more {
    width: 226px;
  }
  .solution .content .card .describe.most {
    width: 260px;
  }
  .solution .content .card .tag {
    margin-top: 3.6px;
    padding: 6px 0 6px 20px;
    width: 180px;
    height: 32px;
    font-size: 20px;
    background-size: 100% 100%;
  }
  .solution .content .card .image {
    top: 82px;
    right: -20px;
    width: 140px;
  }
  .about {
    height: auto;
  }
  .about .describe {
    margin-top: 22px;
    margin-bottom: 24px;
    padding: 0 18px;
    width: 100%;
  }
  .about .image {
    margin-top: 26px;
  }
  .contact {
    overflow: hidden;
  }
  .contact .content {
    margin: 26px 38px 0 38px;
  }
  .contact .content .image {
    width: 100%;
    margin: 0;
  }
  .contact .content .addr {
    margin-top: 26px;
    font-size: 10px;
    margin-left: 60px;
  }
  .contact .content .addr > div {
    margin-bottom: 16px;
  }
  /* 小组件样式 */
  h2 {
    padding-top: 32px;
    font-size: 16px;
  }
  h3 {
    padding-top: 20px;
    font-size: 10px;
    letter-spacing: -0.2px;
  }
  .describe {
    font-size: 12px;
  }
  .line {
    width: 28px;
    height: 5px;
    border-radius: 3px;
  }
  /* 白色圆 */
  .circle {
    width: 90px;
    height: 90px;
    box-shadow: 0px 0px 18px 0px rgba(67, 67, 67, 0.04);
  }
}
