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: 8px;
  }
}
body > iframe {
  display: none;
}
h2 {
  margin: 0;
}
a {
  text-decoration: none!important;
}
.navbar-brand {
  float: none;
  line-height: 0;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.mobile-con {
  display: none;
}
.header .header-top {
  height: 38px;
  background: #33ca42;
  line-height: 38px;
}
.header .header-box {
  background: #009944;
  height: 45px;
  line-height: 45px;
  width: 100%;
  z-index: 99;
}
.header .header-box .container {
  position: relative;
}
.header .header-box .logo {
  float: left;
}
.header .header-box .nav-con {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.header .header-box .nav-con #nav {
  width: 100%;
  margin-bottom: 0;
}
.header .header-box .nav-con #nav .sub-nav {
  text-align: center;
  position: relative;
  line-height: 45px;
  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: #ccc;
}
.header .header-box .nav-con #nav .sub-nav a {
  color: #fff;
  font-size: 1.4rem;
  display: block;
  height: 100%;
  padding: 0 2rem;
}
@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: 37px;
  left: -20%;
  display: none;
}
.header .header-box .nav-con #nav .sub-nav .drop-down:after {
  content: '';
  width: 15px;
  height: 8px;
  background: url("../images/nav-angle_03.jpg") no-repeat center;
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -7px;
}
.header .header-box .nav-con #nav .sub-nav .drop-down {
  width: 140%;
  text-align: center;
  background: #fff;
  padding: 12px 0;
}
.header .header-box .nav-con #nav .sub-nav .drop-down li {
  line-height: 30px;
}
.header .header-box .nav-con #nav .sub-nav .drop-down li a {
  font-size: 1.4rem;
  display: block;
  color: #4b4b4b!important;
  background: none!important;
  padding: 0;
}
.header .header-box .nav-con #nav .sub-nav .drop-down li a:hover {
  background: #009944!important;
  color: #fff!important;
}
.header .header-box .nav-con #nav .sub-nav:last-child {
  padding-right: 0;
}
.header .header-box .nav-con #nav .active a {
  color: #009944;
}
.header .header-box .search-con .toggle-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 22px;
  height: 25px;
  cursor: pointer;
  background: url("../images/search-btn_03.jpg") no-repeat center;
}
.header .header-box .search-con .search {
  display: none;
  position: absolute;
  right: 15px;
  top: 44px;
  width: 260px;
  height: 60px;
  border-top: 4px solid #009944;
  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: #009944;
  position: absolute;
  top: 10px;
  right: 8px;
  text-align: center;
  line-height: 39px;
  border-radius: 2px;
  color: #fff;
}
.header .header-box .language {
  position: absolute;
  right: 50px;
  top: 0px;
  color: #c3c3c3;
}
.header .header-box .language a {
  font-size: 1.4rem;
  color: #c3c3c3;
}
.header .header-box .language a:hover {
  color: #fff;
}
.header .header-box .language .active {
  color: #fff;
}
.header .mobile-con .navbar-default .navbar-nav > li > a:hover,
.header .mobile-con .navbar-default .navbar-nav > li > a:focus {
  color: #cccccc;
}
.header .mobile-con .navbar-default {
  background: #009944;
}
.header .mobile-con .navbar-header .navbar-brand {
  float: none;
  line-height: 0;
  padding: 0;
}
.header .mobile-con .navbar-default .navbar-toggle .icon-bar {
  color: #fff;
}
.header .mobile-con .navbar-brand > img {
  margin: 6px 0 0 3%;
  width: 90px;
  float: left;
}
.header .mobile-con .navbar-brand span {
  display: inline-block;
  position: absolute;
  left: 116px;
  top: 31px;
  font-size: 16px;
  color: #333;
}
.header .mobile-con .navbar-default .navbar-nav > li > a {
  color: #fff;
}
.header .mobile-con .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #fff;
}
.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: #c3c3c3;
}
.header .mobile-con .language a {
  font-size: 14px;
  padding: 0px 6px;
  color: #c3c3c3;
}
.header .mobile-con .language a:hover {
  color: #fff;
}
.header .mobile-con .language .active {
  color: #fff;
}
.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.06);
}
.main .ad-box-pc .swiper-slide-active img {
  transform: scale(1);
}
.main .ad-box-pc .swiper-pagination {
  position: absolute;
  bottom: 35px;
  z-index: 99;
}
.main .ad-box-pc .swiper-pagination-bullet {
  background: #ccc;
  border-radius: 0px;
  height: 4px;
  width: 30px;
  opacity: 1;
}
.main .ad-box-pc .swiper-pagination-bullet-active {
  background: #009944;
  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 {
    height: 3px;
    width: 20px;
    opacity: 1;
  }
  .main .ad-box-pc .swiper-pagination-bullet-active {
    background: #009944;
    opacity: 1;
  }
}
.main .lunbo {
  padding: 1% 0;
}
.main .lunbo .swiper-container-pro {
  overflow: hidden;
  width: 96%;
  margin: 0 auto;
  position: relative;
}
.main .lunbo .swiper-container-pro .swiper-slide {
  border: 1px solid #f4f4f4;
  padding: 1%;
}
.main .lunbo .swiper-container-pro .swiper-slide:hover .box .masking {
  opacity: 1;
}
.main .lunbo .swiper-container-pro .swiper-slide .box {
  position: relative;
}
.main .lunbo .swiper-container-pro .swiper-slide .box .img img {
  width: 100%;
}
.main .lunbo .swiper-container-pro .swiper-slide .box .masking {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 153, 68, 0.8);
  width: 100%;
  height: 100%;
  transition: 0.3s;
  opacity: 0;
}
.main .lunbo .swiper-container-pro .swiper-slide .box .masking p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #fff;
  height: 38px;
  line-height: 38px;
  padding: 0 1rem 0 1.5rem;
  font-size: 1.8rem;
  color: #009944;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.main .lunbo .swiper-container-pro .swiper-button-next-pro {
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  right: 1%;
  top: 50%;
  margin-top: -6px;
  background: url("../images/pro-btn_05.png") no-repeat center;
  z-index: 6;
}
.main .lunbo .swiper-container-pro .swiper-button-next-pro:hover {
  background: url("../images/pro-btn_10.png") no-repeat center;
}
.main .lunbo .swiper-container-pro .swiper-button-prev-pro {
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  left: 1%;
  top: 50%;
  margin-top: -6px;
  background: url("../images/pro-btn_03.png") no-repeat center;
  z-index: 6;
}
.main .lunbo .swiper-container-pro .swiper-button-prev-pro:hover {
  background: url("../images/pro-btn_09.png") no-repeat center;
}
.main .intelligent {
  padding: 1.5% 1.5% 0 1.5%;
  background: #fafafa;
}
.main .intelligent .txt {
  float: right;
  margin: 12% 5% 0 0;
}
.main .intelligent .txt h2 {
  font-size: 5.5rem;
  color: #000;
  letter-spacing: 15px;
}
.main .intelligent .txt p {
  font-size: 1.8rem;
  color: #2f2f2f;
  margin: 6% 0 15% 0;
}
.main .intelligent .txt a {
  border: 1px solid #009944;
  margin-top: 5%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 38px;
  line-height: 38px;
  padding: 0 1rem 0 1.5rem;
  font-size: 1.8rem;
  color: #009944;
}
@media (max-width: 768px) {
  .main .intelligent .txt {
    float: right;
    margin: 6% 0;
    width: 100%;
  }
  .main .intelligent .txt h2 {
    font-size: 3.5rem;
    color: #000;
    letter-spacing: 15px;
  }
  .main .intelligent .txt p {
    font-size: 1.8rem;
    color: #2f2f2f;
    margin: 5% 0 3%;
  }
  .main .intelligent .txt a {
    border: 1px solid #009944;
    margin-top: 5%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 38px;
    line-height: 38px;
    padding: 0 1rem 0 1.5rem;
    font-size: 1.8rem;
    color: #009944;
  }
}
.main .intelligent .img {
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  .main .intelligent .img {
    width: 60%;
    float: none;
    margin: 0 auto;
  }
}
.main .intelligent .img img {
  width: 100%;
}
.main .tag {
  padding: 1.5%;
  background: #f5f5f5;
}
.main .tag .txt {
  float: left;
  margin: 16% 0 0 8%;
}
.main .tag .txt h2 {
  font-size: 5.5rem;
  color: #000;
  letter-spacing: 15px;
}
.main .tag .txt p {
  font-size: 1.8rem;
  color: #2f2f2f;
  margin: 6% 0 15% 0;
}
.main .tag .txt a {
  border: 1px solid #009944;
  margin-top: 5%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 38px;
  line-height: 38px;
  padding: 0 1rem 0 1.5rem;
  font-size: 1.8rem;
  color: #009944;
}
@media (max-width: 768px) {
  .main .tag .txt {
    float: right;
    margin: 6% 0;
    width: 100%;
  }
  .main .tag .txt h2 {
    font-size: 3.5rem;
    color: #000;
    letter-spacing: 15px;
  }
  .main .tag .txt p {
    font-size: 1.8rem;
    color: #2f2f2f;
    margin: 5% 0 3%;
  }
  .main .tag .txt a {
    border: 1px solid #009944;
    margin-top: 5%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 38px;
    line-height: 38px;
    padding: 0 1rem 0 1.5rem;
    font-size: 1.8rem;
    color: #009944;
  }
}
.main .tag .img {
  width: 56.08333%;
  float: right;
}
@media (max-width: 768px) {
  .main .tag .img {
    width: 60%;
    float: none;
    margin: 0 auto;
  }
}
.main .tag .img img {
  width: 100%;
}
.main .SIM {
  padding: 1.5%;
  background: #131218;
}
.main .SIM .txt {
  float: right;
  margin: 12% 8% 0 0;
}
.main .SIM .txt h2 {
  font-size: 5.5rem;
  color: #fff;
  text-transform: uppercase;
}
.main .SIM .txt p {
  font-size: 1.8rem;
  color: #979797;
  margin: 6% 0 15% 0;
}
.main .SIM .txt a {
  border: 1px solid #009944;
  margin-top: 5%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 38px;
  line-height: 38px;
  padding: 0 1rem 0 1.5rem;
  font-size: 1.8rem;
  color: #009944;
}
@media (max-width: 768px) {
  .main .SIM .txt {
    float: right;
    margin: 6% 0;
    width: 100%;
  }
  .main .SIM .txt h2 {
    font-size: 3.5rem;
    color: #fff;
    letter-spacing: 5px;
  }
  .main .SIM .txt p {
    font-size: 1.8rem;
    color: #979797;
    margin: 5% 0 3%;
  }
  .main .SIM .txt a {
    border: 1px solid #009944;
    margin-top: 5%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 38px;
    line-height: 38px;
    padding: 0 1rem 0 1.5rem;
    font-size: 1.8rem;
    color: #009944;
  }
}
.main .SIM .img {
  width: 49.583333%;
  float: left;
}
@media (max-width: 768px) {
  .main .SIM .img {
    width: 60%;
    float: none;
    margin: 0 auto;
  }
}
.main .SIM .img img {
  width: 100%;
}
.main .reader {
  padding: 1.5%;
  background: #f5f5f5;
}
.main .reader .txt {
  float: left;
  margin: 14% 0 0 8%;
}
.main .reader .txt h2 {
  font-size: 5.5rem;
  color: #000;
  letter-spacing: 15px;
}
.main .reader .txt p {
  font-size: 1.8rem;
  color: #2f2f2f;
  margin: 6% 0 15% 0;
}
.main .reader .txt a {
  border: 1px solid #009944;
  margin-top: 5%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 38px;
  line-height: 38px;
  padding: 0 1rem 0 1.5rem;
  font-size: 1.8rem;
  color: #009944;
}
@media (max-width: 768px) {
  .main .reader .txt {
    float: right;
    margin: 6% 0;
    width: 100%;
  }
  .main .reader .txt h2 {
    font-size: 3.5rem;
    color: #000;
    letter-spacing: 5px;
  }
  .main .reader .txt p {
    font-size: 1.8rem;
    color: #2f2f2f;
    margin: 5% 0 3%;
  }
  .main .reader .txt a {
    border: 1px solid #009944;
    margin-top: 5%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 38px;
    line-height: 38px;
    padding: 0 1rem 0 1.5rem;
    font-size: 1.8rem;
    color: #009944;
  }
}
.main .reader .img {
  width: 49%;
  float: right;
}
@media (max-width: 768px) {
  .main .reader .img {
    width: 60%;
    float: none;
    margin: 0 auto;
  }
}
.main .reader .img img {
  width: 100%;
}
.main .main-bot .wrap {
  position: relative;
  width: 99%;
  margin: 0 auto;
}
.main .main-bot ul {
  overflow: hidden;
  margin: 0;
}
.main .main-bot ul li {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 0.6%;
  width: 49.9%;
  float: left;
}
@media (max-width: 768px) {
  .main .main-bot ul li {
    width: 100%;
    margin-bottom: 1.6%;
  }
}
.main .main-bot ul li:hover .img img {
  transform: scale(1.05);
}
.main .main-bot ul li .img {
  overflow: hidden;
}
.main .main-bot ul li .img img {
  width: 100%;
  transition: 0.6s;
}
.main .main-bot ul li .txt {
  position: absolute;
  bottom: 7%;
}
@media (max-width: 768px) {
  .main .main-bot ul li .txt {
    bottom: 2%;
  }
}
.main .main-bot ul li .txt h5 {
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .main .main-bot ul li .txt h5 {
    font-size: 2rem;
  }
}
.main .main-bot ul li .txt p {
  font-size: 1.6rem;
  color: #fff;
}
.main .main-bot ul li:nth-child(odd) {
  margin-right: 0%;
}
.main .main-bot ul li:nth-child(odd) .txt {
  left: 4%;
}
.main .main-bot ul li:nth-child(even) {
  margin-right: 0%;
}
.main .main-bot ul li:nth-child(even) .txt {
  right: 4%;
  text-align: right;
}
.main .main-bot .m_logo {
  position: absolute;
  width: 24.5%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main .main-bot .m_logo .pic {
  width: 100%;
}
.main .main-bot .m_logo .pic img {
  width: 100%;
}
.main .main-bot .m_logo .pic_02 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  animation: rotating 15s linear infinite;
}
.main .main-bot .m_logo .pic_02 img {
  width: 100%;
}
@keyframes rotating {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
#tbox {
  position: fixed;
  right: 3%;
  top: 32%;
  border-left: 1px solid #eee;
  z-index: 999;
}
#tbox .taoba {
  display: block;
  margin-bottom: 10%;
  line-height: 31px;
  padding-left: 46px;
  font-size: 1.6rem;
  color: #979797;
  margin-left: -15px;
}
#tbox .taoba:hover {
  color: #009944;
}
#tbox .active {
  color: #009944;
  background-position: left -31px !important;
}
#tbox .taoba:nth-child(1) {
  background: url("../images/icon-list_03.png") no-repeat left 0;
}
#tbox .taoba:nth-child(2) {
  background: url("../images/icon-list_04.png") no-repeat left 0;
}
#tbox .taoba:nth-child(3) {
  background: url("../images/icon-list_05.png") no-repeat left 0;
}
#tbox .taoba:nth-child(4) {
  background: url("../images/icon-list_06.png") no-repeat left 0;
}
#tbox .taoba:nth-child(5) {
  background: url("../images/icon-list2.png") no-repeat left 0;
}
#tbox .taoba:nth-child(6) {
  background: url("../images/icon-list_07.png") no-repeat left 0;
}
#tbox .taoba:nth-child(7) {
  background: url("../images/icon-list_08.png") no-repeat left 0;
  margin-bottom: 0;
}
#tbox .taoba:nth-child(1):hover {
  background: url("../images/icon-list_03.png") no-repeat left -31px;
}
#tbox .taoba:nth-child(2):hover {
  background: url("../images/icon-list_04.png") no-repeat left -31px;
}
#tbox .taoba:nth-child(3):hover {
  background: url("../images/icon-list_05.png") no-repeat left -31px;
}
#tbox .taoba:nth-child(4):hover {
  background: url("../images/icon-list_06.png") no-repeat left -31px;
}
#tbox .taoba:nth-child(5):hover {
  background: url("../images/icon-list2.png") no-repeat left -31px;
}
#tbox .taoba:nth-child(6):hover {
  background: url("../images/icon-list_07.png") no-repeat left -31px;
}
#tbox .taoba:nth-child(7):hover {
  background: url("../images/icon-list_08.png") no-repeat left -31px;
  margin-bottom: 0;
}
.footer {
  background: #f2f2f2;
}
.footer .footer-content {
  height: 340px;
  padding-top: 66px;
  position: relative;
}
.footer .footer-content .list {
  width: 12.5%;
  float: left;
}
.footer .footer-content .list h5 {
  font-size: 1.6rem;
  color: #2b2b2b;
  margin-top: 0;
}
.footer .footer-content .list ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-top: 15px;
}
.footer .footer-content .list li {
  font-size: 1.4rem;
  color: #666;
  line-height: 26px;
}
.footer .footer-content .list li a {
  color: #666;
}
.footer .footer-content .list li a:hover {
  color: #009944;
}
.footer .footer-content .list:nth-child(6) {
  width: 29%;
}
.footer .footer-content .code {
  width: 6%;
  position: absolute;
  top: 60px;
  right: 0;
}
.footer .footer-content .code img {
  background: #fff;
  padding: 1%;
}
@media (max-width: 768px) {
  .footer {
    padding: 0;
  }
  .footer .footer-con2 {
    background: #3d3c42;
    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: #3d3c42 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: #595959;
    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: #009944;
  }
  .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: #595959;
  }
  .footer .footer-con2 .link a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 3% 0 0;
  }
}
.footer .footer-bot {
  height: 70px;
  border-top: 1px solid #e5e5e5;
}
.footer .footer-bot .container {
  position: relative;
}
.footer .footer-bot p {
  margin: 0;
  font-size: 1.4rem;
  color: #666;
  line-height: 69px;
}
.footer .footer-bot p a {
  color: #666;
}
.footer .footer-bot p a:hover {
  color: #009944;
}
@media (max-width: 768px) {
  .footer .footer-bot {
    height: auto;
    background: #3d3c42;
    text-align: center;
    border-top: none;
  }
  .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: #009944;
  }
  .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_03.jpg") no-repeat center;
}
/*ins-style*/
@media (max-width: 768px) {
  .ins-main {
    margin-top: 55px;
  }
}
.ins-main .show-nav {
  height: 70px;
  line-height: 70px;
  background: #fff;
}
.ins-main .show-nav p {
  margin: 0;
  font-size: 1.6rem;
  color: #474747;
  margin-left: 20px;
  padding-left: 32px;
  background: url("../images/location_03.jpg") no-repeat left center;
}
.ins-main .show-nav p a {
  color: #474747;
}
.ins-main .show-nav p a:hover {
  color: #009944;
}
.ins-main .show-nav p .active {
  color: #009944;
}
@media (max-width: 768px) {
  .ins-main .show-nav {
    height: 50px;
    line-height: 50px;
    background: #fff;
  }
  .ins-main .show-nav p {
    margin: 0;
    font-size: 1.6rem;
    color: #474747;
    margin-left: 0px;
    padding-left: 32px;
    background: url("../images/location_03.jpg") no-repeat left center;
  }
  .ins-main .show-nav p a {
    color: #474747;
  }
  .ins-main .show-nav p a:hover {
    color: #009944;
  }
  .ins-main .show-nav p .active {
    color: #009944;
  }
}
.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 .product-center {
  background: #f7f7f7;
  padding: 4% 0;
}
.ins-main .product-center .pro-tit {
  text-align: center;
  margin-bottom: 5%;
}
.ins-main .product-center .content li {
  width: 49%;
  float: left;
  margin-right: 2%;
}
.ins-main .product-center .content li:hover .img img {
  transform: scale(1.05);
}
.ins-main .product-center .content li:hover .txt {
  background: #009944;
}
.ins-main .product-center .content li:hover .txt p {
  color: #fff;
}
.ins-main .product-center .content li:hover .txt span {
  color: #1f1f1f;
  background: #fff;
}
.ins-main .product-center .content li .img {
  overflow: hidden;
}
.ins-main .product-center .content li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .product-center .content li .txt {
  padding: 0 5%;
  height: 128px;
  line-height: 128px;
  background: #fff;
  transition: 0.4s;
  margin-top: 1px;
}
.ins-main .product-center .content li .txt p {
  font-size: 1.6rem;
  color: #555;
  float: left;
}
.ins-main .product-center .content li .txt span {
  display: block;
  float: right;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  background: #009944;
  margin-top: 36px;
}
.ins-main .product-center .content li:nth-child(2n+2) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .product-center {
    background: #f7f7f7;
    padding: 4% 0;
  }
  .ins-main .product-center .pro-tit {
    text-align: center;
    margin-bottom: 5%;
  }
  .ins-main .product-center .pro-tit img {
    width: 150px;
  }
  .ins-main .product-center .content li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 3%;
  }
  .ins-main .product-center .content li .img {
    overflow: hidden;
  }
  .ins-main .product-center .content li .img img {
    width: 100%;
    transition: 0.4s;
  }
  .ins-main .product-center .content li .txt {
    padding: 0 5%;
    height: 38px;
    line-height: 38px;
    background: #fff;
    transition: 0.4s;
    margin-top: 1px;
  }
  .ins-main .product-center .content li .txt p {
    font-size: 1.6rem;
    color: #555;
    float: none;
    text-align: center;
  }
  .ins-main .product-center .content li .txt span {
    display: none;
  }
  .ins-main .product-center .content li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-contact .contact-ad img {
  width: 100%;
}
.ins-main .ins-contact .top-content {
  margin: 4% 0;
}
.ins-main .ins-contact .top-content .top-tit {
  text-align: center;
}
.ins-main .ins-contact .top-content .top-tit h5 {
  font-size: 1.8rem;
  color: #222;
  font-weight: 600;
}
.ins-main .ins-contact .top-content .top-tit b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 40px;
  height: 1px;
  background: #009944;
}
.ins-main .ins-contact .top-content li {
  width: 20%;
  float: left;
  text-align: center;
}
.ins-main .ins-contact .top-content li img {
  max-width: 100%;
  margin: 45px 0 35px;
}
.ins-main .ins-contact .top-content li h6 {
  font-size: 1.4rem;
  color: #606060;
  font-weight: 600;
}
.ins-main .ins-contact .map {
  padding: 2% 0;
  background: #fafafa;
}
.ins-main .ins-contact .map .my-map {
  margin: 0 auto;
  width: 100%;
  height: 480px;
}
.ins-main .ins-contact .map .my-map .icon {
  background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}
.ins-main .ins-contact .map .my-map .icon-cir {
  height: 31px;
  width: 28px;
}
.ins-main .ins-contact .map .my-map .icon-cir-red {
  background-position: -11px -5px;
}
.ins-main .ins-contact .map .amap-container {
  height: 100%;
}
.ins-main .ins-contact .message {
  background: #fff;
  padding: 2% 0;
}
.ins-main .ins-contact .message .liuyan-tit {
  text-align: center;
  margin-bottom: 3%;
}
.ins-main .ins-contact .message .liuyan-tit h5 {
  font-size: 1.8rem;
  color: #222;
}
.ins-main .ins-contact .message .liuyan-tit b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 40px;
  height: 1px;
  background: #009944;
}
.ins-main .ins-contact .message .form-box ul:nth-child(1) li {
  height: 48px;
  line-height: 48px;
  border: 1px solid #efefef;
  margin-bottom: 30px;
  width: 31.333333%;
  float: left;
  margin-right: 3%;
}
.ins-main .ins-contact .message .form-box ul:nth-child(1) li span {
  width: 12%;
  display: block;
  float: left;
  line-height: 48px;
  height: 48px;
}
.ins-main .ins-contact .message .form-box ul:nth-child(1) li input {
  float: left;
  width: 80%;
  border: none;
  background: transparent;
}
.ins-main .ins-contact .message .form-box ul:nth-child(1) li:nth-child(1) span {
  background: url("../images/form-icon_08.jpg") no-repeat center;
}
.ins-main .ins-contact .message .form-box ul:nth-child(1) li:nth-child(2) span {
  background: url("../images/form-icon_03.jpg") no-repeat center;
}
.ins-main .ins-contact .message .form-box ul:nth-child(1) li:nth-child(3) span {
  background: url("../images/form-icon_05.jpg") no-repeat center;
}
.ins-main .ins-contact .message .form-box ul:nth-child(1) li:nth-child(3n+3) {
  margin-right: 0;
}
.ins-main .ins-contact .message .form-box ul:nth-child(3) li {
  height: 130px;
  margin-bottom: 13px;
  border: 1px solid #efefef;
}
.ins-main .ins-contact .message .form-box ul:nth-child(3) li span {
  width: 5%;
  display: block;
  float: left;
  line-height: 48px;
  height: 48px;
  background: url("../images/form-icon_13.jpg") no-repeat center;
}
.ins-main .ins-contact .message .form-box ul:nth-child(3) li textarea {
  height: 120px;
  float: left;
  padding: 15px 0;
  width: 95%;
  border: none;
  background: transparent;
}
.ins-main .ins-contact .message .form-box ul:nth-child(4) {
  text-align: center;
}
.ins-main .ins-contact .message .form-box ul:nth-child(4) input {
  cursor: pointer;
  border: none;
  width: 160px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: #009944;
  color: #fff;
  margin-top: 10px;
}
.ins-main .ins-contact .message .img {
  float: right;
  width: 35%;
}
.ins-main .ins-contact .message .img img {
  width: 100%;
}
@media (max-width: 768px) {
  .ins-main .ins-contact .contact-ad img {
    width: 100%;
  }
  .ins-main .ins-contact .top-content {
    margin: 4% 0;
  }
  .ins-main .ins-contact .top-content .top-tit {
    text-align: center;
  }
  .ins-main .ins-contact .top-content .top-tit h5 {
    font-size: 1.8rem;
    color: #222;
    font-weight: 600;
  }
  .ins-main .ins-contact .top-content .top-tit b {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 40px;
    height: 1px;
    background: #009944;
  }
  .ins-main .ins-contact .top-content li {
    width: 50%;
    float: left;
    text-align: center;
  }
  .ins-main .ins-contact .top-content li img {
    max-width: 100%;
    margin: 25px 0 15px;
  }
  .ins-main .ins-contact .top-content li h6 {
    font-size: 1.4rem;
    color: #606060;
    font-weight: 600;
  }
  .ins-main .ins-contact .top-content li:nth-child(5) {
    width: 100%;
  }
  .ins-main .ins-contact .map {
    padding: 2% 0;
    background: #fafafa;
  }
  .ins-main .ins-contact .map .my-map {
    margin: 0 auto;
    width: 100%;
    height: 320px;
  }
  .ins-main .ins-contact .map .my-map .icon {
    background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
  }
  .ins-main .ins-contact .map .my-map .icon-cir {
    height: 31px;
    width: 28px;
  }
  .ins-main .ins-contact .map .my-map .icon-cir-red {
    background-position: -11px -5px;
  }
  .ins-main .ins-contact .map .amap-container {
    height: 100%;
  }
  .ins-main .ins-contact .message {
    background: #fff;
    padding: 2% 0;
  }
  .ins-main .ins-contact .message .liuyan-tit {
    text-align: center;
    margin-bottom: 3%;
  }
  .ins-main .ins-contact .message .liuyan-tit h5 {
    font-size: 1.8rem;
    color: #222;
  }
  .ins-main .ins-contact .message .liuyan-tit b {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 40px;
    height: 1px;
    background: #009944;
  }
  .ins-main .ins-contact .message .form-box ul:nth-child(1) li {
    height: 48px;
    line-height: 48px;
    border: 1px solid #efefef;
    margin-bottom: 30px;
    width: 100%;
    float: left;
    margin-right: 0%;
  }
  .ins-main .ins-contact .message .form-box ul:nth-child(1) li span {
    width: 12%;
    display: block;
    float: left;
    line-height: 48px;
    height: 48px;
  }
  .ins-main .ins-contact .message .form-box ul:nth-child(1) li input {
    float: left;
    width: 80%;
    border: none;
    background: transparent;
  }
  .ins-main .ins-contact .message .form-box ul:nth-child(1) li:nth-child(1) span {
    background: url("../images/form-icon_08.jpg") no-repeat center;
  }
  .ins-main .ins-contact .message .form-box ul:nth-child(1) li:nth-child(2) span {
    background: url("../images/form-icon_03.jpg") no-repeat center;
  }
  .ins-main .ins-contact .message .form-box ul:nth-child(1) li:nth-child(3) span {
    background: url("../images/form-icon_05.jpg") no-repeat center;
  }
  .ins-main .ins-contact .message .form-box ul:nth-child(1) li:nth-child(3n+3) {
    margin-right: 0;
  }
  .ins-main .ins-contact .message .form-box ul:nth-child(3) li {
    height: 130px;
    margin-bottom: 13px;
    border: 1px solid #efefef;
  }
  .ins-main .ins-contact .message .form-box ul:nth-child(3) li span {
    width: 12%;
    display: block;
    float: left;
    line-height: 48px;
    height: 48px;
    background: url("../images/form-icon_13.jpg") no-repeat center;
  }
  .ins-main .ins-contact .message .form-box ul:nth-child(3) li textarea {
    height: 120px;
    float: left;
    padding: 15px 0;
    width: 88%;
    border: none;
    background: transparent;
  }
  .ins-main .ins-contact .message .form-box ul:nth-child(4) {
    text-align: center;
  }
  .ins-main .ins-contact .message .form-box ul:nth-child(4) input {
    cursor: pointer;
    border: none;
    width: 160px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #009944;
    color: #fff;
    margin-top: 10px;
  }
  .ins-main .ins-contact .message .img {
    float: right;
    width: 35%;
  }
  .ins-main .ins-contact .message .img img {
    width: 100%;
  }
}
.ins-main .ins-question {
  background: #f7f7f7;
  padding: 4% 0;
}
.ins-main .ins-question .wenda-tit {
  text-align: center;
  margin-bottom: 5%;
}
.ins-main .ins-question .content li {
  background: #fff;
  padding: 2%;
  margin-bottom: 3%;
}
.ins-main .ins-question .content li:hover {
  background: #ff3d29;
}
.ins-main .ins-question .content li:hover h6 {
  color: #fff;
  background: url("../images/wenda-lit_08.jpg") no-repeat left center;
}
.ins-main .ins-question .content li:hover p {
  color: #fff;
  background: url("../images/wenda-lit_10.jpg") no-repeat left 5px;
}
.ins-main .ins-question .content li h6 {
  height: 35px;
  line-height: 35px;
  font-size: 1.6rem;
  font-weight: 600;
  padding-left: 63px;
  background: url("../images/wenda-lit_03.jpg") no-repeat left center;
}
.ins-main .ins-question .content li p {
  font-size: 1.4rem;
  color: #5e5e5e;
  line-height: 180%;
  padding-left: 63px;
  background: url("../images/wenda-lit_06.jpg") no-repeat left 5px;
}
@media (max-width: 768px) {
  .ins-main .ins-question {
    background: #f7f7f7;
    padding: 4% 0;
  }
  .ins-main .ins-question .wenda-tit {
    text-align: center;
    margin-bottom: 5%;
  }
  .ins-main .ins-question .wenda-tit img {
    width: 150px;
  }
  .ins-main .ins-question .content li {
    background: #fff;
    padding: 2%;
    margin-bottom: 3%;
  }
  .ins-main .ins-question .content li:hover {
    background: #ff3d29;
  }
  .ins-main .ins-question .content li:hover h6 {
    color: #fff;
    background: url("../images/wenda-lit_08.jpg") no-repeat left center;
  }
  .ins-main .ins-question .content li:hover p {
    color: #fff;
    background: url("../images/wenda-lit_10.jpg") no-repeat left 5px;
  }
  .ins-main .ins-question .content li h6 {
    height: 35px;
    line-height: 35px;
    font-size: 1.6rem;
    font-weight: 600;
    padding-left: 53px;
    background: url("../images/wenda-lit_03.jpg") no-repeat left center;
  }
  .ins-main .ins-question .content li p {
    font-size: 1.4rem;
    color: #5e5e5e;
    line-height: 180%;
    padding-left: 53px;
    background: url("../images/wenda-lit_06.jpg") no-repeat left 5px;
  }
}
.ins-main .ins-download {
  background: #f7f7f7;
  padding: 4% 0;
}
.ins-main .ins-download .xiazai-tit {
  text-align: center;
  margin-bottom: 5%;
}
.ins-main .ins-download .content {
  height: 1120px;
  background: url("../images/download-bg_03.jpg") no-repeat center;
}
.ins-main .ins-download .content .list-box {
  width: 50%;
  float: left;
  padding: 0 5%;
}
.ins-main .ins-download .content .list-box ul {
  padding: 5% 0 6%;
}
.ins-main .ins-download .content .list-box li {
  padding: 3% 0;
  border-bottom: 1px solid #eee;
  position: relative;
}
.ins-main .ins-download .content .list-box li h6 {
  font-size: 2.4rem;
  color: #130700;
  padding-left: 22px;
  background: url("../images/download-lit_03.jpg") no-repeat left center;
}
.ins-main .ins-download .content .list-box li p {
  font-size: 1.4rem;
  color: #7a7a7a;
  padding-left: 22px;
}
.ins-main .ins-download .content .list-box li a {
  position: absolute;
  top: 30px;
  right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-download {
    background: #f7f7f7;
    padding: 4% 0;
  }
  .ins-main .ins-download .xiazai-tit {
    text-align: center;
    margin-bottom: 5%;
  }
  .ins-main .ins-download .xiazai-tit img {
    width: 150px;
  }
  .ins-main .ins-download .content {
    height: auto;
    background: #fff;
  }
  .ins-main .ins-download .content .list-box {
    width: 100%;
    float: left;
    padding: 0 5%;
  }
  .ins-main .ins-download .content .list-box ul {
    padding: 5% 0 6%;
  }
  .ins-main .ins-download .content .list-box li {
    padding: 3% 0;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .ins-main .ins-download .content .list-box li h6 {
    font-size: 2.4rem;
    color: #130700;
    padding-left: 22px;
    background: url("../images/download-lit_03.jpg") no-repeat left center;
  }
  .ins-main .ins-download .content .list-box li p {
    font-size: 1.4rem;
    color: #7a7a7a;
    padding-left: 22px;
  }
  .ins-main .ins-download .content .list-box li a {
    position: absolute;
    top: 30px;
    right: 0;
  }
}
.ins-main .ins-tese .pro-top img {
  width: 100%;
}
.ins-main .ins-tese .content {
  padding: 4% 0 0;
}
.ins-main .ins-tese .content li {
  width: 48%;
  float: left;
  margin-right: 4%;
}
.ins-main .ins-tese .content li:hover .img .masking {
  opacity: 1;
}
.ins-main .ins-tese .content li:hover .txt p {
  color: #009944;
}
.ins-main .ins-tese .content li:hover .txt h6 {
  color: #009944;
}
.ins-main .ins-tese .content li .img {
  overflow: hidden;
  position: relative;
}
.ins-main .ins-tese .content li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-tese .content li .img .masking {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 153, 68, 0.7);
  opacity: 0;
  transition: 0.4s;
}
.ins-main .ins-tese .content li .txt {
  padding: 0 5%;
  height: 100px;
  text-align: center;
  height: 140px;
  transition: 0.4s;
}
.ins-main .ins-tese .content li .txt h6 {
  font-size: 1.8rem;
  color: #323232;
  margin-top: 0;
  padding-top: 24px;
}
.ins-main .ins-tese .content li .txt p {
  font-size: 1.4rem;
  color: #7f7f7f;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ins-main .ins-tese .content li:nth-child(2n+2) {
  margin-right: 0;
}
.ins-main .ins-product .pro-top img {
  width: 100%;
}
.ins-main .ins-product .content {
  padding: 4% 0 0;
}
.ins-main .ins-product .content li {
  width: 31.3333333%;
  float: left;
  margin-right: 3%;
  margin-bottom: 2%;
}
.ins-main .ins-product .content li:hover .img img {
  transform: scale(1.05);
}
.ins-main .ins-product .content li:hover .txt {
  background: #009944;
}
.ins-main .ins-product .content li:hover .txt p {
  color: #fff;
}
.ins-main .ins-product .content li:hover .txt h6 {
  color: #fff;
}
.ins-main .ins-product .content li .img {
  overflow: hidden;
  border: 1px solid #eee;
}
.ins-main .ins-product .content li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-product .content li .txt {
  padding: 0 5%;
  height: 100px;
  text-align: center;
  height: 140px;
  transition: 0.4s;
}
.ins-main .ins-product .content li .txt h6 {
  font-size: 1.8rem;
  color: #323232;
  margin-top: 0;
  padding-top: 24px;
}
.ins-main .ins-product .content li .txt p {
  font-size: 1.4rem;
  color: #7f7f7f;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ins-main .ins-product .content li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-product .pro-top img {
    width: 100%;
  }
  .ins-main .ins-product .content {
    padding: 4% 0 0;
  }
  .ins-main .ins-product .content li {
    width: 100%;
    float: left;
    margin-right: 0%;
    margin-bottom: 2%;
  }
  .ins-main .ins-product .content li:hover .img img {
    transform: scale(1.05);
  }
  .ins-main .ins-product .content li:hover .txt {
    background: #009944;
  }
  .ins-main .ins-product .content li:hover .txt p {
    color: #fff;
  }
  .ins-main .ins-product .content li:hover .txt h6 {
    color: #fff;
  }
  .ins-main .ins-product .content li .img {
    overflow: hidden;
    border: 1px solid #eee;
  }
  .ins-main .ins-product .content li .img img {
    width: 100%;
    transition: 0.4s;
  }
  .ins-main .ins-product .content li .txt {
    padding: 0 5%;
    height: 100px;
    text-align: center;
    height: 120px;
    transition: 0.4s;
  }
  .ins-main .ins-product .content li .txt h6 {
    font-size: 1.8rem;
    color: #323232;
    margin-top: 0;
    padding-top: 24px;
  }
  .ins-main .ins-product .content li .txt p {
    font-size: 1.4rem;
    color: #7f7f7f;
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .ins-main .ins-product .content li:nth-child(3n+3) {
    margin-right: 0;
  }
}
.ins-main .ins-news {
  padding-bottom: 2%;
}
.ins-main .ins-news .news-top img {
  width: 100%;
}
.ins-main .ins-news .content li {
  padding: 4% 0;
  border-bottom: 1px solid #eee;
}
.ins-main .ins-news .content li:hover .txt span {
  color: #fff;
  background: #009944;
}
.ins-main .ins-news .content li:hover .date {
  background: #009944;
}
.ins-main .ins-news .content li:hover .date h1 {
  color: #fff;
  border-color: #fff;
}
.ins-main .ins-news .content li:hover .date p {
  color: #fff;
}
.ins-main .ins-news .content li .img {
  overflow: hidden;
  width: 22.5%;
  float: left;
}
.ins-main .ins-news .content li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-news .content li .txt {
  width: 56.666666%;
  float: left;
  margin-left: 4%;
}
.ins-main .ins-news .content li .txt h6 {
  font-size: 1.8rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-news .content li .txt p {
  font-size: 1.4rem;
  color: #3e3e3e;
  margin: 6% 0 8%;
  line-height: 220%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.ins-main .ins-news .content li .txt span {
  font-size: 1.4rem;
  color: #3e3e3e;
  background: #eee;
  padding: 0.7rem 3rem;
}
.ins-main .ins-news .content li .date {
  float: right;
  width: 11.666666%;
  border: 1px solid #f0f0f0;
  padding: 0 2%;
}
.ins-main .ins-news .content li .date h1 {
  font-size: 7rem;
  color: #3e3e3e;
  border-bottom: 1px solid #f0f0f0;
}
.ins-main .ins-news .content li .date p {
  font-size: 1.8rem;
  color: #9d9d9d;
  text-align: right;
  margin: 35% 0;
}
@media (max-width: 768px) {
  .ins-main .ins-news {
    padding: 2% 0;
  }
  .ins-main .ins-news .news-top img {
    width: 100%;
  }
  .ins-main .ins-news .content li {
    padding: 4% 0;
    border-bottom: 1px solid #eee;
  }
  .ins-main .ins-news .content li:hover .txt span {
    color: #fff;
    background: #009944;
  }
  .ins-main .ins-news .content li:hover .date {
    background: #009944;
  }
  .ins-main .ins-news .content li:hover .date h1 {
    color: #fff;
    border-color: #fff;
  }
  .ins-main .ins-news .content li:hover .date p {
    color: #fff;
  }
  .ins-main .ins-news .content li .img {
    display: none;
  }
  .ins-main .ins-news .content li .txt {
    width: 100%;
    float: left;
    margin-left: 0%;
  }
  .ins-main .ins-news .content li .txt h6 {
    font-size: 1.8rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-news .content li .txt p {
    font-size: 1.4rem;
    color: #3e3e3e;
    margin: 6% 0 8%;
    line-height: 220%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  .ins-main .ins-news .content li .txt span {
    font-size: 1.4rem;
    color: #3e3e3e;
    background: #eee;
    padding: 0.7rem 3rem;
  }
  .ins-main .ins-news .content li .date {
    display: none;
  }
}
.ins-main .news-show {
  padding: 2% 0 3%;
  background: #f6f6f6;
}
.ins-main .news-show .content {
  padding: 3% 7%;
  background: #fff;
  margin-top: 2%;
}
.ins-main .news-show .content .tit {
  text-align: center;
  margin: 4% 0 1%;
}
.ins-main .news-show .content .tit h5 {
  font-size: 2.4rem;
  color: #474747;
  text-align: center;
  margin: 2% 0;
}
.ins-main .news-show .content .tit p {
  font-size: 1.4rem;
  color: #8b8a8a;
  text-transform: uppercase;
}
.ins-main .news-show .content .txt img {
  max-width: 100%!important;
  height: auto!important;
  width: auto!important;
}
.ins-main .news-show .content .txt .img {
  margin: 3% 0;
  text-align: center;
}
.ins-main .news-show .content .txt .img img {
  max-width: 100%!important;
}
.ins-main .news-show .content .txt p {
  font-size: 1.6rem;
  color: #474747;
  line-height: 220%;
  margin-bottom: 2%;
}
.ins-main .news-show .content .txt p img {
  text-align: center;
}
.ins-main .news-show .content .txt table {
  margin: 0 auto;
  overflow: auto;
  height: auto!important;
  text-align: left;
}
.ins-main .news-show .content .txt table td {
  text-align: left!important;
}
.ins-main .news-show .link {
  margin: 5% 0;
}
.ins-main .news-show .link .left {
  width: 50%;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .news-show .link .left a {
  display: block;
  font-size: 1.4rem;
  color: #2a2a2a;
  background: #eee;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .news-show .link .left a:hover {
  color: #fff;
  background: #009944;
}
.ins-main .news-show .link .right {
  width: 50%;
  float: right;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .news-show .link .right a {
  display: block;
  font-size: 1.4rem;
  color: #2a2a2a;
  background: #eee;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .news-show .link .right a:hover {
  color: #fff;
  background: #009944;
}
@media (max-width: 768px) {
  .ins-main .news-show {
    padding: 2% 0 3%;
    background: #f6f6f6;
  }
  .ins-main .news-show .content {
    padding: 3% 2%;
    background: #fff;
    margin-top: 2%;
  }
  .ins-main .news-show .content .tit {
    text-align: center;
    margin: 4% 0 1%;
  }
  .ins-main .news-show .content .tit h5 {
    font-size: 2.4rem;
    color: #474747;
    text-align: center;
    margin: 2% 0;
  }
  .ins-main .news-show .content .tit p {
    font-size: 1.4rem;
    color: #8b8a8a;
    text-transform: uppercase;
  }
  .ins-main .news-show .content .txt .img {
    margin: 3% 0;
    text-align: center;
  }
  .ins-main .news-show .content .txt .img img {
    max-width: 100%!important;
  }
  .ins-main .news-show .content .txt p {
    font-size: 1.6rem;
    color: #5a5a5a;
    line-height: 220%;
    margin-bottom: 3%;
  }
  .ins-main .news-show .link {
    margin: 5% 0;
  }
  .ins-main .news-show .link .left {
    width: 100%;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .news-show .link .left a {
    display: block;
    font-size: 1.4rem;
    color: #2a2a2a;
    background: #eee;
    padding-left: 20px;
  }
  .ins-main .news-show .link .left a:hover {
    color: #fff;
    background: #009944;
  }
  .ins-main .news-show .link .right {
    width: 100%;
    float: right;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .news-show .link .right a {
    display: block;
    font-size: 1.4rem;
    color: #2a2a2a;
    background: #eee;
    padding-left: 20px;
  }
  .ins-main .news-show .link .right a:hover {
    color: #fff;
    background: #009944;
  }
}
.ins-main .ins-faq .faq-top img {
  width: 100%;
}
.ins-main .ins-faq ul {
  padding-top: 5%;
}
.ins-main .ins-faq li {
  padding: 2% 3%;
  border: 1px solid #f5f5f5;
  margin-bottom: 3%;
}
.ins-main .ins-faq li:hover {
  background: #009944;
}
.ins-main .ins-faq li:hover h6 {
  background: url("../images/faq-lit_08.png") no-repeat left center;
  color: #fff;
}
.ins-main .ins-faq li:hover p {
  background: url("../images/faq-lit_10.png") no-repeat left 0;
  color: #fff;
}
.ins-main .ins-faq li h6 {
  font-size: 1.6rem;
  color: #191919;
  line-height: 25px;
  padding-left: 45px;
  background: url("../images/faq-lit_03.png") no-repeat left center;
}
.ins-main .ins-faq li p {
  font-size: 1.4rem;
  color: #757575;
  padding-left: 45px;
  background: url("../images/faq-lit_06.png") no-repeat left 0;
}
.ins-main .ins-technology .jishu-top img {
  width: 100%;
}
.ins-main .ins-technology ul {
  padding-top: 5%;
}
.ins-main .ins-technology li {
  padding: 1.5% 1.5% 5% 1.5%;
  background: #f7f7f7;
  margin-bottom: 3%;
  border: 1px solid #ececec;
}
.ins-main .ins-technology li:hover {
  background: #009944;
}
.ins-main .ins-technology li:hover h6 {
  color: #fff;
  background: url("../images/jishu-lit_06.png") no-repeat left center;
}
.ins-main .ins-technology li:hover p {
  color: #fff;
}
.ins-main .ins-technology li:hover a {
  background: #fff;
  color: #009944;
}
.ins-main .ins-technology li h6 {
  font-size: 1.8rem;
  color: #343434;
  line-height: 30px;
  padding-left: 50px;
  background: url("../images/jishu-lit_03.png") no-repeat left center;
}
.ins-main .ins-technology li p {
  font-size: 1.4rem;
  color: #515151;
  margin-left: 50px;
  line-height: 180%;
  padding: 0 0 1.5%;
  border-bottom: 1px solid #eee;
}
.ins-main .ins-technology li a {
  display: block;
  width: 150px;
  text-align: center;
  float: right;
  margin-top: 0.5%;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  font-size: 1.4rem;
  color: #fff;
  background: #009944;
}
@media (max-width: 768px) {
  .ins-main .ins-technology .jishu-top img {
    width: 100%;
  }
  .ins-main .ins-technology ul {
    padding-top: 5%;
  }
  .ins-main .ins-technology li {
    padding: 1.5% 1.5% 1.5% 1.5%;
    background: #f7f7f7;
    margin-bottom: 3%;
    border: 1px solid #ececec;
  }
  .ins-main .ins-technology li:hover {
    background: #009944;
  }
  .ins-main .ins-technology li:hover h6 {
    color: #fff;
    background: url("../images/jishu-lit_06.png") no-repeat left center;
  }
  .ins-main .ins-technology li:hover p {
    color: #fff;
  }
  .ins-main .ins-technology li:hover a {
    background: #fff;
    color: #009944;
  }
  .ins-main .ins-technology li h6 {
    font-size: 1.8rem;
    color: #343434;
    line-height: 30px;
    padding-left: 50px;
    background: url("../images/jishu-lit_03.png") no-repeat left center;
  }
  .ins-main .ins-technology li p {
    font-size: 1.4rem;
    color: #515151;
    margin-left: 50px;
    line-height: 180%;
    padding: 0 0 1.5%;
    border-bottom: 1px solid #eee;
  }
  .ins-main .ins-technology li a {
    display: block;
    width: 100px;
    text-align: center;
    float: none;
    margin-top: 0.5%;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    font-size: 1.4rem;
    color: #fff;
    background: #009944;
    margin-left: 50px;
  }
}
.ins-main .ins-honor {
  background: #f7f7f7;
  padding: 4% 0 2%;
}
.ins-main .ins-honor .honor-tit {
  text-align: center;
  margin-bottom: 5%;
}
.ins-main .ins-honor .content li {
  width: 19%;
  float: left;
  margin-right: 1.25%;
  position: relative;
  margin-bottom: 1.25%;
}
.ins-main .ins-honor .content li:hover .masking {
  opacity: 1;
}
.ins-main .ins-honor .content li .img-box img {
  width: 100%;
}
.ins-main .ins-honor .content li .masking {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
}
.ins-main .ins-honor .content li .masking img {
  width: 100%;
}
.ins-main .ins-honor .content li:nth-child(5n+5) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-honor {
    background: #f7f7f7;
    padding: 4% 0;
  }
  .ins-main .ins-honor .honor-tit {
    text-align: center;
    margin-bottom: 5%;
  }
  .ins-main .ins-honor .honor-tit img {
    width: 150px;
  }
  .ins-main .ins-honor .content li {
    width: 49%;
    float: left;
    margin-right: 2%;
    position: relative;
    margin-bottom: 2%;
  }
  .ins-main .ins-honor .content li:hover .masking {
    opacity: 1;
  }
  .ins-main .ins-honor .content li .img-box img {
    width: 100%;
  }
  .ins-main .ins-honor .content li .masking {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
    cursor: pointer;
  }
  .ins-main .ins-honor .content li .masking img {
    width: 100%;
  }
  .ins-main .ins-honor .content li:nth-child(5n+5) {
    margin-right: 2%;
  }
  .ins-main .ins-honor .content li:nth-child(2n+2) {
    margin-right: 0%;
  }
}
.ins-main .ins-tag .tag-top img {
  width: 100%;
}
.ins-main .ins-tag .content {
  padding: 6% 0;
}
.ins-main .ins-tag .content .certify {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.ins-main .ins-tag .content .certify .swiper-container {
  padding-bottom: 60px;
}
.ins-main .ins-tag .content .certify .swiper-slide {
  width: 470px;
  height: 387px;
}
.ins-main .ins-tag .content .certify .swiper-slide img {
  display: block;
  width: 100%;
  box-shadow: 0 0px 18px #ddd;
}
.ins-main .ins-tag .content .certify .swiper-slide h6 {
  font-size: 1.6rem;
  color: #4d4d4d;
  margin-top: 20px;
}
.ins-main .ins-tag .content .certify .swiper-slide .txt {
  opacity: 0;
}
.ins-main .ins-tag .content .certify .swiper-slide-active .txt {
  opacity: 1;
}
.ins-main .ins-tag .content .certify .swiper-slide p {
  line-height: 180%;
  text-align: center;
  color: #a6a6a6;
  font-size: 1.4rem;
  margin: 3% 8%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ins-main .ins-tag .content .certify .swiper-slide a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 120px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  background: #009944;
  color: #fff;
  font-size: 1.4rem;
}
.ins-main .ins-tag .content .certify .swiper-pagination {
  width: 100%;
  display: none;
  bottom: 20px;
}
.ins-main .ins-tag .content .certify .swiper-button-prev-btn {
  width: 12px;
  height: 24px;
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -12px;
  background: url(../images/pro-btn_03.png) no-repeat;
  cursor: pointer;
  z-index: 99;
}
.ins-main .ins-tag .content .certify .swiper-button-prev-btn:hover {
  background: url(../images/pro-btn_09.png) no-repeat;
}
.ins-main .ins-tag .content .certify .swiper-button-next-btn {
  width: 12px;
  height: 24px;
  position: absolute;
  right: 3%;
  top: 50%;
  margin-top: -12px;
  background: url(../images/pro-btn_05.png) no-repeat;
  cursor: pointer;
  z-index: 99;
}
.ins-main .ins-tag .content .certify .swiper-button-next-btn:hover {
  background: url(../images/pro-btn_10.png) no-repeat;
}
.ins-main .ins-tag .content .swiper-container-tag {
  overflow: hidden;
}
.ins-main .ins-tag .content .swiper-container-tag img {
  width: 100%;
}
.ins-main .ins-tag .content .swiper-container-tag .txt {
  text-align: center;
}
.ins-main .ins-tag .content .swiper-container-tag .txt h6 {
  font-size: 1.6rem;
  color: #4d4d4d;
  margin-top: 20px;
}
.ins-main .ins-tag .content .swiper-container-tag .txt p {
  line-height: 180%;
  text-align: center;
  color: #a6a6a6;
  font-size: 1.4rem;
  margin: 3% 8%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ins-main .ins-tag .content .swiper-container-tag .txt a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 120px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  background: #009944;
  color: #fff;
  font-size: 1.4rem;
}
.ins-main .ins-huanjing .huanjing-top img {
  width: 100%;
}
.ins-main .ins-huanjing .content {
  padding: 4% 0 0 0;
}
.ins-main .ins-huanjing .content li {
  text-align: center;
  margin-bottom: 1%;
  width: 49.5%;
  float: left;
  margin-right: 1%;
}
.ins-main .ins-huanjing .content li .img {
  padding: 1.5%;
  border: 1px solid #eee;
}
.ins-main .ins-huanjing .content li .img img {
  width: 100%;
  cursor: pointer;
}
.ins-main .ins-huanjing .content li p {
  font-size: 1.4rem;
  color: #777;
  margin-top: 10px;
}
.ins-main .ins-huanjing .content li:nth-child(2n+2) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-huanjing .content {
    padding: 4% 0 0 0;
  }
  .ins-main .ins-huanjing .content li {
    text-align: center;
    margin-bottom: 1%;
    width: 100%;
    float: left;
    margin-right: 0%;
  }
  .ins-main .ins-huanjing .content li .img {
    padding: 1.5%;
    border: 1px solid #eee;
  }
  .ins-main .ins-huanjing .content li .img img {
    width: 100%;
    cursor: pointer;
  }
  .ins-main .ins-huanjing .content li p {
    font-size: 1.4rem;
    color: #777;
    margin-top: 10px;
  }
  .ins-main .ins-huanjing .content li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-about .about-top img {
  width: 100%;
}
.ins-main .ins-about .txt-box {
  padding: 3% 0 2%;
}
.ins-main .ins-about .txt-box .lf-box {
  width: 46.66666%;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .ins-about .txt-box .lf-box {
    width: 100%;
  }
}
.ins-main .ins-about .txt-box .lf-box .swiper-container-about {
  overflow: hidden;
  position: relative;
}
.ins-main .ins-about .txt-box .lf-box .swiper-container-about img {
  width: 100%;
}
.ins-main .ins-about .txt-box .lf-box .swiper-container-about .swiper-pagination-about {
  position: absolute;
  bottom: 15px;
  z-index: 99;
  text-align: right;
  padding-right: 10px;
}
.ins-main .ins-about .txt-box .lf-box .swiper-container-about .swiper-pagination-bullet {
  background: #fff;
  border-radius: 10px;
  height: 10px;
  width: 10px;
  opacity: 1;
}
.ins-main .ins-about .txt-box .lf-box .swiper-container-about .swiper-pagination-bullet-active {
  background: #009944;
  opacity: 1;
}
.ins-main .ins-about .txt-box .txt {
  width: 50%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .ins-about .txt-box .txt {
    width: 100%;
    margin-top: 20px;
  }
}
.ins-main .ins-about .txt-box .txt p {
  font-size: 1.4rem;
  color: #757575;
  line-height: 180%;
  text-indent: 2.4rem;
  margin-bottom: 3%;
}
.ins-main .ins-about .video-box {
  position: relative;
  height: 560px;
  background: url(../images/video-bg_02.jpg) no-repeat center center / cover fixed;
}
.ins-main .ins-about .video-box .content {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
}
.ins-main .ins-about .video-box .content .video {
  margin: 0 auto;
  width: 55px;
  height: 55px;
  background: url("../images/video-btn_03.png") no-repeat center;
}
@media (max-width: 768px) {
  .ins-main .ins-about .video-box {
    position: relative;
    height: 349px;
    background: url(../images/video-bg_02.jpg) no-repeat center center / cover fixed;
  }
  .ins-main .ins-about .video-box .content {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
    padding: 0 15px;
  }
  .ins-main .ins-about .video-box .txt {
    text-align: center;
  }
  .ins-main .ins-about .video-box .txt h4 {
    font-size: 3.8rem;
    color: #fff;
    margin-bottom: 3%;
  }
  .ins-main .ins-about .video-box .txt p {
    font-size: 1.6rem;
    color: #aeaeae;
    display: inline;
  }
  .ins-main .ins-about .video-box .video {
    margin: 5% auto 0;
    width: 55px;
    height: 55px;
    background: url("../images/video-btn_03.png") no-repeat center;
  }
}
.ins-main .ins-about .culture {
  padding: 3% 0 4%;
  background: #f5f5f5;
}
.ins-main .ins-about .culture .ins-tit {
  text-align: center;
  margin-bottom: 3%;
}
.ins-main .ins-about .culture .ins-tit h5 {
  font-size: 1.8rem;
  color: #161616;
}
.ins-main .ins-about .culture .ins-tit b {
  width: 30px;
  height: 1px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #009944;
}
.ins-main .ins-about .culture .lf {
  width: 49.5%;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .ins-about .culture .lf {
    width: 100%;
  }
}
.ins-main .ins-about .culture .rt {
  width: 49.5%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .ins-about .culture .rt {
    width: 100%;
  }
}
.ins-main .ins-about .culture .list .img-box {
  position: relative;
  margin-bottom: 2%;
}
.ins-main .ins-about .culture .list .img-box:hover .img p {
  opacity: 0;
}
.ins-main .ins-about .culture .list .img-box:hover .masking {
  opacity: 1;
}
.ins-main .ins-about .culture .list .img-box .img {
  position: relative;
}
.ins-main .ins-about .culture .list .img-box .img img {
  width: 100%;
}
.ins-main .ins-about .culture .list .img-box .img p {
  font-size: 1.8rem;
  color: #fff;
  position: absolute;
  left: 2%;
  bottom: 2%;
  transition: 0.3s;
}
.ins-main .ins-about .culture .list .img-box .masking {
  opacity: 0;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 153, 68, 0.7);
}
.ins-main .ins-about .culture .list .img-box .masking .txt {
  width: 80%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
}
.ins-main .ins-about .culture .list .img-box .masking .txt h6 {
  font-size: 1.8rem;
  color: #fff;
}
.ins-main .ins-about .culture .list .img-box .masking .txt p {
  font-size: 1.4rem;
  color: #fff;
}
.ins-main .ins-about .honor {
  padding: 3% 0;
}
.ins-main .ins-about .honor .ins-tit {
  text-align: center;
  margin-bottom: 3%;
}
.ins-main .ins-about .honor .ins-tit h5 {
  font-size: 1.8rem;
  color: #161616;
}
.ins-main .ins-about .honor .ins-tit b {
  width: 30px;
  height: 1px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #009944;
}
.ins-main .ins-about .honor .swiper-container-honor {
  overflow: hidden;
  position: relative;
}
.ins-main .ins-about .honor .list {
  cursor: pointer;
}
.ins-main .ins-about .honor .list .box {
  position: relative;
}
.ins-main .ins-about .honor .list .box:hover .masking {
  opacity: 1;
}
.ins-main .ins-about .honor .list .box img {
  width: 100%;
}
.ins-main .ins-about .honor .list .box .masking {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  opacity: 0;
}
.ins-main .ins-about .honor .list .box .masking p {
  text-align: center;
  top: 60%;
  position: absolute;
  width: 100%;
}
.ins-main .ins-about .honor .swiper-button-next-honor {
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  right: 1%;
  top: 50%;
  margin-top: -6px;
  background: url("../images/pro-btn_05.png") no-repeat center;
  z-index: 6;
}
.ins-main .ins-about .honor .swiper-button-next-honor:hover {
  background: url("../images/pro-btn_10.png") no-repeat center;
}
.ins-main .ins-about .honor .swiper-button-prev-honor {
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  left: 1%;
  top: 50%;
  margin-top: -6px;
  background: url("../images/pro-btn_03.png") no-repeat center;
  z-index: 6;
}
.ins-main .ins-about .honor .swiper-button-prev-honor:hover {
  background: url("../images/pro-btn_09.png") no-repeat center;
}
@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: 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: 0 0 2%;
}
.ins-main .ins-solution .solution-top img {
  width: 100%;
}
.ins-main .ins-solution .content {
  padding-top: 4%;
}
.ins-main .ins-solution .content li {
  margin-bottom: 2%;
  width: 49%;
  float: left;
  margin-right: 2%;
}
@media (max-width: 768px) {
  .ins-main .ins-solution .content li {
    width: 100%;
    margin-right: 0;
  }
}
.ins-main .ins-solution .content li:hover .img img {
  transform: scale(1.07);
}
.ins-main .ins-solution .content li:hover p {
  color: #fff;
  background: #009944;
}
.ins-main .ins-solution .content li .img {
  overflow: hidden;
}
.ins-main .ins-solution .content li .img img {
  width: 100%;
  transition: 0.3s;
}
.ins-main .ins-solution .content li p {
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #f7f7f7;
  font-size: 1.8rem;
  color: #373737;
}
.ins-main .ins-solution .content li:nth-child(2n+2) {
  margin-right: 0;
}
.ins-main .ins-case {
  padding: 0 0 2%;
}
.ins-main .ins-case .case-top img {
  width: 100%;
}
.ins-main .ins-case .content {
  padding-top: 4%;
}
.ins-main .ins-case .content li {
  margin-bottom: 1.5%;
  width: 32.33333%;
  float: left;
  margin-right: 1.5%;
}
@media (max-width: 768px) {
  .ins-main .ins-case .content li {
    width: 100%;
    margin-right: 0;
  }
}
.ins-main .ins-case .content li:hover .img img {
  transform: scale(1.07);
}
.ins-main .ins-case .content li:hover p {
  color: #009944;
}
.ins-main .ins-case .content li .img {
  overflow: hidden;
}
.ins-main .ins-case .content li .img img {
  width: 100%;
  transition: 0.3s;
}
.ins-main .ins-case .content li p {
  font-size: 1.6rem;
  color: #323232;
  margin-top: 10px;
  text-align: center;
}
.ins-main .ins-case .content li:nth-child(3n+3) {
  margin-right: 0;
}
.ins-main .case-show {
  background: #f7f7f7;
  padding: 4% 0;
}
.ins-main .case-show .content {
  padding: 2%;
  background: #fff;
}
.ins-main .case-show .content .img img {
  width: 100%;
}
.ins-main .case-show .content .case-tit {
  margin: 4% 0;
  text-align: center;
}
.ins-main .case-show .content .case-tit h5 {
  font-size: 2.4rem;
  color: #222;
  margin-bottom: 18px;
}
.ins-main .case-show .content .case-tit b {
  display: block;
  width: 45px;
  height: 1px;
  background: #009944;
  margin: 0 auto;
}
.ins-main .case-show .content .case-txt {
  padding-bottom: 2%;
  border-bottom: 1px solid #eee;
}
.ins-main .case-show .content .case-txt p {
  font-size: 1.4rem;
  color: #505050;
  line-height: 240%;
}
.ins-main .case-show .lunbo {
  margin: 4% 0;
  position: relative;
}
.ins-main .case-show .lunbo .swiper-container-show {
  overflow: hidden;
}
.ins-main .case-show .lunbo .swiper-container-show .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.ins-main .case-show .lunbo .swiper-container-show .swiper-slide:hover .txt {
  background: #009944;
}
.ins-main .case-show .lunbo .swiper-container-show .swiper-slide:hover .txt p {
  color: #fff;
}
.ins-main .case-show .lunbo .swiper-container-show .swiper-slide:hover .txt h6 {
  color: #fff;
}
.ins-main .case-show .lunbo .swiper-container-show .swiper-slide .img {
  overflow: hidden;
}
.ins-main .case-show .lunbo .swiper-container-show .swiper-slide .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .case-show .lunbo .swiper-container-show .swiper-slide .txt {
  padding: 0 5%;
  height: 100px;
  text-align: center;
  background: #fff;
  transition: 0.4s;
  margin-top: 1px;
}
.ins-main .case-show .lunbo .swiper-container-show .swiper-slide .txt h6 {
  font-size: 2.4rem;
  color: #171717;
  margin-top: 0;
  padding-top: 24px;
}
.ins-main .case-show .lunbo .swiper-container-show .swiper-slide .txt p {
  font-size: 1.6rem;
  color: #555;
}
.ins-main .case-show .lunbo .swiper-button-prev-show {
  cursor: pointer;
  width: 21px;
  height: 40px;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -20px;
  background: url("../images/lunbo-btn_03.png") no-repeat center;
  z-index: 3;
}
.ins-main .case-show .lunbo .swiper-button-prev-show:hover {
  background: url("../images/lunbo-btn_09.png") no-repeat center;
}
.ins-main .case-show .lunbo .swiper-button-next-show {
  cursor: pointer;
  width: 21px;
  height: 40px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -20px;
  background: url("../images/lunbo-btn_05.png") no-repeat center;
  z-index: 3;
}
.ins-main .case-show .lunbo .swiper-button-next-show:hover {
  background: url("../images/lunbo-btn_10.png") no-repeat center;
}
.ins-main .ins-sim .sim-top img {
  width: 100%;
}
.ins-main .ins-sim .content {
  width: 90%;
  background: #fff;
  margin: 4% auto;
}
.ins-main .ins-sim .content .view .swiper-container {
  height: 100%;
}
.ins-main .ins-sim .content .view .swiper-container .swiper-slide {
  width: 100%;
  position: relative;
}
.ins-main .ins-sim .content .view .swiper-container .swiper-slide .txt {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 4% 0;
  background: #79c69b;
}
.ins-main .ins-sim .content .view .swiper-container .swiper-slide .txt h6 {
  font-size: 1.6rem;
  color: #fff;
  margin-top: 0;
}
.ins-main .ins-sim .content .view .swiper-container .swiper-slide .txt p {
  font-size: 1.4rem;
  color: #fff;
  margin: 0 10%;
  line-height: 160%;
}
.ins-main .ins-sim .content .view .swiper-container .swiper-slide img {
  width: 100%;
  border: 1px solid #f0f0f0;
  background: #f3f3f3;
}
.ins-main .ins-sim .content .preview {
  width: 100%;
  padding: 2% 6%;
  position: relative;
  background: #fafafa;
  border: 1px solid #e9e9e9;
  border-top: none;
}
.ins-main .ins-sim .content .preview .swiper-container {
  width: 100%;
  margin: 0 auto;
}
.ins-main .ins-sim .content .preview .arrow-left {
  background: url("../images/pro-prev_03.png") no-repeat center;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -11px;
  width: 12px;
  height: 22px;
  z-index: 2;
}
.ins-main .ins-sim .content .preview .arrow-left:hover {
  background: url("../images/pro-prev2_03.png") no-repeat center;
}
.ins-main .ins-sim .content .preview .arrow-right {
  background: url("../images/pro-next_03.png") no-repeat center;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -11px;
  width: 12px;
  height: 22px;
  z-index: 2;
}
.ins-main .ins-sim .content .preview .arrow-right:hover {
  background: url("../images/pro-next2_03.png") no-repeat center;
}
.ins-main .ins-sim .content .preview .swiper-slide {
  float: left;
  width: auto;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.ins-main .ins-sim .content .preview .swiper-slide img {
  width: 100%;
  cursor: pointer;
  border: 1px solid #efefef;
  background: #f3f3f3;
}
.ins-main .ins-sim .content .preview .active-nav img {
  border: 1px solid #009944;
}
.ins-main .product-show {
  padding: 2% 2% 4%;
  background: #f8f8f8;
}
.ins-main .product-show .top-show {
  padding: 3% 2%;
  background: #fff;
  margin: 2% 0;
}
.ins-main .product-show .top-show .left {
  width: 47%;
  float: left;
}
.ins-main .product-show .top-show .left .view .swiper-container {
  height: 100%;
}
.ins-main .product-show .top-show .left .view .swiper-container .swiper-slide {
  width: 100%;
}
.ins-main .product-show .top-show .left .view .swiper-container .swiper-slide img {
  width: 100%;
  border: 1px solid #f0f0f0;
  background: #f3f3f3;
}
.ins-main .product-show .top-show .left .preview {
  width: 100%;
  padding: 2% 6%;
  position: relative;
  background: #fafafa;
  border: 1px solid #e9e9e9;
  border-top: none;
}
.ins-main .product-show .top-show .left .preview .swiper-container {
  width: 100%;
  margin: 0 auto;
}
.ins-main .product-show .top-show .left .preview .arrow-left {
  background: url("../images/pro-prev_03.png") no-repeat center;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -11px;
  width: 12px;
  height: 22px;
  z-index: 2;
}
.ins-main .product-show .top-show .left .preview .arrow-left:hover {
  background: url("../images/pro-prev2_03.png") no-repeat center;
}
.ins-main .product-show .top-show .left .preview .arrow-right {
  background: url("../images/pro-next_03.png") no-repeat center;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -11px;
  width: 12px;
  height: 22px;
  z-index: 2;
}
.ins-main .product-show .top-show .left .preview .arrow-right:hover {
  background: url("../images/pro-next2_03.png") no-repeat center;
}
.ins-main .product-show .top-show .left .preview .swiper-slide {
  float: left;
  width: auto;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.ins-main .product-show .top-show .left .preview .swiper-slide img {
  width: 100%;
  cursor: pointer;
  border: 1px solid #efefef;
  background: #f3f3f3;
}
.ins-main .product-show .top-show .left .preview .active-nav img {
  border: 1px solid #009944;
}
.ins-main .product-show .top-show .right {
  width: 49%;
  float: right;
}
.ins-main .product-show .top-show .right .txt h5 {
  font-size: 1.8rem;
  color: #009944;
  margin: 5% 0;
}
.ins-main .product-show .top-show .right .txt p {
  margin: 4px 0;
  line-height: 180%;
  font-size: 1.6rem;
}
.ins-main .product-show .top-show .right .txt .link {
  margin-top: 30px;
}
.ins-main .product-show .top-show .right .txt .link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 20px;
}
.ins-main .product-show .miaosu {
  background: #fff;
  margin-bottom: 3%;
}
.ins-main .product-show .miaosu .miaosu-tit {
  border-bottom: 1px solid #eee;
}
.ins-main .product-show .miaosu .miaosu-tit h6 {
  height: 49px;
  line-height: 49px;
  width: 132px;
  background: #009944;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  margin: 0;
}
.ins-main .product-show .miaosu .miaosu-con {
  background: #fff;
  padding: 2%;
}
.ins-main .product-show .recomend {
  background: #fff;
}
.ins-main .product-show .recomend .recomend-tit {
  border-bottom: 1px solid #eee;
}
.ins-main .product-show .recomend .recomend-tit h6 {
  height: 49px;
  line-height: 49px;
  width: 132px;
  background: #009944;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  margin: 0;
}
.ins-main .product-show .recomend .swiper-container-recomend {
  overflow: hidden;
  position: relative;
  padding: 2% 2% 3%;
}
.ins-main .product-show .recomend .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.ins-main .product-show .recomend .swiper-slide:hover p {
  color: #009944;
}
.ins-main .product-show .recomend .swiper-slide .img {
  overflow: hidden;
  border: 1px solid #efefef;
}
.ins-main .product-show .recomend .swiper-slide .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .product-show .recomend .swiper-slide p {
  font-size: 1.4rem;
  color: #7a7a7a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  margin-top: 15px;
  text-transform: capitalize;
}
.ins-main .product-show .recomend .swiper-pagination-bullet-active {
  background: #009944;
}
.ins-main .product-show .recomend .swiper-pagination-bullets {
  bottom: 20px;
}
.ins-main .product-show .inquire {
  background: #fff;
  margin-top: 3%;
}
.ins-main .product-show .inquire .recomend-tit {
  border-bottom: 1px solid #eee;
}
.ins-main .product-show .inquire .recomend-tit h6 {
  height: 49px;
  line-height: 49px;
  width: 132px;
  background: #009944;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  margin: 0;
}
.ins-main .product-show .inquire .bot-box {
  background: #fff;
}
.ins-main .product-show .inquire .bot-box .contact {
  width: 50%;
  float: left;
  padding: 2% 3% 3%;
}
.ins-main .product-show .inquire .bot-box .contact h6 {
  font-size: 1.6rem;
  color: #222222;
  margin-bottom: 4%;
}
.ins-main .product-show .inquire .bot-box .contact li {
  font-size: 1.4rem;
  color: #222222;
  margin: 0;
  line-height: 290%;
}
.ins-main .product-show .inquire .bot-box .message {
  width: 50%;
  float: right;
  padding: 2% 5% 2%;
}
.ins-main .product-show .inquire .bot-box .message h6 {
  font-size: 1.6rem;
  color: #222222;
  margin-bottom: 4%;
  text-transform: capitalize;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(1) li {
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(1) li span {
  width: 25%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 1.4rem;
  color: #5d5d5d;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(1) li span sup {
  color: red;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(1) li .txt {
  width: 75%;
  height: 34px;
  line-height: 34px;
  border: 1px solid #f5f5f5;
  padding: 0 6px;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(2) li {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(2) li span {
  width: 12.5%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 1.4rem;
  color: #5d5d5d;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(2) li span sup {
  color: red;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(2) li .txt {
  width: 87.5%;
  height: 34px;
  line-height: 34px;
  border: 1px solid #f5f5f5;
  padding: 0 6px;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(3) li {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(3) li span {
  width: 12.5%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 1.4rem;
  color: #5d5d5d;
  float: left;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(3) li span sup {
  color: red;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(3) li textarea {
  width: 87.5%;
  float: right;
  height: 100px;
  line-height: 28px;
  border: 1px solid #f5f5f5;
  padding: 0 6px;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(4) li {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(4) li .submit {
  width: 30%;
  height: 30px;
  line-height: 30px;
  background: #009944;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  border: none;
  float: left;
  margin-left: 12.5%;
}
@media (max-width: 768px) {
  .ins-main .product-show {
    padding: 2% 0% 4%;
    background: #f8f8f8;
  }
  .ins-main .product-show .top-show {
    padding: 3% 2%;
    background: #fff;
    margin: 2% 0;
  }
  .ins-main .product-show .top-show .left {
    width: 100%;
    float: left;
  }
  .ins-main .product-show .top-show .right {
    width: 100%;
    float: right;
    margin-top: 20px;
  }
  .ins-main .product-show .top-show .right .link {
    margin-top: 30px;
  }
  .ins-main .product-show .top-show .right .link a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .ins-main .product-show .top-show .right .link a img {
    width: 100px;
  }
  .ins-main .product-show .miaosu .miaosu-tit h6 {
    height: 40px;
    line-height: 40px;
    width: 102px;
  }
  .ins-main .product-show .recomend .recomend-tit h6 {
    height: 40px;
    line-height: 40px;
    width: 102px;
  }
  .ins-main .product-show .recomend .swiper-container-recomend {
    overflow: hidden;
    position: relative;
    padding: 2% 2% 0%;
  }
  .ins-main .product-show .inquire {
    background: #fff;
    margin-top: 3%;
  }
  .ins-main .product-show .inquire .recomend-tit h6 {
    height: 40px;
    line-height: 40px;
    width: 102px;
  }
  .ins-main .product-show .inquire .bot-box {
    background: #fff;
  }
  .ins-main .product-show .inquire .bot-box .contact {
    width: 100%;
    float: left;
    padding: 2% 3% 3%;
  }
  .ins-main .product-show .inquire .bot-box .contact h6 {
    font-size: 1.6rem;
    color: #222222;
    margin-bottom: 4%;
  }
  .ins-main .product-show .inquire .bot-box .contact p {
    font-size: 1.4rem;
    color: #686868;
    margin: 0;
    line-height: 200%;
  }
  .ins-main .product-show .inquire .bot-box .message {
    width: 100%;
  }
  .ins-main .product-show .inquire .bot-box .message ul:nth-child(3) li {
    float: left;
    width: 100%;
    margin-bottom: 12px;
  }
  .ins-main .product-show .inquire .bot-box .message ul:nth-child(3) li span {
    margin-bottom: 5px;
  }
  .ins-main .product-show .inquire .bot-box .message ul:nth-child(3) li textarea {
    width: 87.5%;
    float: right;
    line-height: 28px;
    border: 1px solid #f5f5f5;
    padding: 0 6px;
  }
  .ins-main .product-show .inquire .bot-box .message ul:nth-child(4) li {
    float: left;
    width: 100%;
    margin-bottom: 12px;
  }
  .ins-main .product-show .inquire .bot-box .message ul:nth-child(4) li .submit {
    width: 30%;
    height: 30px;
    line-height: 30px;
    background: #009944;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    border: none;
    float: left;
    margin-left: 12.5%;
  }
}
.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: #009944;
  color: #fff;
  font-size: 14px;
}
.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 {
  color: #fff;
  border-color: #009944;
  background-color: #009944;
}
@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: #009944;
    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: #009944;
    background-color: #009944;
  }
}
/*弹窗样式*/
.layui-layer-page .layui-layer-content {
  height: auto!important;
}
.layui-layer .layui-layer-title {
  font-size: 0;
  background-color: #fff;
  border-bottom: 0;
}
.layui-layer .layui-layer-title {
  background: transparent;
}
@media (max-width: 768px) {
  .layui-layer {
    width: 96%!important;
  }
  .mod_player {
    width: 96%!important;
  }
  .layui-layer-photos {
    width: auto!important;
  }
}
