.resetStyle {
  font-family: ArialMT;
  color: #333;
}
.resetStyle a {
  text-decoration: none;
  color: #333;
}
.resetStyle ul,
.resetStyle li {
  margin: 0;
  padding: 0;
  list-style: 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%;
  border-radius: 50%;
  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%;
  border-radius: 50%;
  line-height: 54px;
  display: inline-block;
  opacity: 0.6;
  filter: alpha(opacity=80);
  transition: all 0.3s;
  border: 1px solid #eef4f7;
}
@media (min-width: 768px) {
  #backtop ul li .sidetop:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media (max-width: 767px) {
  #backtop {
    right: 10px;
    bottom: 10px;
  }
  #backtop ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.home-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: transparent;
}
.home-header .header-top {
  height: 36px;
  background: #f08300;
  line-height: 36px;
}
@media (max-width: 767px) {
  .home-header .header-top {
    display: none;
  }
}
.home-header .header-top .top-l {
  float: left;
  font-family: Arial-BoldMT;
  font-weight: 600;
  font-size: 14px;
  color: #fcf6ef;
}
@media (max-width: 990px) {
  .home-header .header-top .top-l {
    display: none;
  }
}
.home-header .header-top .top-r {
  float: right;
}
.home-header .header-top .top-r a {
  display: block;
  float: left;
  padding-left: 30px;
  font-size: 14px;
  color: #fcf6ef;
  transition: all 0.3s;
}
.home-header .header-top .top-r .mail {
  float: left;
  margin-left: 35px;
  background: url(../images/mail.png) no-repeat left center;
}
.home-header .header-top .top-r .mail:hover {
  color: #fe0000;
}
.home-header .header-top .top-r .tel {
  background: url(../images/tel.png) no-repeat left center;
}
.home-header .header-top .top-r .tel:hover {
  color: #fe0000;
}
.home-header .header-top .top-r .toprb {
  float: left;
  margin-left: 30px;
  display: flex;
  justify-content: space-between;
}
.home-header .header-top .top-r .toprb a {
  padding-left: 5px;
}
.home-header .header-top .top-r .toprb a img {
  width: 24px;
  height: 24px;
}
.home-header .header-nav {
  background: #fff;
}
.home-header .header-nav::after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.home-header .header-nav .header-container {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
.home-header .header-nav .header-container .navmain {
  float: left;
  margin-top: 38px;
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .home-header .header-nav .header-container .navmain {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .home-header .header-nav .header-container .navmain {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .header-container .navmain {
    margin: 0;
  }
}
.home-header .header-nav .header-container .navmain .navlogo {
  float: left;
  margin: 0;
  padding-left: 0;
}
@media (max-width: 1199px) {
  .home-header .header-nav .header-container .navmain .navlogo {
    margin: 0;
    padding-left: 10px;
  }
}
@media (max-width: 991.98px) {
  .home-header .header-nav .header-container .navmain .navlogo {
    padding: 0;
  }
}
@media screen and (max-width: 826px) and (min-width: 768px) {
  .home-header .header-nav .header-container .navmain .navlogo {
    display: none;
  }
}
.home-header .header-nav .header-container .navmain .navlogo .logoa {
  display: block;
  height: 100%;
}
@media (max-width: 991.98px) {
  .home-header .header-nav .header-container .navmain .navlogo .logoa {
    display: block;
    height: 50px;
    padding: 5px 0 5px 15px;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .header-container .navmain .navlogo .logoa {
    padding: 8px 0 8px 15px;
  }
}
.home-header .header-nav .header-container .navmain .navlogo .logoa img {
  display: block;
  height: 100%;
}
.home-header .header-nav .header-container .navmain .des-main {
  float: left;
  margin: 10px 0 0 20px;
  max-width: 205px;
  font-family: Arial-BoldMT;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-header .header-nav .header-container .navmain .des-main {
    max-width: 200px;
    margin: 10px 0 0;
    font-size: 14px;
  }
}
@media (max-width: 1045px) {
  .home-header .header-nav .header-container .navmain .des-main {
    display: none;
  }
}
.home-header .header-nav .header-container .navlist {
  float: right;
  margin-top: 38px;
  background: #fff;
}
@media (max-width: 1199px) {
  .home-header .header-nav .header-container .navlist {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .header-container .navlist {
    display: none;
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    max-height: 100%;
    background: #fff;
    overflow-y: scroll;
    z-index: 999999;
  }
}
.home-header .header-nav .header-container .navlist .f-menu {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .home-header .header-nav .header-container .navlist .f-menu {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .header-container .navlist .f-menu > .hasdrop {
    float: none;
  }
}
.home-header .header-nav .header-container .navlist .f-menu > .hasdrop::before {
  position: absolute;
  content: '';
  top: 0;
  opacity: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 15px;
  background: url(../images/home/topico.png) no-repeat center center;
}
@media (max-width: 767px) {
  .home-header .header-nav .header-container .navlist .f-menu > .hasdrop {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  }
}
.home-header .header-nav .header-container .navlist .hasdrop {
  float: left;
  position: relative;
}
@media (min-width: 768px) {
  .home-header .header-nav .header-container .navlist .hasdrop:hover::before {
    opacity: 1;
    width: 100%;
  }
  .home-header .header-nav .header-container .navlist .hasdrop:hover > .s-menu {
    display: block;
  }
  .home-header .header-nav .header-container .navlist .hasdrop:hover > .s-menu .hasdrop:hover > .t-menu {
    display: block;
  }
  .home-header .header-nav .header-container .navlist .hasdrop:hover > .s-menu .hasdrop:hover > .t-menu .hasdrop:hover > .four-menu {
    display: block;
  }
}
.home-header .header-nav .header-container .navlist .hasdrop > a {
  text-decoration: none;
  display: block;
  padding: 15px 8px;
  padding-bottom: 27px;
  font-family: Arial-BoldMT;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
@media (max-width: 1200px) {
  .home-header .header-nav .header-container .navlist .hasdrop > a {
    font-size: 14px;
    padding: 20px 8px;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .header-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 .header-container .navlist .hasdrop > a i {
    display: none;
  }
}
.home-header .header-nav .header-container .navlist .hasdrop > a::first-letter {
  color: #f08200;
}
.home-header .header-nav .header-container .navlist .hasdrop > a .mobile-navbtn {
  position: absolute;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 20px;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.home-header .header-nav .header-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 .header-container .navlist .hasdrop > a .mobile-navbtn.open {
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .home-header .header-nav .header-container .navlist .hasdrop.active::before {
    opacity: 1;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .home-header .header-nav .header-container .navlist .s-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    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 .header-container .navlist .s-menu > .hasdrop:hover {
    background-color: #f5f5f5;
  }
  .home-header .header-nav .header-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 .header-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 .header-container .navlist .s-menu .t-menu > .hasdrop:hover {
    background-color: #f5f5f5;
  }
  .home-header .header-nav .header-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;
  }
  .home-header .header-nav .header-container .navlist .s-menu .t-menu > .hasdrop > .four-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 .header-container .navlist .s-menu .t-menu > .hasdrop > .four-menu > .hasdrop:hover {
    background-color: #f5f5f5;
  }
  .home-header .header-nav .header-container .navlist .s-menu .t-menu > .hasdrop > .four-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 .header-container .navlist .s-menu {
    display: none;
    overflow: hidden;
  }
  .home-header .header-nav .header-container .navlist .s-menu > .hasdrop {
    padding: 10px 20px;
    width: 100%;
  }
  .home-header .header-nav .header-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: 13px;
    padding-right: 20px;
  }
  .home-header .header-nav .header-container .navlist .s-menu .t-menu {
    display: none;
    overflow: hidden;
  }
  .home-header .header-nav .header-container .navlist .s-menu .t-menu > .hasdrop {
    padding: 10px 20px;
    width: 100%;
  }
  .home-header .header-nav .header-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: 13px;
    padding-right: 20px;
  }
  .home-header .header-nav .header-container .navlist .s-menu .t-menu > .hasdrop .four-menu {
    display: none;
    overflow: hidden;
  }
  .home-header .header-nav .header-container .navlist .s-menu .t-menu > .hasdrop .four-menu > .hasdrop {
    padding: 10px 20px;
    width: 100%;
  }
  .home-header .header-nav .header-container .navlist .s-menu .t-menu > .hasdrop .four-menu > .hasdrop > a {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    display: block;
    text-decoration: none;
    font-size: 13px;
    padding-right: 20px;
  }
}
.home-header .header-nav .header-container .navlist .s-search {
  float: left;
  margin: 7px 0 0 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f08300;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .home-header .header-nav .header-container .navlist .s-search {
    margin: 10px 5px 0 10px;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .header-container .navlist .s-search {
    display: none;
  }
}
.home-header .header-nav .header-container .navlist .s-search .s-icon {
  cursor: pointer;
  text-align: center;
  line-height: 36px;
}
.home-header .header-nav .header-container .navlist .s-search .header-search {
  position: relative;
}
.home-header .header-nav .header-container .navlist .s-search .search-box {
  display: none;
  position: absolute;
  height: 30px;
  right: 0;
  top: 120%;
}
.home-header .header-nav .header-container .navlist .s-search .search-box .text-in {
  height: 30px;
  line-height: 30px;
  outline: none;
  text-indent: 10px;
  padding-right: 30px;
}
.home-header .header-nav .header-container .navlist .s-search .search-box .sub-in {
  border: none;
  outline: none;
  width: 30px;
  height: 30px;
  background: url(../images/home/search.png) no-repeat center #f08300;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
@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: #333;
    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: #fff;
  zoom: 1;
  position: fixed;
  top: 0;
  transition: all 0.3s;
  transform: translateY(-20px);
  width: 100%;
  z-index: 9;
}
@media (min-width: 1200px) {
  .home-page {
    margin-top: 156px;
  }
}
@media (max-width: 1199px) {
  .home-page {
    margin-top: 112px;
  }
}
@media (max-width: 991px) {
  .home-page {
    margin-top: 102px;
  }
}
@media (max-width: 767px) {
  .home-page {
    margin-top: 50px;
  }
}
.home-page .home-banner #swiper-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
}
.home-page .home-banner #swiper-banner .swiper-slide .slide-box > img {
  width: 100%;
  margin: 0 auto;
}
.home-page .home-banner #swiper-banner .swiper-slide .slide-box .vbuttom {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  cursor: pointer;
  background: #333;
  border: 3px solid #f4f4f4;
  border-radius: 50%;
  transition: all 0.3s;
  box-shadow: 0 0 4px #000;
}
@media (max-width: 767px) {
  .home-page .home-banner #swiper-banner .swiper-slide .slide-box .vbuttom {
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    border: 0;
  }
}
.home-page .home-banner #swiper-banner .swiper-slide .slide-box .vbuttom:hover {
  box-shadow: 0 0 10px #000;
}
.home-page .home-banner #swiper-banner .swiper-slide .slide-box .vbuttom::before {
  content: "";
  position: absolute;
  left: 35%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #f08300;
}
.home-page .home-banner #swiper-banner .swiper-pagination {
  bottom: 10px;
}
@media (min-width: 1200px) {
  .home-page .home-banner #swiper-banner .swiper-pagination {
    bottom: 33px;
  }
}
@media (max-width: 767px) {
  .home-page .home-banner #swiper-banner .swiper-pagination {
    left: 0;
    right: 0;
  }
}
.home-page .home-banner #swiper-banner .swiper-pagination .swiper-pagination-bullet {
  margin-right: 10px;
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.5;
  border-radius: 50%;
  outline: none;
  transition: all 0.3s;
}
.home-page .home-banner #swiper-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 4px;
  opacity: 1;
}
@media (max-width: 991px) {
  .home-page .home-banner #swiper-banner .swiper-pagination .swiper-pagination-bullet {
    background-size: cover;
  }
  .home-page .home-banner #swiper-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-size: cover;
  }
}
.home-page .home-banner #swiper-banner .swiper-button-prev {
  left: 2%;
}
.home-page .home-banner #swiper-banner .swiper-button-next {
  right: 2%;
}
@media (max-width: 767px) {
  .home-page .home-banner #swiper-banner .swiper-button-next,
  .home-page .home-banner #swiper-banner .swiper-button-prev {
    display: none;
  }
}
.home-page .home-banner #swiper-banner > .container {
  position: relative;
}
@media (max-width: 767px) {
  .home-page .home-banner #swiper-banner > .container {
    position: absolute;
    width: 100%;
  }
}
.home-page .home-banner #swiper-banner > .container .mynub {
  position: absolute;
  bottom: 25px;
  right: 0;
  z-index: 999;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
}
@media (max-width: 767px) {
  .home-page .home-banner #swiper-banner > .container .mynub {
    display: none;
  }
}
.home-page .home-banner #swiper-banner > .container .mynub .mynub-l {
  margin-right: 10px;
}
.home-page .home-banner #swiper-banner > .container .mynub .mynub-r2 {
  margin-left: 10px;
}
.rightEcBox {
  right: 20px;
}
#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;
  }
}
.titlebox {
  display: block;
  margin: 0 auto;
  position: relative;
  max-width: 450px;
  text-align: center;
  font-family: Arial-Black;
  font-size: 36px;
  font-weight: bold;
  color: #333;
}
@media (max-width: 767px) {
  .titlebox {
    font-size: 18px;
  }
}
.titlebox::first-letter {
  color: #f08200;
}
.titlebox::before {
  content: "";
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: auto;
  height: 45px;
  background: url(../images/home/titlico.png) no-repeat center center;
}
@media (max-width: 767px) {
  .titlebox::before {
    top: -35px;
    height: 35px;
    transform: scale(0.5);
  }
}
div.more,
a.more {
  display: block;
  margin: 0 auto;
  width: 240px;
  height: 60px;
  font-size: 16px;
  font-weight: normal;
  line-height: 60px;
  text-align: center;
  color: #f08300;
  border: 1px solid #f08300;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  div.more,
  a.more {
    font-size: 14px;
    max-width: 140px;
    line-height: 40px;
    height: 40px;
  }
}
div.more:hover,
a.more:hover {
  border: 1px solid #fff;
  background: #f08300;
  color: #fff;
}
.mobile-navbtn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 20px;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.mobile-navbtn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: all 0.3s;
}
@keyframes wiggle {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: -6px;
  }
  100% {
    bottom: 0px;
  }
}
.home-product {
  padding: 115px 0 75px;
  background: #f4f4f4;
}
@media (max-width: 767px) {
  .home-product {
    padding: 50px 0 30px;
  }
}
.home-product .cistern {
  padding: 30px 0;
  position: relative;
}
@media (max-width: 767px) {
  .home-product .cistern {
    padding: 20px 0;
  }
}
.home-product .cistern .product-list::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (max-width: 767px) {
  .home-product .cistern .product-list::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .home-product .cistern .product-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.home-product .cistern .product-list .listbox {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 20px 10px 20px 40px;
  background: #fff;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .home-product .cistern .product-list .listbox {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .home-product .cistern .product-list .listbox {
    width: 48.7%;
    padding: 10px 0;
    flex-direction: column-reverse;
    align-items: initial;
    float: none;
    margin-right: 0;
  }
}
.home-product .cistern .product-list .listbox:hover .list-l .title {
  color: #f08300;
}
.home-product .cistern .product-list .listbox:hover .list-l .button {
  background: #f08300 url(../images/home/prou-on.png) no-repeat center center;
}
.home-product .cistern .product-list .listbox:hover .list-r img {
  transform: scale(1.2);
}
.home-product .cistern .product-list .listbox:nth-child(2n) {
  margin-right: 0;
}
.home-product .cistern .product-list .listbox .list-l {
  max-width: 210px;
}
@media (max-width: 767px) {
  .home-product .cistern .product-list .listbox .list-l {
    padding: 5px 10px;
  }
}
.home-product .cistern .product-list .listbox .list-l .title {
  font-family: Arial-BoldMT;
  font-size: 22px;
  font-weight: bold;
  line-height: 20px;
  color: #251409;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .home-product .cistern .product-list .listbox .list-l .title {
    font-size: 15px;
  }
}
.home-product .cistern .product-list .listbox .list-l .cont {
  margin: 10px 0 25px;
  font-size: 14px;
  line-height: 20px;
  color: #251409;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .home-product .cistern .product-list .listbox .list-l .cont {
    margin: 5px 0 10px;
    -webkit-line-clamp: 2;
  }
}
.home-product .cistern .product-list .listbox .list-l .button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #eee url(../images/home/prou-mu.png) no-repeat center center;
  transition: all 0.3s;
}
.home-product .cistern .product-list .listbox .list-r {
  width: 310px;
  height: 221px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .home-product .cistern .product-list .listbox .list-r {
    width: auto;
    height: auto;
  }
}
.home-product .cistern .product-list .listbox .list-r img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.home-product .cistern .swiper-container {
  display: none;
}
.home-product .cistern .active {
  display: block !important;
}
.home-product .cistern .cistern2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .home-product .cistern .cistern2 {
    top: 25%;
  }
}
.home-product .cistern .cistern2 #product-swiper {
  padding: 10px 0 30px;
  display: none;
  left: 0;
  top: 0;
  z-index: 999;
}
.home-product .cistern .cistern2 #product-swiper .swiper-pagination {
  bottom: 60px;
}
.home-product .cistern .cistern2 #product-swiper .swiper-pagination .swiper-pagination-bullet {
  margin-right: 15px;
  width: 9px;
  height: 9px;
  opacity: 1;
  border: 1px solid #333;
  background: #fff;
  transition: all 0.3s;
}
.home-product .cistern .cistern2 #product-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  position: relative;
}
.home-product .cistern .cistern2 #product-swiper .swiper-pagination .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333;
}
.home-product .cistern .cistern2 #product-swiper .swiper-button-prev,
.home-product .cistern .cistern2 #product-swiper .swiper-button-next {
  background: rgba(0, 0, 0, 0.2);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s;
}
.home-product .cistern .cistern2 #product-swiper .swiper-button-prev:hover,
.home-product .cistern .cistern2 #product-swiper .swiper-button-next:hover {
  background: #f08300;
}
.home-product .cistern .cistern2 #product-swiper .swiper-button-prev {
  left: 3%;
}
.home-product .cistern .cistern2 #product-swiper .swiper-button-prev i::before {
  right: 15%;
  transform: rotate(135deg);
}
.home-product .cistern .cistern2 #product-swiper .swiper-button-next {
  right: 3%;
}
.home-product .cistern .cistern2 #product-swiper .swiper-button-next i::before {
  left: 15%;
  transform: rotate(-45deg);
}
.home-product .cistern .cistern2 #product-swiper .onhide {
  position: absolute;
  right: 3%;
  top: 5%;
  background: rgba(0, 0, 0, 0.2);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 35px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  z-index: 999;
  transition: all 0.3s;
}
.home-product .cistern .cistern2 #product-swiper .onhide:hover {
  background: #f08300;
}
.home-product .cistern .cistern2 #product-swiper .swiper-slide a {
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .home-product .cistern .cistern2 #product-swiper .swiper-slide a {
    height: 600px;
  }
}
.home-product .cistern .cistern2 #product-swiper .swiper-slide a img {
  max-width: 100%;
  max-height: 100%;
}
.home-advantage .top {
  background: url(../images/home/advbgi4.jpg) no-repeat top center;
  background-size: 100% auto;
  padding: 315px 0 75px;
}
@media (max-width: 767px) {
  .home-advantage .top {
    padding: 250px 0 30px;
    background-size: auto 100% !important;
  }
}
.home-advantage .top .text {
  margin: 10px auto 100px;
  font-size: 18px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  max-width: 1005px;
}
@media (max-width: 767px) {
  .home-advantage .top .text {
    font-size: 14px;
    margin: 5px auto 50px;
  }
}
.home-advantage .top .advnav {
  padding: 30px 0;
  position: relative;
  border-top: 1px #333 solid;
  border-bottom: 1px #333 solid;
}
@media (max-width: 767px) {
  .home-advantage .top .advnav {
    padding: 15px 0;
  }
}
.home-advantage .top .advnav .swiper-pagination {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 767px) {
  .home-advantage .top .advnav .swiper-pagination {
    display: none;
  }
}
.home-advantage .top .advnav .swiper-pagination .swiper-pagination-bullet-active {
  background: #f08300;
}
.home-advantage .top .advnav .swiper-pagination .swiper-pagination-bullet {
  margin: 0 3px;
}
.home-advantage .top .advnav #advnav-swiper .swiper-slide:first-child .advnav-list {
  border-left: 1px solid #333;
}
.home-advantage .top .advnav #advnav-swiper .swiper-slide .advnav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-right: 1px solid #333;
}
.home-advantage .top .advnav #advnav-swiper .swiper-slide .advnav-list .list-t {
  font-family: Arial-BoldMT;
  color: #191817;
}
.home-advantage .top .advnav #advnav-swiper .swiper-slide .advnav-list .list-t .big {
  font-size: 72px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .home-advantage .top .advnav #advnav-swiper .swiper-slide .advnav-list .list-t .big {
    font-size: 20px;
  }
}
.home-advantage .top .advnav #advnav-swiper .swiper-slide .advnav-list .list-t .small {
  font-size: 36px;
  margin-left: -5px;
}
@media (max-width: 767px) {
  .home-advantage .top .advnav #advnav-swiper .swiper-slide .advnav-list .list-t .small {
    font-size: 15px;
  }
}
.home-advantage .top .advnav #advnav-swiper .swiper-slide .advnav-list .list-b {
  font-size: 14px;
  line-height: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.home-advantage .top .adv-b-listbox {
  padding-top: 0;
  overflow: hidden;
  transition: all 0.7s;
  height: 0;
}
.home-advantage .top .adv-b-listbox .adv-b-list .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .home-advantage .top .adv-b-listbox .adv-b-list .container {
    flex-direction: column;
  }
}
.home-advantage .top .adv-b-listbox .adv-b-list .container::before,
.home-advantage .top .adv-b-listbox .adv-b-list .container::after {
  display: none;
}
.home-advantage .top .adv-b-listbox .adv-b-list .container .listbox {
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
  width: 48%;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .home-advantage .top .adv-b-listbox .adv-b-list .container .listbox {
    margin-bottom: 20px;
    width: 100%;
  }
}
.home-advantage .top .adv-b-listbox .adv-b-list .container .listbox:hover {
  transform: translateY(-20px);
}
.home-advantage .top .adv-b-listbox .adv-b-list .container .listbox:hover .list-l {
  border: 1px solid #fff;
}
.home-advantage .top .adv-b-listbox .adv-b-list .container .listbox:hover .list-l img:first-child {
  display: none;
}
.home-advantage .top .adv-b-listbox .adv-b-list .container .listbox:hover .list-l img:last-child {
  display: block;
}
.home-advantage .top .adv-b-listbox .adv-b-list .container .listbox:hover .list-r .button {
  background: #fff url(../images/home/prou-on2.png) no-repeat center center;
}
.home-advantage .top .adv-b-listbox .adv-b-list .container .listbox .list-l {
  position: relative;
  width: 48px;
  height: 48px;
  border: 1px solid #333;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .home-advantage .top .adv-b-listbox .adv-b-list .container .listbox .list-l {
    width: 38px;
    height: 38px;
  }
}
.home-advantage .top .adv-b-listbox .adv-b-list .container .listbox .list-l img {
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  margin: auto;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .home-advantage .top .adv-b-listbox .adv-b-list .container .listbox .list-l img {
    top: 18%;
    transform: scale(0.7);
  }
}
.home-advantage .top .adv-b-listbox .adv-b-list .container .listbox .list-l img:last-child {
  display: none;
}
.home-advantage .top .adv-b-listbox .adv-b-list .container .listbox .list-r {
  width: 87%;
}
.home-advantage .top .adv-b-listbox .adv-b-list .container .listbox .list-r .title {
  margin: 12px 0 10px;
  text-transform: uppercase;
  font-family: Arial-BoldMT;
  font-weight: bolder;
  color: #333;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .home-advantage .top .adv-b-listbox .adv-b-list .container .listbox .list-r .title {
    margin: 5px 0 7px;
    font-size: 15px;
  }
}
.home-advantage .top .adv-b-listbox .adv-b-list .container .listbox .list-r .conts {
  color: #333;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.home-advantage .top .adv-b-listbox .adv-b-list .container .listbox .list-r .button {
  margin-top: 5%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #333 url(../images/home/prou-mu2.png) no-repeat center center;
  transition: all 0.3s;
}
.home-advantage .top .adv-b-listbox .adv-b-list .container .adv-tel {
  overflow: hidden;
  position: relative;
}
@media (max-width: 1200px) {
  .home-advantage .top .adv-b-listbox .adv-b-list .container .adv-tel {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .home-advantage .top .adv-b-listbox .adv-b-list .container .adv-tel {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .home-advantage .top .adv-b-listbox .adv-b-list .container .adv-tel img {
    max-width: 100%;
    max-height: 100%;
  }
}
.home-advantage .top .adv-b-listbox .adv-b-list .container .adv-tel .contact {
  position: absolute;
  left: 32%;
  /*bottom: 33%;*/
  bottom: 26%;
}
@media (max-width: 1200px) {
  .home-advantage .top .adv-b-listbox .adv-b-list .container .adv-tel .contact {
    bottom: 38%;
  }
}
@media (max-width: 990px) {
  .home-advantage .top .adv-b-listbox .adv-b-list .container .adv-tel .contact {
    bottom: 48%;
  }
}
@media (max-width: 767px) {
  .home-advantage .top .adv-b-listbox .adv-b-list .container .adv-tel .contact {
    bottom: 34%;
  }
}
@media (max-width: 417px) {
  .home-advantage .top .adv-b-listbox .adv-b-list .container .adv-tel .contact {
    bottom: 28%;
    left: 29%;
  }
}
.home-advantage .top .adv-b-listbox .adv-b-list .container .adv-tel .contact div {
  font-size: 20px;
  font-weight: bolder;
  color: #333;
}
@media (max-width: 1200px) {
  .home-advantage .top .adv-b-listbox .adv-b-list .container .adv-tel .contact div {
    font-size: 14px;
  }
}
@media (max-width: 417px) {
  .home-advantage .top .adv-b-listbox .adv-b-list .container .adv-tel .contact div {
    font-size: 12px;
  }
}
.home-advantage .top .adv-b-listbox .adv-b-list .container .adv-tel .contact div span {
  font-weight: 200;
}
.home-advantage .bottom {
  background: url(../images/home/advbgi-b.jpg) no-repeat top center;
  padding: 215px 0 195px;
}
@media (max-width: 767px) {
  .home-advantage .bottom {
    padding: 120px 0 200px;
    background: url(../images/home/advbgi-b2.jpg) no-repeat top center;
  }
}
.home-advantage .bottom .expand {
  animation: wiggle 1s ease-in infinite;
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  font-size: 36px;
  font-weight: normal;
  color: #888;
}
@media (max-width: 767px) {
  .home-advantage .bottom .expand {
    font-size: 16px;
  }
}
.home-advantage .bottom .expand .expand-b {
  position: relative;
  margin: 5px auto ;
  transition: all 0.3s;
  transform: rotate(-45deg);
  border-left: 2px solid #888;
  border-bottom: 2px solid #888;
  width: 25px;
  height: 25px;
}
.home-advantage .bottom .expand .expand-b::after {
  content: "";
  position: absolute;
  left: 12%;
  bottom: 12%;
  border-left: 2px solid #888;
  border-bottom: 2px solid #888;
  width: 110%;
  height: 110%;
}
.home-video {
  padding: 115px 0 75px;
  background: #f4f4f4;
}
@media (max-width: 767px) {
  .home-video {
    padding: 50px 0 30px;
  }
}
.home-video .videobox {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .home-video .videobox {
    margin-top: 20px;
    flex-direction: column-reverse;
  }
}
.home-video .videobox .video-l {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .home-video .videobox .video-l {
    width: 100%;
    padding: 15px 0;
  }
}
.home-video .videobox .video-l .title {
  font-family: Arial-BoldMT;
  font-size: 18px;
  font-weight: bolder;
  color: #191817;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .home-video .videobox .video-l .title {
    font-size: 15px;
  }
}
.home-video .videobox .video-l .conts {
  margin: 25px 0 35px;
  font-size: 14px;
  line-height: 18px;
  color: #191817;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .home-video .videobox .video-l .conts {
    margin: 10px 0 15px;
  }
}
.home-video .videobox .video-l .more {
  margin: initial;
  width: 120px;
  height: 40px;
  line-height: 40px;
}
.home-video .videobox .video-r {
  width: 48%;
  position: relative;
}
@media (max-width: 767px) {
  .home-video .videobox .video-r {
    width: 100%;
  }
}
.home-video .videobox .video-r > img {
  width: 100%;
}
.home-video .videobox .video-r .vbuttom {
  position: absolute;
  left: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  cursor: pointer;
  background: #333;
  border: 10px solid #f4f4f4;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .home-video .videobox .video-r .vbuttom {
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    border: 0;
  }
}
.home-video .videobox .video-r .vbuttom::before {
  content: "";
  position: absolute;
  left: 35%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #f08300;
}
@media (max-width: 767px) {
  .videoin {
    padding: 0 10px;
  }
}
.videoin p {
  position: relative;
  z-index: 9999;
  margin: 200px auto;
}
@media (max-width: 767px) {
}
.videoin p iframe {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .videoin p iframe {
    width: 100% !important;
    height: auto !important;
  }
}
.home-case {
  padding: 155px 0 75px;
  background: url(../images/home/casebgi.jpg) no-repeat center;
}
@media (min-width: 1200px) {
  .home-case {
    background-size: 100% 100%;
  }
}
@media (max-width: 767px) {
  .home-case {
    padding: 80px 0 50px;
  }
}
.home-case .select-box {
  margin-top: 65px;
}
@media (max-width: 1199.98px) {
  .home-case .select-box {
    margin-top: 20px;
  }
}
.home-case .select-box .sel-pagi-box {
  white-space: nowrap;
  overflow-x: auto;
  display: flex;
}
.home-case .select-box .sel-pagi-box .pagi {
  padding: 25px 0;
  font-family: Arial-BoldMT;
  font-size: 22px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #f08300;
  z-index: 2;
  transition: all 0.3s;
}
.home-case .select-box .sel-pagi-box .pagi:nth-child(2) {
  border-left: 1px solid #ffa335;
  border-right: 1px solid #ffa335;
}
.home-case .select-box .sel-pagi-box .pagi.active,
.home-case .select-box .sel-pagi-box .pagi:hover {
  background-color: #fff;
  color: #333;
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  .home-case .select-box .sel-pagi-box .pagi {
    min-width: unset;
  }
}
@media (max-width: 991.98px) {
  .home-case .select-box .sel-pagi-box .pagi {
    font-size: 15px;
    padding: 15px;
    width: 33.33%;
  }
}
@media (max-width: 500px) {
  .home-case .select-box .sel-pagi-box .pagi {
    width: auto;
  }
}
.home-case .select-box .sel-content-box {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.home-case .select-box .sel-content-box .about-videobox {
  padding: 20px 0;
  position: relative;
}
@media (max-width: 767px) {
  .home-case .select-box .sel-content-box .about-videobox {
    padding: 10px 0;
  }
}
.home-case .select-box .sel-content-box .content-item {
  position: absolute;
  left: -200%;
  top: 0;
  width: 100%;
  min-height: 200px;
  padding: 40px;
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .home-case .select-box .sel-content-box .content-item {
    padding: 5px;
  }
}
.home-case .select-box .sel-content-box .content-item.active {
  position: static;
  left: unset;
  top: unset;
  opacity: 1;
}
.home-case .select-box .sel-content-box .content-item .videobox {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .home-case .select-box .sel-content-box .content-item .videobox {
    flex-direction: column;
  }
}
.home-case .select-box .sel-content-box .content-item .videobox .video-l {
  width: 47%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .home-case .select-box .sel-content-box .content-item .videobox .video-l {
    width: 100%;
    padding: 15px 0;
  }
}
.home-case .select-box .sel-content-box .content-item .videobox .video-l .title {
  font-family: Arial-BoldMT;
  font-size: 18px;
  font-weight: bolder;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .home-case .select-box .sel-content-box .content-item .videobox .video-l .title {
    font-size: 15px;
  }
}
.home-case .select-box .sel-content-box .content-item .videobox .video-l .conts {
  margin: 25px 0 35px;
  max-width: 420px;
  font-size: 14px;
  line-height: 18px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .home-case .select-box .sel-content-box .content-item .videobox .video-l .conts {
    margin: 10px 0 15px;
  }
}
.home-case .select-box .sel-content-box .content-item .videobox .video-l .more {
  margin: initial;
  width: 120px;
  height: 40px;
  line-height: 40px;
}
.home-case .select-box .sel-content-box .content-item .videobox .video-r {
  width: 48%;
  max-height: 320px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .home-case .select-box .sel-content-box .content-item .videobox .video-r {
    width: 100%;
  }
}
.home-case .select-box .sel-content-box .content-item .videobox .video-r > img {
  height: 100%;
  max-height: 320px;
}
.home-case .select-box .sel-content-box .content-item > a.more {
  margin-top: 40px;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  color: #2f2f2f;
}
@media (max-width: 767px) {
  .home-case .select-box .sel-content-box .content-item > a.more {
    margin: 20px auto;
  }
}
.home-case .select-box .sel-content-box .content-item > a.more:hover {
  background: #f08300;
  border: 1px solid #f08300;
  color: #fff;
}
.home-blog {
  padding: 115px 0 75px;
}
@media (max-width: 767px) {
  .home-blog {
    padding: 50px 0 30px;
  }
}
.home-blog .pod-ul {
  display: flex;
  align-items: center;
  margin: 50px 0 0;
  border-bottom: 2px solid #000;
}
@media (min-width: 1200px) {
  .home-blog .pod-ul::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1200px) {
  .home-blog .pod-ul {
    overflow-y: hidden;
    overflow-x: scroll;
    margin: 30px 0 5px;
    justify-content: inherit;
  }
}
.home-blog .pod-ul li.active::before {
  opacity: 1;
}
.home-blog .pod-ul .pod-end {
  margin-left: auto;
  width: 50px;
  height: 50px;
  color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  outline: 12px solid;
  outline-offset: -35px;
  transform: scale(0.6);
}
.home-blog .pod-ul .pod-list {
  position: relative;
  margin: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: solid 2px #f8f8f8;
  transition: all 0.3s;
}
.home-blog .pod-ul .pod-list:hover::before {
  opacity: 1;
}
.home-blog .pod-ul .pod-list:first-child {
  margin-left: 0;
}
.home-blog .pod-ul .pod-list::before {
  position: absolute;
  content: '';
  top: 0;
  opacity: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 15px;
  transition: all 0.3s;
  background: url(../images/home/topico.png) no-repeat center center;
}
@media (max-width: 767px) {
  .home-blog .pod-ul .pod-list {
    margin: 0 15px;
  }
}
.home-blog .pod-ul .pod-list a {
  display: block;
  padding: 20px 0;
  font-family: Arial-BoldMT;
  font-size: 24px;
  font-weight: bolder;
  color: #333;
  transition: all 0.3s;
}
.home-blog .pod-ul .pod-list a::first-letter {
  color: #f08300;
}
@media (max-width: 767px) {
  .home-blog .pod-ul .pod-list a {
    font-size: 16px;
    padding: 10px 0;
    margin-left: 5px;
  }
}
.home-blog .details-box {
  padding: 20px 0;
  position: relative;
}
@media (max-width: 767px) {
  .home-blog .details-box {
    padding-top: 0;
  }
}
.home-blog .details-box div.active {
  position: static;
  left: unset;
  top: unset;
  opacity: 1;
}
.home-blog .details-box .details {
  position: absolute;
  left: -200%;
  top: 0;
  width: 100%;
  min-height: 100px;
  opacity: 0;
  transition: all 0.3s;
}
.home-blog .details-box .details .listbox {
  display: flex;
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .home-blog .details-box .details .listbox {
    padding: 10px 0 ;
  }
}
.home-blog .details-box .details .listbox:hover .details-r .contbox .time {
  background: #f08300;
}
.home-blog .details-box .details .listbox:hover .details-r .moremin {
  color: #f08300;
}
.home-blog .details-box .details .listbox .details-l {
  overflow: hidden;
  margin-right: 30px;
}
@media (min-width: 1200px) {
  .home-blog .details-box .details .listbox .details-l {
    width: 350px;
    height: 200px;
  }
}
.home-blog .details-box .details .listbox .details-l img {
  max-width: 100%;
}
.home-blog .details-box .details .listbox .details-r {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-blog .details-box .details .listbox .details-r .contbox .time {
  display: inline-block;
  padding: 0 10px;
  height: 20px;
  text-align: center;
  background: #ddd;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  transition: all 0.3s;
}
.home-blog .details-box .details .listbox .details-r .contbox .title {
  margin: 15px 0 20px;
  font-family: Arial-BoldMT;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .home-blog .details-box .details .listbox .details-r .contbox .title {
    font-size: 15px;
    margin: 5px 0 10px;
  }
}
.home-blog .details-box .details .listbox .details-r .contbox .conts {
  font-size: 14px;
  line-height: 20px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-blog .details-box .details .listbox .details-r .moremin {
  font-family: Arial-BoldMT;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  transition: all 0.3s;
}
.home-blog .details-box .details .nwes-r-b {
  display: block;
  transition: all 0.3s;
  background: #fff;
  border-bottom: 1px #ddd solid;
}
@media (max-width: 767px) {
  .home-blog .details-box .details .nwes-r-b {
    margin: 0;
    padding: 10px;
    padding-bottom: 0;
  }
}
.home-blog .details-box .details .nwes-r-b .minfaq {
  width: 39px;
  height: 39px;
  font-family: SFProDisplay-Bold;
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
  color: #333;
  text-align: center;
  transition: all 0.3s;
}
@media (max-width: 399.5px) {
  .home-blog .details-box .details .nwes-r-b .minfaq {
    width: auto;
    height: auto;
    line-height: 25px;
    max-height: 30px;
    padding: 2px 10px;
  }
}
.home-blog .details-box .details .nwes-r-b .min-cont {
  margin-left: 10px;
  font-family: Georgia;
  font-size: 16px;
  line-height: 18px;
  transition: all 0.3s;
}
.home-blog .details-box .details .nwes-r-b .r-b-t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 10px;
  position: relative;
}
@media (max-width: 767px) {
  .home-blog .details-box .details .nwes-r-b .r-b-t {
    padding: 10px 0;
  }
}
.home-blog .details-box .details .nwes-r-b .r-b-t .faq-cot {
  display: flex;
  width: 80%;
}
.home-blog .details-box .details .nwes-r-b .r-b-t .faq-cot .minfaq {
  background: #fff;
  color: #f08300;
}
.home-blog .details-box .details .nwes-r-b .r-b-t .faq-cot .min-cont {
  line-height: 36px;
  max-width: 86%;
  color: #1f2224;
  transition: all 0.3s;
}
.home-blog .details-box .details .nwes-r-b .r-b-t .faq-cot .min-cont::first-letter {
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .home-blog .details-box .details .nwes-r-b .r-b-t .faq-cot .min-cont {
    max-width: 81%;
    line-height: 20px;
  }
}
.home-blog .details-box .details .nwes-r-b .r-b-t .cur img:first-child {
  display: none !important;
}
.home-blog .details-box .details .nwes-r-b .r-b-t .cur img:last-child {
  display: block !important;
}
.home-blog .details-box .details .nwes-r-b .r-b-b {
  display: flex;
  transition: all 0.3s;
  overflow: hidden;
}
.home-blog .details-box .details .nwes-r-b .r-b-b .minfaq {
  font-size: 16px;
  color: #333;
}
.home-blog .details-box .details .nwes-r-b .r-b-b .min-cont {
  max-width: 86%;
  color: #666;
  font-family: ArialMT;
  font-size: 14px;
}
@media (max-width: 767px) {
  .home-blog .details-box .details .nwes-r-b .r-b-b .min-cont {
    max-width: 81%;
  }
}
.home-blog .details-box .details .nwes-r-b .r-b-b .min-cont p {
  margin-bottom: 15px;
  margin-top: 15px;
}
.home-blog .details-box .details .nwes-r-b .r-b-b .min-cont p::first-letter {
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .home-blog .details-box .details .nwes-r-b .r-b-b .min-cont p {
    margin-top: 5px;
  }
}
.home-contact {
  padding: 115px 0 275px;
  background: #eee url(../images/home/contsbgi.jpg) no-repeat bottom center;
}
@media (max-width: 767px) {
  .home-contact {
    padding: 50px 0 130px;
  }
}
.home-contact #contact-swiper {
  padding: 10px 0 30px;
}
@media (min-width: 1200px) {
  .home-contact #contact-swiper {
    padding-top: 60px;
  }
}
.home-contact #contact-swiper .swiper-pagination {
  bottom: 0;
}
@media (min-width: 767px) {
  .home-contact #contact-swiper .swiper-pagination {
    display: none;
  }
}
.home-contact #contact-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #f08300;
}
.home-contact #contact-swiper .conactbox {
  padding: 50px  20px ;
  display: flex;
  align-items: center;
  border: solid 1px #aaaaaa;
}
@media (min-width: 767px) {
  .home-contact #contact-swiper .conactbox {
    height: 162px;
  }
}
@media (max-width: 767px) {
  .home-contact #contact-swiper .conactbox {
    padding: 20px  10px ;
  }
}
.home-contact #contact-swiper .conactbox .cont-l {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 60px;
  height: 60px;
  border: solid 1px #aaaaaa;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .home-contact #contact-swiper .conactbox .cont-l {
    transform: scale(0.8);
  }
}
.home-contact #contact-swiper .conactbox .cont-l img {
  max-width: 100%;
}
.home-contact #contact-swiper .conactbox .cont-r {
  margin-left: 15px;
  width: 80%;
}
@media (max-width: 767px) {
  .home-contact #contact-swiper .conactbox .cont-r {
    margin-left: 5px;
    width: 70%;
  }
}
.home-contact #contact-swiper .conactbox .cont-r .lab {
  font-family: Arial-BoldMT;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.home-contact #contact-swiper .conactbox .cont-r .text {
  font-size: 14px;
  line-height: 18px;
  color: #333;
}
.home-contact .contact-l {
  margin-top: 50px;
}
.home-contact .contact-l .forme .namebox,
.home-contact .contact-l .forme .telbox {
  padding-right: 15px !important;
}
@media (max-width: 767px) {
  .home-contact .contact-l .forme .namebox,
  .home-contact .contact-l .forme .telbox {
    padding: 0 !important;
  }
}
.home-contact .contact-l .forme .namebox,
.home-contact .contact-l .forme .emailbox,
.home-contact .contact-l .forme .telbox,
.home-contact .contact-l .forme .workbox {
  position: relative;
  margin-bottom: 20px;
  padding: 0;
}
.home-contact .contact-l .forme .namebox span.lab,
.home-contact .contact-l .forme .emailbox span.lab,
.home-contact .contact-l .forme .telbox span.lab,
.home-contact .contact-l .forme .workbox span.lab {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-family: ArialMT;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #777777;
  display: none;
}
.home-contact .contact-l .forme .namebox input,
.home-contact .contact-l .forme .emailbox input,
.home-contact .contact-l .forme .telbox input,
.home-contact .contact-l .forme .workbox input {
  background: none;
  border: 0;
  border-bottom: 1px solid #aaa;
  outline: none;
  height: 50px;
  width: 100%;
  font-size: 14px;
}
.home-contact .contact-l .forme .namebox input:focus,
.home-contact .contact-l .forme .emailbox input:focus,
.home-contact .contact-l .forme .telbox input:focus,
.home-contact .contact-l .forme .workbox input:focus {
  border-bottom: 1px solid #aaa;
}
.home-contact .contact-l .forme .namebox input::-webkit-input-placeholder,
.home-contact .contact-l .forme .emailbox input::-webkit-input-placeholder,
.home-contact .contact-l .forme .telbox input::-webkit-input-placeholder,
.home-contact .contact-l .forme .workbox input::-webkit-input-placeholder {
  font-size: 14px;
  color: #aaa;
}
@media (max-width: 767px) {
  .home-contact .contact-l .forme .namebox input,
  .home-contact .contact-l .forme .emailbox input,
  .home-contact .contact-l .forme .telbox input,
  .home-contact .contact-l .forme .workbox input {
    height: 40px;
  }
}
.home-contact .contact-l .forme textarea {
  background: none;
  border: 0;
  border-bottom: 1px solid #aaa;
  outline: none;
  resize: none;
  padding: 15px 0;
  width: 100%;
  height: 100px;
}
.home-contact .contact-l .forme textarea:focus {
  border-bottom: 1px solid #aaa;
}
.home-contact .contact-l .forme textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #aaa;
}
@media (max-width: 767px) {
  .home-contact .contact-l .forme textarea {
    padding: 10px;
    height: 80px;
  }
}
.home-contact .contact-l .forme .btn-box {
  display: flex;
}
@media (max-width: 767px) {
  .home-contact .contact-l .forme .btn-box {
    display: block;
  }
}
.home-contact .contact-l .forme .btn-box #slider2 {
  margin-right: 4%;
}
.home-contact .contact-l .forme .btn-box .sub-box {
  display: flex;
  margin-top: 20px;
}
.home-contact .contact-l .forme .btn-box .sub-box input {
  background-color: #fff;
  border: 0;
  outline: none;
  height: 40px;
  width: 100%;
  font-family: "ArialMT";
  font-size: 14px;
}
.home-contact .contact-l .forme .btn-box .sub-box .btn-submit {
  width: 200px;
  margin-right: 20px;
  transition: all 0.3s;
  background: #f08300;
  font-size: 14px;
  color: #fff;
}
.home-contact .contact-l .forme .btn-box .sub-box .btn-submit:hover {
  background-color: rgba(223, 126, 9, 0.966);
}
.home-contact .contact-l .forme .btn-box .sub-box .btn-reset {
  width: 200px;
  background-color: #fff;
  transition: all 0.3s;
  color: #333;
  font-size: 14px;
}
.home-contact .contact-l .forme .btn-box .sub-box .btn-reset:hover {
  background-color: rgba(223, 126, 9, 0.966);
  color: #fff;
}
@media (max-width: 767px) {
  .home-contact .contact-l .forme .btn-box #slider2,
  .home-contact .contact-l .forme .btn-box .sub-box {
    width: 100%;
    margin-right: 0;
  }
}
.home-footer {
  background: #2f2f2f;
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .home-footer {
    padding-top: 20px;
  }
}
.home-footer .foot-t {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .home-footer .foot-t {
    flex-wrap: wrap;
  }
}
/*.home-footer .foot-t .footnav {*/
/*  display: flex;*/
/*}*/
@media (max-width: 767px) {
  .home-footer .foot-t .footnav {
    flex-wrap: wrap;
  }
}
/*.home-footer .foot-t .footnav li {*/
  /*margin-right: 30px;*/
/*  padding: 15px 10px;*/
/*}*/
.home-footer .foot-t .footnav li a:hover{
	text-decoration: none;
}
@media (max-width: 767px) {
  .home-footer .foot-t .footnav li {
    margin-right: 10px;
  }
}
.home-footer .foot-t .footnav li a {
  font-size: 16px;
  line-height: 40px;
  color: #aaa;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .home-footer .foot-t .footnav li a {
    font-size: 13px;
    line-height: 20px;
  }
}
.home-footer .foot-t .footnav li a:hover {
  color: #e82d28;
  text-decoration: none;
}
.home-footer .foot-t .toprb {
  display: flex;
  justify-content: space-between;
}
.home-footer .foot-t .toprb a {
  padding-left: 5px;
  transition: all 0.3s;
}
.home-footer .foot-t .toprb a:hover {
  transform: translateY(-6px);
}
.home-footer .foot-t .toprb a img {
  width: 24px;
  height: 24px;
}
.home-footer .foot-link {
  padding: 20px 0 100px;
  font-size: 14px;
  line-height: 18px;
  color: #888;
  border-top: 1px solid #444;
}
@media (max-width: 991px) {
  .home-footer .foot-link {
    padding: 10px 0 30px;
    margin-top: 10px;
    font-size: 13px;
  }
}
.home-footer .foot-link a {
  margin-right: 40px;
  transition: all 0.3s;
  color: #666;
}
@media (max-width: 991px) {
  .home-footer .foot-link a {
    margin-right: 15px;
  }
}
.home-footer .foot-link a:hover {
  color: #e82d28;
  text-decoration: underline;
}
.home-footer .foot-b {
  padding: 20px 0;
  color: #aaa;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  font-family: 'ArialMT';
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .home-footer .foot-b {
    margin-top: 0;
    padding: 10px 0;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .home-footer .foot-b .container {
    padding: 0;
    margin: 0;
  }
}
.home-footer .foot-b .copyright {
  float: left;
  line-height: 28px;
}
@media (max-width: 767px) {
  .home-footer .foot-b .copyright {
    line-height: 18px;
  }
}
.home-footer .foot-b .maps {
  margin-right: 60px;
}
@media (max-width: 400px) {
  .home-footer .foot-b .maps {
    margin-right: 20px;
  }
}
.home-footer .foot-b .maps a {
  color: #aaa;
}
.home-footer .foot-b .text {
  float: right;
  display: flex;
  line-height: 28px;
}
@media (max-width: 767px) {
  .home-footer .foot-b .text {
    display: none;
  }
}
.home-footer .foot-b .text a {
  transition: all 0.3s;
  line-height: 28px;
}
.home-footer .foot-b .text a:hover {
  color: #ea2626;
}
.home-footer .foot-b .text .link {
  margin-left: 5px;
  color: #aaa;
}
.map-box {
  width: 100%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199.98px) {
  .map-box {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .map-box {
    height: 240px;
  }
}
.map-box #gmap {
  width: 100%;
  height: 100%;
}
.map-box #gmap > img {
  width: 100%;
  height: 100%;
}
