.resetStyle {
  height: 100%;
  overflow: auto;
  font-family: "微软雅黑";
}
.resetStyle a {
  text-decoration: none;
}
.resetStyle a:hover {
  text-decoration: none;
}
.resetStyle ul,
.resetStyle li,
.resetStyle p {
  margin: 0;
  padding: 0;
}
.resetStyle h1,
.resetStyle h2,
.resetStyle h3,
.resetStyle h4,
.resetStyle h5,
.resetStyle h6 {
  letter-spacing: 0;
}
@font-face {
  font-family: ci38;
  src: url(../fonts/CI38.TTF);
}
@media (min-width: 1250px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 1700px) {
  .container {
    width: 1670px;
    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;
}
#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;
}
#backtop ul li .sidetop:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #09b787 url(../images/side_icon-w.png) center / cover no-repeat;
}
@media (max-width: 768px) {
  #backtop {
    right: 10px;
    bottom: 10px;
  }
  #backtop ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  body {
    height: 100%;
    overflow: hidden;
  }
}
.home-header {
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .home-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
  }
}
.home-header .navbar {
  height: 100px;
  border-bottom: 0px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.home-header .navbar-brand {
  padding: 0;
  height: auto;
  margin-left: 0 !important;
}
.home-header .navbar-nav {
  margin-right: -15px;
}
@media (min-width: 768px) {
  .home-header .navbar-nav {
    height: 100px;
  }
}
.home-header .navbar-nav > li {
  margin: 0;
  position: relative;
  font-size: 16px;
  color: #222;
}
@media (min-width: 768px) {
  .home-header .navbar-nav > li {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.home-header .nav.navbar-nav > li > a {
  padding-left: 17px;
  padding-right: 17px;
}
.home-header .nav.navbar-nav > li.active > a,
.home-header .nav.navbar-nav > li:hover:not(.nohover) > a {
  color: #09b787;
  background-color: transparent;
}
.home-header .navbar-text {
  font-size: 20px;
  line-height: 30px;
  color: #222;
  margin-top: 20px;
  margin-left: 25px;
  font-weight: bold;
}
.home-header .navbar-text span {
  display: block;
  color: #09b787;
}
@media (max-width: 1199.98px) {
  .home-header .navbar-text {
    display: none;
  }
}
.home-header .mobile-navbtn {
  display: none;
}
@media (min-width: 768px) {
  .home-header .dropdown-menu {
    width: 120px;
    text-align: center;
  }
  .home-header .dropdown-menu li a {
    line-height: 30px;
  }
  .home-header .dropdown-menu li a:hover {
    background-color: #09b787;
    color: #fff;
  }
}
.home-header .dropdown-menu li {
  width: 100%;
  position: relative;
  font-size: 14px;
}
.home-header .dropdown-menu.open {
  display: block !important;
}
.home-header .dropdown-menu.multi {
  position: absolute;
  left: 100% !important;
  right: 0;
  top: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0 !important;
}
.home-header .dropdown-menu.multi a {
  font-size: 12px;
}
.home-header .language img {
  vertical-align: middle;
  margin: -3px 0 0 5px;
}
.home-header .navbar-default .navbar-toggle {
  transition: 0s;
}
.home-header .navbar-default .navbar-toggle:focus,
.home-header .navbar-default .navbar-toggle:hover {
  background-color: #fff;
}
.home-header .navbar-default .navbar-toggle:focus .icon-bar,
.home-header .navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #00023d;
}
.home-header .navbar-default .navbar-toggle:active {
  background-color: #00023d;
}
.home-header .navbar-default .navbar-toggle:active .icon-bar {
  background-color: #fff;
}
@media (min-width: 768px) {
  .home-header .navbar-brand {
    margin-top: 16px;
  }
  .home-header .nav.navbar-nav > li.active:after,
  .home-header .nav.navbar-nav > li:hover:not(.nohover):after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #09b787;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .home-header .nav.navbar-nav > li.active > a,
  .home-header .nav.navbar-nav > li:hover:not(.nohover) > a {
    color: #222;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center 38px;
    transition: 0s;
  }
  .home-header li.hasdrop:hover > .dropdown-menu {
    display: block !important;
    right: 0;
    left: 50%;
    margin-left: -80px;
  }
  .home-header .header-top-sreach-bigbox {
    position: relative;
    margin-top: 16px;
    text-align: center;
    display: block;
    width: 37px;
    height: 28px;
  }
  .home-header .header-top-sreach-box {
    position: absolute;
    right: 17px;
    top: 45px;
    z-index: 999;
    display: none;
  }
  .home-header .header-top-form {
    border: 1px solid #d9d9d9;
    display: block;
    float: right;
    position: relative;
    width: 180px;
    background-color: #fff;
  }
  .home-header .header-top-form-input {
    padding-right: 0;
    font-size: 12px;
    outline: none !important;
    display: block;
    width: 148px !important;
    height: 31px !important;
    border: 0 !important;
    float: left !important;
    padding-left: 8px !important;
    background-color: transparent !important;
  }
  .home-header .header-top-form-sbm {
    outline: none;
    width: 20%;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 81%;
    float: left;
    height: 31px;
    display: block;
    border: 0;
    background: url(../images/home/search.png) center center no-repeat;
  }
  .home-header .search-box:hover .header-top-sreach-box {
    display: block;
  }
  .home-header .search-btn img {
    vertical-align: middle;
    margin-top: -3px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-header .navbar-text {
    font-size: 16px;
  }
  .home-header .nav.navbar-nav > li {
    font-size: 15px;
  }
  .home-header .nav.navbar-nav > li a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .home-header .navbar-text {
    font-size: 14px;
  }
  .home-header .nav.navbar-nav > li {
    font-size: 14px;
  }
  .home-header .nav.navbar-nav > li a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .home-header .header-top-sreach-box {
    right: -1px;
  }
}
@media (max-width: 767px) {
  .home-header .container {
    width: 100%;
  }
  .home-header .dropdown-menu {
    position: relative;
    width: 100%;
    margin: 0 0 5px;
  }
  .home-header .dropdown-menu.multi-dropdown {
    left: 0 !important;
  }
  .home-header .mobile-navbtn {
    width: 40px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: url(../images/home/jia.png) center no-repeat;
    background-size: 100%;
  }
  .home-header .mobile-navbtn.open {
    background: url(../images/home/jian.png) center no-repeat;
    background-size: 100%;
  }
  .home-header .mobile-navbtn.iconb {
    background: url(../images/home/jia-b.png) center no-repeat;
    background-size: 100%;
  }
  .home-header .mobile-navbtn.iconb.open {
    background: url(../images/home/jian-b.png) center no-repeat;
    background-size: 100%;
  }
  .home-header .navbar {
    display: block;
    height: 60px;
  }
  .home-header .nav.navbar-nav > li a {
    padding-bottom: 0;
  }
  .home-header .navbar-brand {
    width: 50px;
    margin: 5px 0 0 15px !important;
  }
  .home-header .navbar-brand img {
    width: 100%;
  }
  .home-header .navbar-text {
    display: inline-block;
    font-size: 15px;
    margin: 6px 0 0 15px;
    line-height: 22px;
  }
  .home-header .navbar-toggle {
    margin: 12px 15px 0 0;
  }
  .home-header .navbar-collapse {
    background: #222;
  }
  .home-header .nav > li > a {
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
  }
  .home-header .nav.navbar-nav {
    padding: 15px 0;
    margin: 0;
  }
  .home-header .dropdown-menu em i {
    color: #222;
  }
  .home-header .dropdown-menu.multi {
    position: static;
  }
  .home-header .dropdown-menu > li > a {
    position: relative;
  }
  .home-header .header-top-sreach-bigbox {
    position: relative;
    margin-top: 16px;
    text-align: center;
    display: block;
    width: 37px;
    height: 28px;
  }
  .home-header .header-top-sreach-box {
    position: relative;
    z-index: 999;
    margin-top: 10px;
  }
  .home-header .header-top-form {
    border: 1px solid #d9d9d9;
    display: flex;
    position: relative;
    width: 100%;
    background-color: #fff;
  }
  .home-header .header-top-form-input {
    padding-right: 0;
    font-size: 12px;
    outline: none !important;
    display: block;
    flex: 1;
    height: 31px !important;
    border: 0 !important;
    padding: 0 50px 0 8px !important;
    background-color: transparent !important;
  }
  .home-header .header-top-form-sbm {
    outline: none;
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 31px;
    display: block;
    border: 0;
    background: url(../images/home/search.png) center center no-repeat;
  }
  .home-header .search-btn img {
    vertical-align: middle;
    margin-top: -3px;
  }
  .home-header .search-box .search-btn {
    display: none;
  }
}
@media (min-width: 1200px) {
  .home-content {
    height: 100%;
  }
}
.home-content .header-m {
  display: inline-block;
  font-size: 20px;
  line-height: 59px;
  color: #fff;
  position: relative;
}
@media (max-width: 1599.98px) {
  .home-content .header-m {
    line-height: 48px;
  }
}
@media (max-width: 1199.98px) {
  .home-content .header-m {
    line-height: 30px;
  }
}
.home-content .header-m a {
  color: #fff;
  font-weight: bold;
}
.home-content .header-m a span {
  font-weight: normal;
}
.home-content .header-m span {
  font-size: 14px;
  margin-left: 15px;
  line-height: 20px;
  position: relative;
  top: -2px;
}
.home-content .header-m:after {
  content: '';
  display: block;
  width: 301px;
  height: 1px;
  background-color: #dedede;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 1200px) {
  .home-content > .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-delay: 0.1s;
  }
}
@media (min-width: 1200px) {
  .home-content > .swiper-wrapper > .swiper-slide {
    padding-top: 100px;
    height: 100%;
  }
}
@media (max-width: 1199.98px) {
  .home-content > .swiper-wrapper > .swiper-slide {
    height: auto !important;
  }
}
@media (min-width: 1200px) {
  .home-content > .swiper-wrapper .banner .swiper-container {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .home-content > .swiper-wrapper .banner .swiper-container .swiper-wrapper {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .home-content > .swiper-wrapper .banner .swiper-container .swiper-wrapper .swiper-slide {
    height: 100%;
  }
}
.home-content > .swiper-wrapper .banner .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  height: 100%;
}
.home-content > .swiper-wrapper .banner .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .home-content > .swiper-wrapper .product .container {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1199.98px) {
  .home-content > .swiper-wrapper .product .product-box {
    margin-top: 20px;
  }
}
.home-content > .swiper-wrapper .product .product-box:after {
  content: '';
  display: block;
  width: 1px;
  clear: both;
}
.home-content > .swiper-wrapper .product .product-box .swiper-box {
  width: 1245px;
  float: left;
  margin-left: 288px;
  position: relative;
}
@media (max-width: 1580px) {
  .home-content > .swiper-wrapper .product .product-box .swiper-box {
    width: 1100px;
  }
}
@media (max-width: 1439.98px) {
  .home-content > .swiper-wrapper .product .product-box .swiper-box {
    width: 1000px;
    margin-left: 242px;
  }
}
@media (max-width: 1289.98px) {
  .home-content > .swiper-wrapper .product .product-box .swiper-box {
    width: 900px;
  }
}
@media (max-width: 1199.98px) {
  .home-content > .swiper-wrapper .product .product-box .swiper-box {
    width: 100%;
    margin-left: 0;
  }
}
.home-content > .swiper-wrapper .product .product-box .swiper-box .t-box {
  position: absolute;
  left: -392px;
  top: 0;
  padding-left: 392px;
  width: 746px;
  height: 300px;
  background: url(../images/home/pro-t-bg.png) left center no-repeat;
  z-index: 20;
  font-family: ci38;
}
@media (max-width: 1439.98px) {
  .home-content > .swiper-wrapper .product .product-box .swiper-box .t-box {
    background-size: 453px 237px;
    left: -308px;
    padding-left: 308px;
    width: 600px;
  }
}
@media (max-width: 1199.98px) {
  .home-content > .swiper-wrapper .product .product-box .swiper-box .t-box {
    background: none;
    display: none;
  }
}
.home-content > .swiper-wrapper .product .product-box .swiper-box .t-box > a {
  display: block;
}
.home-content > .swiper-wrapper .product .product-box .swiper-box .t-box span {
  display: block;
  font-size: 68px;
  color: #222;
  line-height: 68px;
}
@media (max-width: 1439.98px) {
  .home-content > .swiper-wrapper .product .product-box .swiper-box .t-box span {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 991.98px) {
  .home-content > .swiper-wrapper .product .product-box .swiper-box .t-box span {
    font-size: 30px;
    line-height: 40px;
  }
}
.home-content > .swiper-wrapper .product .product-box .swiper-box .t-box span:first-child {
  margin-top: 60px;
}
.home-content > .swiper-wrapper .product .product-box .swiper-box .t-box span b {
  font-size: 32px;
  line-height: 30px;
  margin-left: 20px;
}
@media (max-width: 1439.98px) {
  .home-content > .swiper-wrapper .product .product-box .swiper-box .t-box span b {
    font-size: 25px;
  }
}
@media (max-width: 1199.98px) {
  .home-content > .swiper-wrapper .product .product-box .swiper-box .t-box span b {
    margin-left: 0px;
  }
}
@media (max-width: 991.98px) {
  .home-content > .swiper-wrapper .product .product-box .swiper-box .t-box span b {
    font-size: 18px;
  }
}
.home-content > .swiper-wrapper .product .product-box .swiper-box .t-box-s {
  display: none !important;
}
@media (max-width: 1199.98px) {
  .home-content > .swiper-wrapper .product .product-box .swiper-box .t-box-s {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .home-content > .swiper-wrapper .product .product-box .swiper-box .swiper-container {
    padding-bottom: 30px;
  }
}
.home-content > .swiper-wrapper .product .product-box .swiper-box .swiper-container .swiper-wrapper .swiper-slide > a {
  display: block;
  height: 300px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1799.98px) {
  .home-content > .swiper-wrapper .product .product-box .swiper-box .swiper-container .swiper-wrapper .swiper-slide > a {
    height: 280px;
  }
}
@media (max-width: 1699.98px) {
  .home-content > .swiper-wrapper .product .product-box .swiper-box .swiper-container .swiper-wrapper .swiper-slide > a {
    height: 260px;
  }
}
@media (max-width: 991.98px) {
  .home-content > .swiper-wrapper .product .product-box .swiper-box .swiper-container .swiper-wrapper .swiper-slide > a {
    height: 220px;
  }
}
.home-content > .swiper-wrapper .product .product-box .swiper-box .swiper-container .swiper-wrapper .swiper-slide > a > h6 {
  padding: 14px 0 0 25px;
  font-size: 24px;
  color: #222;
  line-height: 30px;
  position: absolute;
  left: 0;
  height: 0;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .home-content > .swiper-wrapper .product .product-box .swiper-box .swiper-container .swiper-wrapper .swiper-slide > a > h6 {
    font-size: 18px;
  }
}
.home-content > .swiper-wrapper .product .product-box .swiper-box .swiper-container .swiper-wrapper .swiper-slide > a > img {
  width: 100%;
  height: 100%;
}
.home-content > .swiper-wrapper .product .product-box .swiper-box .swiper-container .swiper-wrapper .swiper-slide > a .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 186, 140, 0.95);
  color: #fff;
  text-align: center;
  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;
}
.home-content > .swiper-wrapper .product .product-box .swiper-box .swiper-container .swiper-wrapper .swiper-slide > a .mask h6 {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-top: 57px;
}
@media (max-width: 1799.98px) {
  .home-content > .swiper-wrapper .product .product-box .swiper-box .swiper-container .swiper-wrapper .swiper-slide > a .mask h6 {
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .home-content > .swiper-wrapper .product .product-box .swiper-box .swiper-container .swiper-wrapper .swiper-slide > a .mask h6 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }
}
.home-content > .swiper-wrapper .product .product-box .swiper-box .swiper-container .swiper-wrapper .swiper-slide > a .mask p {
  font-size: 14px;
  line-height: 24px;
  color: #8beed3;
  padding: 23px 26px 31px;
}
@media (max-width: 1699.98px) {
  .home-content > .swiper-wrapper .product .product-box .swiper-box .swiper-container .swiper-wrapper .swiper-slide > a .mask p {
    padding: 10px;
  }
}
@media (max-width: 991.98px) {
  .home-content > .swiper-wrapper .product .product-box .swiper-box .swiper-container .swiper-wrapper .swiper-slide > a .mask p {
    line-height: 20px;
  }
}
.home-content > .swiper-wrapper .product .product-box .swiper-box .swiper-container .swiper-wrapper .swiper-slide > a .mask span {
  display: inline-block;
  width: 112px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #53ccab;
  border-radius: 14px;
}
.home-content > .swiper-wrapper .product .product-box .swiper-box .swiper-container .swiper-wrapper .swiper-slide > a:hover > h6 {
  display: none;
}
.home-content > .swiper-wrapper .product .product-box .swiper-box .swiper-container .swiper-wrapper .swiper-slide > a:hover .mask {
  opacity: 1;
}
.home-content > .swiper-wrapper .advantage {
  background: url(../images/home/adv-bg.jpg) center 100px no-repeat;
  background-size: cover;
}
@media (max-width: 1199.98px) {
  .home-content > .swiper-wrapper .advantage {
    margin-top: 10px;
    padding-bottom: 20px;
    background-position: center top;
  }
}
@media (max-width: 767.98px) {
  .home-content > .swiper-wrapper .advantage {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .home-content > .swiper-wrapper .advantage .container {
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 1199.98px) {
  .home-content > .swiper-wrapper .advantage .header-m {
    margin-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .home-content > .swiper-wrapper .advantage .header-m {
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .home-content > .swiper-wrapper .advantage .header-m {
    margin-top: 10px;
  }
}
.home-content > .swiper-wrapper .advantage .adv-box {
  width: 1646px;
}
@media (min-width: 1200px) {
  .home-content > .swiper-wrapper .advantage .adv-box {
    flex: 0 0 100%;
  }
}
@media (max-width: 1676px) {
  .home-content > .swiper-wrapper .advantage .adv-box {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .home-content > .swiper-wrapper .advantage .adv-box {
    margin-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .home-content > .swiper-wrapper .advantage .adv-box {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .home-content > .swiper-wrapper .advantage .adv-box {
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .home-content > .swiper-wrapper .advantage .adv-box .swiper-container {
    padding-bottom: 30px;
  }
}
.home-content > .swiper-wrapper .advantage .adv-box .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  height: 228px;
  position: relative;
  background-color: #09b787;
  color: #fff;
}
@media (max-width: 1599.98px) {
  .home-content > .swiper-wrapper .advantage .adv-box .swiper-container .swiper-wrapper .swiper-slide a {
    height: 200px;
  }
}
.home-content > .swiper-wrapper .advantage .adv-box .swiper-container .swiper-wrapper .swiper-slide a h6 {
  font-size: 16px;
  padding: 30px 40px;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .home-content > .swiper-wrapper .advantage .adv-box .swiper-container .swiper-wrapper .swiper-slide a h6 {
    padding: 10px;
  }
}
.home-content > .swiper-wrapper .advantage .adv-box .swiper-container .swiper-wrapper .swiper-slide a .text-box {
  width: 68%;
  padding-left: 42px;
}
@media (max-width: 991.98px) {
  .home-content > .swiper-wrapper .advantage .adv-box .swiper-container .swiper-wrapper .swiper-slide a .text-box {
    max-height: 150px;
    overflow: hidden;
    padding: 10px;
  }
}
.home-content > .swiper-wrapper .advantage .adv-box .swiper-container .swiper-wrapper .swiper-slide a .img-box {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  right: 32px;
  bottom: 19px;
}
@media (max-width: 991.98px) {
  .home-content > .swiper-wrapper .advantage .adv-box .swiper-container .swiper-wrapper .swiper-slide a .img-box {
    width: 80px;
    height: 80px;
    right: 10px;
    bottom: 10px;
  }
}
.home-content > .swiper-wrapper .advantage .adv-box .swiper-container .swiper-wrapper .swiper-slide a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-content > .swiper-wrapper .advantage .adv-box .swiper-container .swiper-wrapper .swiper-slide a .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  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;
}
.home-content > .swiper-wrapper .advantage .adv-box .swiper-container .swiper-wrapper .swiper-slide a .mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-content > .swiper-wrapper .advantage .adv-box .swiper-container .swiper-wrapper .swiper-slide a:hover .mask {
  opacity: 1;
}
.home-content > .swiper-wrapper .about {
  position: relative;
}
@media (max-width: 1199.98px) {
  .home-content > .swiper-wrapper .about {
    padding-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .home-content > .swiper-wrapper .about {
    padding-bottom: 0px;
  }
}
.home-content > .swiper-wrapper .about .about-bg {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767.98px) {
  .home-content > .swiper-wrapper .about .about-bg {
    display: none;
  }
}
.home-content > .swiper-wrapper .about .about-bg .bg-l {
  float: left;
  width: 44.53%;
  height: 100%;
  background-color: #f2f2f2;
}
.home-content > .swiper-wrapper .about .about-bg .bg-r {
  float: left;
  width: 55.47%;
  height: 100%;
}
.home-content > .swiper-wrapper .about .about-bg .bg-r a {
  display: block;
  width: 100%;
  height: 100%;
}
.home-content > .swiper-wrapper .about .about-bg .bg-r a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-content > .swiper-wrapper .about .container {
  width: 100%;
  max-width: 1920px;
  padding: 0;
}
@media (min-width: 1200px) {
  .home-content > .swiper-wrapper .about .container {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.home-content > .swiper-wrapper .about .about-box {
  position: relative;
  width: 1020px;
  flex: 0 0 1020px;
  height: 665px;
  padding-left: 130px;
  background-color: #fff;
}
@media (max-width: 1799.98px) {
  .home-content > .swiper-wrapper .about .about-box {
    padding-left: 15px;
    width: 850px;
    flex: 0 0 850px;
    height: auto;
    padding-bottom: 20px;
  }
}
@media (max-width: 1599.98px) {
  .home-content > .swiper-wrapper .about .about-box {
    padding-left: 15px;
    flex: 0 0 700px;
    width: 700px;
  }
}
@media (max-width: 1199.98px) {
  .home-content > .swiper-wrapper .about .about-box {
    padding-left: 0px;
    width: 50%;
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .home-content > .swiper-wrapper .about .about-box {
    width: 100%;
    padding: 0 15px;
  }
}
.home-content > .swiper-wrapper .about .about-box .header-m {
  margin-top: 29px;
}
@media (max-width: 1799.98px) {
  .home-content > .swiper-wrapper .about .about-box .header-m {
    margin-top: 15px;
  }
}
@media (max-width: 1599.98px) {
  .home-content > .swiper-wrapper .about .about-box .header-m {
    margin-top: 10px;
  }
}
@media (max-width: 1199.98px) {
  .home-content > .swiper-wrapper .about .about-box .header-m {
    padding-left: 15px;
  }
}
@media (max-width: 767.98px) {
  .home-content > .swiper-wrapper .about .about-box .header-m {
    margin-top: 10px;
    padding-left: 0;
  }
}
.home-content > .swiper-wrapper .about .about-box .header-m a {
  color: #222;
}
.home-content > .swiper-wrapper .about .about-box .video-box {
  margin-top: 32px;
  padding-left: 95px;
}
@media (max-width: 1799.98px) {
  .home-content > .swiper-wrapper .about .about-box .video-box {
    margin-top: 15px;
    padding-left: 50px;
  }
}
@media (max-width: 767.98px) {
  .home-content > .swiper-wrapper .about .about-box .video-box {
    width: 100%;
    padding: 0;
  }
}
.home-content > .swiper-wrapper .about .about-box .video-box .cv-box {
  width: 718px;
  height: 308px;
  position: relative;
}
@media (max-width: 1599.98px) {
  .home-content > .swiper-wrapper .about .about-box .video-box .cv-box {
    width: 550px;
    height: 230px;
  }
}
@media (max-width: 1199.98px) {
  .home-content > .swiper-wrapper .about .about-box .video-box .cv-box {
    width: 90%;
    height: 180px;
  }
}
@media (max-width: 767.98px) {
  .home-content > .swiper-wrapper .about .about-box .video-box .cv-box {
    width: 100%;
    height: 180px;
  }
}
.home-content > .swiper-wrapper .about .about-box .video-box .cv-box:before {
  content: '';
  display: block;
  width: 744px;
  height: 309px;
  border: 2px solid #53ccab;
  position: absolute;
  left: -13px;
  bottom: -10px;
  z-index: 1;
}
@media (max-width: 1599.98px) {
  .home-content > .swiper-wrapper .about .about-box .video-box .cv-box:before {
    width: 570px;
    height: 231px;
    left: -10px;
    bottom: -10px;
  }
}
@media (max-width: 1199.98px) {
  .home-content > .swiper-wrapper .about .about-box .video-box .cv-box:before {
    display: none;
  }
}
.home-content > .swiper-wrapper .about .about-box .video-box .cv-box .cv {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.home-content > .swiper-wrapper .about .about-box .video-box .cv-box .play {
  width: 58px;
  height: 58px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -29px;
  margin-top: -29px;
  z-index: 3;
}
.home-content > .swiper-wrapper .about .about-box .video-box .cv-box .play2 {
  display: none;
}
.home-content > .swiper-wrapper .about .about-box .video-box .cv-box:hover .play1 {
  display: none;
}
.home-content > .swiper-wrapper .about .about-box .video-box .cv-box:hover .play2 {
  display: block;
}
.home-content > .swiper-wrapper .about .about-box .video-box h6 {
  font-size: 16px;
  color: #222;
  line-height: 24px;
  margin-top: 40px;
  margin-bottom: 24px;
}
@media (max-width: 1599.98px) {
  .home-content > .swiper-wrapper .about .about-box .video-box h6 {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1199.98px) {
  .home-content > .swiper-wrapper .about .about-box .video-box h6 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.home-content > .swiper-wrapper .about .about-box .video-box p {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  padding-right: 71px;
}
@media (max-width: 1199.98px) {
  .home-content > .swiper-wrapper .about .about-box .video-box p {
    padding-right: 40px;
  }
}
@media (max-width: 767.98px) {
  .home-content > .swiper-wrapper .about .about-box .video-box p {
    padding-right: 0px;
  }
}
.home-content > .swiper-wrapper .customer .customer-box {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .home-content > .swiper-wrapper .customer .customer-box {
    display: flex;
    align-items: center;
  }
}
.home-content > .swiper-wrapper .customer .customer-box .header-m {
  padding-left: 15px;
  display: none;
}
@media (max-width: 1199.98px) {
  .home-content > .swiper-wrapper .customer .customer-box .header-m {
    display: inline-block;
    margin-top: 20px;
  }
}
.home-content > .swiper-wrapper .customer .customer-box .header-m a {
  color: #222;
}
.home-content > .swiper-wrapper .customer .customer-box > a {
  display: block;
}
.home-content > .swiper-wrapper .customer .customer-box > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-content > .swiper-wrapper .case .content {
  width: 100%;
  padding: 0 15px;
  max-width: 1920px;
}
@media (min-width: 1200px) {
  .home-content > .swiper-wrapper .case .content {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.home-content > .swiper-wrapper .case .content .con-inner {
  padding: 0 0 0 130px;
}
@media (min-width: 1200px) {
  .home-content > .swiper-wrapper .case .content .con-inner {
    width: 100%;
  }
}
@media (max-width: 1799.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner {
    padding: 0 0 0 100px;
  }
}
@media (max-width: 1699.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner {
    padding: 0 0 0 100px;
  }
}
@media (max-width: 1599.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner {
    padding: 0 0 0 0;
  }
}
.home-content > .swiper-wrapper .case .content .con-inner .header-case {
  height: 60px;
}
@media (max-width: 1199.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .header-case {
    height: 30px;
  }
}
@media (max-width: 991.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .header-case {
    height: auto;
  }
}
.home-content > .swiper-wrapper .case .content .con-inner .header-case:after {
  content: '';
  display: block;
  clear: both;
}
.home-content > .swiper-wrapper .case .content .con-inner .header-case .header-m a {
  color: #222;
}
.home-content > .swiper-wrapper .case .content .con-inner .header-case .nav-case {
  float: right;
  overflow: hidden;
  padding-top: 16px;
  margin-right: 104px;
}
@media (max-width: 1799.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .header-case .nav-case {
    margin-right: 15px;
  }
}
@media (max-width: 1199.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .header-case .nav-case {
    padding-top: 1px;
  }
}
@media (max-width: 991.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .header-case .nav-case {
    float: none;
  }
}
.home-content > .swiper-wrapper .case .content .con-inner .header-case .nav-case > li {
  float: left;
}
.home-content > .swiper-wrapper .case .content .con-inner .header-case .nav-case > li a {
  color: #666;
  font-size: 14px;
  line-height: 28px;
  padding: 0 14px;
}
@media (max-width: 1199.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .header-case .nav-case > li a {
    padding: 0 8px;
  }
}
@media (max-width: 767.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .header-case .nav-case > li a {
    line-height: 20px;
  }
}
.home-content > .swiper-wrapper .case .content .con-inner .header-case .nav-case > li a:hover {
  color: #fff;
  background-color: #09b787;
}
.home-content > .swiper-wrapper .case .content .con-inner .swiper-box {
  position: relative;
  margin-top: 42px;
  margin-right: 40px;
}
@media (max-width: 1599.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .swiper-box {
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .swiper-box {
    margin-right: 0;
  }
}
.home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
  background: url(../images/home/case-2.png) right bottom no-repeat;
}
.home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .cv-box {
  float: left;
  width: 619px;
  height: 539px;
  margin-left: 85px;
}
@media (max-width: 1799.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .cv-box {
    width: 557px;
    height: 458px;
  }
}
@media (max-width: 1439.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .cv-box {
    margin-left: 70px;
    width: 36%;
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .cv-box {
    width: 100%;
    height: 220px;
    margin: 0;
    padding: 0 50px;
  }
}
@media (max-width: 767.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .cv-box {
    padding: 0 40px;
  }
}
@media (max-width: 399.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .cv-box {
    height: 200px;
    padding: 0 30px;
  }
}
.home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .cv-box .cover {
  height: 464px;
  overflow: hidden;
}
@media (max-width: 1799.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .cv-box .cover {
    height: 417px;
  }
}
@media (max-width: 1439.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .cv-box .cover {
    height: 359px;
  }
}
@media (max-width: 991.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .cv-box .cover {
    height: 180px;
  }
}
@media (max-width: 399.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .cv-box .cover {
    height: 170px;
  }
}
.home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .cv-box .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .cv-box a {
  display: block;
  height: 75px;
  text-align: center;
  font-size: 36px;
  background: #09b787 url(../images/home/plus.png) center no-repeat;
}
@media (max-width: 1799.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .cv-box a {
    height: 41px;
  }
}
@media (max-width: 991.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .cv-box a {
    height: 40px;
  }
}
@media (max-width: 399.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .cv-box a {
    height: 30px;
  }
}
.home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .cv-box:hover .cover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .desc-box {
  float: left;
  width: 835px;
  margin-top: 74px;
  line-height: 24px;
  color: #666;
  background-color: rgba(243, 243, 243, 0.9);
}
@media (max-width: 1799.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .desc-box {
    width: 700px;
  }
}
@media (max-width: 1699.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .desc-box {
    width: 600px;
  }
}
@media (max-width: 1439.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .desc-box {
    width: 50%;
    margin-top: 30px;
  }
}
@media (max-width: 1199.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .desc-box {
    margin-top: 0;
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .desc-box {
    width: 100%;
    height: auto;
    padding: 0 50px 20px;
    background-color: #fff;
    line-height: 20px;
  }
}
@media (max-width: 767.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .desc-box {
    padding: 0 40px 10px;
  }
}
@media (max-width: 399.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .desc-box {
    padding: 0 30px 10px;
  }
}
.home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .desc-box p {
  padding: 48px 75px 55px 90px;
}
@media (max-width: 1799.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .desc-box p {
    padding: 40px 50px;
  }
}
@media (max-width: 1699.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .desc-box p {
    padding: 30px 40px;
  }
}
@media (max-width: 991.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .desc-box p {
    padding: 15px 15px;
    background-color: rgba(243, 243, 243, 0.9);
  }
}
.home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .desc-box p b {
  font-size: 18px;
  color: #333;
}
@media (max-width: 991.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .desc-box p b {
    font-size: 16px;
  }
}
.home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .desc-box p span {
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-container .swiper-wrapper .swiper-slide .desc-box p span {
    margin-top: 5px;
    font-size: 14px;
  }
}
.home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-nav {
  position: absolute;
  top: 0;
  width: 29px;
  height: 100%;
  z-index: 11;
}
@media (max-width: 399.98px) {
  .home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-nav {
    width: 20px;
  }
}
.home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-nav > span {
  display: block;
  width: 100%;
  height: 78px;
  margin-top: 192px;
  cursor: pointer;
}
.home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-nav.swiper-nav-prev {
  left: 0;
}
.home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-nav.swiper-nav-prev > span {
  background: #09b787 url(../images/home/arrow-l.png) center no-repeat;
}
.home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-nav.swiper-nav-next {
  right: 75px;
}
@media (max-width: 1900px) {
  .home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-nav.swiper-nav-next {
    right: 0;
  }
}
.home-content > .swiper-wrapper .case .content .con-inner .swiper-box .swiper-nav.swiper-nav-next > span {
  background: #c4c4c4 url(../images/home/arrow-r.png) center no-repeat;
}
.home-content > .swiper-wrapper .news {
  background-color: #f3f3f3;
}
@media (max-width: 1199.98px) {
  .home-content > .swiper-wrapper .news {
    padding-bottom: 10px;
  }
}
.home-content > .swiper-wrapper .news .container {
  height: 100%;
  background: url(../images/home/news-bg.jpg) center no-repeat;
  background-size: cover;
}
.home-content > .swiper-wrapper .news .container .header-m {
  float: left;
  margin-top: 80px;
}
@media (max-width: 1699.98px) {
  .home-content > .swiper-wrapper .news .container .header-m {
    margin-top: 60px;
  }
}
@media (max-width: 1599.98px) {
  .home-content > .swiper-wrapper .news .container .header-m {
    margin-top: 40px;
  }
}
@media (max-width: 1439.98px) {
  .home-content > .swiper-wrapper .news .container .header-m {
    margin-top: 30px;
  }
}
.home-content > .swiper-wrapper .news .container .header-m a {
  color: #222;
}
.home-content > .swiper-wrapper .news .container .news-box {
  float: left;
  width: 1200px;
  height: 100%;
  margin-left: 112px;
}
@media (max-width: 1599.98px) {
  .home-content > .swiper-wrapper .news .container .news-box {
    width: 1100px;
    margin-left: 60px;
  }
}
@media (max-width: 1439.98px) {
  .home-content > .swiper-wrapper .news .container .news-box {
    width: 900px;
    margin-left: 40px;
  }
}
@media (max-width: 1199.98px) {
  .home-content > .swiper-wrapper .news .container .news-box {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.home-content > .swiper-wrapper .news .container .news-box .swiper-container {
  height: 100%;
}
@media (max-width: 767.98px) {
  .home-content > .swiper-wrapper .news .container .news-box .swiper-container {
    padding-bottom: 30px;
  }
}
.home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper {
  height: 100%;
}
.home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
}
.home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide > a {
  display: block;
  height: 100%;
  padding: 207px 45px 0;
  color: #666;
  position: relative;
}
@media (max-width: 1799.98px) {
  .home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide > a {
    padding: 160px 40px 0;
  }
}
@media (max-width: 1699.98px) {
  .home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide > a {
    padding: 140px 40px 0;
  }
}
@media (max-width: 1599.98px) {
  .home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide > a {
    padding: 110px 40px 0;
  }
}
@media (max-width: 1439.98px) {
  .home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide > a {
    padding: 90px 30px 0;
  }
}
@media (max-width: 1199.98px) {
  .home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide > a {
    padding: 90px 30px 30px;
  }
}
.home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide > a h6 {
  font-size: 16px;
  color: #222;
  line-height: 30px;
  padding-bottom: 12px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
@media (max-width: 1199.98px) {
  .home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide > a h6 {
    line-height: 20px;
    padding-bottom: 5px;
  }
}
.home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide > a h6:after {
  content: '';
  display: block;
  width: 27px;
  height: 1px;
  background-color: #dcdcdc;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1199.98px) {
  .home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide > a h6:after {
    display: none;
  }
}
.home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide > a .date {
  font-size: 18px;
  margin: 13px 0 27px;
}
@media (max-width: 1599.98px) {
  .home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide > a .date {
    margin: 8px 0 20px;
  }
}
@media (max-width: 1199.98px) {
  .home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide > a .date {
    margin: 0px 0 5px;
    font-size: 16px;
  }
}
.home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide > a p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1199.98px) {
  .home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide > a p {
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide > a .news-cv {
  width: 100%;
  height: 130px;
  overflow: hidden;
  position: relative;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide > a .news-cv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide > a .more {
  display: none;
  width: 112px;
  height: 30px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 14px;
  border: 1px solid #53ccab;
}
@media (min-width: 1200px) {
  .home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide > a:hover {
    background-color: #09b787;
    color: #fff;
  }
  .home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide > a:hover h6 {
    color: #fff;
    margin-top: 180px;
  }
  .home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide > a:hover h6:after {
    background-color: #fff;
  }
  .home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide > a:hover p {
    color: #a5e8d5;
    margin-bottom: 39px;
  }
  .home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide > a:hover .news-cv {
    top: -422px;
  }
  .home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide > a:hover .more {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide > a:hover h6 {
    margin-top: 160px;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide > a:hover .news-cv {
    top: -390px;
  }
}
@media (max-width: 1199.98px) {
  .home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide > a {
    padding: 168px 30px 20px;
    background-color: #09b787;
    color: #fff;
  }
  .home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide > a h6 {
    color: #fff;
  }
  .home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide > a h6:after {
    background-color: #fff;
  }
  .home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide > a p {
    color: #a5e8d5;
  }
  .home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide > a .news-cv {
    position: absolute;
    left: 0;
    top: 30px;
    padding: 0 30px;
  }
  .home-content > .swiper-wrapper .news .container .news-box .swiper-container .swiper-wrapper .swiper-slide > a .more {
    display: block;
  }
}
.contact-footer {
  position: relative;
}
.contact-footer .contact-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .contact-footer .contact-bg {
    display: none;
  }
}
.contact-footer .contact-bg > div {
  float: left;
  width: 50%;
  height: 100%;
}
.contact-footer .contact-bg .bg-l {
  background-color: #212121;
}
.contact-footer .contact-bg .bg-r {
  background-color: #f2f2f2;
}
.contact-footer .content {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.contact-footer .content > div {
  width: 50%;
  height: 100%;
  position: relative;
  text-align: center;
}
@media (min-width: 1200px) {
  .contact-footer .content > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .contact-footer .content > div .sec-con {
    flex: 0 0 100%;
  }
}
@media (max-width: 1199.98px) {
  .contact-footer .content > div {
    float: none;
    padding-top: 30px;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .contact-footer .content > div {
    padding-top: 10px;
  }
}
.contact-footer .content > div .sec-1 {
  font-size: 30px;
  line-height: 30px;
}
@media (max-width: 767.98px) {
  .contact-footer .content > div .sec-1 {
    font-size: 20px;
    line-height: 20px;
  }
}
.contact-footer .content > div .sec-1 span + span {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .contact-footer .content > div .sec-1 span + span {
    font-size: 18px;
    line-height: 18px;
    margin-top: 4px;
  }
}
.contact-footer .content .content-l {
  float: left;
  background-color: #212121;
}
.contact-footer .content .content-l .sec-1 {
  color: #09b787;
}
.contact-footer .content .content-l .sec-2 {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin-top: 58px;
}
@media (max-width: 1799.98px) {
  .contact-footer .content .content-l .sec-2 {
    margin-top: 30px;
  }
}
@media (max-width: 1599.98px) {
  .contact-footer .content .content-l .sec-2 {
    margin-top: 20px;
  }
}
@media (max-width: 1439.98px) {
  .contact-footer .content .content-l .sec-2 {
    line-height: 24px;
  }
}
@media (max-width: 767.98px) {
  .contact-footer .content .content-l .sec-2 {
    margin-top: 10px;
    line-height: 22px;
    font-size: 14px;
  }
}
.contact-footer .content .content-l .sec-2 a {
  color: #fff;
}
.contact-footer .content .content-l .sec-2 a:hover {
  color: #09b787;
}
.contact-footer .content .content-l .sec-2 .tel2 {
  margin-left: 20px;
}
.contact-footer .content .content-l .sec-3 {
  display: inline-block;
  margin-top: 54px;
  overflow: hidden;
}
@media (max-width: 1799.98px) {
  .contact-footer .content .content-l .sec-3 {
    margin-top: 30px;
  }
}
@media (max-width: 1199.98px) {
  .contact-footer .content .content-l .sec-3 {
    margin: 20px 100px 0;
  }
}
@media (max-width: 767.98px) {
  .contact-footer .content .content-l .sec-3 {
    margin: 10px 0 0;
  }
}
.contact-footer .content .content-l .sec-3 .sec-3-l {
  float: left;
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: relative;
  padding: 10px;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .contact-footer .content .content-l .sec-3 .sec-3-l {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 449.98px) {
  .contact-footer .content .content-l .sec-3 .sec-3-l {
    float: none;
    width: 100px;
    height: 100px;
    padding: 5px;
    margin: 0 auto;
  }
}
.contact-footer .content .content-l .sec-3 .sec-3-l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-footer .content .content-l .sec-3 .sec-3-m {
  float: left;
  width: 1px;
  height: 150px;
  margin: 0 37px;
  background-color: #6c6c6c;
}
@media (max-width: 767.98px) {
  .contact-footer .content .content-l .sec-3 .sec-3-m {
    height: 120px;
    margin: 0 20px;
  }
}
@media (max-width: 449.98px) {
  .contact-footer .content .content-l .sec-3 .sec-3-m {
    display: none;
  }
}
.contact-footer .content .content-l .sec-3 .sec-3-r {
  float: left;
  width: 250px;
  text-align: left;
}
@media (max-width: 449.98px) {
  .contact-footer .content .content-l .sec-3 .sec-3-r {
    float: none;
    width: 100%;
    padding: 0 10px;
    margin-top: 10px;
  }
}
.contact-footer .content .content-l .sec-3 .sec-3-r h6 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .contact-footer .content .content-l .sec-3 .sec-3-r h6 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 449.98px) {
  .contact-footer .content .content-l .sec-3 .sec-3-r h6 {
    text-align: center;
  }
}
.contact-footer .content .content-l .sec-3 .sec-3-r ul {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 449.98px) {
  .contact-footer .content .content-l .sec-3 .sec-3-r ul {
    text-align: center;
  }
}
.contact-footer .content .content-l .sec-3 .sec-3-r ul > li {
  float: left;
  width: 50%;
}
.contact-footer .content .content-l .sec-3 .sec-3-r ul > li > a {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
@media (max-width: 767.98px) {
  .contact-footer .content .content-l .sec-3 .sec-3-r ul > li > a {
    line-height: 24px;
  }
}
.contact-footer .content .content-l .sec-3 .sec-3-r ul > li > a:hover {
  color: #09b787;
}
.contact-footer .content .content-l .sec-4 {
  display: inline-block;
  width: 516px;
  margin-top: 76px;
  color: #666;
  font-size: 14px;
  line-height: 34px;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 1799.98px) {
  .contact-footer .content .content-l .sec-4 {
    margin-top: 30px;
  }
}
@media (max-width: 1439.98px) {
  .contact-footer .content .content-l .sec-4 {
    line-height: 24px;
  }
}
@media (max-width: 1199.98px) {
  .contact-footer .content .content-l .sec-4 {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .contact-footer .content .content-l .sec-4 {
    margin-top: 10px;
  }
}
@media (max-width: 549.98px) {
  .contact-footer .content .content-l .sec-4 {
    display: none;
  }
}
.contact-footer .content .content-l .sec-4 h6 {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  line-height: 34px;
}
@media (max-width: 1439.98px) {
  .contact-footer .content .content-l .sec-4 h6 {
    line-height: 24px;
  }
}
.contact-footer .content .content-l .sec-4 h6 span {
  color: #878787;
  padding: 0 3px;
}
.contact-footer .content .content-l .sec-4 ul {
  display: inline-block;
  overflow: hidden;
  width: 436px;
  vertical-align: top;
}
@media (max-width: 549.98px) {
  .contact-footer .content .content-l .sec-4 ul {
    width: 80%;
    font-size: 14px;
  }
}
.contact-footer .content .content-l .sec-4 ul > li {
  float: left;
  margin-right: 16px;
}
.contact-footer .content .content-l .sec-4 ul > li > a {
  color: #666;
}
.contact-footer .content .content-l .sec-4 ul > li > a:hover {
  color: #09b787;
}
.contact-footer .content .content-l .sec-5 {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: left;
  padding-left: 134px;
}
@media (max-width: 1439.98px) {
  .contact-footer .content .content-l .sec-5 {
    padding-left: 50px;
  }
}
@media (max-width: 1199.98px) {
  .contact-footer .content .content-l .sec-5 {
    position: static;
    margin-top: 20px;
    text-align: center;
    padding-left: 0;
    padding-bottom: 10px;
  }
}
.contact-footer .content .content-l .sec-5 h6 {
  display: inline-block;
  font-size: 16px;
  line-height: 36px;
  margin-right: 15px;
  color: #fff;
  font-weight: normal;
  vertical-align: middle;
}
.contact-footer .content .content-l .sec-5 ul {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.contact-footer .content .content-l .sec-5 ul > li {
  float: left;
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .contact-footer .content .content-l .sec-5 ul > li {
    width: 30px;
    height: 30px;
  }
}
.contact-footer .content .content-l .sec-5 ul > li > a {
  display: block;
}
.contact-footer .content .content-l .sec-5 ul > li > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-footer .content .content-l .sec-5 ul > li > a img.fol2 {
  display: none;
}
.contact-footer .content .content-l .sec-5 ul > li > a:hover .fol {
  display: none;
}
.contact-footer .content .content-l .sec-5 ul > li > a:hover .fol2 {
  display: block;
}
.contact-footer .content .content-r {
  float: right;
  background-color: #f2f2f2;
}
.contact-footer .content .content-r .sec-1 {
  color: #222;
}
.contact-footer .content .content-r .sec-2 {
  font-size: 16px;
  color: #666;
  margin: 54px 0 39px;
}
@media (max-width: 1799.98px) {
  .contact-footer .content .content-r .sec-2 {
    margin: 30px 0 20px;
  }
}
@media (max-width: 1599.98px) {
  .contact-footer .content .content-r .sec-2 {
    margin: 20px 0 20px;
  }
}
@media (max-width: 767.98px) {
  .contact-footer .content .content-r .sec-2 {
    margin: 10px 0;
    padding: 0 15px;
    font-size: 14px;
  }
}
.contact-footer .content .content-r .sec-3 {
  width: 873px;
  height: 427px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1799.98px) {
  .contact-footer .content .content-r .sec-3 {
    width: 95%;
    height: 360px;
  }
}
@media (max-width: 1199.98px) {
  .contact-footer .content .content-r .sec-3 {
    height: auto;
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .contact-footer .content .content-r .sec-3 {
    padding-bottom: 10px;
  }
}
.contact-footer .content .content-r .sec-3:after {
  content: 'MESSAGE';
  display: block;
  font-size: 115px;
  font-weight: bold;
  line-height: 1;
  color: #f2f2f2;
  position: absolute;
  right: 0;
  bottom: -12px;
  font-family: 'Gotham';
}
@media (max-width: 1799.98px) {
  .contact-footer .content .content-r .sec-3:after {
    font-size: 90px;
  }
}
@media (max-width: 1199.98px) {
  .contact-footer .content .content-r .sec-3:after {
    font-size: 60px;
  }
}
@media (max-width: 767.98px) {
  .contact-footer .content .content-r .sec-3:after {
    display: none;
  }
}
.contact-footer .content .content-r .sec-3 form {
  font-size: 14px;
  overflow: hidden;
  padding: 38px 30px 0 40px;
  font-size: 12px;
}
@media (max-width: 1799.98px) {
  .contact-footer .content .content-r .sec-3 form {
    padding: 20px 8px 0;
  }
}
@media (max-width: 767.98px) {
  .contact-footer .content .content-r .sec-3 form {
    padding: 10px 5px 0;
  }
}
.contact-footer .content .content-r .sec-3 form input::-webkit-input-placeholder,
.contact-footer .content .content-r .sec-3 form textarea::-webkit-input-placeholder {
  color: #bdbdbd;
  font-size: 12px;
}
.contact-footer .content .content-r .sec-3 form input::-moz-placeholder,
.contact-footer .content .content-r .sec-3 form textarea::-moz-placeholder {
  color: #bdbdbd;
  font-size: 12px;
}
.contact-footer .content .content-r .sec-3 form input:-moz-placeholder,
.contact-footer .content .content-r .sec-3 form textarea:-moz-placeholder {
  color: #bdbdbd;
  font-size: 12px;
}
.contact-footer .content .content-r .sec-3 form input:-ms-input-placeholder,
.contact-footer .content .content-r .sec-3 form textarea:-ms-input-placeholder {
  color: #bdbdbd;
  font-size: 12px;
}
.contact-footer .content .content-r .sec-3 form .item {
  float: left;
}
@media (max-width: 1199.98px) {
  .contact-footer .content .content-r .sec-3 form .item {
    width: 50%;
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .contact-footer .content .content-r .sec-3 form .item {
    width: 100%;
    margin-top: 10px !important;
  }
}
.contact-footer .content .content-r .sec-3 form .item span {
  font-size: 18px;
  color: #e7322e;
  line-height: 1;
  position: relative;
  top: 3px;
}
.contact-footer .content .content-r .sec-3 form .item + .item + .item {
  margin-top: 18px;
}
.contact-footer .content .content-r .sec-3 form .item-s {
  margin-right: 38px;
}
@media (max-width: 1799.98px) {
  .contact-footer .content .content-r .sec-3 form .item-s {
    margin-right: 6px;
  }
}
@media (max-width: 1199.98px) {
  .contact-footer .content .content-r .sec-3 form .item-s {
    margin-right: 30px;
  }
}
@media (max-width: 1199.98px) {
  .contact-footer .content .content-r .sec-3 form .item-s {
    margin-right: 0;
  }
}
.contact-footer .content .content-r .sec-3 form label {
  color: #242424;
  width: 48px;
  line-height: 35px;
  margin: 0;
  font-weight: bold;
  text-align: right;
}
.contact-footer .content .content-r .sec-3 form input[type='text'] {
  width: 315px;
  height: 35px;
  padding: 0 10px;
  line-height: 33px;
  border: 1px solid #e5e5e5;
  color: #bdbdbd;
}
@media (max-width: 1799.98px) {
  .contact-footer .content .content-r .sec-3 form input[type='text'] {
    width: 300px;
  }
}
@media (max-width: 1599.98px) {
  .contact-footer .content .content-r .sec-3 form input[type='text'] {
    width: 250px;
  }
}
@media (max-width: 1439.98px) {
  .contact-footer .content .content-r .sec-3 form input[type='text'] {
    width: 200px;
  }
}
@media (max-width: 1199.98px) {
  .contact-footer .content .content-r .sec-3 form input[type='text'] {
    width: 80%;
  }
}
@media (max-width: 389.98px) {
  .contact-footer .content .content-r .sec-3 form input[type='text'] {
    width: 70%;
  }
}
@media (max-width: 1199.98px) {
  .contact-footer .content .content-r .sec-3 form .item-mes {
    width: 100%;
  }
}
.contact-footer .content .content-r .sec-3 form textarea {
  width: 732px;
  height: 80px;
  line-height: 35px;
  border: solid 1px #e5e5e5;
  color: #bdbdbd;
  padding: 0 10px;
}
@media (max-width: 1799.98px) {
  .contact-footer .content .content-r .sec-3 form textarea {
    width: 670px;
  }
}
@media (max-width: 1599.98px) {
  .contact-footer .content .content-r .sec-3 form textarea {
    width: 569px;
  }
}
@media (max-width: 1439.98px) {
  .contact-footer .content .content-r .sec-3 form textarea {
    width: 470px;
  }
}
@media (max-width: 1199.98px) {
  .contact-footer .content .content-r .sec-3 form textarea {
    width: 90%;
  }
}
@media (max-width: 767.98px) {
  .contact-footer .content .content-r .sec-3 form textarea {
    width: 80%;
  }
}
@media (max-width: 389.98px) {
  .contact-footer .content .content-r .sec-3 form textarea {
    width: 70%;
  }
}
.contact-footer .content .content-r .sec-3 form .item-val input {
  width: 250px;
}
@media (max-width: 1799.98px) {
  .contact-footer .content .content-r .sec-3 form .item-val input {
    width: 230px;
  }
}
@media (max-width: 1599.98px) {
  .contact-footer .content .content-r .sec-3 form .item-val input {
    width: 130px;
  }
}
@media (max-width: 1439.98px) {
  .contact-footer .content .content-r .sec-3 form .item-val input {
    width: 100px;
  }
}
@media (max-width: 1199.98px) {
  .contact-footer .content .content-r .sec-3 form .item-val input {
    width: 230px;
  }
}
@media (max-width: 991.98px) {
  .contact-footer .content .content-r .sec-3 form .item-val input {
    width: 100px;
  }
}
.contact-footer .content .content-r .sec-3 form .item-val .val-pic {
  width: 80px;
  height: 25px;
  margin-left: 16px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  top: 7px;
}
@media (max-width: 1439.98px) {
  .contact-footer .content .content-r .sec-3 form .item-val .val-pic {
    margin-left: 8px;
  }
}
.contact-footer .content .content-r .sec-3 form .item-val .val-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-footer .content .content-r .sec-3 form .item-btn {
  float: right;
  margin-right: 20px;
  position: relative;
  /* top: 10px; */
  top: 0px;
  overflow: hidden;
}
@media (max-width: 1799.98px) {
  .contact-footer .content .content-r .sec-3 form .item-btn {
    float: left;
    margin-left: 64px;
    margin-right: 0;
  }
}
@media (max-width: 1439.98px) {
  .contact-footer .content .content-r .sec-3 form .item-btn {
    margin-left: 50px;
  }
}
@media (max-width: 1199.98px) {
  .contact-footer .content .content-r .sec-3 form .item-btn {
    float: right;
    margin-left: 0;
    padding-right: 5%;
  }
}
@media (max-width: 767.98px) {
  .contact-footer .content .content-r .sec-3 form .item-btn {
    float: none;
    padding-right: 0;
    text-align: center;
    top: 0;
    padding-top: 10px;
  }
}
.contact-footer .content .content-r .sec-3 form .item-btn > div,
.contact-footer .content .content-r .sec-3 form .item-btn > input {
  display: block;
  width: 130px;
  line-height: 32px;
  font-size: 14px;
  float: left;
  text-align: center;
}
@media (max-width: 1439.98px) {
  .contact-footer .content .content-r .sec-3 form .item-btn > div,
  .contact-footer .content .content-r .sec-3 form .item-btn > input {
    width: 106px;
  }
}
@media (max-width: 1199.98px) {
  .contact-footer .content .content-r .sec-3 form .item-btn > div,
  .contact-footer .content .content-r .sec-3 form .item-btn > input {
    width: 130px;
  }
}
@media (max-width: 767.98px) {
  .contact-footer .content .content-r .sec-3 form .item-btn > div,
  .contact-footer .content .content-r .sec-3 form .item-btn > input {
    width: 130px;
    float: none;
    display: inline-block;
  }
}
@media (max-width: 389.98px) {
  .contact-footer .content .content-r .sec-3 form .item-btn > div,
  .contact-footer .content .content-r .sec-3 form .item-btn > input {
    width: 40%;
    margin: 0 10px;
  }
}
.contact-footer .content .content-r .sec-3 form .item-btn input {
  margin-right: 17px;
  color: #fff;
  background-color: #09b787;
}
@media (max-width: 1199.98px) {
  .contact-footer .content .content-r .sec-3 form .item-btn input {
    margin-right: 40px;
  }
}
@media (max-width: 389.98px) {
  .contact-footer .content .content-r .sec-3 form .item-btn input {
    margin-right: auto;
  }
}
.contact-footer .content .content-r .sec-3 form .item-btn div {
  color: #666;
  background-color: #ccc;
  cursor: pointer;
}
@media (max-width: 389.98px) {
  .contact-footer .content .content-r .sec-3 form .item-btn div {
    margin-top: 5px;
  }
}
.contact-footer .content .content-r .sec-4 {
  color: #222;
  font-size: 14px;
  position: absolute;
  width: 100%;
  padding-right: 113px;
  right: 0;
  bottom: 20px;
  text-align: right;
}
@media (max-width: 1439.98px) {
  .contact-footer .content .content-r .sec-4 {
    padding-right: 20px;
  }
}
@media (max-width: 1199.98px) {
  .contact-footer .content .content-r .sec-4 {
    position: static;
    padding: 10px 0;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .contact-footer .content .content-r .sec-4 {
    padding: 10px 15px;
  }
}
.contact-footer .content .content-r .sec-4 a {
  color: #222;
}
.contact-footer .content .content-r .sec-4 a:hover {
  color: #09b787;
}
#video-modal .modal-dialog {
  margin-top: 200px;
  z-index: 1060;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 4px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.swiper-pagination-bullet-active {
  background: #09b787;
}
#pagination-main .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 20px auto;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  position: relative;
}
#pagination-main .swiper-pagination-bullet:after {
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -1px;
  background: #333;
}
#pagination-main .swiper-pagination-bullet:last-child:after {
  display: none;
}
#pagination-main .swiper-pagination-bullet:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
}
#pagination-main .swiper-pagination-bullet:hover {
  border: 1px solid #fff;
}
#pagination-main .swiper-pagination-bullet:hover:before {
  display: none;
}
#pagination-main .swiper-pagination-bullet-active {
  border: 1px solid #fff;
}
#pagination-main .swiper-pagination-bullet-active:before {
  display: none;
}
#pagination-main.swiper-pagination-bullets {
  right: 2%;
  width: 24px;
}


/* 2019-1-7 17:39:33 */
@media (max-width:767px){
  .mainBox .leftContent .about-content .worldsBox img{
    width: 100%
}
.formBox form textarea{
  margin-bottom: 0!important;
}
#slider{
  margin-left: 0!important;
  width: 100%!important;
}
#slider2{
  width:100%!important;
  margin: 10px auto!important;
  float: none!important;
}
#ContactForm2 .probtnn{
  text-align: left;
}
.swiper-slide.contact-footer{
  height: auto!important;
}
.insidebanner{
  margin-top: 0!important;
}
}
.formBox form textarea{
  margin: 0!important;
}
/* #ContactForm2 .probtnn{
  text-align: right;
} */
#ContactForm2 .probtnn .is_btn.mainbackg{
  margin-bottom: 0;
  margin-top: 5px;
}
.mainBox .leftContent .newsBox .newsContent .firstitle{
  margin-top: 10px;
  height: 80px;
}


/* 2019-1-16 13:39:15 */
#swiper-product-box{
  margin-top: 10px;
  padding: 0 5px;
}
.mainBox .leftContent .productDetail .porductinfo-detail-right .prdtPmt li span{
      padding: 0;
}
.mainBox .leftContent .productDetail .porductinfo-detail-right .prdtPmt li .span1{
       margin-right: 10px;
}
#ContactForm2 .fotmp p label{
   color: red;
   font-size: 15px;
}
.mainBox .rgtSild .contactusBox ol li a{
  font-size: 16px;
  line-height: normal;
}
@media (max-width:767px){
  .mainBox .leftContent .prdtTab .EditorStyle img{
       height: auto!important;
       width: 100%!important;
  }
}


/* 2019-01-18 */
#swiper-product-box .swiper-navigation .swiper-button-prev {
  background-image: url(../images/home/prev.png);
  background-size: 40px auto;
  left: 5px;
}
#swiper-product-box .swiper-navigation .swiper-button-next {
  background-image: url(../images/home/next.png);
  background-size: 40px auto;
  right: 5px;
}
