.resetStyle {
  font-family: "Arial";
  color: #333;
}
.resetStyle a {
  text-decoration: none;
  color: #333;
}
.resetStyle ul,
.resetStyle li {
  margin: 0;
  padding: 0;
  list-style: none;
}
button, input, select, textarea{
    outline: none;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
}
#backtop {
  position: fixed;
  right: 49px;
  bottom: 20px;
  z-index: 100;
  opacity: 0;
  transition: 0.3s;
}
#backtop ul li {
  width: 54px;
  height: 54px;
  float: left;
  position: relative;
  line-height: 54px;
  text-align: center;
  margin-bottom: 3px;
  list-style: none;
}
#backtop ul li .inner {
  position: absolute;
  right: 70px;
  top: 0;
  background: #fff;
  border: 1px solid #ddd;
  line-height: normal;
  padding: 15px;
  transform: scale(0);
  transform-origin: top right;
  transition: 0.3s;
}
#backtop ul li .inner p {
  font-size: 12px;
}
#backtop ul li:hover .inner {
  transform: scale(1);
}
#backtop ul li .sidebox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  transition: all 0.3s;
  background: #fff;
  border: 1px solid #ddd;
  color: #fff;
  font: 14px/54px "微软雅黑";
  overflow: hidden;
  background-position: center;
  background-size: inherit;
  background-repeat: no-repeat;
}
#backtop.show {
  opacity: 1;
}
#backtop ul li .sidetop {
  width: 100%;
  height: 100%;
  line-height: 54px;
  display: inline-block;
  opacity: 0.6;
  filter: alpha(opacity=80);
  transition: all 0.3s;
  border: 1px solid #eef4f7;
  background: #eee url(../images/side_icon.png) center / cover no-repeat;
}
@media (min-width: 768px) {
  #backtop ul li .sidetop:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #444 url(../images/side_icon-w.png) center / cover no-repeat;
  }
}
@media (max-width: 767px) {
  #backtop {
    right: 10px;
    bottom: 10px;
  }
  #backtop ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.home-header {
  background-color: #fff;
}
.home-header .header-nav::after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.newstlz{
  height:38px ;
  position: absolute;
  left: 629px;
  top: 2px;
}

.home-header .header-nav .header-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.cont-t{
  position: relative;
}
.home-header .header-nav .header-container .cont-t {
  width: 100%;
  height: 47px;
  background: #000;
  padding-left: 14%;
}
.home-header .header-nav .header-container .cont-t .tel {
  position: relative;
  padding-left: 35px;
  float: left;
}
.home-header .header-nav .header-container .cont-t .tel a {
  display: block;
  line-height: 42px;
  font-family: "FuturaBT-Book";
  font-size: 14px;
  color: #ffffff;
}
.home-header .header-nav .header-container .cont-t .tel::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 8px;
  background: url(../images/home/tel.png) no-repeat center center;
}
@media (min-width: 1200px) {
  .home-header .header-nav .header-container .cont-t .tel:hover a {
    color: #508841;
  }
}
.home-header .header-nav .header-container .cont-t .mail {
  position: relative;
  padding-left: 55px;
  margin-left: 34px;
  float: left;
}
.home-header .header-nav .header-container .cont-t .mail a {
  display: block;
  line-height: 42px;
  font-family: "FuturaBT-Book";
  font-size: 14px;
  color: #ffffff;
}
.home-header .header-nav .header-container .cont-t .mail::before {
  content: "";
  display: block;
  width: 45px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 8px;
  background: url(../images/home/mail.png) no-repeat center center;
}
@media (min-width: 1200px) {
  .home-header .header-nav .header-container .cont-t .mail:hover a {
    color: #508841;
  }
}
.home-header .header-nav .header-container .cont-t .share {
  padding-left: 27px;
  overflow: hidden;
  display: flex;
}
.home-header .header-nav .header-container .cont-t .share li {
  margin-right: 15px;
  margin-top: 10px;
}
.home-header .header-nav .header-container .cont-t .share li a {
  display: block;
}
.home-header .header-nav .header-container .cont-t .share li a .def {
  display: block;
}
.home-header .header-nav .header-container .cont-t .share li a .actives {
  display: none;
}
@media (min-width: 1200px) {
  .home-header .header-nav .header-container .cont-t .share li:hover a .def {
    display: none;
  }
  .home-header .header-nav .header-container .cont-t .share li:hover a .actives {
    display: block;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .header-container .cont-t {
    display: none;
  }
}
.home-header .header-nav .header-container .navmain {
  position: relative;
  padding-top: 16px;
  padding-bottom: 22px;
  height: 140px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-header .header-nav .header-container .navmain {
    padding-top: 10px;
    padding-bottom: 12px;
    height: 110px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-header .header-nav .header-container .navmain {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .header-container .navmain {
    display: none;
  }
}
.home-header .header-nav .header-container .navmain .container {
  position: relative;
}
.home-header .header-nav .header-container .navmain .container .navlogo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
@media (min-width: 1200px) {
  .home-header .header-nav .header-container .navmain .container .navlogo {
    margin-top: 10px;
  }
}
.home-header .header-nav .header-container .navmain .container .navlogo .logoa {
  display: block;
  height: 100%;
}
.home-header .header-nav .header-container .navmain .container .navlogo .logoa img {
  display: block;
  height: 100%;
}
@media (max-width: 1199px) {
  .home-header .header-nav .header-container .navmain .container .navlogo .logoa {
    display: block;
    height: 90px;
    padding: 5px 0 5px 15px;
  }
}
@media (max-width: 991.98px) {
  .home-header .header-nav .header-container .navmain .container .navlogo .logoa {
    display: block;
    height: 70px;
    padding: 5px 0 5px 15px;
  }
}
.home-header .header-nav .header-container .navmain .container .des-main {
  position: absolute;
  left: 30px;
  margin: 34px 0 0;
  max-width: 380px;
  font-family: "FuturaBT-Book";
  font-size: 21px;
  line-height: 1;
  color: #508841;
  cursor: pointer;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-header .header-nav .header-container .navmain .container .des-main {
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-header .header-nav .header-container .navmain .container .des-main {
    margin-top: 20px;
    max-width: 300px;
    font-size: 16px;
  }
}
.home-header .header-nav .header-container .navmain .container .s-search {
  float: right;
  width: 446px;
  height: 50px;
  border-radius: 20px;
  margin-right: 22px;
  margin-top: 27px;
}
.home-header .header-nav .header-container .navmain .container .s-search .header-search {
  position: relative;
}
.home-header .header-nav .header-container .navmain .container .s-search .search-box {
  position: absolute;
  width: 278px;
  height: 50px;
  left: 0;
  top: 0;
}
.home-header .header-nav .header-container .navmain .container .s-search .search-box .text-in {
  width: 278px;
  height: 50px;
  line-height: 44px;
  outline: none;
  text-indent: 10px;
  padding-right: 46px;
  border: 0;
  border: solid 2px #508841;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.home-header .header-nav .header-container .navmain .container .s-search .search-box .sub-in {
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  background: url(../images/home/search.png) no-repeat center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.home-header .header-nav .header-container .navmain .container .s-search .border {
  height: 50px;
  width: 6px;
  position: absolute;
  left: 276px;
}
.home-header .header-nav .header-container .navmain .container .s-search .choose-box {
  width: 160px;
  border: 0;
  border: solid 2px #508841;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-left: 20px;
  position: absolute;
  left: 280px;
  height: 50px;
  line-height: 50px;
}
.home-header .header-nav .header-container .navmain .container .s-search .choose-box .choose-sel {
  font-family: "FuturaBT-Book";
  font-size: 14px;
  color: #508841;
  width: 95px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-header .header-nav .header-container .navmain .container .s-search .choose-box .select {
  width: 20px;
  height: 46px;
  background: url(../images/home/select.png) no-repeat center center;
  float: left;
  margin-left: 5px;
  transition: all 0.3s ease-in;
}
.home-header .header-nav .header-container .navmain .container .s-search .choose-box .select.open {
  transform: rotate(180deg);
}
.home-header .header-nav .header-container .navmain .container .s-search .choose-box .choose-ul {
  display: none;
  position: absolute;
  left: -30%;
  top: 110%;
  padding-left: 10px;
  width: 130%;
  overflow: hidden;
  background: #fff;
  z-index: 9999999999999;
}
.home-header .header-nav .header-container .navmain .container .s-search .choose-box .choose-ul li {
  margin-bottom: 5px;
}
.home-header .header-nav .header-container .navmain .container .s-search .choose-box .choose-ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  line-height: 20px;
  font-family: "FuturaBT-Book";
  font-size: 14px;
  color: #508841;
}
@media (min-width: 1200px) {
  .home-header .header-nav .header-container .navmain .container .s-search .choose-box .choose-ul li a:hover {
    color: #000;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-header .header-nav .header-container .navmain .container .s-search {
    width: 322px;
    margin-right: 5px;
    margin-top: 15px;
  }
  .home-header .header-nav .header-container .navmain .container .s-search .search-box {
    width: 180px;
  }
  .home-header .header-nav .header-container .navmain .container .s-search .search-box .text-in {
    width: 180px;
  }
  .home-header .header-nav .header-container .navmain .container .s-search .border {
    left: 178px;
  }
  .home-header .header-nav .header-container .navmain .container .s-search .choose-box {
    left: 182px;
    padding-left: 10px;
    width: 140px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-header .header-nav .header-container .navmain .container .s-search {
    width: 262px;
    margin-right: 5px;
    margin-top: 15px;
    height: 40px;
  }
  .home-header .header-nav .header-container .navmain .container .s-search .search-box {
    width: 130px;
    height: 40px;
  }
  .home-header .header-nav .header-container .navmain .container .s-search .search-box .text-in {
    width: 130px;
    height: 40px;
    padding-right: 36px;
  }
  .home-header .header-nav .header-container .navmain .container .s-search .search-box .sub-in {
    width: 40px;
    height: 40px;
  }
  .home-header .header-nav .header-container .navmain .container .s-search .border {
    left: 128px;
    height: 40px;
  }
  .home-header .header-nav .header-container .navmain .container .s-search .choose-box {
    height: 40px;
    left: 132px;
    padding-left: 10px;
    width: 140px;
  }
  .home-header .header-nav .header-container .navmain .container .s-search .choose-box .choose-sel {
    line-height: 40px;
  }
  .home-header .header-nav .header-container .navmain .container .s-search .choose-box .select {
    height: 36px;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .header-container .navmain .container .s-search {
    display: none;
  }
}
.home-header .header-nav .nav-b {
  height: 51px;
  background: #66bd46;
}
@media (max-width: 767px) {
  .home-header .header-nav .nav-b {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999999;
  }
}
@media (min-width: 768px) {
  .home-header .header-nav .nav-b .container {
    display: flex;
  }
}
.home-header .header-nav .nav-b .container .navlist {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .home-header .header-nav .nav-b .container .navlist {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    max-height: 100%;
    background: #fff;
    overflow-y: scroll;
    z-index: 999999;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .nav-b .container .navlist .f-menu > .hasdrop {
    float: none;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .nav-b .container .navlist .f-menu > .hasdrop {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  }
}
.home-header .header-nav .nav-b .container .navlist .hasdrop {
  float: left;
  position: relative;
}
@media (min-width: 1200px) {
  .home-header .header-nav .nav-b .container .navlist .hasdrop:hover > .s-menu {
    display: block;
  }
  .home-header .header-nav .nav-b .container .navlist .hasdrop:hover > .s-menu .hasdrop:hover > .t-menu {
    display: block;
  }
  .home-header .header-nav .nav-b .container .navlist .hasdrop:hover > a {
    color: #000;
  }
}
.home-header .header-nav .nav-b .container .navlist .hasdrop > a {
  text-decoration: none;
  display: block;
  padding: 5px 20px;
  font-family: "Quattrocento-Bold";
  font-size: 30px;
  color: #ffffff;
  font-size: 28px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-header .header-nav .nav-b .container .navlist .hasdrop > a {
    font-size: 20px;
    padding: 11px 25px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-header .header-nav .nav-b .container .navlist .hasdrop > a {
    font-size: 18px;
    padding: 12px 25px;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .nav-b .container .navlist .hasdrop > a {
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    font-size: 14px;
    display: block;
    color: #333;
    text-decoration: none;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .home-header .header-nav .nav-b .container .navlist .hasdrop > a i {
    display: none;
  }
}
.home-header .header-nav .nav-b .container .navlist .hasdrop > a .mobile-navbtn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 20px;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.home-header .header-nav .nav-b .container .navlist .hasdrop > a .mobile-navbtn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg);
}
.home-header .header-nav .nav-b .container .navlist .hasdrop > a .mobile-navbtn.open {
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .home-header .header-nav .nav-b .container .navlist .s-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    width: 175px;
    background: #fff;
    z-index: 2;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    display: none;
  }
  .home-header .header-nav .nav-b .container .navlist .s-menu > .hasdrop {
    width: 100%;
  }
  .home-header .header-nav .nav-b .container .navlist .s-menu > .hasdrop:hover {
    background-color: #f5f5f5;
  }
  .home-header .header-nav .nav-b .container .navlist .s-menu > .hasdrop > a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    color: #555;
    padding: 5px 15px;
    white-space: normal;
    background-image: none;
  }
  .home-header .header-nav .nav-b .container .navlist .s-menu .t-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 100%;
    top: 0;
    width: 150px;
    background: #fff;
    z-index: 2;
    display: none;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .home-header .header-nav .nav-b .container .navlist .s-menu .t-menu > .hasdrop {
    width: 100%;
  }
  .home-header .header-nav .nav-b .container .navlist .s-menu .t-menu > .hasdrop:hover {
    background-color: #f5f5f5;
  }
  .home-header .header-nav .nav-b .container .navlist .s-menu .t-menu > .hasdrop > a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    color: #555;
    padding: 5px 15px;
    white-space: normal;
    background-image: none;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .nav-b .container .navlist .s-menu {
    display: none;
    overflow: hidden;
  }
  .home-header .header-nav .nav-b .container .navlist .s-menu > .hasdrop {
    padding: 10px 20px;
    width: 100%;
  }
  .home-header .header-nav .nav-b .container .navlist .s-menu > .hasdrop > a {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    display: block;
    text-decoration: none;
    font-size: 14px;
    padding-right: 20px;
  }
  .home-header .header-nav .nav-b .container .navlist .s-menu .t-menu {
    display: none;
    overflow: hidden;
  }
  .home-header .header-nav .nav-b .container .navlist .s-menu .t-menu > .hasdrop {
    padding: 10px 20px;
    width: 100%;
  }
  .home-header .header-nav .nav-b .container .navlist .s-menu .t-menu > .hasdrop > a {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    display: block;
    text-decoration: none;
    font-size: 14px;
    padding-right: 20px;
  }
}
.home-header .header-nav .nav-b .container .nav-logo {
  display: none;
  float: left;
  height: 50px;
  padding: 5px;
}
.home-header .header-nav .nav-b .container .nav-logo img {
  max-height: 100%;
}
@media (max-width: 767px) {
  .home-header .header-nav .nav-b .container .nav-logo {
    display: block;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .home-header .navbtn {
    width: 30px;
    height: 30px;
    margin: 10px;
    float: right;
    position: relative;
    display: block;
  }
  .home-header .navbtn i {
    height: 2px;
    background: #fff;
    display: block;
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0px;
    transition: all 0.3s;
  }
  .home-header .navbtn i.bar-1 {
    top: 7px;
  }
  .home-header .navbtn i.bar-2 {
    top: 15px;
  }
  .home-header .navbtn i.bar-3 {
    top: 23px;
  }
}
@media (max-width: 767px) {
  .home-header .navbtn.open .bar-1 {
    top: 50%;
    transform: rotate(45deg);
  }
  .home-header .navbtn.open .bar-2 {
    height: 0px;
  }
  .home-header .navbtn.open .bar-3 {
    top: 50%;
    transform: rotate(-45deg);
  }
}
.home-header .fixed-header {
  background-color: #fff;
  zoom: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
.home-page .home-banner {
  margin-top: 3px;
}
@media (max-width: 767px) {
  .home-page .home-banner {
    margin-top: 60px;
  }
}
.home-page .home-banner #swiper-banner .slide img {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .home-page .home-banner #swiper-banner .swiper-pagination {
    bottom: 25px;
  }
}
.home-page .home-banner #swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #66bd46;
}
.home-page .home-welcome {
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  .home-page .home-welcome {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .home-page .home-welcome {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .home-page .home-welcome {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.home-page .home-welcome .welcome-title {
  display: block;
  text-align: center;
  font-family: "Affair";
  letter-spacing: 0.01px;
  font-size: 48px;
  color: #000000;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .home-page .home-welcome .welcome-title:hover {
    color: #6dc72e;
  }
}
@media (max-width: 1199px) {
  .home-page .home-welcome .welcome-title {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .home-page .home-welcome .welcome-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .home-page .home-welcome .welcome-title {
    font-size: 18px !important;
    margin-bottom: 10px;
  }
}
.home-page .home-welcome .welcome-cont {
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
  font-family: "FuturaBT-Book";
  font-size: 32px;
  line-height: 1.3;
  color: #000000;
  height: 123px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 30px;
  height: 117px;
}
.home-page .home-welcome .welcome-cont span {
  display: block;
}
@media (max-width: 1199px) {
  .home-page .home-welcome .welcome-cont {
    max-width: 75%;
    font-size: 20px;
    height: 78px;
  }
  .home-page .home-welcome .welcome-cont span {
    display: unset;
  }
}
@media (max-width: 991px) {
  .home-page .home-welcome .welcome-cont {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .home-page .home-welcome .welcome-cont {
    max-width: 100%;
    font-size: 15px;
    height: 69px;
  }
}
.home-page .home-pro {
  padding-top: 40px;
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .home-page .home-pro {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .home-page .home-pro {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .home-page .home-pro {
    padding-top: 10px;
    padding-bottom: 0;
  }
}
.home-page .home-pro .pro-title {
  display: block;
  text-align: center;
  font-family: "Affair";
  letter-spacing: 0.01px;
  font-size: 48px;
  color: #000000;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .home-page .home-pro .pro-title:hover {
    color: #6dc72e;
  }
}
@media (max-width: 1199px) {
  .home-page .home-pro .pro-title {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .home-page .home-pro .pro-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .home-page .home-pro .pro-title {
    font-size: 18px !important;
    margin-bottom: 10px;
  }
}
.home-page .home-pro .pro-ul {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-wrap: wrap;
}
.home-page .home-pro .pro-ul .pro-li {
  width: 33.333%;
}
.home-page .home-pro .pro-ul .pro-li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.home-page .home-pro .pro-ul .pro-li a img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.home-page .home-pro .pro-ul .pro-li:nth-child(1) {
  width: 50%;
  margin-bottom: 37px;
}
.home-page .home-pro .pro-ul .pro-li:nth-child(1) a {
  padding: 35%;
}
.home-page .home-pro .pro-ul .pro-li:nth-child(1) a .pro-tit {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  color: #454545;
  font-size: 30px;
  font-size: 28px;
  font-family: "Affair";
  letter-spacing: 0.01px;
  white-space: nowrap;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .home-pro .pro-ul .pro-li:nth-child(1) a .pro-tit {
    font-size: 24px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-page .home-pro .pro-ul .pro-li:nth-child(1) a .pro-tit {
    font-size: 20px;
  }
}
.home-page .home-pro .pro-ul .pro-li:nth-child(1) a .pro-t {
  font-family: "FuturaBT-Book";
  font-size: 28px;
  font-size: 26px;
  line-height: 30px;
  color: #454545;
  max-width: 65%;
  position: absolute;
  left: 20px;
  top: 17%;
  height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .home-pro .pro-ul .pro-li:nth-child(1) a .pro-t {
    font-size: 20px;
    line-height: 22px;
    height: 66px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-page .home-pro .pro-ul .pro-li:nth-child(1) a .pro-t {
    font-size: 16px;
    line-height: 18px;
    height: 54px;
  }
}
.home-page .home-pro .pro-ul .pro-li:nth-child(1) a .pro-b {
  font-family: "FuturaBT-Book";
  font-size: 28px;
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  max-width: 57%;
  position: absolute;
  right: 10px;
  bottom: 20%;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .home-pro .pro-ul .pro-li:nth-child(1) a .pro-b {
    font-size: 20px;
    line-height: 22px;
    height: 44px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-page .home-pro .pro-ul .pro-li:nth-child(1) a .pro-b {
    font-size: 16px;
    line-height: 18px;
    height: 36px;
  }
}
.home-page .home-pro .pro-ul .pro-li:nth-child(2) {
  width: 50%;
  margin-bottom: 37px;
}
.home-page .home-pro .pro-ul .pro-li:nth-child(2) a {
  padding: 35%;
}
.home-page .home-pro .pro-ul .pro-li:nth-child(2) a .pro-tit {
  position: absolute;
  left: 10%;
  top: 10%;
  color: #d1b628;
  font-size: 30px;
  font-size: 28px;
  font-family: "Affair";
  letter-spacing: 0.01px;
  white-space: nowrap;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .home-pro .pro-ul .pro-li:nth-child(2) a .pro-tit {
    font-size: 24px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-page .home-pro .pro-ul .pro-li:nth-child(2) a .pro-tit {
    font-size: 20px;
  }
}
.home-page .home-pro .pro-ul .pro-li:nth-child(2) a .pro-t {
  font-family: "FuturaBT-Book";
  font-size: 28px;
  font-size: 26px;
  line-height: 30px;
  color: #d1b628;
  max-width: 65%;
  position: absolute;
  left: 5%;
  top: 28%;
  height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .home-pro .pro-ul .pro-li:nth-child(2) a .pro-t {
    font-size: 20px;
    line-height: 22px;
    height: 66px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-page .home-pro .pro-ul .pro-li:nth-child(2) a .pro-t {
    font-size: 16px;
    line-height: 18px;
    height: 54px;
  }
}
.home-page .home-pro .pro-ul .pro-li:nth-child(2) a .pro-b {
  font-family: "FuturaBT-Book";
  font-size: 28px;
  font-size: 26px;
  line-height: 30px;
  color: #626262;
  max-width: 72%;
  position: absolute;
  right: 20px;
  bottom: 5%;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .home-pro .pro-ul .pro-li:nth-child(2) a .pro-b {
    font-size: 20px;
    line-height: 22px;
    height: 44px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-page .home-pro .pro-ul .pro-li:nth-child(2) a .pro-b {
    font-size: 16px;
    line-height: 18px;
    height: 36px;
  }
}
.home-page .home-pro .pro-ul .pro-li:nth-child(3) {
  width: 33.333%;
}
.home-page .home-pro .pro-ul .pro-li:nth-child(3) a {
  padding: 50%;
}
.home-page .home-pro .pro-ul .pro-li:nth-child(3) a .pro-tit {
  position: absolute;
  left: 10%;
  top: 5%;
  color: #fff;
  font-size: 24px;
  font-size: 22px;
  font-family: "Affair";
  letter-spacing: 0.01px;
  white-space: nowrap;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .home-pro .pro-ul .pro-li:nth-child(3) a .pro-tit {
    font-size: 22px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-page .home-pro .pro-ul .pro-li:nth-child(3) a .pro-tit {
    font-size: 20px;
  }
}
.home-page .home-pro .pro-ul .pro-li:nth-child(3) a .pro-t {
  font-family: "FuturaBT-Book";
  font-size: 24px;
  font-size: 22px;
  line-height: 25px;
  color: #fff;
  max-width: 65%;
  position: absolute;
  left: 5%;
  top: 22%;
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .home-pro .pro-ul .pro-li:nth-child(3) a .pro-t {
    font-size: 20px;
    line-height: 22px;
    height: 88px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-page .home-pro .pro-ul .pro-li:nth-child(3) a .pro-t {
    font-size: 16px;
    line-height: 18px;
    height: 72px;
  }
}
.home-page .home-pro .pro-ul .pro-li:nth-child(3) a .pro-b {
  font-family: "FuturaBT-Book";
  font-size: 24px;
  font-size: 22px;
  line-height: 25px;
  color: #626262;
  max-width: 72%;
  position: absolute;
  right: 20px;
  bottom: 5%;
  height: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-align: right;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .home-pro .pro-ul .pro-li:nth-child(3) a .pro-b {
    font-size: 20px;
    line-height: 22px;
    height: 110px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-page .home-pro .pro-ul .pro-li:nth-child(3) a .pro-b {
    font-size: 16px;
    line-height: 18px;
    height: 90px;
  }
}
.home-page .home-pro .pro-ul .pro-li:nth-child(4) {
  width: 33.333%;
}
.home-page .home-pro .pro-ul .pro-li:nth-child(4) a {
  padding: 50%;
}
.home-page .home-pro .pro-ul .pro-li:nth-child(4) a .pro-tit {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translateX(-50%);
  color: #7e7e7e;
  font-size: 30px;
  font-size: 28px;
  font-family: "Affair";
  letter-spacing: 0.01px;
  white-space: nowrap;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .home-pro .pro-ul .pro-li:nth-child(4) a .pro-tit {
    font-size: 26px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-page .home-pro .pro-ul .pro-li:nth-child(4) a .pro-tit {
    font-size: 22px;
  }
}
.home-page .home-pro .pro-ul .pro-li:nth-child(4) a .pro-t {
  font-family: "FuturaBT-Book";
  font-size: 28px;
  font-size: 26px;
  line-height: 30px;
  color: #7e7e7e;
  max-width: 50%;
  position: absolute;
  left: 5%;
  top: 22%;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .home-pro .pro-ul .pro-li:nth-child(4) a .pro-t {
    font-size: 20px;
    line-height: 22px;
    height: 44px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-page .home-pro .pro-ul .pro-li:nth-child(4) a .pro-t {
    font-size: 16px;
    line-height: 18px;
    height: 36px;
  }
}
.home-page .home-pro .pro-ul .pro-li:nth-child(4) a .pro-b {
  font-family: "FuturaBT-Book";
  font-size: 24px;
  font-size: 22px;
  line-height: 25px;
  color: #fff;
  max-width: 72%;
  position: absolute;
  right: 20px;
  bottom: 5%;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: right;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .home-pro .pro-ul .pro-li:nth-child(4) a .pro-b {
    font-size: 20px;
    line-height: 22px;
    height: 44px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-page .home-pro .pro-ul .pro-li:nth-child(4) a .pro-b {
    font-size: 16px;
    line-height: 18px;
    height: 36px;
  }
}
.home-page .home-pro .pro-ul .pro-li:nth-child(5) {
  width: 33.333%;
}
.home-page .home-pro .pro-ul .pro-li:nth-child(5) a {
  padding: 50%;
}
.home-page .home-pro .pro-ul .pro-li:nth-child(5) a .pro-tit {
  position: absolute;
  left: 10%;
  top: 5%;
  color: #7e7e7e;
  font-size: 24px;
  font-size: 22px;
  font-family: "Affair";
  letter-spacing: 0.01px;
  white-space: nowrap;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .home-pro .pro-ul .pro-li:nth-child(5) a .pro-tit {
    font-size: 22px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-page .home-pro .pro-ul .pro-li:nth-child(5) a .pro-tit {
    font-size: 20px;
  }
}
.home-page .home-pro .pro-ul .pro-li:nth-child(5) a .pro-t {
  font-family: "FuturaBT-Book";
  font-size: 24px;
  font-size: 22px;
  line-height: 25px;
  color: #7e7e7e;
  max-width: 55%;
  position: absolute;
  left: 10%;
  top: 22%;
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .home-pro .pro-ul .pro-li:nth-child(5) a .pro-t {
    font-size: 20px;
    line-height: 22px;
    height: 88px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-page .home-pro .pro-ul .pro-li:nth-child(5) a .pro-t {
    font-size: 16px;
    line-height: 18px;
    height: 72px;
  }
}
.home-page .home-pro .pro-ul .pro-li:nth-child(5) a .pro-b {
  font-family: "FuturaBT-Book";
  font-size: 23px;
  font-size: 21px;
  line-height: 25px;
  color: #626262;
  max-width: 100%;
  position: absolute;
  right: 20px;
  bottom: 5%;
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-align: right;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .home-pro .pro-ul .pro-li:nth-child(5) a .pro-b {
    font-size: 20px;
    line-height: 22px;
    height: 88px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-page .home-pro .pro-ul .pro-li:nth-child(5) a .pro-b {
    font-size: 16px;
    line-height: 18px;
    height: 72px;
  }
}
@media (max-width: 767px) {
  .home-page .home-pro .pro-ul {
    display: none;
  }
}
.home-page .home-pro #pro-swiper {
  padding-bottom: 20px;
  display: none;
}
.home-page .home-pro #pro-swiper .swiper-slide .slide-box {
  display: block;
  position: relative;
  padding: 35%;
  overflow: hidden;
}
.home-page .home-pro #pro-swiper .swiper-slide .slide-box img {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home-page .home-pro #pro-swiper .swiper-slide:nth-child(1) .slide-box .pro-tit {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10%;
  color: #454545;
  font-size: 16px;
  font-family: "Affair";
  letter-spacing: 0.01px;
  white-space: nowrap;
}
.home-page .home-pro #pro-swiper .swiper-slide:nth-child(1) .slide-box .pro-t {
  font-family: "FuturaBT-Book";
  font-size: 12px;
  line-height: 16px;
  color: #454545;
  max-width: 65%;
  position: absolute;
  left: 20px;
  top: 20%;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.home-page .home-pro #pro-swiper .swiper-slide:nth-child(1) .slide-box .pro-b {
  font-family: "FuturaBT-Book";
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  max-width: 57%;
  position: absolute;
  right: 10px;
  bottom: 20%;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-page .home-pro #pro-swiper .swiper-slide:nth-child(2) .slide-box .pro-tit {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10%;
  color: #d1b628;
  font-size: 16px;
  font-family: "Affair";
  letter-spacing: 0.01px;
  white-space: nowrap;
}
.home-page .home-pro #pro-swiper .swiper-slide:nth-child(2) .slide-box .pro-t {
  font-family: "FuturaBT-Book";
  font-size: 12px;
  line-height: 16px;
  color: #d1b628;
  max-width: 65%;
  position: absolute;
  left: 5%;
  top: 28%;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.home-page .home-pro #pro-swiper .swiper-slide:nth-child(2) .slide-box .pro-b {
  font-family: "FuturaBT-Book";
  font-size: 12px;
  line-height: 16px;
  color: #626262;
  max-width: 72%;
  position: absolute;
  right: 20px;
  bottom: 5%;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
}
.home-page .home-pro #pro-swiper .swiper-slide:nth-child(3) .slide-box .pro-tit {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5%;
  color: #fff;
  font-size: 16px;
  font-family: "Affair";
  letter-spacing: 0.01px;
  white-space: nowrap;
}
.home-page .home-pro #pro-swiper .swiper-slide:nth-child(3) .slide-box .pro-t {
  font-family: "FuturaBT-Book";
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  max-width: 65%;
  position: absolute;
  left: 20%;
  top: 22%;
  height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.home-page .home-pro #pro-swiper .swiper-slide:nth-child(3) .slide-box .pro-b {
  font-family: "FuturaBT-Book";
  font-size: 12px;
  line-height: 16px;
  color: #626262;
  max-width: 72%;
  position: absolute;
  right: 20%;
  bottom: 5%;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-align: right;
}
.home-page .home-pro #pro-swiper .swiper-slide:nth-child(4) .slide-box .pro-tit {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translateX(-50%);
  color: #7e7e7e;
  font-size: 16px;
  font-family: "Affair";
  letter-spacing: 0.01px;
  white-space: nowrap;
}
.home-page .home-pro #pro-swiper .swiper-slide:nth-child(4) .slide-box .pro-t {
  font-family: "FuturaBT-Book";
  font-size: 14px;
  line-height: 16px;
  color: #7e7e7e;
  max-width: 50%;
  position: absolute;
  left: 20%;
  top: 22%;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-page .home-pro #pro-swiper .swiper-slide:nth-child(4) .slide-box .pro-b {
  font-family: "FuturaBT-Book";
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  max-width: 60%;
  position: absolute;
  right: 20%;
  bottom: 5%;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: right;
}
.home-page .home-pro #pro-swiper .swiper-slide:nth-child(5) .slide-box .pro-tit {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5%;
  color: #7e7e7e;
  font-size: 16px;
  font-family: "Affair";
  letter-spacing: 0.01px;
  white-space: nowrap;
}
.home-page .home-pro #pro-swiper .swiper-slide:nth-child(5) .slide-box .pro-t {
  font-family: "FuturaBT-Book";
  font-size: 14px;
  line-height: 16px;
  color: #7e7e7e;
  max-width: 55%;
  position: absolute;
  left: 20%;
  top: 22%;
  height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.home-page .home-pro #pro-swiper .swiper-slide:nth-child(5) .slide-box .pro-b {
  font-family: "FuturaBT-Book";
  font-size: 14px;
  line-height: 16px;
  color: #626262;
  max-width: 60%;
  position: absolute;
  right: 20%;
  bottom: 5%;
  height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-align: right;
}
.home-page .home-pro #pro-swiper .swiper-pagination {
  bottom: 0;
}
.home-page .home-pro #pro-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #66bd46;
}
@media (max-width: 767px) {
  .home-page .home-pro #pro-swiper {
    display: block;
  }
}
.home-page .home-benefits {
  padding-top: 20px;
  padding-bottom: 45px;
}
@media (max-width: 1199px) {
  .home-page .home-benefits {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .home-page .home-benefits {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .home-page .home-benefits {
    padding-bottom: 20px;
  }
}
.home-page .home-benefits .benefits-title {
  text-align: center;
  font-family: "Affair";
  letter-spacing: 0.01px;
  font-size: 48px;
  color: #000000;
  margin-bottom: 45px;
  display: block;
}
@media (min-width: 1200px) {
  .home-page .home-benefits .benefits-title:hover {
    color: #6dc72e;
  }
}
@media (max-width: 1199px) {
  .home-page .home-benefits .benefits-title {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .home-page .home-benefits .benefits-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .home-page .home-benefits .benefits-title {
    font-size: 18px !important;
    margin-bottom: 10px;
  }
}
.home-page .home-benefits .benefits-cont {
  text-align: center;
  max-width: 56%;
  margin: 0 auto;
  font-family: "FuturaBT-Book";
  font-size: 24px;
  line-height: 1.3;
  color: #000000;
  height: 124px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 22px;
  height: 112px;
}
.home-page .home-benefits .benefits-cont span {
  display: block;
}
@media (max-width: 1199px) {
  .home-page .home-benefits .benefits-cont {
    max-width: 75%;
    font-size: 20px;
    height: 104px;
  }
  .home-page .home-benefits .benefits-cont span {
    display: unset;
  }
}
@media (max-width: 991px) {
  .home-page .home-benefits .benefits-cont {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .home-page .home-benefits .benefits-cont {
    max-width: 100%;
    font-size: 15px;
    height: 92px;
  }
}
.home-page .home-ingredients .ing-cont {
  height: 600px;
  background: url(../images/home/ingredients/bg.jpg) no-repeat center center;
  position: relative;
}
@media (max-width: 991px) {
  .home-page .home-ingredients .ing-cont {
    height: auto;
    padding: 100px 0 20px;
  }
}
.home-page .home-ingredients .ing-cont .ing-title {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 64%;
  left: 50%;
  transform: translateX(-50%);
  font-family: "FuturaBT-Book";
  font-size: 48px;
  font-size: 44px;
  color: #151515;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .home-page .home-ingredients .ing-cont .ing-title:hover {
    color: #6dc72e;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .home-ingredients .ing-cont .ing-title {
    font-size: 36px;
    top: 62%;
  }
}
@media (max-width: 991px) {
  .home-page .home-ingredients .ing-cont .ing-title {
    font-size: 30px;
    top: 2%;
  }
}
.home-page .home-ingredients .ing-cont .ing-detail {
  max-width: 100%;
  position: absolute;
  top: 73%;
  left: 50%;
  transform: translateX(-50%);
  font-family: "FuturaBT-Book";
  font-size: 32px;
  font-size: 30px;
  color: #6dc72e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .home-ingredients .ing-cont .ing-detail {
    font-size: 26px;
    top: 70%;
  }
}
@media (max-width: 991px) {
  .home-page .home-ingredients .ing-cont .ing-detail {
    font-size: 20px;
    top: 15%;
  }
}
.home-page .home-ingredients .ing-cont .ing-ul .ing-li {
  position: absolute;
}
.home-page .home-ingredients .ing-cont .ing-ul .ing-li .ing-box {
  position: relative;
}
.home-page .home-ingredients .ing-cont .ing-ul .ing-li .ing-box .img-box {
  height: 156px;
  display: block;
  text-align: center;
}
.home-page .home-ingredients .ing-cont .ing-ul .ing-li .ing-box .img-box img {
  height: 100%;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .home-ingredients .ing-cont .ing-ul .ing-li .ing-box .img-box {
    height: 130px;
  }
}
.home-page .home-ingredients .ing-cont .ing-ul .ing-li .ing-box .info-box {
  text-align: center;
}
.home-page .home-ingredients .ing-cont .ing-ul .ing-li .ing-box .info-box .info-tit {
  font-family: "FuturaBT-Book";
  font-size: 30px;
  font-size: 28px;
  color: #6dc72e;
  white-space: nowrap;
}
.home-page .home-ingredients .ing-cont .ing-ul .ing-li .ing-box .info-box .info-cont {
  font-family: "FuturaBT-Book";
  font-size: 18px;
  font-size: 16px;
  color: #6dc72e;
  white-space: nowrap;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .home-ingredients .ing-cont .ing-ul .ing-li .ing-box .info-box .info-tit {
    font-size: 20px;
  }
  .home-page .home-ingredients .ing-cont .ing-ul .ing-li .ing-box .info-box .info-cont {
    font-size: 20px;
  }
}
.home-page .home-ingredients .ing-cont .ing-ul .ing-li:nth-child(1) {
  top: 53%;
  left: 7%;
}
.home-page .home-ingredients .ing-cont .ing-ul .ing-li:nth-child(1) .ing-box .info-box {
  position: absolute;
  top: 107%;
  left: -30px;
}
.home-page .home-ingredients .ing-cont .ing-ul .ing-li:nth-child(2) {
  top: 54%;
  left: 13%;
}
.home-page .home-ingredients .ing-cont .ing-ul .ing-li:nth-child(2) .ing-box .img-box {
  position: absolute;
  bottom: 0;
}
.home-page .home-ingredients .ing-cont .ing-ul .ing-li:nth-child(2) .ing-box .info-box {
  position: absolute;
  top: -223px;
  left: -20px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .home-ingredients .ing-cont .ing-ul .ing-li:nth-child(2) .ing-box .info-box {
    top: -200px;
    left: -50px;
  }
}
.home-page .home-ingredients .ing-cont .ing-ul .ing-li:nth-child(3) {
  top: 41%;
  left: 32%;
}
.home-page .home-ingredients .ing-cont .ing-ul .ing-li:nth-child(3) .ing-box .img-box {
  position: absolute;
  bottom: 0;
}
.home-page .home-ingredients .ing-cont .ing-ul .ing-li:nth-child(3) .ing-box .info-box {
  position: absolute;
  top: 5px;
  left: 10px;
}
.home-page .home-ingredients .ing-cont .ing-ul .ing-li:nth-child(4) {
  top: 39%;
  left: 53%;
}
.home-page .home-ingredients .ing-cont .ing-ul .ing-li:nth-child(4) .ing-box .img-box {
  position: absolute;
  bottom: 0;
}
.home-page .home-ingredients .ing-cont .ing-ul .ing-li:nth-child(4) .ing-box .info-box {
  position: absolute;
  top: -220px;
  left: -50px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .home-ingredients .ing-cont .ing-ul .ing-li:nth-child(4) .ing-box .info-box {
    top: -200px;
    left: -50px;
  }
}
.home-page .home-ingredients .ing-cont .ing-ul .ing-li:nth-child(5) {
  top: 54.5%;
  left: 67%;
}
.home-page .home-ingredients .ing-cont .ing-ul .ing-li:nth-child(5) .ing-box .img-box {
  position: absolute;
  bottom: 0;
}
.home-page .home-ingredients .ing-cont .ing-ul .ing-li:nth-child(5) .ing-box .info-box {
  position: absolute;
  top: -220px;
  left: 90px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .home-ingredients .ing-cont .ing-ul .ing-li:nth-child(5) .ing-box .info-box {
    top: -200px;
    left: 10px;
  }
}
.home-page .home-ingredients .ing-cont .ing-ul .ing-li:nth-child(6) {
  top: 81%;
  left: 80%;
}
.home-page .home-ingredients .ing-cont .ing-ul .ing-li:nth-child(6) .ing-box .img-box {
  position: absolute;
  bottom: 0;
}
.home-page .home-ingredients .ing-cont .ing-ul .ing-li:nth-child(6) .ing-box .info-box {
  position: absolute;
  top: 5px;
  left: -20px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .home-ingredients .ing-cont .ing-ul .ing-li:nth-child(6) {
    top: 78%;
  }
  .home-page .home-ingredients .ing-cont .ing-ul .ing-li:nth-child(6) .ing-box .info-box {
    left: -90px;
  }
}
@media (max-width: 991px) {
  .home-page .home-ingredients .ing-cont .ing-ul {
    display: none;
  }
}
.home-page .home-ingredients .ing-cont #ing-swiper {
  display: none;
  padding-bottom: 20px;
}
.home-page .home-ingredients .ing-cont #ing-swiper .swiper-slide .slide-box {
  display: block;
  text-align: center;
}
.home-page .home-ingredients .ing-cont #ing-swiper .swiper-slide .slide-box .slide-cover {
  height: 158px;
}
.home-page .home-ingredients .ing-cont #ing-swiper .swiper-slide .slide-box .slide-cover img {
  height: 100%;
}
.home-page .home-ingredients .ing-cont #ing-swiper .swiper-slide .slide-box .slide-info .info-tit {
  max-width: 100%;
  font-family: "FuturaBT-Book";
  font-size: 18px;
  color: #6dc72e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-page .home-ingredients .ing-cont #ing-swiper .swiper-slide .slide-box .slide-info .info-cont {
  font-family: "FuturaBT-Book";
  font-size: 14px;
  color: #6dc72e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-page .home-ingredients .ing-cont #ing-swiper .swiper-pagination {
  bottom: 0;
}
.home-page .home-ingredients .ing-cont #ing-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #66bd46;
}
@media (max-width: 991px) {
  .home-page .home-ingredients .ing-cont #ing-swiper {
    display: block;
  }
}
.home-page .home-story {
  padding-top: 40px;
}
.home-page .home-story iframe{
    width: 76%;
    height: 500px;
    margin-left: 12%;
    margin-bottom: 20px;
}
.home-page .home-story .story-form{
    max-width: 900px;
    margin:20px auto;
    text-align: center;
}
.home-page .home-story .story-form input{
    width:100%;
    height:50px;
    margin-bottom:20px;
}
.home-page .home-story .story-form textarea{
    width:100%;
    height:100px;
}
.home-page .home-story .story-form button{
    padding:10px 20px;
    margin:20px auto;
    background: #66bd46;
    color:#fff;
    border:none;
    outline: none;
}
.home-page .home-story .index-product h1{
    display: block;
	font-family: "Affair";
	letter-spacing: 0.01px;
	font-size: 48px;
	color: #000000;
	text-align: center;
	margin-bottom: 38px;

}
.home-page .home-story .index-product .indexproduct-swiper{
    overflow: hidden;
    padding-bottom: 50px;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}
.home-page .home-story .index-product img{
    width:100%;
    height:auto;
}
@media (max-width: 1199px) {
  .home-page .home-story {
    padding-top: 20px;
  }
}
.home-page .home-story .story-title {
  display: block;
  font-family: "Affair";
  letter-spacing: 0.01px;
  font-size: 48px;
  color: #000000;
  text-align: center;
  margin-bottom: 38px;
}
@media (min-width: 1200px) {
  .home-page .home-story .story-title:hover {
    color: #6dc72e;
  }
}
@media (max-width: 1199px) {
  .home-page .home-story .story-title {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .home-page .home-story .story-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .home-page .home-story .story-title {
    font-size: 18px !important;
    margin-bottom: 10px;
  }
  .home-page .home-story iframe{
      width:100%;
      margin-left: 0;
      height:280px;
  }
}
.home-page .home-story .story-cont {
  max-width: 920px;
  margin: 0 auto;
  width: 100%;
  font-family: "FuturaBT-Book";
  font-size: 19px;
  line-height: 1.7;
  color: #000000;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  height: 320px;
  font-size: 17px !important;
  -webkit-line-clamp: 9;
  height: 255px;
}
.home-page .home-story .readmore {
  display: block;
  font-family: "FuturaBT-Book";
  font-size: 16px !important;
  line-height: 32px;
  color: #000000;
  text-indent: 10px;
  width: 102px;
  height: 46px;
  background: url(../images/home/story/btn.png) no-repeat center center;
  margin: 15px auto 0;
}
@media (min-width: 1200px) {
  .home-page .home-story .readmore:hover {
    color: #fff;
  }
}
.home-footer {
  padding-bottom: 50px;
}
.home-footer .footer-bg {
  width: 100%;
}
.home-footer .footer-bg img {
  width: 100%;
}
@media (min-width: 1200px) {
  .home-footer .footer-cont {
    margin-top: -24px;
  }
}
.home-footer .footer-cont .follow-us {
  float: left;
}
.home-footer .footer-cont .follow-us .footer-tit {
  font-family: "FuturaBT-Book";
  font-size: 32px;
  font-size: 30px;
  color: #78ca37;
  margin-bottom: 13px;
}
.home-footer .footer-cont .follow-us .share {
  display: flex;
  white-space: nowrap;
}
.home-footer .footer-cont .follow-us .share li {
  float: left;
  margin-right: 7px;
  width: 33px;
}
.home-footer .footer-cont .follow-us .share li img {
  width: 100%;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-footer .footer-cont .follow-us .share li {
    margin-right: 5px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-footer .footer-cont .follow-us .share li {
    margin-right: 5px;
    width: 25px;
  }
}
.home-footer .footer-cont .follow-us .follow-ul {
  margin-top: 14px;
}
.home-footer .footer-cont .follow-us .follow-ul li {
  padding-left: 20px;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
}
.home-footer .footer-cont .follow-us .follow-ul li a {
  font-family: "FuturaBT-Book";
  font-size: 24px;
  font-size: 22px;
  color: #78ca37;
}
@media (min-width: 1200px) {
  .home-footer .footer-cont .follow-us .follow-ul li a:hover {
    color: #000;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-footer .footer-cont .follow-us .follow-ul li a {
    font-size: 18px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-footer .footer-cont .follow-us .follow-ul li a {
    font-size: 14px;
  }
}
.home-footer .footer-cont .follow-us .follow-ul li::before {
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  background: url(../images/home/footer/before.png) no-repeat center;
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-footer .footer-cont .follow-us .follow-ul li::before {
    width: 10px;
    height: 12px;
    background-size: contain;
  }
}
@media (max-width: 480px) {
  .home-footer .footer-cont .follow-us {
    width: 100%;
    padding: 0 10%;
    float: left;
  }
  .home-footer .footer-cont .follow-us .footer-tit {
    text-align: left;
  }
}
.home-footer .footer-cont .Catalogue {
  float: left;
  margin-left: 30px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-footer .footer-cont .Catalogue {
    margin-left: 10px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-footer .footer-cont .Catalogue {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .home-footer .footer-cont .Catalogue {
    display: none;
  }
  .home-page .home-story .story-cont{
      font-size: 15px !important;
  }
  .home-page .home-story .index-product h1{
      font-size:18px;
  }
}
.home-footer .footer-cont .Catalogue .footer-tit {
  font-family: "FuturaBT-Book";
  font-size: 32px;
  font-size: 30px;
  color: #78ca37;
  margin-bottom: 10px;
  text-align: center;
}
.home-footer .footer-cont .Catalogue .Catalogue-ul {
  float: left;
  margin-left: 20px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-footer .footer-cont .Catalogue .Catalogue-ul {
    margin-left: 10px;
  }
}
.home-footer .footer-cont .Catalogue .Catalogue-ul li {
  padding-left: 20px;
  line-height: 1;
  margin-bottom: 12px;
  position: relative;
}
.home-footer .footer-cont .Catalogue .Catalogue-ul li a {
  font-family: "FuturaBT-Book";
  font-size: 24px;
  font-size: 22px;
  color: #78ca37;
}
@media (min-width: 1200px) {
  .home-footer .footer-cont .Catalogue .Catalogue-ul li a:hover {
    color: #000;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-footer .footer-cont .Catalogue .Catalogue-ul li a {
    font-size: 18px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-footer .footer-cont .Catalogue .Catalogue-ul li a {
    font-size: 14px;
  }
}
.home-footer .footer-cont .Catalogue .Catalogue-ul li::before {
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  background: url(../images/home/footer/before.png) no-repeat center;
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-footer .footer-cont .Catalogue .Catalogue-ul li::before {
    width: 10px;
    height: 12px;
    background-size: contain;
  }
}
.home-footer .footer-cont .footer-memu {
  float: left;
  margin-left: 30px;
}
.home-footer .footer-cont .footer-memu .footer-tit {
  font-family: "FuturaBT-Book";
  font-size: 32px;
  font-size: 30px;
  color: #78ca37;
  margin-bottom: 18px;
}
.home-footer .footer-cont .footer-memu .memu-ul li {
  padding-left: 20px;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
}
.home-footer .footer-cont .footer-memu .memu-ul li a {
  font-family: "FuturaBT-Book";
  font-size: 24px;
  font-size: 22px;
  color: #78ca37;
}
@media (min-width: 1200px) {
  .home-footer .footer-cont .footer-memu .memu-ul li a:hover {
    color: #000;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-footer .footer-cont .footer-memu .memu-ul li a {
    font-size: 18px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-footer .footer-cont .footer-memu .memu-ul li a {
    font-size: 14px;
  }
}
.home-footer .footer-cont .footer-memu .memu-ul li::before {
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  background: url(../images/home/footer/before.png) no-repeat center;
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-footer .footer-cont .footer-memu .memu-ul li::before {
    width: 10px;
    height: 12px;
    background-size: contain;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-footer .footer-cont .footer-memu {
    margin-left: 30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-footer .footer-cont .footer-memu {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .home-footer .footer-cont .footer-memu {
    float: right;
  }
}
@media (max-width: 480px) {
  .home-footer .footer-cont .footer-memu {
    width: 100%;
    margin: 0;
    float: left;
    padding: 0 10%;
  }
  .home-footer .footer-cont .footer-memu .footer-tit {
    text-align: left;
  }
}
#mes-video .modal-dialog {
  z-index: 9999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 100%;
  max-width: 700px;
  height: 400px;
}
#mes-video .modal-dialog .modal-content {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#mes-video .modal-dialog .modal-content .modal-body {
  position: relative;
  height: 100%;
  padding: 0;
}
#mes-video .modal-dialog .modal-content iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 11;
}
@media (max-width: 767px) {
  #mes-video .modal-dialog .modal-content iframe {
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.home-page .container>a {
  font-size: 44px !important;
}
/* .home-page .container>div {
  font-size: 22px !important;
} */