﻿body {
  overflow-x: hidden;
}
html {
  font-size: 10px;
  /*10 ÷ 16 × 100% = 62.5%*/
}
@media (max-width: 1200px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 7px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 10px;
  }
}
body > iframe {
  display: none;
}
a {
  text-decoration: none!important;
}
.navbar-brand {
  float: none;
  line-height: 0;
}
.mobile-con {
  display: none;
}
.header .header-top {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: #1d1b1b;
}
.header .header-top .lf {
  float: left;
}
.header .header-top .lf p {
  margin: 0;
  font-size: 1.4rem;
  color: #bdbdbd;
}
.header .header-top .rt {
  background: #009241;
  float: right;
  padding: 0 1.5rem 0 2rem;
}
.header .header-top .rt p {
  margin: 0;
  font-size: 1.4rem;
  color: #009241;
  padding-left: 29px;
  color: #fff;
  background: url("../images/top-tel_03.jpg") no-repeat left center;
}
.header .header-box {
  background: #fff;
  height: 100px;
  line-height: 100px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.header .header-box .container {
  position: relative;
}
.header .header-box .logo {
  float: left;
}
@media (max-width: 992px) {
  .header .header-box .logo img {
    width: 120px;
  }
}
.header .header-box .nav-con {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  float: right;
}
@media (max-width: 992px) {
  .header .header-box .nav-con {
    margin-right: 3%;
  }
}
.header .header-box .nav-con #nav {
  width: 100%;
  float: right;
  margin-bottom: 0;
}
.header .header-box .nav-con #nav .sub-nav {
  text-align: center;
  position: relative;
  line-height: 100px;
  transition: 0.3s;
  margin: 0 1px;
  text-transform: uppercase;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.header .header-box .nav-con #nav .sub-nav:hover a {
  color: #009241;
}
.header .header-box .nav-con #nav .sub-nav a {
  color: #121212;
  font-size: 1.6rem;
  display: block;
  height: 100%;
  padding: 0 2rem;
}
@media (max-width: 1200px) {
  .header .header-box .nav-con #nav .sub-nav a {
    padding: 0 1.5rem;
  }
}
@media (max-width: 992px) {
  .header .header-box .nav-con #nav .sub-nav a {
    padding: 0 1rem;
  }
}
.header .header-box .nav-con #nav .sub-nav .drop-down {
  z-index: 999;
  position: absolute;
  top: 99px;
  left: -20%;
  display: none;
}
.header .header-box .nav-con #nav .sub-nav .drop-down {
  width: 140%;
  text-align: center;
  background: #fff;
}
.header .header-box .nav-con #nav .sub-nav .drop-down li {
  line-height: 40px;
  border-bottom: 1px solid #f6f6f6;
}
.header .header-box .nav-con #nav .sub-nav .drop-down li a {
  font-size: 1.5rem;
  display: block;
  color: #333!important;
}
.header .header-box .nav-con #nav .sub-nav .drop-down li a:hover {
  background: #009241;
  color: #fff!important;
}
.header .header-box .nav-con #nav .sub-nav .drop-down2 {
  z-index: 999;
  position: absolute;
  top: 80px;
  left: -150px;
  display: none;
}
.header .header-box .nav-con #nav .sub-nav .drop-down2 {
  width: 1000px;
  padding: 30px 40px;
  background: #f3f5f8;
  border-radius: 3px;
}
.header .header-box .nav-con #nav .sub-nav .drop-down2 .list {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 180px;
  text-align: left;
  vertical-align: top;
}
.header .header-box .nav-con #nav .sub-nav .drop-down2 .list h6 {
  font-size: 1.6rem;
  color: #121212;
  padding-left: 20px;
  background: url("../images/nav-lit_03.png") no-repeat left center;
}
.header .header-box .nav-con #nav .sub-nav .drop-down2 ul {
  margin-left: 20px;
}
.header .header-box .nav-con #nav .sub-nav .drop-down2 li {
  line-height: 28px;
}
.header .header-box .nav-con #nav .sub-nav .drop-down2 li a {
  font-size: 1.4rem;
  display: block;
  padding: 0;
  color: #545454!important;
}
.header .header-box .nav-con #nav .sub-nav .drop-down2 li a:hover {
  color: #0187e8!important;
}
.header .header-box .nav-con #nav .active a {
  color: #009241;
}
.header .header-box .lang {
  position: absolute;
  right: 57px;
  top: 0;
}
@media (max-width: 1200px) {
  .header .header-box .lang {
    right: 45px;
  }
}
.header .header-box .lang a {
  display: block;
  color: #121212;
  font-size: 1.6rem;
}
.header .header-box .lang a:hover {
  color: #009241;
}
.header .header-box .search-con .toggle-btn {
  position: absolute;
  top: 36px;
  right: 15px;
  width: 23px;
  height: 25px;
  cursor: pointer;
  background: url("../images/serch-btn_03.jpg") no-repeat center;
}
.header .header-box .search-con .search {
  display: none;
  position: absolute;
  right: 0;
  top: 99px;
  width: 260px;
  height: 60px;
  border-top: 4px solid #009241;
  background-color: #fff;
  z-index: 10;
  line-height: 60px;
}
.header .header-box .search-con .search .txt {
  margin: 8px 7px;
  width: 246px;
  height: 43px;
  border: none;
  padding: 0 14px ;
  background-color: #f4f4f4;
}
.header .header-box .search-con .search .submit {
  width: 58px;
  height: 39px;
  border: none;
  background-color: #009241;
  position: absolute;
  top: 10px;
  right: 8px;
  text-align: center;
  line-height: 39px;
  border-radius: 2px;
  color: #fff;
}
.header .header-box .language {
  position: absolute;
  right: 15px;
  top: 0px;
}
.header .header-box .language a {
  font-size: 1.4rem;
  color: #c3c3c3;
}
.header .header-box .language a:hover {
  color: #fff;
}
@media (max-width: 1200px) {
  
}
@media (max-width: 992px) {
  
}
.header .mobile-con .navbar-default .navbar-nav > li > a:hover,
.header .mobile-con .navbar-default .navbar-nav > li > a:focus {
  color: #0187e8;
}
.header .mobile-con .navbar-default {
  background: #fff;
}
.header .mobile-con .navbar-header .navbar-brand {
  float: none;
  line-height: 0;
  padding: 0;
}
.header .mobile-con .navbar-brand > img {
  margin: 6px 0 0 3%;
  display: inline-block;
}
.header .mobile-con .navbar-brand span {
  display: inline-block;
  position: absolute;
  left: 116px;
  top: 31px;
  font-size: 16px;
  color: #333;
}
.header .mobile-con .nivo-directionNav {
  display: none;
}
.header .mobile-con .box .nivo-controlNav {
  margin-left: -16px;
  bottom: -6px;
}
.header .mobile-con .nivo-controlNav a {
  width: 6px;
  height: 6px;
  margin: 0 3px;
}
.header .mobile-con .navbar-toggle {
  margin-top: 11px;
}
.header .mobile-con .language {
  display: inline-block;
  position: relative;
  margin: 17px 12px 0 0;
  float: right;
  color: #333;
}
.header .mobile-con .language a {
  font-size: 14px;
  padding: 0px 6px;
  color: #333;
}
.header .mobile-con .language a:hover {
  color: #009241;
}
.header .mobile-con .language .active {
  color: #009241;
}
.header .mobile-con .dropdown .txt {
  margin-left: 20px;
}
.header .mobile-con .dropdown .txt h6 {
  font-size: 14px;
}
.header .mobile-con .dropdown .txt a {
  font-size: 13px;
  display: inline-block;
  margin: 4px 12px;
  color: #666;
}
.header .mobile-con .dropdown .txt a:hover {
  color: #1b75cf;
}
/*mobile-header*/
@media (max-width: 768px) {
  .pc-con {
    display: none!important;
  }
  .mobile-con {
    display: block!important;
  }
}
/*main*/
.main {
  clear: both;
}
@media (max-width: 768px) {
  .main {
    margin-top: 55px;
  }
}
.main .ad-box-pc {
  margin-top: -1px;
}
.main .ad-box-pc .swiper-container-pc {
  overflow: hidden;
  position: relative;
}
.main .ad-box-pc .swiper-container-pc:hover .swiper-button-next-pc {
  opacity: 1;
}
.main .ad-box-pc .swiper-container-pc:hover .swiper-button-prev-pc {
  opacity: 1;
}
.main .ad-box-pc .top-banner {
  width: 100%;
  position: relative;
}
.main .ad-box-pc .swiper-slide {
  overflow: hidden;
}
.main .ad-box-pc .swiper-slide img {
  width: 100%;
  transition: 2.5s linear;
  transform: scale(1.08);
}
.main .ad-box-pc .swiper-slide-active img {
  transform: scale(1);
}
.main .ad-box-pc .swiper-pagination {
  position: absolute;
  bottom: 3.5%;
  z-index: 99;
}
.main .ad-box-pc .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: url("../images/ad-bot_06.png") no-repeat center;
  opacity: 1;
}
.main .ad-box-pc .swiper-pagination-bullet-active {
  background: url("../images/ad-bot_03.png") no-repeat center;
  opacity: 1;
}
.main .ad-box-pc .swiper-button-next-pc {
  width: 26px;
  height: 51px;
  cursor: pointer;
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -26px;
  background: url("../images/next_03.png") no-repeat center;
  z-index: 6;
  opacity: 0.5;
}
.main .ad-box-pc .swiper-button-prev-pc {
  width: 26px;
  height: 51px;
  cursor: pointer;
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -26px;
  background: url("../images/prev_03.png") no-repeat center;
  z-index: 6;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .main .ad-box-pc .swiper-pagination {
    position: absolute;
    bottom: 3%;
    z-index: 99;
  }
  .main .ad-box-pc .swiper-pagination-bullet {
    border-radius: 10px;
    border: 1px solid #fff;
    background: transparent;
    height: 5px;
    width: 5px;
    opacity: 1;
  }
  .main .ad-box-pc .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
  }
}
.main .product-list {
  position: relative;
  height: 740px;
  background: url("../images/pro-bg_02.jpg") no-repeat center top;
}
.main .product-list .content .lf-box {
  background: #fff;
  width: 50%;
  height: 564px;
  padding: 5%;
}
.main .product-list .content .lf-box .box-tit {
  border-bottom: 1px solid #eee;
}
.main .product-list .content .lf-box .box-tit h5 {
  font-size: 3rem;
  color: #009241;
  text-transform: uppercase;
}
.main .product-list .content .lf-box .box-tit p {
  font-size: 1.8rem;
  color: #2c2c2c;
  margin-bottom: 20px;
}
.main .product-list .content .lf-box .box-tit b {
  width: 70px;
  background: #009241;
  height: 1px;
  display: block;
  margin-bottom: -1px;
}
.main .product-list .content .lf-box .list-box p {
  font-size: 1.4rem;
  color: #8d8d8d;
  line-height: 180%;
  margin: 8% 0;
}
.main .product-list .content .lf-box .list-box li {
  height: 108px;
  width: 33.333333%;
  box-sizing: border-box;
  float: left;
  border: 1px solid #efefef;
  text-align: center;
  margin-left: -1px;
  margin-top: -1px;
}
.main .product-list .content .lf-box .list-box li:hover {
  background: #eeb25e;
}
.main .product-list .content .lf-box .list-box li:hover h6 {
  color: #fff;
}
.main .product-list .content .lf-box .list-box li a {
  display: block;
  height: 108px;
}
.main .product-list .content .lf-box .list-box li span {
  margin: 26px auto 16px;
  width: 20px;
  height: 30px;
  display: block;
}
.main .product-list .content .lf-box .list-box li h6 {
  font-size: 1.6rem;
  color: #676767;
}
.main .product-list .content .lf-box .list-box li:nth-child(1) span {
  background: url("../images/number_03.png") no-repeat left center;
}
.main .product-list .content .lf-box .list-box li:nth-child(2) span {
  background: url("../images/number_05.png") no-repeat left center;
}
.main .product-list .content .lf-box .list-box li:nth-child(3) span {
  background: url("../images/number_07.png") no-repeat left center;
}
.main .product-list .content .lf-box .list-box li:nth-child(4) span {
  background: url("../images/number_09.png") no-repeat left center;
}
.main .product-list .content .lf-box .list-box li:nth-child(5) span {
  background: url("../images/number_11.png") no-repeat left center;
}
.main .product-list .content .lf-box .list-box li:nth-child(6) span {
  background: url("../images/number_13.png") no-repeat left center;
}
.main .product-list .content .lf-box .list-box li:nth-child(1):hover span {
  background: url("../images/number_03.png") no-repeat right center;
}
.main .product-list .content .lf-box .list-box li:nth-child(2):hover span {
  background: url("../images/number_05.png") no-repeat right center;
}
.main .product-list .content .lf-box .list-box li:nth-child(3):hover span {
  background: url("../images/number_07.png") no-repeat right center;
}
.main .product-list .content .lf-box .list-box li:nth-child(4):hover span {
  background: url("../images/number_09.png") no-repeat right center;
}
.main .product-list .content .lf-box .list-box li:nth-child(5):hover span {
  background: url("../images/number_11.png") no-repeat right center;
}
.main .product-list .content .lf-box .list-box li:nth-child(6):hover span {
  background: url("../images/number_13.png") no-repeat right center;
}
.main .product-list .img-box {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  height: 564px;
  background: url("../images/product_03.jpg") no-repeat center;
}
@media (max-width: 992px) {
  .main .product-list {
    position: relative;
    height: 650px;
    background: url("../images/pro-bg_02.jpg") no-repeat center top;
  }
  .main .product-list .content .lf-box {
    background: #fff;
    width: 50%;
    height: 524px;
    padding: 5%;
  }
  .main .product-list .content .lf-box .box-tit {
    border-bottom: 1px solid #eee;
  }
  .main .product-list .content .lf-box .box-tit h5 {
    font-size: 3rem;
    color: #009241;
    text-transform: uppercase;
  }
  .main .product-list .content .lf-box .box-tit p {
    font-size: 1.8rem;
    color: #2c2c2c;
    margin-bottom: 20px;
  }
  .main .product-list .content .lf-box .box-tit b {
    width: 70px;
    background: #009241;
    height: 1px;
    display: block;
    margin-bottom: -1px;
  }
  .main .product-list .content .lf-box .list-box p {
    font-size: 1.4rem;
    color: #8d8d8d;
    line-height: 180%;
    margin: 8% 0;
  }
  .main .product-list .content .lf-box .list-box li {
    height: 108px;
    width: 33.333333%;
    box-sizing: border-box;
    float: left;
    border: 1px solid #efefef;
    text-align: center;
    margin-left: -1px;
    margin-top: -1px;
  }
  .main .product-list .content .lf-box .list-box li:hover {
    background: #eeb25e;
  }
  .main .product-list .content .lf-box .list-box li:hover h6 {
    color: #fff;
  }
  .main .product-list .content .lf-box .list-box li a {
    display: block;
    height: 108px;
  }
  .main .product-list .content .lf-box .list-box li span {
    margin: 26px auto 16px;
    width: 20px;
    height: 30px;
    display: block;
  }
  .main .product-list .content .lf-box .list-box li h6 {
    font-size: 1.4rem;
    color: #676767;
  }
  .main .product-list .img-box {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    height: 524px;
    background: url("../images/product_03.jpg") no-repeat center;
  }
}
@media (max-width: 768px) {
  .main .product-list {
    position: relative;
    height: auto;
    background: #009241;
  }
  .main .product-list .content .lf-box {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 5%;
  }
  .main .product-list .content .lf-box .box-tit {
    border-bottom: 1px solid #eee;
  }
  .main .product-list .content .lf-box .box-tit h5 {
    font-size: 3rem;
    color: #009241;
    text-transform: uppercase;
  }
  .main .product-list .content .lf-box .box-tit p {
    font-size: 1.8rem;
    color: #2c2c2c;
    margin-bottom: 20px;
  }
  .main .product-list .content .lf-box .box-tit b {
    width: 70px;
    background: #009241;
    height: 1px;
    display: block;
    margin-bottom: -1px;
  }
  .main .product-list .content .lf-box .list-box p {
    font-size: 1.4rem;
    color: #8d8d8d;
    line-height: 180%;
    margin: 8% 0;
  }
  .main .product-list .content .lf-box .list-box li {
    height: 108px;
    width: 33.333333%;
    box-sizing: border-box;
    float: left;
    border: 1px solid #efefef;
    text-align: center;
    margin-left: -1px;
    margin-top: -1px;
  }
  .main .product-list .content .lf-box .list-box li:hover {
    background: #eeb25e;
  }
  .main .product-list .content .lf-box .list-box li:hover h6 {
    color: #fff;
  }
  .main .product-list .content .lf-box .list-box li a {
    display: block;
    height: 108px;
  }
  .main .product-list .content .lf-box .list-box li span {
    margin: 26px auto 16px;
    width: 20px;
    height: 30px;
    display: block;
  }
  .main .product-list .content .lf-box .list-box li h6 {
    font-size: 1.4rem;
    color: #676767;
  }
  .main .product-list .content .lf-box .list-box li:nth-child(1) span {
    background: url("../images/number_03.png") no-repeat left center;
  }
  .main .product-list .content .lf-box .list-box li:nth-child(2) span {
    background: url("../images/number_05.png") no-repeat left center;
  }
  .main .product-list .content .lf-box .list-box li:nth-child(3) span {
    background: url("../images/number_07.png") no-repeat left center;
  }
  .main .product-list .content .lf-box .list-box li:nth-child(4) span {
    background: url("../images/number_09.png") no-repeat left center;
  }
  .main .product-list .content .lf-box .list-box li:nth-child(5) span {
    background: url("../images/number_11.png") no-repeat left center;
  }
  .main .product-list .content .lf-box .list-box li:nth-child(6) span {
    background: url("../images/number_13.png") no-repeat left center;
  }
  .main .product-list .content .lf-box .list-box li:nth-child(1):hover span {
    background: url("../images/number_03.png") no-repeat right center;
  }
  .main .product-list .content .lf-box .list-box li:nth-child(2):hover span {
    background: url("../images/number_05.png") no-repeat right center;
  }
  .main .product-list .content .lf-box .list-box li:nth-child(3):hover span {
    background: url("../images/number_07.png") no-repeat right center;
  }
  .main .product-list .content .lf-box .list-box li:nth-child(4):hover span {
    background: url("../images/number_09.png") no-repeat right center;
  }
  .main .product-list .content .lf-box .list-box li:nth-child(5):hover span {
    background: url("../images/number_11.png") no-repeat right center;
  }
  .main .product-list .content .lf-box .list-box li:nth-child(6):hover span {
    background: url("../images/number_13.png") no-repeat right center;
  }
  .main .product-list .img-box {
    width: 100%;
    position: static;
    top: 0;
    right: 0;
    display: none;
    height: 564px;
    background: url("../images/product_03.jpg") no-repeat center;
  }
}
.main .hot-product {
  position: relative;
  z-index: 1;
  background: #f7f7f7;
}
.main .hot-product .top-box {
  height: 120px;
  margin-top: -120px;
}
.main .hot-product .top-box .hot-tit {
  float: left;
  padding-left: 5%;
}
.main .hot-product .top-box .hot-tit h5 {
  font-size: 3rem;
  color: #fff;
  text-transform: uppercase;
}
.main .hot-product .top-box .hot-tit p {
  font-size: 1.8rem;
  color: #fff;
}
.main .hot-product .top-box .more {
  float: right;
  margin-top: 48px;
}
.main .hot-product .top-box .more a {
  display: block;
  width: 250px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #eeb25e;
  font-size: 1.6rem;
  color: #fff;
}
.main .hot-product .content {
  padding: 4% 0;
}
.main .hot-product .content li {
  width: 32.333333%;
  float: left;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  position: relative;
}
.main .hot-product .content li:hover .masking {
  transform: scale(1);
}
.main .hot-product .content li .img img {
  width: 100%;
}
.main .hot-product .content li .masking {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: scale(0);
  transition: 0.4s;
  background: rgba(238, 178, 94, 0.9);
  text-align: center;
}
.main .hot-product .content li .masking .txt {
  width: 80%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.main .hot-product .content li .masking .txt h6 {
  font-size: 1.8rem;
  color: #fff;
}
.main .hot-product .content li .masking .txt p {
  font-size: 1.4rem;
  margin: 8% 0;
  color: #fff;
}
.main .hot-product .content li .masking .txt span {
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #fff;
  font-size: 1.4rem;
  color: #1d1b1b;
}
.main .hot-product .content li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 992px) {
  .main .hot-product {
    position: relative;
    z-index: 1;
    background: #f7f7f7;
  }
  .main .hot-product .top-box {
    height: 80px;
    margin-top: -80px;
  }
  .main .hot-product .top-box .hot-tit {
    float: left;
    padding-left: 5%;
  }
  .main .hot-product .top-box .hot-tit h5 {
    font-size: 3rem;
    color: #fff;
    text-transform: uppercase;
  }
  .main .hot-product .top-box .hot-tit p {
    font-size: 1.8rem;
    color: #fff;
  }
  .main .hot-product .top-box .more {
    float: right;
    margin-top: 28px;
  }
  .main .hot-product .top-box .more a {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #eeb25e;
    font-size: 1.6rem;
    color: #fff;
  }
  .main .hot-product .content {
    padding: 4% 0;
  }
  .main .hot-product .content li {
    width: 32.333333%;
    float: left;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
    position: relative;
  }
  .main .hot-product .content li:hover .masking {
    transform: scale(1);
  }
  .main .hot-product .content li .img img {
    width: 100%;
  }
  .main .hot-product .content li .masking {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: scale(0);
    transition: 0.4s;
    background: rgba(238, 178, 94, 0.9);
    text-align: center;
  }
  .main .hot-product .content li .masking .txt {
    width: 80%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
  .main .hot-product .content li .masking .txt h6 {
    font-size: 1.8rem;
    color: #fff;
  }
  .main .hot-product .content li .masking .txt p {
    font-size: 1.4rem;
    margin: 8% 0;
    color: #fff;
  }
  .main .hot-product .content li .masking .txt span {
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #fff;
    font-size: 1.4rem;
    color: #1d1b1b;
  }
  .main .hot-product .content li:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .main .hot-product {
    position: relative;
    z-index: 1;
    background: #f7f7f7;
  }
  .main .hot-product .top-box {
    height: 80px;
    margin-top: 0px;
    background: #009241;
  }
  .main .hot-product .top-box .hot-tit {
    float: left;
    padding-left: 3%;
  }
  .main .hot-product .top-box .hot-tit h5 {
    font-size: 2.5rem;
    color: #fff;
    text-transform: uppercase;
  }
  .main .hot-product .top-box .hot-tit p {
    font-size: 1.8rem;
    color: #fff;
  }
  .main .hot-product .top-box .more {
    float: right;
    margin-top: 18px;
    margin-right: 3%;
  }
  .main .hot-product .top-box .more a {
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #eeb25e;
    font-size: 1.6rem;
    color: #fff;
  }
  .main .hot-product .content {
    padding: 4% 0;
  }
  .main .hot-product .content li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
  }
  .main .hot-product .content li:hover .masking {
    transform: scale(1);
  }
  .main .hot-product .content li .img img {
    width: 100%;
  }
  .main .hot-product .content li .masking {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: scale(0);
    transition: 0.4s;
    background: rgba(238, 178, 94, 0.9);
    text-align: center;
    display: none;
  }
  .main .hot-product .content li .masking .txt {
    width: 80%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
  .main .hot-product .content li .masking .txt h6 {
    font-size: 1.8rem;
    color: #fff;
  }
  .main .hot-product .content li .masking .txt p {
    font-size: 1.4rem;
    margin: 8% 0;
    color: #fff;
  }
  .main .hot-product .content li .masking .txt span {
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #fff;
    font-size: 1.4rem;
    color: #1d1b1b;
  }
  .main .hot-product .content li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .main .hot-product .content li:nth-child(2n+2) {
    margin-right: 0%;
  }
}
.main .case .slideTxtBox .hd {
  width: 40%;
  float: right;
  position: relative;
}
.main .case .slideTxtBox .hd {
  background: #009241;
}
.main .case .slideTxtBox .hd .case-tit {
  color: #fff;
  margin: 40px 0 35px 8%;
}
@media (max-width: 1200px) {
  .main .case .slideTxtBox .hd .case-tit {
    margin: 30px 0 22px 8%;
  }
}
.main .case .slideTxtBox .hd .case-tit h5 {
  font-size: 3rem;
  text-transform: uppercase;
}
.main .case .slideTxtBox .hd .case-tit p {
  font-size: 1.8rem;
}
.main .case .slideTxtBox .hd li {
  padding-left: 8%;
  height: 60px;
  line-height: 60px;
  background: #009241;
  font-size: 1.4rem;
  color: #fff;
}
@media (max-width: 1200px) {
  .main .case .slideTxtBox .hd li {
    height: 50px;
    line-height: 50px;
  }
}
.main .case .slideTxtBox .hd .more {
  height: 129px;
  background: #eea84a url("../images/case-more_03.jpg") no-repeat 8% center;
}
@media (max-width: 1200px) {
  .main .case .slideTxtBox .hd .more {
    height: 74px;
  }
}
.main .case .slideTxtBox .hd .more a {
  display: block;
  height: 129px;
}
@media (max-width: 1200px) {
  .main .case .slideTxtBox .hd .more a {
    height: 74px;
  }
}
.main .case .slideTxtBox .hd ul li.on {
  background: #fff;
  color: #1f1f1f;
}
.main .case .slideTxtBox .bd {
  width: 60%;
  padding: 40px 0;
  background: #000;
  float: left;
}
.main .case .slideTxtBox .bd ul {
  width: 730px;
  float: right;
  margin-right: 5%;
  display: none;
}
@media (max-width: 1200px) {
  .main .case .slideTxtBox .bd ul {
    width: 530px;
  }
}
.main .case .slideTxtBox .bd li img {
  width: 100%;
}
.main .case .slideTxtBox .bd li .txt {
  background: #fff;
  padding: 4%;
}
.main .case .slideTxtBox .bd li .txt h6 {
  font-size: 2.4rem;
  color: #202020;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .case .slideTxtBox .bd li .txt p {
  margin: 0;
  line-height: 160%;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
}
@media (max-width: 768px) {
  .main .case .slideTxtBox .hd {
    width: 100%;
    float: none;
    position: relative;
  }
  .main .case .slideTxtBox .hd {
    background: #009241;
  }
  .main .case .slideTxtBox .hd .case-tit {
    color: #fff;
    padding: 15px 0 10px 3%;
    margin: 0;
  }
  .main .case .slideTxtBox .hd .case-tit h5 {
    font-size: 2.6rem;
    text-transform: uppercase;
  }
  .main .case .slideTxtBox .hd .case-tit p {
    font-size: 1.8rem;
  }
  .main .case .slideTxtBox .hd li {
    padding-left: 3%;
    height: 60px;
    line-height: 60px;
    background: #009241;
    font-size: 1.4rem;
    color: #fff;
  }
  .main .case .slideTxtBox .hd .more {
    height: 129px;
    background: #eea84a url("../images/case-more_03.jpg") no-repeat 8% center;
  }
  .main .case .slideTxtBox .hd .more a {
    display: block;
    height: 129px;
  }
  .main .case .slideTxtBox .hd ul li.on {
    background: #fff;
    color: #1f1f1f;
  }
  .main .case .slideTxtBox .bd {
    width: 100%;
    padding: 10px 0;
    background: #000;
    float: left;
  }
  .main .case .slideTxtBox .bd ul {
    width: 100%;
    float: none;
    margin-right: 0%;
    display: none;
  }
  .main .case .slideTxtBox .bd li .txt {
    background: #fff;
    padding: 4%;
  }
  .main .case .slideTxtBox .bd li .txt h6 {
    font-size: 2.4rem;
    color: #202020;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .main .case .slideTxtBox .bd li .txt p {
    margin: 0;
    line-height: 160%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  .main .case .slideTxtBox .hd li {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  .main .case .slideTxtBox .hd .more {
    height: 74px;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  .main .case .slideTxtBox .hd .more a {
    height: 74px;
  }
}
.main .youshi {
  padding: 3% 0;
}
.main .youshi .youshi-tit {
  text-align: center;
  margin-bottom: 3.5%;
}
.main .youshi .youshi-tit h5 {
  font-size: 3rem;
  color: #252525;
}
.main .youshi .youshi-tit p {
  font-size: 1.4rem;
  color: #7d7d7d;
}
.main .youshi .youshi-tit b {
  width: 50px;
  height: 1px;
  background: #eea84a;
  display: inline-block;
}
.main .youshi .content .img {
  width: 49%;
  float: left;
}
.main .youshi .content .img img {
  width: 100%;
}
.main .youshi .content .txt-box {
  width: 48%;
}
.main .youshi .content .txt-box li {
  padding: 6% 0 8%;
  border-bottom: 1px solid #eee;
  margin-bottom: 4%;
}
.main .youshi .content .txt-box li:nth-child(2) {
  border: none;
  margin: 0;
}
.main .youshi .content .txt-box .number {
  font-size: 7.2rem;
  color: #f2f2f2;
  font-family: impact;
  float: left;
  width: 17%;
  margin-top: -15px;
}
.main .youshi .content .txt-box .txt {
  float: right;
  width: 83%;
}
.main .youshi .content .txt-box .txt h4 {
  font-size: 2.4rem;
  color: #009241;
  font-weight: 600;
}
.main .youshi .content .txt-box .txt h4 span {
  color: #eeb25e;
}
.main .youshi .content .txt-box .txt h6 {
  font-size: 1.6rem;
  color: #484848;
  line-height: 160%;
  margin-bottom: 5%;
}
.main .youshi .content .txt-box .txt p {
  font-size: 1.4rem;
  color: #8a8a8a;
  line-height: 160%;
}
.main .youshi .content .list {
  margin-bottom: 2.5%;
}
.main .youshi .content .list .img {
  float: left;
}
.main .youshi .content .list .txt-box {
  float: right;
}
.main .youshi .content .list:nth-child(2) .img {
  float: right;
}
.main .youshi .content .list:nth-child(2) .txt-box {
  float: left;
}
@media (max-width: 768px) {
  .main .youshi {
    padding: 3% 0;
  }
  .main .youshi .youshi-tit {
    text-align: center;
    margin-bottom: 3.5%;
  }
  .main .youshi .youshi-tit h5 {
    font-size: 3rem;
    color: #252525;
  }
  .main .youshi .youshi-tit p {
    font-size: 1.4rem;
    color: #7d7d7d;
  }
  .main .youshi .youshi-tit b {
    width: 50px;
    height: 1px;
    background: #eea84a;
    display: inline-block;
  }
  .main .youshi .content .img {
    width: 100%;
    float: left;
  }
  .main .youshi .content .img img {
    width: 100%;
  }
  .main .youshi .content .txt-box {
    width: 100%;
  }
  .main .youshi .content .txt-box li {
    padding: 6% 0 8%;
    border-bottom: 1px solid #eee;
    margin-bottom: 4%;
  }
  .main .youshi .content .txt-box li:nth-child(2) {
    border: none;
    margin: 0;
  }
  .main .youshi .content .txt-box .number {
    font-size: 7.2rem;
    color: #f2f2f2;
    font-family: impact;
    float: left;
    width: 25%;
    margin-top: -15px;
  }
  .main .youshi .content .txt-box .txt {
    float: right;
    width: 75%;
  }
  .main .youshi .content .txt-box .txt h4 {
    font-size: 2.4rem;
    color: #009241;
    font-weight: 600;
  }
  .main .youshi .content .txt-box .txt h4 span {
    color: #eeb25e;
  }
  .main .youshi .content .txt-box .txt h6 {
    font-size: 1.6rem;
    color: #484848;
    line-height: 160%;
    margin-bottom: 5%;
  }
  .main .youshi .content .txt-box .txt p {
    font-size: 1.4rem;
    color: #8a8a8a;
    line-height: 160%;
  }
  .main .youshi .content .list {
    margin-bottom: 2.5%;
  }
  .main .youshi .content .list .img {
    float: left;
  }
  .main .youshi .content .list .txt-box {
    float: right;
  }
  .main .youshi .content .list:nth-child(2) .img {
    float: right;
  }
  .main .youshi .content .list:nth-child(2) .txt-box {
    float: left;
  }
}
.main .about {
  padding: 4% 0;
  background: #009241;
}
.main .about .txt-box {
  width: 47%;
  float: left;
}
@media (max-width: 768px) {
  .main .about .txt-box {
    width: 100%;
  }
}
.main .about .txt-box h5 {
  font-size: 3rem;
  color: #fff;
  text-transform: uppercase;
}
.main .about .txt-box h6 {
  font-size: 1.8rem;
  color: #fff;
}
.main .about .txt-box p {
  margin: 8% 0;
  font-size: 1.4rem;
  color: #fff;
  line-height: 180%;
}
.main .about .txt-box a {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  font-size: 1.4rem;
  color: #454545;
}
.main .about .img {
  width: 49%;
  float: right;
}
@media (max-width: 768px) {
  .main .about .img {
    width: 100%;
    margin-top: 18px;
  }
}
.main .about .img img {
  width: 100%;
}
.main .honor {
  background: #eeb25e;
  padding: 3.5% 0;
}
.main .honor .container {
  position: relative;
}
.main .honor .swiper-container-honor {
  overflow: hidden;
}
.main .honor .swiper-container-honor img {
  width: 100%;
  cursor: pointer;
}
.main .honor .swiper-button-next4 {
  width: 22px;
  height: 41px;
  background: url("../images/honor-btn_05.jpg") no-repeat center;
  top: 50%;
  margin-top: -20px;
  position: absolute;
  right: -25px;
  z-index: 9;
  cursor: pointer;
}
.main .honor .swiper-button-prev4 {
  width: 22px;
  height: 41px;
  background: url("../images/honor-btn_03.jpg") no-repeat center;
  top: 50%;
  margin-top: -20px;
  position: absolute;
  left: -25px;
  z-index: 9;
  cursor: pointer;
}
.main .news {
  padding: 3.5% 0;
  background: #f7f7f7;
}
.main .news .news-tit {
  text-align: center;
}
.main .news .news-tit h5 {
  font-size: 2.4rem;
  color: #252525;
}
.main .news .content .slideTxtBox .hd {
  text-align: center;
  position: relative;
  margin: 4% 0;
}
.main .news .content .slideTxtBox .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 1.6rem;
  color: #5c5c5c;
  width: 120px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #fff;
  margin: 0 10px;
}
.main .news .content .slideTxtBox .hd ul li.on {
  color: #fff;
  background: #009241;
}
.main .news .content .slideTxtBox .bd ul {
  display: none;
}
.main .news .content .slideTxtBox .bd li {
  width: 24%;
  float: left;
  margin-right: 1.333333%;
}
.main .news .content .slideTxtBox .bd li .img img {
  width: 100%;
}
.main .news .content .slideTxtBox .bd li .txt {
  background: #fff;
  padding: 3.5%;
  height: 155px;
}
.main .news .content .slideTxtBox .bd li .txt h6 {
  font-size: 1.6rem;
  color: #313131;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5%;
}
.main .news .content .slideTxtBox .bd li .txt p {
  font-size: 1.4rem;
  color: #979797;
  line-height: 160%;
  margin-bottom: 5%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -moz-line-clamp: 3;
  -o-line-clamp: 3;
}
.main .news .content .slideTxtBox .bd li .txt span {
  font-size: 1.4rem;
  color: #313131;
}
.main .news .content .slideTxtBox .bd li:nth-child(4n+4) {
  margin-right: 0;
}
.main .news .content .more {
  margin-top: 3.5%;
  text-align: center;
}
.main .news .content .more a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 228px;
  height: 55px;
  text-align: center;
  background: #eeb25e;
  color: #fff;
  font-size: 1.6rem;
  line-height: 55px;
}
@media (max-width: 768px) {
  .main .news {
    padding: 3.5% 0;
    background: #f7f7f7;
  }
  .main .news .content .slideTxtBox .bd li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 3%;
  }
  .main .news .content .slideTxtBox .bd li .img img {
    width: 100%;
  }
  .main .news .content .slideTxtBox .bd li .txt {
    background: #fff;
    padding: 3.5%;
    height: 140px;
  }
  .main .news .content .slideTxtBox .bd li .txt h6 {
    font-size: 1.6rem;
    color: #313131;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5%;
  }
  .main .news .content .slideTxtBox .bd li .txt p {
    font-size: 1.4rem;
    color: #979797;
    line-height: 160%;
    margin-bottom: 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -moz-line-clamp: 3;
    -o-line-clamp: 3;
  }
  .main .news .content .slideTxtBox .bd li .txt span {
    font-size: 1.4rem;
    color: #313131;
  }
  .main .news .content .slideTxtBox .bd li:nth-child(2n+2) {
    margin-right: 0;
  }
  .main .news .content .more {
    margin-top: 3.5%;
    text-align: center;
  }
  .main .news .content .more a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 128px;
    height: 45px;
    text-align: center;
    background: #eeb25e;
    color: #fff;
    font-size: 1.6rem;
    line-height: 45px;
  }
}
.footer {
  background: #1d1b1b;
}
.footer .footer-top {
  padding: 4% 0;
  position: relative;
}
.footer .footer-top .footer-icon {
  width: 20%;
  float: left;
}
.footer .footer-top .footer-icon img {
  max-width: 100%;
}
.footer .footer-top .list {
  width: 11.6666%;
  float: left;
}
.footer .footer-top .list h5 {
  font-size: 1.6rem;
  color: #cdcdcd;
  text-transform: uppercase;
  margin-top: 0;
}
.footer .footer-top .list ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-top: 15px;
}
.footer .footer-top .list li {
  font-size: 1.4rem;
  color: #adadad;
  line-height: 26px;
}
.footer .footer-top .list li a {
  color: #adadad;
}
.footer .footer-top .list li a:hover {
  color: #009241;
}
.footer .footer-top .code {
  width: 10%;
  float: right;
}
.footer .footer-top .code img {
  width: 100%;
}
.footer .footer-center {
  padding: 3% 0;
  background: #232222;
}
.footer .footer-center ul {
  margin: 0;
}
.footer .footer-center li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 133px;
  line-height: 40px;
  padding-left: 58px;
  font-size: 1.4rem;
  color: #adadad;
}
@media (max-width: 1200px) {
  .footer .footer-center li {
    margin-right: 23px;
  }
}
.footer .footer-center li:nth-child(1) {
  background: url("../images/footer-icon_03.jpg") no-repeat left center;
}
.footer .footer-center li:nth-child(2) {
  background: url("../images/footer-icon_05.jpg") no-repeat left center;
}
.footer .footer-center li:nth-child(3) {
  margin-right: 0;
  background: url("../images/footer-icon_07.jpg") no-repeat left center;
}
@media (max-width: 768px) {
  .footer {
    padding: 0;
  }
  .footer .footer-con2 {
    background: #1d1b1b;
    display: block!important;
    text-align: center;
  }
  .footer .footer-con2 p img {
    margin: 0;
  }
  .footer .footer-con2 p a {
    display: inline-block;
    margin: 20px 12px;
  }
  .footer .footer-con2 p a:hover img {
    margin-top: -4px;
  }
  .footer .footer-con2 h5 {
    background: #1d1b1b url("../images/lit_07.png") no-repeat right center;
    background-position: right 26px top 28px;
    margin: 0;
    font-weight: 500;
    color: #c4c4c4;
    font-size: 15px;
    border-bottom: 1px solid #aaa;
    padding: 18px 26px 18px 24px;
  }
  .footer .footer-con2 .list-con {
    display: none;
  }
  .footer .footer-con2 .list-con a {
    color: #c4c4c4;
    margin: 0;
    background: #333;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
    padding: 12px 26px 12px 24px;
  }
  .footer .footer-con2 .list-con a:hover {
    color: #009241;
  }
  .footer .footer-con2 .list-con li {
    color: #333;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
    padding: 12px 26px 12px 24px;
    background: #edf2f8;
  }
  .footer .footer-con2 .link {
    display: none;
    color: #333;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
    padding: 12px 26px 12px 24px;
    background: #232222;
  }
  .footer .footer-con2 .link a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 3% 0 0;
  }
}
.footer .footer-bot {
  height: 60px;
}
.footer .footer-bot .container {
  position: relative;
}
.footer .footer-bot p {
  margin: 0;
  font-size: 1.4rem;
  color: #999;
  line-height: 59px;
}
.footer .footer-bot p a {
  color: #999;
}
.footer .footer-bot p a:hover {
  color: #009241;
}
.footer .footer-bot .lf {
  float: left;
}
.footer .footer-bot .rt {
  float: right;
}
@media (max-width: 768px) {
  .footer .footer-bot {
    height: auto;
    text-align: center;
  }
  .footer .footer-bot .container {
    position: relative;
  }
  .footer .footer-bot p {
    margin: 0;
    font-size: 1.4rem;
    color: #999;
    line-height: 26px;
  }
  .footer .footer-bot p a {
    color: #999;
  }
  .footer .footer-bot p a:hover {
    color: #009241;
  }
  .footer .footer-bot .lf {
    float: none;
  }
  .footer .footer-bot .rt {
    float: none;
  }
}
.footer .returnTop {
  z-index: 99;
  display: block;
  cursor: pointer;
  position: fixed;
  bottom: 90px;
  right: 30px;
  opacity: 1;
  width: 48px;
  height: 48px;
  background: url("../images/return-top.png") no-repeat center;
}
/*ins-style*/
@media (max-width: 768px) {
  .ins-main {
    margin-top: 55px;
  }
}
.ins-main .ins-ad img {
  width: 100%;
}
.ins-main .ins-nav {
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #f5f5f5;
}
.ins-main .ins-nav .rt-nav {
  float: right;
}
.ins-main .ins-nav .rt-nav p {
  margin: 0;
  padding-left: 26px;
  background: url("../images/location_03.jpg") no-repeat left center;
  font-size: 1.4rem;
  color: #333;
}
.ins-main .ins-nav .rt-nav p a {
  color: #333;
}
.ins-main .ins-nav .rt-nav p a:hover {
  color: #0187e8;
}
.ins-main .ins-nav .rt-nav p .active {
  color: #0187e8;
}
.ins-main .ins-nav .list-nav {
  float: left;
  text-align: center;
}
.ins-main .ins-nav .list-nav ul {
  margin: 0;
}
.ins-main .ins-nav .list-nav li {
  font-size: 1.6rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
}
.ins-main .ins-nav .list-nav li a {
  line-height: 57px;
  transition: 0.3s;
  padding: 0 1.5rem;
  display: block;
  color: #4f4f4f;
}
.ins-main .ins-nav .list-nav li a:hover {
  background: #0187e8;
  color: #fff;
}
.ins-main .ins-nav .list-nav .active a {
  background: #0187e8;
  color: #fff;
}
@media (max-width: 768px) {
  .ins-main .ins-nav {
    height: auto;
    line-height: 40px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 15px;
  }
  .ins-main .ins-nav .rt-nav {
    float: none;
  }
  .ins-main .ins-nav .rt-nav p {
    margin: 0;
    padding-left: 26px;
    background: url("../images/location_03.jpg") no-repeat left center;
    font-size: 1.4rem;
    color: #333;
  }
  .ins-main .ins-nav .rt-nav p a {
    color: #333;
  }
  .ins-main .ins-nav .rt-nav p a:hover {
    color: #0187e8;
  }
  .ins-main .ins-nav .rt-nav p .active {
    color: #0187e8;
  }
  .ins-main .ins-nav .list-nav {
    float: none;
    text-align: center;
  }
  .ins-main .ins-nav .list-nav ul {
    margin: 0;
  }
  .ins-main .ins-nav .list-nav li {
    font-size: 1.6rem;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
  }
  .ins-main .ins-nav .list-nav li a {
    line-height: 40px;
    transition: 0.3s;
    padding: 0 1.5rem;
    display: block;
    color: #4f4f4f;
  }
  .ins-main .ins-nav .list-nav li a:hover {
    background: #0187e8;
    color: #fff;
  }
  .ins-main .ins-nav .list-nav .active a {
    background: #0187e8;
    color: #fff;
  }
}
.ins-main .nav-list {
  height: 68px;
  border-bottom: 1px solid #f2f2f2;
  background: #f7f7f7;
}
.ins-main .nav-list li {
  width: 195px;
  text-align: center;
  float: left;
  border-right: 1px solid #f2f2f2;
}
@media (max-width: 992px) {
  .ins-main .nav-list li {
    width: 100px;
  }
}
.ins-main .nav-list li:hover a {
  color: #fff;
  background: #eeb15e;
}
.ins-main .nav-list li a {
  display: block;
  height: 68px;
  line-height: 68px;
  font-size: 1.6rem;
  color: #4b4b4b;
}
.ins-main .nav-list .active a {
  color: #fff;
  background: #eeb15e;
}
@media (max-width: 768px) {
  .ins-main .nav-list {
    height: auto;
    border-bottom: 1px solid #f2f2f2;
    background: #f7f7f7;
  }
  .ins-main .nav-list li {
    width: 33.333333%;
    text-align: center;
    float: left;
    border-right: 1px solid #f2f2f2;
  }
  .ins-main .nav-list li:hover a {
    color: #fff;
    background: #eeb15e;
  }
  .ins-main .nav-list li a {
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 1.6rem;
    color: #4b4b4b;
  }
  .ins-main .nav-list .active a {
    color: #fff;
    background: #eeb15e;
  }
}
.ins-main .ins-profile .content {
  padding: 3% 0;
}
.ins-main .ins-profile .content .img {
  width: 50%;
  float: left;
}
.ins-main .ins-profile .content .img img {
  width: 100%;
}
.ins-main .ins-profile .content .txt-box {
  width: 48%;
  float: right;
}
.ins-main .ins-profile .content .txt-box p {
  font-size: 1.4rem;
  color: #7b7b7b;
  line-height: 180%;
  margin-bottom: 3%;
}
.ins-main .ins-profile .list-box {
  padding: 3% 0;
  background: #f7f7f7;
}
.ins-main .ins-profile .list-box li {
  width: 24%;
  float: left;
  margin-right: 1.3333333%;
  height: 180px;
  text-align: center;
  background: #fff;
  border-radius: 15px;
}
.ins-main .ins-profile .list-box li:hover {
  background: #eeb15e;
}
.ins-main .ins-profile .list-box li:hover h6 {
  color: #fff;
}
.ins-main .ins-profile .list-box li:hover b {
  background: #fff;
}
.ins-main .ins-profile .list-box li:hover p {
  color: #fff;
}
.ins-main .ins-profile .list-box li h6 {
  font-size: 1.8rem;
  color: #009241;
  padding: 38px 0 0;
}
.ins-main .ins-profile .list-box li b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 40px;
  height: 1px;
  background: #eeb15e;
}
.ins-main .ins-profile .list-box li p {
  font-size: 1.4rem;
  color: #7d7d7d;
  margin-top: 14px;
}
.ins-main .ins-profile .list-box li:nth-child(4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-profile .content {
    padding: 3% 0;
  }
  .ins-main .ins-profile .content .img {
    width: 100%;
    float: left;
  }
  .ins-main .ins-profile .content .img img {
    width: 100%;
  }
  .ins-main .ins-profile .content .txt-box {
    width: 100%;
    float: right;
    margin-top: 15px;
  }
  .ins-main .ins-profile .content .txt-box p {
    font-size: 1.5rem;
    color: #7b7b7b;
    line-height: 180%;
    margin-bottom: 3%;
  }
  .ins-main .ins-profile .list-box {
    padding: 3% 0;
    background: #f7f7f7;
  }
  .ins-main .ins-profile .list-box li {
    width: 49%;
    float: left;
    margin: 0 2% 2% 0;
    height: 140px;
    text-align: center;
    background: #fff;
    border-radius: 15px;
  }
  .ins-main .ins-profile .list-box li:hover {
    background: #eeb15e;
  }
  .ins-main .ins-profile .list-box li:hover h6 {
    color: #fff;
  }
  .ins-main .ins-profile .list-box li:hover b {
    background: #fff;
  }
  .ins-main .ins-profile .list-box li:hover p {
    color: #fff;
  }
  .ins-main .ins-profile .list-box li h6 {
    font-size: 1.8rem;
    color: #009241;
    padding: 18px 0 0;
  }
  .ins-main .ins-profile .list-box li b {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 40px;
    height: 1px;
    background: #eeb15e;
  }
  .ins-main .ins-profile .list-box li p {
    font-size: 1.4rem;
    color: #7d7d7d;
    margin-top: 14px;
    padding: 0 4%;
    line-height: 180%;
  }
  .ins-main .ins-profile .list-box li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-huanjing {
  padding: 2.5% 0 1.5%;
}
.ins-main .ins-huanjing li {
  width: 24%;
  float: left;
  margin: 0 1.3333% 1% 0;
  text-align: center;
}
.ins-main .ins-huanjing li .img-box {
  border: 1px solid #f5f5f5;
  padding: 3%;
}
.ins-main .ins-huanjing li .img-box:hover .img .masking {
  opacity: 1;
}
.ins-main .ins-huanjing li .img-box .img {
  position: relative;
}
.ins-main .ins-huanjing li .img-box .img img {
  width: 100%;
  cursor: pointer;
}
.ins-main .ins-huanjing li .img-box .img .masking {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
}
.ins-main .ins-huanjing li p {
  margin-top: 10px;
  font-size: 1.6rem;
  color: #646464;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-huanjing li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-huanjing {
    padding: 2.5% 0;
  }
  .ins-main .ins-huanjing li {
    width: 49%;
    float: left;
    margin: 0 2% 1% 0;
    text-align: center;
  }
  .ins-main .ins-huanjing li .img {
    border: 1px solid #f5f5f5;
    padding: 3%;
  }
  .ins-main .ins-huanjing li .img img {
    width: 100%;
    cursor: pointer;
  }
  .ins-main .ins-huanjing li p {
    margin-top: 10px;
    font-size: 1.6rem;
    color: #646464;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-huanjing li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-honor {
  padding: 2.5% 0 1.5%;
}
.ins-main .ins-honor li {
  width: 24%;
  float: left;
  margin: 0 1.3333% 1% 0;
  text-align: center;
}
.ins-main .ins-honor li .img-box {
  border: 1px solid #f5f5f5;
  padding: 3%;
}
.ins-main .ins-honor li .img-box:hover .img .masking {
  opacity: 1;
}
.ins-main .ins-honor li .img-box .img {
  position: relative;
}
.ins-main .ins-honor li .img-box .img img {
  width: 100%;
  cursor: pointer;
}
.ins-main .ins-honor li .img-box .img .masking {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
}
.ins-main .ins-honor li p {
  margin-top: 10px;
  font-size: 1.6rem;
  color: #646464;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-honor li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-honor {
    padding: 2.5% 0;
  }
  .ins-main .ins-honor li {
    width: 49%;
    float: left;
    margin: 0 2% 1% 0;
    text-align: center;
  }
  .ins-main .ins-honor li .img {
    border: 1px solid #f5f5f5;
    padding: 3%;
  }
  .ins-main .ins-honor li .img img {
    width: 100%;
    cursor: pointer;
  }
  .ins-main .ins-honor li p {
    margin-top: 10px;
    font-size: 1.6rem;
    color: #646464;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-honor li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-contact {
  padding: 2.5% 0;
}
.ins-main .ins-contact .contact-top li {
  width: 33.33333%;
  float: left;
  text-align: center;
  height: 178px;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin-left: -1px;
}
.ins-main .ins-contact .contact-top li img {
  margin: 35px 0 30px;
}
.ins-main .ins-contact .contact-top li p {
  font-size: 1.2rem;
  color: #595959;
  line-height: 160%;
  margin: 0 8%;
}
.ins-main .ins-contact .map-box {
  margin-top: 3.5%;
}
.ins-main .ins-contact .map-box .my-map {
  margin: 0 auto;
  width: 100%;
  height: 430px;
}
.ins-main .ins-contact .map-box .my-map .icon {
  background: url(../images/marker.png) no-repeat;
}
.ins-main .ins-contact .map-box .my-map .icon-cir {
  height: 31px;
  width: 28px;
}
.ins-main .ins-contact .map-box .my-map .icon-cir-red {
  background-position: -11px -5px;
}
.ins-main .ins-contact .map-box .amap-container {
  height: 100%;
}
@media (max-width: 768px) {
  .ins-main .ins-contact {
    padding: 2.5% 0;
  }
  .ins-main .ins-contact .contact-top li {
    width: 100%;
    float: left;
    text-align: center;
    height: 128px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    margin-left: 0px;
    margin-top: -1px;
  }
  .ins-main .ins-contact .contact-top li img {
    margin: 20px 0 15px;
  }
  .ins-main .ins-contact .contact-top li p {
    font-size: 1.6rem;
    color: #595959;
    line-height: 160%;
    margin: 0 8%;
  }
  .ins-main .ins-contact .map-box {
    margin-top: 3.5%;
  }
  .ins-main .ins-contact .map-box .my-map {
    margin: 0 auto;
    width: 100%;
    height: 330px;
  }
  .ins-main .ins-contact .map-box .my-map .icon {
    background: url(../images/marker.png) no-repeat;
  }
  .ins-main .ins-contact .map-box .my-map .icon-cir {
    height: 31px;
    width: 28px;
  }
  .ins-main .ins-contact .map-box .my-map .icon-cir-red {
    background-position: -11px -5px;
  }
  .ins-main .ins-contact .map-box .amap-container {
    height: 100%;
  }
}
.ins-main .ins-message {
  padding: 3.5% 0;
}
.ins-main .ins-message .form-box {
  width: 46%;
  float: left;
  margin-left: 2%;
}
.ins-main .ins-message .form-box h5 {
  font-size: 3rem;
  color: #303030;
}
.ins-main .ins-message .form-box b {
  display: block;
  width: 50px;
  height: 1px;
  background: #eeb15e;
  margin: 20px 0 50px;
}
.ins-main .ins-message .form-box ul:nth-child(1) li {
  margin-bottom: 20px;
}
.ins-main .ins-message .form-box ul:nth-child(1) li span {
  display: block;
  font-size: 1.6rem;
  color: #303030;
  margin-bottom: 15px;
}
.ins-main .ins-message .form-box ul:nth-child(1) li span sup {
  color: red;
}
.ins-main .ins-message .form-box ul:nth-child(1) li input {
  height: 48px;
  width: 100%;
  border: 1px solid #f5f5f5;
  padding: 0 8px;
}
.ins-main .ins-message .form-box ul:nth-child(1) li textarea {
  height: 124px;
  width: 100%;
  border: 1px solid #f5f5f5;
  padding: 8px;
}
.ins-main .ins-message .form-box ul:nth-child(2) input {
  width: 190px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  background: #009241;
  color: #fff;
  font-size: 1.6rem;
  border: none;
}
.ins-main .ins-message .img-box {
  height: 682px;
  background: url("../images/message_03.jpg") no-repeat center;
  width: 50%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .ins-message {
    padding: 6% 0;
  }
  .ins-main .ins-message .form-box {
    width: 100%;
    float: left;
    margin-left: 0%;
  }
  .ins-main .ins-message .form-box h5 {
    font-size: 3rem;
    color: #303030;
    display: none;
  }
  .ins-main .ins-message .form-box b {
    display: block;
    width: 50px;
    height: 1px;
    background: #eeb15e;
    margin: 20px 0 50px;
    display: none;
  }
  .ins-main .ins-message .form-box ul:nth-child(1) li {
    margin-bottom: 20px;
  }
  .ins-main .ins-message .form-box ul:nth-child(1) li span {
    display: block;
    font-size: 1.6rem;
    color: #303030;
    margin-bottom: 15px;
  }
  .ins-main .ins-message .form-box ul:nth-child(1) li span sup {
    color: red;
  }
  .ins-main .ins-message .form-box ul:nth-child(1) li input {
    height: 48px;
    width: 100%;
    border: 1px solid #f5f5f5;
    padding: 0 8px;
  }
  .ins-main .ins-message .form-box ul:nth-child(1) li textarea {
    height: 124px;
    width: 100%;
    border: 1px solid #f5f5f5;
    padding: 8px;
  }
  .ins-main .ins-message .form-box ul:nth-child(2) input {
    width: 130px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    background: #009241;
    color: #fff;
    font-size: 1.6rem;
    border: none;
  }
  .ins-main .ins-message .img-box {
    display: none;
    height: 682px;
    background: url("../images/message_03.jpg") no-repeat center;
    width: 50%;
    float: right;
  }
}
.ins-main .ins-about {
  padding: 4% 0;
  background: #f8f8f8;
}
.ins-main .ins-about .jianjie {
  background: #fff;
  padding-bottom: 4%;
}
.ins-main .ins-about .jianjie .tit {
  text-align: center;
  padding: 3% 0;
  background: url("../images/tit-bg_03.png") no-repeat center;
}
.ins-main .ins-about .jianjie .tit h5 {
  font-size: 2.4rem;
  color: #000;
}
.ins-main .ins-about .jianjie .content {
  padding: 0 5%;
}
.ins-main .ins-about .jianjie .content .img {
  width: 40%;
  float: left;
}
.ins-main .ins-about .jianjie .content .img img {
  width: 100%;
}
.ins-main .ins-about .jianjie .content .txt {
  width: 56%;
  float: right;
}
.ins-main .ins-about .jianjie .content .txt p {
  font-size: 1.4rem;
  color: #636363;
  line-height: 200%;
  text-indent: 2.5rem;
}
.ins-main .ins-about .honor {
  background: #fff;
  padding-bottom: 4%;
  margin: 3% 0;
}
.ins-main .ins-about .honor .tit {
  text-align: center;
  padding: 3% 0;
  background: url("../images/tit-bg_03.png") no-repeat center;
}
.ins-main .ins-about .honor .tit h5 {
  font-size: 2.4rem;
  color: #000;
}
.ins-main .ins-about .honor .content {
  margin: 0 4%;
}
.ins-main .ins-about .honor .content .swiper-container-honor {
  overflow: hidden;
}
.ins-main .ins-about .honor .content .swiper-container-honor .swiper-slide {
  text-align: center;
}
.ins-main .ins-about .honor .content .swiper-container-honor .swiper-slide img {
  width: 100%;
  border: 1px solid #f0f0f0;
  cursor: pointer;
}
.ins-main .ins-about .honor .content .swiper-container-honor .swiper-slide p {
  font-size: 1.4rem;
  color: #636363;
  margin-top: 10px;
}
.ins-main .ins-about .honor .content .swiper-container-honor .swiper-pagination-honor {
  text-align: center;
}
.ins-main .ins-about .partner {
  background: #fff;
  padding-bottom: 4%;
}
.ins-main .ins-about .partner .tit {
  text-align: center;
  padding: 3% 0;
  background: url("../images/tit-bg_03.png") no-repeat center;
}
.ins-main .ins-about .partner .tit h5 {
  font-size: 2.4rem;
  color: #000;
}
.ins-main .ins-about .partner .content {
  margin: 0 4%;
}
.ins-main .ins-about .partner .content .swiper-container-partner {
  overflow: hidden;
}
.ins-main .ins-about .partner .content .swiper-container-partner .swiper-slide img {
  width: 100%;
  border: 1px solid #f0f0f0;
}
.ins-main .ins-about .partner .content .swiper-container-partner .swiper-pagination-partner {
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .ins-main .ins-about {
    padding: 4% 0;
    background: #f8f8f8;
  }
  .ins-main .ins-about .jianjie {
    background: #fff;
    padding-bottom: 4%;
  }
  .ins-main .ins-about .jianjie .content {
    padding: 0 5%;
  }
  .ins-main .ins-about .jianjie .content .img {
    width: 100%;
    float: left;
  }
  .ins-main .ins-about .jianjie .content .img img {
    width: 100%;
  }
  .ins-main .ins-about .jianjie .content .txt {
    width: 100%;
    float: right;
  }
  .ins-main .ins-about .jianjie .content .txt p {
    font-size: 1.4rem;
    color: #636363;
    line-height: 200%;
    text-indent: 2.5rem;
  }
}
.ins-main .ins-recruit {
  padding: 3% 0 0;
  background: #f3f3f3;
}
.ins-main .ins-recruit .tit {
  text-align: center;
  margin-bottom: 4%;
  background: url("../images/tit-bg_03.png") no-repeat center 82%;
}
.ins-main .ins-recruit .tit h5 {
  font-size: 2.4rem;
  color: #0187e8;
}
.ins-main .ins-recruit .tit p {
  font-size: 1.6rem;
  color: #666;
  text-transform: uppercase;
}
.ins-main .ins-recruit .table {
  padding-bottom: 15px;
}
.ins-main .ins-recruit .table .tit2 {
  height: 60px;
  line-height: 60px;
  background: #0187e8;
}
.ins-main .ins-recruit .table .tit2 li {
  float: left;
  text-align: center;
  width: 16.6666666%;
  font-size: 1.6rem;
  color: #fefefe;
}
.ins-main .ins-recruit .table .table-con {
  position: relative;
  z-index: 6;
  margin-top: 15px;
}
.ins-main .ins-recruit .table .table-con ul {
  margin: 0;
  cursor: pointer;
  height: 58px;
  line-height: 58px;
  border-top: 1px solid #cdcdcd;
}
.ins-main .ins-recruit .table .table-con li {
  float: left;
  height: 58px;
  line-height: 58px;
  font-size: 1.6rem;
  background: #fff;
  color: #333;
  width: 16.6666666%;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #cdcdcd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-recruit .table .table-con li span {
  color: #0187e8;
}
.ins-main .ins-recruit .table .table-con li:first-child {
  border-left: 1px solid #cdcdcd;
}
.ins-main .ins-recruit .table .table-con .txt-box {
  display: none;
  border-bottom: 1px solid #b5b3b3;
  clear: both;
  padding: 2%;
  position: relative;
  background: #fff;
}
.ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 {
  font-size: 2.4rem;
  color: #333;
  display: inline-block;
}
.ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 b {
  color: #0187e8;
  font-weight: 500;
}
.ins-main .ins-recruit .table .table-con .txt-box .box-tit span {
  display: inline-block;
  font-size: 1.4rem;
  color: #666;
  margin: 0 1%;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt h6 {
  font-size: 16px;
  color: #666;
  padding: 1% 0 1% 13px;
  line-height: 180%;
  background: url("../images/h6-lit_03.jpg") no-repeat left center;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 24px;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt a {
  display: inline-block;
  width: 160px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  background: #0187e8;
  font-size: 1.6rem;
  margin: 3% 0 2%;
  color: #fff;
}
@media (max-width: 768px) {
  .ins-main .ins-recruit {
    padding: 3% 0 0;
    background: #f3f3f3;
  }
  .ins-main .ins-recruit .tit {
    text-align: center;
    margin-bottom: 4%;
    background: none;
  }
  .ins-main .ins-recruit .tit h5 {
    font-size: 2.4rem;
    color: #0187e8;
  }
  .ins-main .ins-recruit .tit p {
    font-size: 1.6rem;
    color: #666;
    text-transform: uppercase;
  }
  .ins-main .ins-recruit .table-box {
    overflow: auto;
  }
  .ins-main .ins-recruit .table {
    width: 500px;
    max-width: 500px;
  }
  .ins-main .ins-recruit .table .tit2 {
    height: 60px;
    line-height: 60px;
    background: #0187e8;
  }
  .ins-main .ins-recruit .table .tit2 li {
    float: left;
    text-align: center;
    width: 16.6666666%;
    font-size: 1.6rem;
    color: #fefefe;
  }
  .ins-main .ins-recruit .table .table-con {
    position: relative;
    z-index: 6;
    margin-top: 15px;
  }
  .ins-main .ins-recruit .table .table-con ul {
    margin: 0;
    cursor: pointer;
    height: 58px;
    line-height: 58px;
    border-top: 1px solid #cdcdcd;
  }
  .ins-main .ins-recruit .table .table-con li {
    float: left;
    height: 58px;
    line-height: 58px;
    font-size: 1.6rem;
    background: #fff;
    color: #333;
    width: 16.6666666%;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #cdcdcd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-recruit .table .table-con li span {
    color: #0187e8;
  }
  .ins-main .ins-recruit .table .table-con li:first-child {
    border-left: 1px solid #cdcdcd;
  }
  .ins-main .ins-recruit .table .table-con .txt-box {
    display: none;
    border-bottom: 1px solid #b5b3b3;
    clear: both;
    padding: 2%;
    position: relative;
    background: #fff;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 {
    font-size: 2.4rem;
    color: #333;
    display: inline-block;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 b {
    color: #0187e8;
    font-weight: 500;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .box-tit span {
    display: inline-block;
    font-size: 1.4rem;
    color: #666;
    margin: 0 1%;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .txt h6 {
    font-size: 16px;
    color: #666;
    padding: 1% 0 1% 13px;
    line-height: 180%;
    background: url("../images/h6-lit_03.jpg") no-repeat left center;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .txt p {
    font-size: 1.4rem;
    color: #666;
    line-height: 24px;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .txt a {
    display: inline-block;
    width: 160px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    background: #0187e8;
    font-size: 1.6rem;
    margin: 3% 0 2%;
    color: #fff;
  }
}
.ins-main .ins-solution {
  padding: 4% 0;
  background: #f8f8f8;
}
.ins-main .ins-solution .content li {
  margin-bottom: 4%;
}
.ins-main .ins-solution .content li .img {
  width: 50%;
  float: left;
}
.ins-main .ins-solution .content li .img img {
  width: 100%;
}
.ins-main .ins-solution .content li .txt {
  width: 42%;
  float: right;
  margin-right: 3%;
}
.ins-main .ins-solution .content li .txt h6 {
  font-size: 1.8rem;
  color: #010101;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 15px 0;
}
.ins-main .ins-solution .content li .txt p {
  font-size: 1.4rem;
  color: #626262;
  line-height: 200%;
  margin: 10% 0 12%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
.ins-main .ins-solution .content li .txt a {
  display: block;
  width: 100px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  background: #0187e8;
  font-size: 1.4rem;
  color: #fff;
}
.ins-main .ins-solution .content li:nth-child(even) {
  margin-bottom: 4%;
}
.ins-main .ins-solution .content li:nth-child(even) .img {
  width: 50%;
  float: right;
}
.ins-main .ins-solution .content li:nth-child(even) .img img {
  width: 100%;
}
.ins-main .ins-solution .content li:nth-child(even) .txt {
  width: 42%;
  float: left;
  margin-left: 3%;
}
@media (max-width: 768px) {
  .ins-main .ins-solution {
    padding: 4% 0;
    background: #f8f8f8;
  }
  .ins-main .ins-solution .content li {
    margin-bottom: 4%;
  }
  .ins-main .ins-solution .content li .img {
    width: 100%;
    float: left;
  }
  .ins-main .ins-solution .content li .img img {
    width: 100%;
  }
  .ins-main .ins-solution .content li .txt {
    width: 100%;
    float: right;
    margin-right: 0%;
    margin: 20px 0;
  }
  .ins-main .ins-solution .content li .txt h6 {
    font-size: 1.8rem;
    color: #010101;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px 0;
  }
  .ins-main .ins-solution .content li .txt p {
    font-size: 1.4rem;
    color: #626262;
    line-height: 200%;
    margin: 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
  }
  .ins-main .ins-solution .content li .txt a {
    display: block;
    width: 100px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    background: #0187e8;
    font-size: 1.4rem;
    color: #fff;
  }
  .ins-main .ins-solution .content li:nth-child(even) {
    margin-bottom: 4%;
  }
  .ins-main .ins-solution .content li:nth-child(even) .img {
    width: 100%;
    float: right;
  }
  .ins-main .ins-solution .content li:nth-child(even) .img img {
    width: 100%;
  }
  .ins-main .ins-solution .content li:nth-child(even) .txt {
    width: 100%;
    float: left;
    margin-left: 0%;
  }
}
.ins-main .ins-news {
  padding: 2.5% 0;
}
.ins-main .ins-news li {
  width: 24%;
  float: left;
  margin-right: 1.333333%;
  margin-bottom: 1.5%;
}
.ins-main .ins-news li:hover .txt {
  background: #eeb15e;
}
.ins-main .ins-news li:hover .txt h6 {
  color: #fff;
}
.ins-main .ins-news li:hover .txt p {
  color: #fff;
}
.ins-main .ins-news li:hover .txt span {
  color: #fff;
}
.ins-main .ins-news li .img img {
  width: 100%;
}
.ins-main .ins-news li .txt {
  background: #fff;
  padding: 3.5%;
  height: 155px;
}
.ins-main .ins-news li .txt h6 {
  font-size: 1.6rem;
  color: #313131;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5%;
}
.ins-main .ins-news li .txt p {
  font-size: 1.4rem;
  color: #979797;
  line-height: 160%;
  margin-bottom: 5%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -moz-line-clamp: 3;
  -o-line-clamp: 3;
}
.ins-main .ins-news li .txt span {
  font-size: 1.4rem;
  color: #313131;
}
.ins-main .ins-news li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-news {
    padding: 2.5% 0;
  }
  .ins-main .ins-news li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .ins-main .ins-news li:hover .txt {
    background: #eeb15e;
  }
  .ins-main .ins-news li:hover .txt h6 {
    color: #fff;
  }
  .ins-main .ins-news li:hover .txt p {
    color: #fff;
  }
  .ins-main .ins-news li:hover .txt span {
    color: #fff;
  }
  .ins-main .ins-news li .img img {
    width: 100%;
  }
  .ins-main .ins-news li .txt {
    background: #fff;
    padding: 3.5%;
    height: 135px;
  }
  .ins-main .ins-news li .txt h6 {
    font-size: 1.6rem;
    color: #313131;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5%;
  }
  .ins-main .ins-news li .txt p {
    font-size: 1.4rem;
    color: #979797;
    line-height: 160%;
    margin-bottom: 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -moz-line-clamp: 3;
    -o-line-clamp: 3;
  }
  .ins-main .ins-news li .txt span {
    font-size: 1.4rem;
    color: #313131;
  }
  .ins-main .ins-news li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .news-show {
  padding: 2.5% 0;
}
.ins-main .news-show .show-tit {
  text-align: center;
  border-bottom: 1px solid #eee;
}
.ins-main .news-show .show-tit h5 {
  font-size: 2.4rem;
  color: #171717;
  text-align: center;
  margin: 2% 0 1%;
  font-weight: 500;
}
.ins-main .news-show .show-tit p {
  font-size: 1.4rem;
  color: #b3b3b3;
  text-transform: uppercase;
}
.ins-main .news-show .content {
  width: 85%;
  margin: 0 auto;
}
.ins-main .news-show .content img {
  max-width: 100%!important;
  margin: 3% 0;
}
.ins-main .news-show .content p {
  text-align: left;
  font-size: 1.5rem;
  color: #515151;
  line-height: 180%;
  margin-bottom: 2%;
}
.ins-main .news-show .link {
  width: 85%;
  margin: 5% auto 0;
}
.ins-main .news-show .link p a {
  font-size: 1.4rem;
  color: #a8a8a8;
}
.ins-main .news-show .link p a:hover {
  color: #009241;
}
@media (max-width: 768px) {
  .ins-main .news-show {
    padding: 2.5% 0;
  }
  .ins-main .news-show .show-tit {
    text-align: center;
    border-bottom: 1px solid #eee;
  }
  .ins-main .news-show .show-tit h5 {
    font-size: 2.4rem;
    color: #171717;
    text-align: center;
    margin: 2% 0 1%;
    font-weight: 500;
  }
  .ins-main .news-show .show-tit p {
    font-size: 1.4rem;
    color: #b3b3b3;
    text-transform: uppercase;
  }
  .ins-main .news-show .content {
    width: 100%;
    margin: 0 auto;
  }
  .ins-main .news-show .content img {
    max-width: 100%!important;
    margin: 3% 0;
    width: auto!important;
    height: auto!important;
  }
  .ins-main .news-show .content p {
    text-align: left;
    font-size: 1.5rem;
    color: #515151;
    line-height: 180%;
    margin-bottom: 2%;
  }
  .ins-main .news-show .link {
    width: 100%;
    margin: 5% auto 0;
  }
  .ins-main .news-show .link p a {
    font-size: 1.4rem;
    color: #a8a8a8;
  }
  .ins-main .news-show .link p a:hover {
    color: #009241;
  }
}
.ins-main .ins-case {
  padding: 2% 0;
}
.ins-main .ins-case li {
  width: 31.833333%;
  margin-right: 2.25%;
  margin-bottom: 2.25%;
  float: left;
}
.ins-main .ins-case li:hover .img .masking {
  opacity: 1;
}
.ins-main .ins-case li .img {
  position: relative;
}
.ins-main .ins-case li .img img {
  width: 100%;
}
.ins-main .ins-case li .img .masking {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(238, 177, 94, 0.7);
  opacity: 0;
  transition: 0.3s;
}
.ins-main .ins-case li p {
  text-align: center;
  margin-top: 12px;
  font-size: 1.6rem;
  color: #393939;
}
.ins-main .ins-case li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-case {
    padding: 2% 0;
  }
  .ins-main .ins-case li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
  }
  .ins-main .ins-case li:hover .img .masking {
    opacity: 1;
  }
  .ins-main .ins-case li .img {
    position: relative;
  }
  .ins-main .ins-case li .img img {
    width: 100%;
  }
  .ins-main .ins-case li .img .masking {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(238, 177, 94, 0.7);
    opacity: 0;
    transition: 0.3s;
  }
  .ins-main .ins-case li p {
    text-align: center;
    margin-top: 12px;
    font-size: 1.6rem;
    color: #393939;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-case li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .ins-main .ins-case li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-download {
  padding: 2.5% 0;
}
.ins-main .ins-download li {
  position: relative;
  height: 90px;
  line-height: 90px;
  border-bottom: 1px solid #eee;
}
.ins-main .ins-download li:hover {
  background: #009241;
}
.ins-main .ins-download li:hover p {
  color: #fff;
  background: url("../images/download-lit_11.png") no-repeat 13px center;
}
.ins-main .ins-download li:hover span {
  color: #fff;
  background: url("../images/download-lit_10.png") no-repeat left center;
}
.ins-main .ins-download li a {
  display: block;
}
.ins-main .ins-download li p {
  font-size: 1.6rem;
  color: #424242;
  padding-left: 40px;
  background: url("../images/download-lit_06.png") no-repeat 13px center;
}
.ins-main .ins-download li span {
  display: block;
  line-height: 40px;
  position: absolute;
  top: 26px;
  right: 13px;
  padding-left: 58px;
  background: url("../images/download-lit_03.png") no-repeat left center;
  font-size: 1.6rem;
  color: #424242;
}
@media (max-width: 768px) {
  .ins-main .ins-download {
    padding: 2.5% 0;
  }
  .ins-main .ins-download li {
    position: relative;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
  }
  .ins-main .ins-download li:hover {
    background: #009241;
  }
  .ins-main .ins-download li:hover p {
    color: #fff;
    background: url("../images/download-lit_11.png") no-repeat 13px center;
  }
  .ins-main .ins-download li:hover span {
    color: #fff;
    background: none;
  }
  .ins-main .ins-download li a {
    display: block;
  }
  .ins-main .ins-download li p {
    font-size: 1.6rem;
    color: #424242;
    padding-left: 40px;
    background: url("../images/download-lit_06.png") no-repeat 13px center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
  }
  .ins-main .ins-download li span {
    display: block;
    line-height: 40px;
    position: absolute;
    top: 6px;
    right: 13px;
    padding-left: 8px;
    background: none;
    font-size: 1.6rem;
    color: #424242;
  }
}
.ins-main .ins-faq {
  padding: 1% 0 2.5%;
}
.ins-main .ins-faq li {
  padding: 2% 0;
  border-bottom: 1px solid #eee;
}
.ins-main .ins-faq li h6 {
  padding-left: 62px;
  background: url("../images/question-lit_03.jpg") no-repeat left center;
  font-size: 1.8rem;
  color: #272727;
  font-weight: 600;
  line-height: 40px;
}
.ins-main .ins-faq li p {
  font-size: 1.4rem;
  color: #5c5c5c;
  line-height: 180%;
  padding-left: 62px;
  background: url("../images/question-lit_06.jpg") no-repeat left top;
}
.ins-main .ins-product {
  padding: 2% 0;
}
.ins-main .ins-product li {
  width: 32.333333%;
  float: left;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  position: relative;
}
.ins-main .ins-product li:hover .masking {
  transform: scale(1);
}
.ins-main .ins-product li .img img {
  width: 100%;
}
.ins-main .ins-product li .masking {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: scale(0);
  transition: 0.4s;
  background: rgba(238, 178, 94, 0.9);
  text-align: center;
}
.ins-main .ins-product li .masking .txt {
  width: 80%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.ins-main .ins-product li .masking .txt h6 {
  font-size: 1.8rem;
  color: #fff;
}
.ins-main .ins-product li .masking .txt p {
  font-size: 1.4rem;
  margin: 8% 0;
  color: #fff;
}
.ins-main .ins-product li .masking .txt span {
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #fff;
  font-size: 1.4rem;
  color: #1d1b1b;
}
.ins-main .ins-product li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-product {
    padding: 2% 0;
  }
  .ins-main .ins-product li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
  }
  .ins-main .ins-product li:hover .masking {
    transform: scale(1);
  }
  .ins-main .ins-product li .img img {
    width: 100%;
  }
  .ins-main .ins-product li .masking {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: scale(0);
    transition: 0.4s;
    background: rgba(238, 178, 94, 0.9);
    text-align: center;
  }
  .ins-main .ins-product li .masking .txt {
    width: 80%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
  .ins-main .ins-product li .masking .txt h6 {
    font-size: 1.8rem;
    color: #fff;
  }
  .ins-main .ins-product li .masking .txt p {
    font-size: 1.4rem;
    margin: 8% 0;
    color: #fff;
    display: none;
  }
  .ins-main .ins-product li .masking .txt span {
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #fff;
    font-size: 1.4rem;
    color: #1d1b1b;
  }
  .ins-main .ins-product li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .ins-main .ins-product li:nth-child(2n+2) {
    margin-right: 0%;
  }
}
.ins-main .product-show {
  padding: 2% 0;
}
.ins-main .product-show .show-top .img-box {
  width: 46%;
  float: left;
  border: 1px solid #f5f5f5;
}
.ins-main .product-show .show-top .img-box .swiper-container-img {
  overflow: hidden;
  position: relative;
}
.ins-main .product-show .show-top .img-box .top-banner {
  width: 100%;
  position: relative;
}
.ins-main .product-show .show-top .img-box .swiper-slide img {
  width: 100%;
}
.ins-main .product-show .show-top .img-box .swiper-button-prev-pc {
  width: 17px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -15px;
  background: url("../images/pro-btn_03.png") no-repeat center;
  z-index: 6;
}
.ins-main .product-show .show-top .img-box .swiper-button-prev-pc:hover {
  background: url("../images/pro-btn_10.png") no-repeat center;
}
.ins-main .product-show .show-top .img-box .swiper-button-next-pc {
  width: 17px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -26px;
  background: url("../images/pro-btn_05.png") no-repeat center;
  z-index: 6;
}
.ins-main .product-show .show-top .img-box .swiper-button-next-pc:hover {
  background: url("../images/pro-btn_07.png") no-repeat center;
}
.ins-main .product-show .show-top .txt-box {
  width: 51%;
  float: right;
}
.ins-main .product-show .show-top .txt-box h5 {
  font-size: 2.4rem;
  color: #000;
  font-weight: 600;
  margin: 3% 0;
}
.ins-main .product-show .show-top .txt-box .txt {
  margin-bottom: 5%;
}
.ins-main .product-show .show-top .txt-box .txt p {
  font-size: 1.4rem;
  color: #6d6d6d;
  margin: 0;
  line-height: 180%;
}
.ins-main .product-show .show-top .txt-box .link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 2rem;
}
.ins-main .product-show .show-content {
  margin: 3% 0;
}
.ins-main .product-show .show-content .slideTxtBox .hd {
  height: 65px;
  line-height: 65px;
  background: #f7f7f7;
  position: relative;
}
.ins-main .product-show .show-content .slideTxtBox .hd ul li {
  width: 175px;
  text-align: center;
  float: left;
  cursor: pointer;
  font-size: 1.6rem;
  color: #3d3d3d;
  background: #e3e3e3;
}
.ins-main .product-show .show-content .slideTxtBox .hd ul li.on {
  color: #fff;
  background: #009241;
}
.ins-main .product-show .show-content .slideTxtBox .bd ul {
  zoom: 1;
}
.ins-main .product-show .show-content .slideTxtBox .bd li img {
  width: auto!important;
  height: auto!important;
  max-width: 100%!important;
}
.ins-main .product-show .show-bot .recomend-tit {
  height: 65px;
  line-height: 65px;
  background: #f7f7f7;
}
.ins-main .product-show .show-bot .recomend-tit h5 {
  width: 175px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  background: #009241;
}
.ins-main .product-show .show-bot .recomend-content {
  padding: 30px 0px;
  background: #fff;
}
.ins-main .product-show .show-bot .swiper-container-recomend {
  overflow: hidden;
}
.ins-main .product-show .show-bot .swiper-slide {
  position: relative;
}
.ins-main .product-show .show-bot .swiper-slide:hover .masking {
  transform: scale(1);
}
.ins-main .product-show .show-bot .swiper-slide .img img {
  width: 100%;
}
.ins-main .product-show .show-bot .swiper-slide .masking {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: scale(0);
  transition: 0.4s;
  background: rgba(238, 178, 94, 0.9);
  text-align: center;
}
.ins-main .product-show .show-bot .swiper-slide .masking .txt {
  width: 80%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.ins-main .product-show .show-bot .swiper-slide .masking .txt h6 {
  font-size: 1.8rem;
  color: #fff;
}
.ins-main .product-show .show-bot .swiper-slide .masking .txt p {
  font-size: 1.4rem;
  margin: 8% 0;
  color: #fff;
}
.ins-main .product-show .show-bot .swiper-slide .masking .txt span {
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #fff;
  font-size: 1.4rem;
  color: #1d1b1b;
}
.ins-main .product-show .related-case .case-tit {
  height: 65px;
  line-height: 65px;
  background: #f7f7f7;
}
.ins-main .product-show .related-case .case-tit h5 {
  width: 175px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  background: #009241;
}
.ins-main .product-show .related-case .case-content {
  padding: 30px 0px;
  background: #fff;
}
.ins-main .product-show .related-case .swiper-container-case {
  overflow: hidden;
}
.ins-main .product-show .related-case .swiper-slide {
  position: relative;
}
.ins-main .product-show .related-case .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.ins-main .product-show .related-case .swiper-slide:hover p {
  color: #009241;
}
.ins-main .product-show .related-case .swiper-slide .img {
  overflow: hidden;
}
.ins-main .product-show .related-case .swiper-slide .img img {
  width: 100%;
  transition: 0.3s;
}
.ins-main .product-show .related-case .swiper-slide p {
  font-size: 1.6rem;
  color: #393939;
  text-align: center;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .ins-main .product-show {
    padding: 2% 0;
  }
  .ins-main .product-show .show-top .img-box {
    width: 100%;
    float: left;
    border: 1px solid #f5f5f5;
  }
  .ins-main .product-show .show-top .img-box .swiper-container-img {
    overflow: hidden;
    position: relative;
  }
  .ins-main .product-show .show-top .img-box .top-banner {
    width: 100%;
    position: relative;
  }
  .ins-main .product-show .show-top .img-box .swiper-slide img {
    width: 100%;
  }
  .ins-main .product-show .show-top .img-box .swiper-button-prev-pc {
    width: 17px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -15px;
    background: url("../images/pro-btn_03.png") no-repeat center;
    z-index: 6;
  }
  .ins-main .product-show .show-top .img-box .swiper-button-prev-pc:hover {
    background: url("../images/pro-btn_10.png") no-repeat center;
  }
  .ins-main .product-show .show-top .img-box .swiper-button-next-pc {
    width: 17px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -26px;
    background: url("../images/pro-btn_05.png") no-repeat center;
    z-index: 6;
  }
  .ins-main .product-show .show-top .img-box .swiper-button-next-pc:hover {
    background: url("../images/pro-btn_07.png") no-repeat center;
  }
  .ins-main .product-show .show-top .txt-box {
    width: 100%;
    float: right;
  }
  .ins-main .product-show .show-top .txt-box h5 {
    font-size: 2.4rem;
    color: #000;
    font-weight: 600;
    margin: 3% 0;
  }
  .ins-main .product-show .show-top .txt-box .txt {
    margin-bottom: 5%;
  }
  .ins-main .product-show .show-top .txt-box .txt p {
    font-size: 1.4rem;
    color: #6d6d6d;
    margin: 0;
    line-height: 180%;
  }
  .ins-main .product-show .show-top .txt-box .link a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 2rem;
  }
  .ins-main .product-show .show-top .txt-box .link a img {
    width: 120px;
  }
  .ins-main .product-show .show-content {
    margin: 3% 0;
  }
  .ins-main .product-show .show-content .slideTxtBox .hd {
    height: 50px;
    line-height: 50px;
    background: #f7f7f7;
    position: relative;
  }
  .ins-main .product-show .show-content .slideTxtBox .hd ul li {
    width: 135px;
    text-align: center;
    float: left;
    cursor: pointer;
    font-size: 1.6rem;
    color: #3d3d3d;
    background: #e3e3e3;
  }
  .ins-main .product-show .show-content .slideTxtBox .hd ul li.on {
    color: #fff;
    background: #009241;
  }
  .ins-main .product-show .show-content .slideTxtBox .bd ul {
    zoom: 1;
  }
  .ins-main .product-show .show-bot .recomend-tit {
    height: 50px;
    line-height: 50px;
    background: #f7f7f7;
  }
  .ins-main .product-show .show-bot .recomend-tit h5 {
    width: 135px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    background: #009241;
  }
  .ins-main .product-show .show-bot .recomend-content {
    padding: 30px 0px;
    background: #fff;
  }
  .ins-main .product-show .show-bot .swiper-container-recomend {
    overflow: hidden;
  }
  .ins-main .product-show .show-bot .swiper-slide {
    position: relative;
  }
  .ins-main .product-show .show-bot .swiper-slide:hover .masking {
    transform: scale(1);
  }
  .ins-main .product-show .show-bot .swiper-slide .img img {
    width: 100%;
  }
  .ins-main .product-show .show-bot .swiper-slide .masking {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: scale(0);
    transition: 0.4s;
    background: rgba(238, 178, 94, 0.9);
    text-align: center;
  }
  .ins-main .product-show .show-bot .swiper-slide .masking .txt {
    width: 80%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
  .ins-main .product-show .show-bot .swiper-slide .masking .txt h6 {
    font-size: 1.8rem;
    color: #fff;
  }
  .ins-main .product-show .show-bot .swiper-slide .masking .txt p {
    font-size: 1.4rem;
    margin: 8% 0;
    color: #fff;
    display: none;
  }
  .ins-main .product-show .show-bot .swiper-slide .masking .txt span {
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #fff;
    font-size: 1.4rem;
    color: #1d1b1b;
  }
  .ins-main .product-show .related-case .case-tit {
    height: 50px;
    line-height: 50px;
    background: #f7f7f7;
  }
  .ins-main .product-show .related-case .case-tit h5 {
    width: 135px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    background: #009241;
  }
  .ins-main .product-show .related-case .case-content {
    padding: 30px 0px 10px;
    background: #fff;
  }
  .ins-main .product-show .related-case .swiper-container-case {
    overflow: hidden;
  }
  .ins-main .product-show .related-case .swiper-slide {
    position: relative;
  }
  .ins-main .product-show .related-case .swiper-slide:hover .img img {
    transform: scale(1.1);
  }
  .ins-main .product-show .related-case .swiper-slide:hover p {
    color: #009241;
  }
  .ins-main .product-show .related-case .swiper-slide .img {
    overflow: hidden;
  }
  .ins-main .product-show .related-case .swiper-slide .img img {
    width: 100%;
    transition: 0.3s;
  }
  .ins-main .product-show .related-case .swiper-slide p {
    font-size: 1.6rem;
    color: #393939;
    text-align: center;
    margin-top: 12px;
  }
}
.page-num {
  clear: both;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  padding: 3% 0 3%;
}
.page-num span {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin: 0 2px;
  background-color: #009241;
  color: #fff;
  font-size: 14px;
}
.pagingNav p{ display:none;}
.page-num a {
  display: inline-block;
  padding: 0 12px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin: 0 2px;
  background-color: #f1f1f1;
  color: #333;
  font-size: 14px;
}
.page-num a:hover,.page-num a+.cur {
  color: #fff;
  border-color: #009241;
  background-color: #009241;
}

@media (max-width: 768px) {
  .page-num {
    clear: both;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    padding: 4% 0 4%;
  }
  .page-num span {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin: 0 2px;
    background-color: #009241;
    color: #fff;
    font-size: 14px;
    margin-bottom: 1%;
  }
  .page-num a {
    display: inline-block;
    padding: 0 12px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin: 0 2px;
    background-color: #f1f1f1;
    color: #333;
    font-size: 14px;
    margin-bottom: 1%;
  }
  .page-num a:hover {
    color: #fff;
    border-color: #009241;
    background-color: #009241;
  }
}
.ins-service .img img {
  width: 100%;
  margin-bottom: 3%;
}
.nav-shadow {
  box-shadow: 0 0 15px #cdcbcb;
}
