@charset "UTF-8";
@font-face {
  font-family: "FELIXTI";
  src: url("../fonts/FELIXTI.TTF");
}
@font-face {
  font-family: "NOTOSANSJP-MEDIUM";
  src: url("../fonts/NOTOSANSJP-MEDIUM.OTF");
}
@font-face {
  font-family: "NOTOSANSJP-REGULAR";
  src: url("../fonts/NOTOSANSJP-REGULAR.OTF");
}
@font-face {
  font-family: "BANANASLIPPLUS";
  src: url("../fonts/BANANASLIPPLUS.OTF");
}
@font-face {
  font-family: "KOZGOPR6N-REGULAR";
  src: url("../fonts/KOZGOPR6N-REGULAR.OTF");
}
.animate__animated.animate__delays {
  animation-delay: 0.3s;
  animation-delay: var(--animate-delay);
}

body {
  overflow-x: hidden;
}

.wrap {
  width: 88.54%;
  margin: 0 auto;
}

.indexSectionMain {
  overflow-x: hidden;
}

.indexNavMain {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 104px;
  background-color: rgba(0, 117, 159, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 999;
}
.indexNavMain .indexNavBox > a {
  float: left;
  width: 133px;
  height: 136px;
  background-color: #fff;
  line-height: 136px;
  text-align: center;
}
.indexNavMain .indexNavBox > a img {
  display: inline-block;
  vertical-align: middle;
}
.indexNavMain .indexNavBox > a img:hover {
  opacity: 0.8;
}
.indexNavMain .indexNavBox ul {
  float: right;
  text-align: right;
}
.indexNavMain .indexNavBox ul li {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  margin-left: 4em;
  font: normal 18px/104px "游明朝";
  color: #fff;
}
.indexNavMain .indexNavBox ul li a {
  display: block;
  color: #fff;
  position: relative;
}
.indexNavMain .indexNavBox ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease;
}
.indexNavMain .indexNavBox ul li a:hover:after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.indexNavMain .indexNavBox .phoneNavBtn {
  display: none;
}

.indexBannerBox {
  position: relative;
}
.indexBannerBox .bg {
  display: block;
  width: 100%;
  height: auto;
}
.indexBannerBox .txt {
  position: absolute;
  left: 5.73%;
  top: 0;
  width: 100%;
  margin-top: 20%;
}
.indexBannerBox .txt img {
  display: block;
  width: 37.5%;
}
.indexBannerBox .txt h1 {
  width: 250px;
  height: 36px;
  margin-top: 2.6%;
  background-color: #fff;
  font: normal 20px/36px "NOTOSANSJP-REGULAR";
  color: #436d61;
  text-align: center;
}

.title {
  padding-top: 102px;
}
.title h2 {
  font: normal 48px/64px "FELIXTI";
  color: #2b3339;
}
.title strong {
  position: relative;
  display: block;
  margin-top: 45px;
  margin-right: 230px;
  font: bold 48px/60px "游明朝";
  color: #39655e;
  text-align: right;
  z-index: 3;
  text-shadow: 0 -2px 2px #fff, 2px -2px 2px #fff, 2px 0 2px #fff, 2px 2px 2px #fff, 0 2px 2px #fff, -2px 2px 2px #fff, -2px 0 2px #fff, -2px -2px 2px #fff; /*左上*/
}
.title p {
  font: normal 18px/50px "NOTOSANSJP-REGULAR";
  color: #666;
}

.indexAboutMain {
  background: url(../images/indexBg01.png) no-repeat right top;
}
.indexAboutMain p {
  width: 670px;
  margin-bottom: 56px;
  font: normal 16px/56px "NotoSansJP";
  color: #5e5e5e;
}
.indexAboutMain .btn a {
  display: inline-block;
  width: 320px;
  height: 94px;
  padding: 18px 40px 14px 0;
  margin-right: 28px;
  border: 1px solid #3b4c4a;
  background: url(../images/icon01.png) no-repeat;
  background-position: 240px center;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.5s;
}
.indexAboutMain .btn a strong {
  display: block;
  font: normal 24px/30px "FELIXTI";
  color: #222;
  letter-spacing: 1px;
}
.indexAboutMain .btn a span {
  display: block;
  font: normal 14px/28px "NOTOSANSJP-REGULAR";
  color: #a5a5a5;
}
.indexAboutMain .btn a:hover {
  background-position: 250px center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.indexAboutMain .img {
  position: absolute;
  right: 0;
  top: 102px;
}

.indexBusinessMain {
  padding-bottom: 100px;
  background: url(../images/indexBg03.png) no-repeat center bottom;
  position: relative;
}
.indexBusinessMain .title {
  padding-bottom: 88px;
  background: url(../images/indexBg02.png) no-repeat center top;
  text-align: center;
  background-size: 500px auto;
}
.indexBusinessMain ul li {
  float: left;
  width: 30.75%;
  position: relative;
}
.indexBusinessMain ul li a {
  display: block;
}
.indexBusinessMain ul li a .img {
  width: 100%;
  overflow: hidden;
}
.indexBusinessMain ul li a .img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.indexBusinessMain ul li a .img img:hover {
  transform: scale(1.1);
}
.indexBusinessMain ul li a .txt {
  padding: 24px 16px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.indexBusinessMain ul li a .txt p {
  font: normal 16px/24px "NOTOSANSJP-REGULAR";
  color: #222;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.indexBusinessMain ul li a .tag {
  position: absolute;
  left: 0;
  top: -60px;
  width: 45px;
  height: 136px;
  padding: 0 10px;
  background-image: linear-gradient(-105deg, #49a3a3, #85b986);
  line-height: 136px;
  box-sizing: border-box;
  text-align: center;
}
.indexBusinessMain ul li a .tag span {
  display: inline-block;
  font: normal 24px/26px "NOTOSANSJP-REGULAR";
  color: #fff;
  vertical-align: middle;
}
.indexBusinessMain ul li:nth-child(1) .tag {
  height: 160px;
  line-height: 160px;
}
.indexBusinessMain ul li:nth-child(2) {
  margin: 0 3.875%;
}

.indexNewsMain {
  width: 100%;
  padding-bottom: 100px;
  background: url(../images/indexBg04.png) no-repeat center bottom;
}
.indexNewsMain .title {
  padding-top: 44px;
  padding-bottom: 30px;
}
.indexNewsMain .title p {
  margin-top: 6px;
}
.indexNewsMain .indexNewsList li {
  padding: 18px 0 17px;
  border-bottom: 1px solid #e5e5e5;
}
.indexNewsMain .indexNewsList li a {
  display: block;
  position: relative;
}
.indexNewsMain .indexNewsList li a .time {
  position: absolute;
  left: 0;
  top: 0;
  font: normal 16px/24px "Arial";
  color: #999;
}
.indexNewsMain .indexNewsList li a .tag {
  position: absolute;
  left: 116px;
  top: 0;
  padding: 0 10px;
  background-image: linear-gradient(-105deg, #49a3a3, #85b986);
  font: normal 14px/24px "Yu Gothic UI";
  color: #fff;
}
.indexNewsMain .indexNewsList li a p {
  height: 24px;
  padding-left: 200px;
  font: normal 16px/24px "Yu Gothic UI";
  color: #222;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.indexNewsMain .indexNewsList li a:hover p {
  color: #109e41;
}

.footerBox {
  padding: 72px 0 82px;
  background: #2b3339;
  position: relative;
}
.footerBox .footerLogo {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -85px;
}
.footerBox .footerLogo img {
  display: block;
}
.footerBox p {
  float: left;
  margin-top: 42px;
  font: normal 16px/40px "游明朝";
  color: #fff;
}
.footerBox ul {
  float: right;
  margin-top: 14px;
  width: 260px;
  font: normal 18px/50px "游明朝";
}
.footerBox ul li {
  display: inline-block;
  width: 110px;
  margin-right: 30px;
}
.footerBox ul li a {
  display: inline-block;
  color: #fff;
  position: relative;
}
.footerBox ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease;
}
.footerBox ul li a:hover:after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.footerBox ul li:nth-child(2n) {
  width: 100px;
  margin-right: 0;
}

.pageTop {
  position: fixed;
  left: 50%;
  bottom: 36%;
  margin-left: -720px;
}
.pageTop .pageTopLink {
  line-height: 1;
  display: block;
  color: #109e41;
  font-size: 14px;
  white-space: nowrap;
}
.pageTop .pageTopTxt {
  display: block;
  width: 11px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  font-family: "lmyy";
}
.pageTop .pageTopLine {
  position: relative;
  display: block;
  width: 1px;
  height: 80px;
  margin: 0 auto;
  background-color: #77d196;
}
.pageTop .pageTopLine::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 80px;
  background: #109e41;
  animation: scroll-top-bar 3s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes scroll-top-bar {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
}
.leftMenu_z {
  display: none;
}

#leftMenu {
  display: none;
}

.subpage .indexNavMain {
  background-color: rgba(0, 117, 159, 0);
}

.Bg {
  background-color: rgba(0, 117, 159, 0.5) !important;
}

.subBannerMain {
  position: relative;
  height: 560px;
  background: url(../images/subBanner01.jpg) no-repeat center top;
}
.subBannerMain > div {
  padding-top: 234px;
}
.subBannerMain span {
  display: block;
  font: bold 60px/60px "Arial";
  color: #fff;
  text-transform: uppercase;
}
.subBannerMain h1 {
  font: normal 40px/76px "Helvetica Neue";
  color: #fff;
}

.subTitle {
  position: relative;
  border-bottom: 2px solid #d2d4d6;
}
.subTitle span {
  float: left;
  font: normal 48px/68px "BANANASLIPPLUS";
  color: #2b3339;
  text-transform: uppercase;
}
.subTitle h2 {
  float: right;
  font: bold 28px/68px "Helvetica Neue";
  color: #2e373e;
}
.subTitle h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 72px;
  height: 2px;
  background-color: #66b383;
}

.subCompanyMain01 {
  padding: 108px 0 140px;
  background: url(../images/subBg01.png) no-repeat center bottom;
}
.subCompanyMain01 .img {
  float: left;
  margin-top: 90px;
  width: 40.58%;
  overflow: hidden;
  transition: all 0.5s;
}
.subCompanyMain01 .img img {
  display: block;
  width: 100%;
}
.subCompanyMain01 .img:hover {
  transform: translateY(-10px);
}
.subCompanyMain01 .txt {
  float: right;
  width: 57%;
  margin-top: 90px;
}
.subCompanyMain01 .txt p {
  font: normal 18px/46px "KOZGOPR6N-REGULAR";
  color: #5e5e5e;
  text-align: justify;
}

.subCompanyMain02 {
  padding-top: 50px;
  padding-bottom: 120px;
}
.subCompanyMain02 .subTitle02 {
  position: absolute;
  right: 0;
  top: -76px;
  padding: 56px 20px 150px;
  background-color: #109e41;
}
.subCompanyMain02 .subTitle02 span {
  float: left;
  display: block;
  font: normal 48px/70px "BANANASLIPPLUS";
  color: #fff;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
.subCompanyMain02 .subTitle02 h2 {
  float: left;
  font: bold 40px/60px "Helvetica Neue";
  color: #fff;
  writing-mode: vertical-rl;
}
.subCompanyMain02 .subTitle02::before {
  content: "";
  position: absolute;
  right: -15px;
  bottom: -15px;
  width: 100%;
  height: 100%;
  border: 5px solid #109e41;
}
.subCompanyMain02 .subTable {
  width: 77%;
  border-collapse: collapse;
}
.subCompanyMain02 .subTable td {
  border-bottom: 1px solid #f0f1f1;
  font: normal 18px/46px "Helvetica Neue";
  color: #515151;
}
.subCompanyMain02 .subTable td.firstTd {
  width: 25%;
  text-indent: 20px;
  font-weight: bold;
}
.subCompanyMain02 .subTable td.secondTd {
  width: 75%;
  padding: 14px 20px 8px;
  text-align: justify;
}

.subCompanyMain03 {
  padding: 90px 0 80px;
  background: url(../images/subBg02.png) no-repeat center top;
}
.subCompanyMain03 .w1200 {
  padding: 80px 6.45%;
  border: 8px solid #109e41;
  border-radius: 74px;
  box-sizing: border-box;
}
.subCompanyMain03 .w1200::before, .subCompanyMain03 .w1200::after {
  content: "";
  position: absolute;
  left: -54px;
  top: 30%;
  width: 100px;
  height: 12px;
  background-color: #109e41;
  border-radius: 6px;
}
.subCompanyMain03 .w1200::after {
  left: initial;
  right: -54px;
  top: initial;
  bottom: 30%;
}
.subCompanyMain03 .img {
  float: left;
}
.subCompanyMain03 .txt {
  float: right;
  width: 50%;
}
.subCompanyMain03 .txt span {
  display: block;
  font: normal 48px/68px "BANANASLIPPLUS";
  color: #2b3339;
  text-transform: uppercase;
}
.subCompanyMain03 .txt h2 {
  font: bold 28px/68px "Helvetica Neue";
  color: #109e41;
}
.subCompanyMain03 .txt em {
  display: block;
  font: bold 34px/100px "Helvetica Neue";
  color: #2e373e;
}
.subCompanyMain03 .txt p {
  font: normal 18px/56px "KOZGOPR6N-REGULAR";
  color: #5e5e5e;
  text-align: justify;
}

.subCompanyMain04 .map {
  width: 100%;
  height: 588px;
  margin: 88px auto 105px;
}
.subCompanyMain04 .map iframe {
  width: 100% !important;
  height: 100% !important;
}
.subCompanyMain04 img {
  display: block;
  width: 100%;
  margin: 88px auto 105px;
}

.subBannerMain02 {
  background-image: url(../images/subBanner02.jpg);
}

.subBusinessMain {
  padding: 60px 0;
}
.subBusinessMain li {
  margin-bottom: 32px;
}
.subBusinessMain li main {
  background-color: #f7f6f6;
}
.subBusinessMain li .img {
  float: left;
  width: 48.5%;
  height: 345px;
  overflow: hidden;
}
.subBusinessMain li .img img {
  display: block;
  height: 100%;
  transition: all 0.5s;
}
.subBusinessMain li .img img:hover {
  transform: scale(1.1);
}
.subBusinessMain li .txt {
  float: right;
  width: 40.5%;
  padding: 0 5.5%;
}
.subBusinessMain li .txt h3 {
  padding: 54px 0 26px;
  font: bold 24px/40px "NOTOSANSJP-REGULAR";
  color: #2b3339;
}
.subBusinessMain li .txt p {
  font: normal 16px/30px "KOZGOPR6N-REGULAR";
  color: #5e5e5e;
  text-align: justify;
}
.subBusinessMain li .txt .btn {
  position: relative;
  display: inline-block;
  margin-top: 28px;
  border-bottom: 1px solid #109e41;
}
.subBusinessMain li .txt .btn a {
  position: relative;
  display: block;
  font: normal 14px/30px "NOTOSANSJP-REGULAR";
  color: #109e41;
}
.subBusinessMain li .txt .btn a::before {
  content: "";
  position: absolute;
  right: -12px;
  top: 9px;
  width: 7px;
  height: 12px;
  background: url(../images/icon03.png) no-repeat;
  transition: all 0.3s;
}
.subBusinessMain li .txt .btn a::after {
  content: "";
  position: absolute;
  right: -50px;
  top: 2px;
  width: 22px;
  height: 26px;
  background: url(../images/icon02.png) no-repeat;
}
.subBusinessMain li .txt .btn a:hover::before {
  right: -18px;
}
.subBusinessMain .subTitle {
  padding: 5px 0;
  margin-bottom: 50px;
}

.subBannerMain03 {
  background-image: url(../images/subBanner03.jpg);
}

.subContactMain {
  padding: 122px 0 90px;
  background-color: #dcdcdc;
}
.subContactMain .txtbox {
  height: 149px;
  margin-bottom: 108px;
  background: url(../images/subContactImg01.jpg) no-repeat center top;
  font: bold 30px/150px "Helvetica Neue";
  color: #fff;
  text-align: center;
}
.subContactMain ul li {
  margin-bottom: 58px;
}
.subContactMain ul li > p {
  float: left;
  width: 23%;
  font: bold 20px/46px "KOZGOPR6N-REGULAR";
  color: #2f2f2f;
}
.subContactMain ul li > p strong {
  float: right;
  padding: 0 15px;
  margin-top: 8px;
  background-color: #109e41;
  border-radius: 15px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: normal;
}
.subContactMain ul li div {
  float: right;
  width: 75%;
  font: normal 18px/46px "KOZGOPR6N-REGULAR";
  color: #222;
}
.subContactMain ul li div .text, .subContactMain ul li div textarea {
  display: block;
  padding-left: 20px;
  background-color: #fff;
  border: none;
  box-sizing: border-box;
}
.subContactMain ul li div textarea {
  width: 100%;
  height: 290px;
  padding: 20px;
  font: normal 18px/46px "KOZGOPR6N-REGULAR";
  color: #222;
  resize: none;
}
.subContactMain ul li div .text {
  width: 96%;
  height: 46px;
}
.subContactMain .choose {
  position: relative;
}
.subContactMain .choose .radio {
  position: relative;
  display: inline-block;
  font-weight: 400;
  color: #0c4757;
  padding-left: 40px;
  margin-right: 28px;
  cursor: pointer;
}
.subContactMain .choose .radio input {
  position: absolute;
  left: -9999px;
}
.subContactMain .choose .radio i {
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 20px;
  height: 20px;
  outline: 0;
  border: 2px solid #109e41;
  border-radius: 50%;
  transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}
.subContactMain .choose .radio input[checked=checked] + i {
  border-color: #109e41;
}
.subContactMain .choose .radio input + i:after {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #109e41;
  opacity: 0;
  transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
}
.subContactMain .choose .radio input:checked + i:after {
  opacity: 1;
}
.subContactMain .form-select {
  width: 50%;
  height: 46px;
  border: none;
  padding-left: 20px;
}
.subContactMain .submitBox {
  width: 75%;
  float: right;
}
.subContactMain .submit {
  display: block;
  width: 100%;
  height: 106px;
  background-color: #109e41;
  border: none;
  font: normal 24px/106px "KOZGOPR6N-REGULAR";
  color: #fff;
  cursor: pointer;
}
.subContactMain .submit:hover {
  box-shadow: 0 0 10px rgba(0, 117, 159, 0.5);
}
.subContactMain .tips {
  position: relative;
  padding-left: 44px;
  line-height: 80px;
}
.subContactMain .tips::before {
  content: "";
  position: absolute;
  left: 0;
  top: 29px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #b8b8b8;
}
.subContactMain .tips02 {
  line-height: 96px;
  text-align: right;
}
.subContactMain .tips03 {
  color: #969696;
  font: normal 18px/70px "KOZGOPR6N-REGULAR";
}
.subContactMain .mb20 {
  margin-bottom: 20px;
}
.subContactMain input:focus, .subContactMain textarea:focus, .subContactMain select:focus {
  box-shadow: 0 0 10px rgba(0, 117, 159, 0.5);
}

@media (min-width: 0) and (max-width: 1500px) {
  .w1440 {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
  .pageTop {
    left: 30px;
    margin-left: 0;
  }
}
@media (min-width: 0) and (max-width: 1260px) {
  .w1200 {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
  .pageTop {
    left: 10px;
  }
  .indexNavMain .indexNavBox ul li {
    margin-left: 3em;
  }
  .title strong {
    margin-top: 35px;
    margin-right: 200px;
  }
  .indexAboutMain p {
    width: 600px;
    padding-top: 8px;
  }
  .indexAboutMain .btn a {
    width: 290px;
    margin-right: 20px;
    background-position: 220px center;
  }
  .footerBox .footerLogo {
    margin-left: -30px;
  }
  .subBusinessMain li .txt {
    padding: 0 3%;
    width: 45.5%;
  }
  .subBusinessMain li .txt h3 {
    padding: 24px 0 15px;
    font-size: 22px;
    line-height: 36px;
  }
  .subBusinessMain li .txt .btn {
    margin-top: 20px;
  }
}
@media (min-width: 0) and (max-width: 1080px) {
  .subCompanyMain03 .txt span {
    font-size: 44px;
  }
  .subContactMain ul li > p {
    width: 28%;
  }
  .subContactMain ul li > div {
    width: 68%;
  }
  .subContactMain .submitBox {
    width: 68%;
  }
}/*# sourceMappingURL=style-pc.css.map */