.fnt_120 {
  font-size: 120px;
}

.modular1 {
  padding: 5% 0;
  overflow: hidden;
  font-size: 0;
}

.modular1 .left,
.modular1 .right {
  width: 500px;
  display: inline-block;
  vertical-align: middle;
}

.modular1 .right {
  width: calc(100% - 500px);
}

.modular1 .right ul {
  overflow: hidden;
}

.modular1 .right li {
  font-size: 14px;
  width: 33.33%;
  float: left;
  text-align: right;
  padding: 3%;
  box-sizing: border-box;
}

.modular1 .right li > div{
  font-weight: bold;
}

.modular2 {
  background: #f6f6f6;
  padding: 8% 0;
}

.modular2 h1 {
  margin-bottom: 1em; text-align: center;
  font-weight: bold;
}

.modular2 ul {
  margin: -1%;
  overflow: hidden;
}

.modular2 ul li {
  line-height: 2;
  float: left;
  background: #fff;
  width: 31.33%;
  margin: 1.5% 1%;
  box-shadow: 0 0 5px 5px rgba(0,0,0,0.06);
  /* border-bottom: 4px solid  linear-gradient(to right, #b7fff4 , #00778b); */
}
.modular2 ul li a:hover h2{color: #00778b;}

.modular2 ul li::after{
  content: '';
  display: none;
  width: 100%;
  height: 4px;
  bottom: 0;
  background-image: linear-gradient(to right, #b7fff4 , #00778b);
}

.modular2 ul li a {
  display: block;
  padding: 5% 8% 0;
  box-sizing: border-box;
}
.modular2 ul li a:nth-child(2){
  margin-bottom: 8%;
  padding-top: 0;
  margin-top: 4%;
  display: inline-block;
}
.modular2 ul li h2{
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  max-height: 3em;
  height: 3em;
  text-overflow: ellipsis;
  overflow: hidden;
}
.modular2 ul li h3{
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 10px;
}

.modular2 ul li i {
  display: inline-block;
  font-size: 20px; color: #00778b;
}

.modular2 ul li .download {
  display: inline-block;
  width: 23px;
  height: 21px;
  background: url(../images/down_icon.png) 0 0 no-repeat;
  margin-top: 1em;
}
.modular2 ul li:hover .download {
  background: url(../images/down_icon_hover.png) 0 0 no-repeat;
}

.modular2 .more {
  text-align: center;
  margin-top: 3%;
}

.modular2 .more a {
  display: inline-block;
  border: 1px solid #222;
  color: #222;
  padding: 10px 20px;
  border-radius: 20px;
}

.modular2 .more a:hover {
  color: #fff !important;
  background: #00778b;
  border-color: #00778b;
}

.modular3 { background: #fff; padding: 5% 0;
  /*position: relative;
  background: no-repeat center center;
  background-size: cover;*/
}

.modular3 .wrap {
  /*position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
}

.modular3>img {
  width: 100%;
}

.modular3 h2 {
  text-align: center;
  color: #222;
  margin-bottom: 3%;
  font-weight: bold;
}

.modular3 ul {
  color: #222;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  /*margin-left: -2%;*/
  padding-top: 4%;
}

.modular3 ul a {
  color: #222;
  display: block;
  margin-top: 0.5em;
}
.modular3 ul a:hover{color: #222 !important;}
.modular3 ul li:nth-child(3) a{
  color: #00778b !important;
}
.modular3 ul a.tel_link:hover{cursor: default;}


.modular3 li {
  display: inline-block;
  /*margin: 4%;*/
  width: 33.333%;
}

.modular3 li>img {
  margin-bottom: 1.5em;
  max-width: 100px;
  max-height: 100px;
}
.modular3 li:nth-child(3) a:hover{color: #00778b !important;}
@media only screen and (max-width: 768px) {
  .modular2 .more a{font-size: 12px;padding: 2px 10px;}
  .modular2 ul{overflow: unset;}
  .modular3 {
    padding: 8% 0;
  }

  .modular3>img {
    display: none;
  }

  .modular3 .wrap {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }

  .modular2 ul li,
  .modular3 li {
    width: auto;
    display: block;
    float: none;
    margin: 12% 0;
  }
  .modular3 li{text-align: left;}
  .modular2 ul li {
    margin: 2% 0;
  }

  .modular1 .left,
  .modular1 .right {
    display: block;
  }

  .fnt_120 {
    font-size: 60px;
  }

  .modular1 .right {
    width: 100%;
    margin-top: 8%;
  }

  .modular1 .right li {
    text-align: left;
  }

  .modular3 li>img {
    max-width: 50px;
    max-height: 50px;
    float: left;
    margin-left: 30px;
    margin-right: 20px;
  }

  .modular2 .more {
    margin-top: 5%;
  }
}