body {
  overflow-x: hidden;
  font-family: "Microsoft YaHei";
}
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;*/
}
a {
  text-decoration: none!important;
}
.navbar-brand {
  float: none;
  line-height: 0;
}
.mobile-con {
  display: none;
}
.header .header-top {
  overflow: hidden;
  height: 35px;
  background: #1a1a1a;
  line-height: 35px;
}
.header .header-top p {
  font-size: 1.4rem;
  color: #fff;
  margin: 0;
}
.header .header-top .lf {
  float: left;
}
.header .header-top .rt {
  float: right;
  line-height: 35px;
}
.header .header-top .rt li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #666;
  margin-left: 2rem;
}
@media (max-width: 1200px) {
  .header .header-top .rt li {
    margin-left: 1rem;
  }
}
.header .header-top .rt li a {color: #fff;}
.header .header-top .rt li a:hover {
  color: #826545;
}
.header .header-center {
  height: 118px;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .header .header-center {
    height: 90px;
  }
}
.header .header-center .container {
  position: relative;
}
.header .header-center .logo {
  float: left;
}
.header .header-center .logo img {
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .header .header-center .logo img {
    width: 350px;
  }
}
@media (max-width: 992px) {
  .header .header-center .logo img {
    width: 250px;
  }
}
.header .header-center .search {
  float: left;
  width: 31%;
  margin: 30px 0 0 12%;
}
@media (max-width: 1200px) {
  .header .header-center .search {
    margin: 30px 0 0 8%;
  }
}
.header .header-center .search .form-box {
  position: relative;
}
.header .header-center .search .form-box .txt {
  width: 100%;
  height: 38px;
  line-height: 38px;
  border-radius: 38px;
  border: 1px solid #e5e5e5;
  padding: 0 10px;
}
.header .header-center .search .form-box .submit {
  width: 36px;
  height: 36px;
  border-radius: 0 36px 36px 0;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 1px;
  right: 1px;
  background: #ffffff url("../images/search-btn_03.jpg") no-repeat center;
}
.header .header-center .search p {
  margin-top: 6px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .header .header-center .search p {
    display: none;
  }
}
.header .header-center .search p a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 1.2rem;
  color: #666;
  margin-right: 2%;
}
.header .header-center .search p a:hover {
  color: #826545;
}
.header .header-center .shop-car {
  position: absolute;
  top: 37px;
  right: 15px;
}
@media (max-width: 992px) {
  .header .header-center .shop-car {
    top: 28px;
  }
}
.header .header-center .shop-car a {
  display: block;
  width: 180px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  background: #826545 url("../images/shop-car_03.jpg") no-repeat 20% center;
  font-size: 1.6rem;
  color: #fff;
  padding-left: 40%;
}
@media (max-width: 1200px) {
  .header .header-center .shop-car a {
    width: 128px;
  }
}
.header .nav-box {
  background: #1a1a1a;
  height: 55px;
  line-height: 55px;
  width: 100%;
  z-index: 999;
}
.header .nav-box .container {
  position: relative;
}
.header .nav-box .nav-con #nav {
  width: 100%;
  float: right;
  margin-bottom: 0;
}
.header .nav-box .nav-con #nav .sub-nav {
  line-height: 54px;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 110px;
  text-align: center;
  background: url("../images/nav-line_03.jpg") no-repeat right center;
}
@media (max-width: 1200px) {
  .header .nav-box .nav-con #nav .sub-nav {
    width: 90px;
  }
}
@media (max-width: 992px) {
  .header .nav-box .nav-con #nav .sub-nav {
    width: 70px;
  }
}
.header .nav-box .nav-con #nav .sub-nav:hover {
  background: #826545;
}
.header .nav-box .nav-con #nav .sub-nav a {
  color: #fff;
  font-size: 1.4rem;
  display: block;
  height: 100%;
  position: relative;
  color: #d6d5d5;
}
.header .nav-box .nav-con #nav .sub-nav .drop-down {
  z-index: 999;
  position: absolute;
  top: 54px;
  left: -10%;
  display: none;
}
.header .nav-box .nav-con #nav .sub-nav .drop-down {
  width: 120%;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
}
.header .nav-box .nav-con #nav .sub-nav .drop-down li {
  line-height: 41px;
  border-bottom: 1px solid #f6f6f6;
}
.header .nav-box .nav-con #nav .sub-nav .drop-down li a {
  font-size: 1.5rem;
  display: block;
  color: #333!important;
  background: none!important;
  margin: 0;
}
.header .nav-box .nav-con #nav .sub-nav .drop-down li a:hover {
  background: #826545!important;
  color: #fff!important;
}
.header .nav-box .nav-con #nav .sub-nav:last-child {
  background: none;
}
.header .nav-box .nav-con #nav .active {
  background: #826545;
}
.header .mobile-con .navbar-default .navbar-nav > li > a:hover,
.header .mobile-con .navbar-default .navbar-nav > li > a:focus {
  color: #00a0e6;
}
.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-form {
  margin-top: 0;
}
.header .mobile-con .navbar-form .form-group {
  width: 83%;
  float: left;
}
.header .mobile-con .navbar-brand > img {
  margin: 12px 0 0 3%;
  width: 206px;
}
.header .mobile-con .navbar-collapse .link {
  padding: 10px 0;
  text-align: center;
}
.header .mobile-con .navbar-collapse .link ul {
  margin-bottom: 0;
}
.header .mobile-con .navbar-collapse .link li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 0.5rem;
  font-size: 12px;
}
.header .mobile-con .navbar-collapse .link li a {
  color: #777;
}
.header .mobile-con .navbar-collapse .link li a:active {
  color: #826545;
}
.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: #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 .navbar-nav {
  height: auto;
  overflow: auto;
}
.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;
}
.header .mobile-con .language2 {
  display: inline-block;
  position: relative;
  margin: 17px 6px 0 0;
  float: right;
  color: #666;
}
.header .mobile-con .language2 a {
  font-size: 14px;
  padding: 0px 6px;
  color: #666;
}
.header .mobile-con .language2 a:hover {
  color: #826545;
}
.header .mobile-con .language2 .active {
  color: #826545;
}
/*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: 5%;
  z-index: 99;
}
.main .ad-box-pc .swiper-pagination-bullet {
  border-radius: 10px;
  border: 1px solid #fff;
  background: transparent;
  height: 9px;
  width: 9px;
  opacity: 1;
}
.main .ad-box-pc .swiper-pagination-bullet-active {
  background: #fff;
  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 .pro-top {
  padding: 3% 0;
  background: #f2f2f2;
}
.main .pro-top ul {
  margin: 0;
}
.main .pro-top li {
  width: 24%;
  float: left;
  position: relative;
  margin-right: 1.333333%;
  transition: 0.3s;
}
.main .pro-top li:hover {
  transform: translate(0, -5px);
}
.main .pro-top li img {
  width: 100%;
}
.main .pro-top li .tit {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 23%;
  width: 100%;
  text-align: center;
}
.main .pro-top li .tit h5 {
  font-size: 2rem;
  color: #1d1d1d;
  font-weight: 600;
}
.main .pro-top li .tit b {
  display: block;
  width: 60px;
  height: 3px;
  background: #1d1d1d;
  margin: 25px auto 0;
}
.main .pro-top li:nth-child(4) {
  margin-right: 0;
}
.main .pro-top li:nth-child(even) .tit h5 {
  color: #fff;
}
.main .pro-top li:nth-child(even) .tit b {
  background: #fff;
}
@media (max-width: 768px) {
  .main .pro-top {
    padding: 3% 0;
    background: #f2f2f2;
  }
  .main .pro-top ul {
    margin: 0;
  }
  .main .pro-top li {
    width: 49%;
    float: left;
    position: relative;
    margin-right: 2%;
    transition: 0.3s;
    margin-bottom: 2%;
  }
  .main .pro-top li:hover {
    transform: translate(0, 0px);
  }
  .main .pro-top li img {
    width: 100%;
  }
  .main .pro-top li .tit {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 23%;
    width: 100%;
    text-align: center;
  }
  .main .pro-top li .tit h5 {
    font-size: 2rem;
    color: #1d1d1d;
    font-weight: 600;
  }
  .main .pro-top li .tit b {
    display: block;
    width: 60px;
    height: 3px;
    background: #1d1d1d;
    margin: 25px auto 0;
  }
  .main .pro-top li:nth-child(4) {
    margin-right: 0;
  }
  .main .pro-top li:nth-child(2) {
    margin-right: 0;
  }
  .main .pro-top li:nth-child(even) .tit h5 {
    color: #fff;
  }
  .main .pro-top li:nth-child(even) .tit b {
    background: #fff;
  }
}
.main .index-tit {
  padding: 0 1%;
  margin-bottom: 1.5%;
  height: 40px;
  line-height: 40px;
  background: #9c7f5f;
}
.main .index-tit h5 {
  font-size: 2.4rem;
  color: #fff;
  margin: 0;
  line-height: 40px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.main .index-tit .more {float: right; color: #fff; font-size: 14px;}
.main .index-tit ul {
  float: right;
  text-align: right;
}
.main .index-tit ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 2rem;
}
.main .index-tit ul li a {
  color: #fff;
}
.main .index-tit ul li a:hover {
  color: #ccc;
}
@media (max-width: 768px) {
  .main .index-tit {
    padding: 0 1%;
    margin-bottom: 1.5%;
    height: 40px;
    line-height: 40px;
    background: #9c7f5f;
  }
  .main .index-tit h5 {
    font-size: 2.4rem;
    color: #fff;
    margin: 0;
    line-height: 40px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .main .index-tit ul {
    float: right;
    text-align: center;
    width: 100%;
    line-height: 28px;
    margin-top: 6px;
  }
  .main .index-tit ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 1rem;
    line-height: 28px;
  }
  .main .index-tit ul li a {
    color: #826545;
  }
  .main .index-tit ul li a:hover {
    color: #826545;
  }
}
.main .new-product {
  padding: 3% 0;
}
.main .new-product .swiper-container-new-pro {
  overflow: hidden;
}
.main .new-product ul li {float:left; margin-right: 16px; width: 280px;}
.main .new-product ul li:hover {
  box-shadow: 0 0 20px #dbdbdb;
}
.main .new-product ul li img {
  width: 100%;
}
.main .new-product ul li .txt {padding: 2%; text-align: center;}
.main .new-product ul li .txt p {
  font-size: 1.4rem;
  color: #333;
}
.main .new-product ul li .txt span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 1% 2%;
  font-size: 1.4rem;
  color: #9c7f5f;
}
.main .pro-list {
  margin-bottom: 2%;
}
.main .pro-list .pro-lf {
  width: 23.9316%;
  float: left; display: none;
}
.main .pro-list .pro-lf img {
  width: 100%;
}
.main .pro-list .pro-rt {
  width: 100%;
  float: right;
}
.main .pro-list .pro-rt li {
  width: 23.8%;
  float: left;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  box-sizing: border-box;
  border: 1px solid #eee;
  text-align: center;
}
.main .pro-list .pro-rt li:hover .img img {
  transform: scale(1.07);
}
.main .pro-list .pro-rt li:hover p {
  color: #826545;
}
.main .pro-list .pro-rt li .img {
  overflow: hidden;
}
.main .pro-list .pro-rt li .img img {
  width: 100%;
  transition: 0.4s;
}
.main .pro-list .pro-rt li p {
  font-size: 1.6rem;
  color: #000;
  margin-top: 11px;
}
@media (max-width: 1200px) {
  .main .pro-list .pro-rt li p {
    margin-top: 0px;
  }
}
@media (max-width: 992px) {
  .main .pro-list .pro-rt li p {
    margin-bottom: 4px;
  }
}
.main .pro-list .pro-rt li span {
  color: #a2734c;
  font-size: 1.6rem;
  padding-bottom: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
@media (max-width: 992px) {
  .main .pro-list .pro-rt li span {
    padding-bottom: 6px;
  }
}
.main .pro-list .pro-rt li:nth-child(4n+4) {
  margin-right: 0;width: 24.1%;
}
@media (max-width: 768px) {
  .main .pro-list {
    margin-bottom: 2%;
  }
  .main .pro-list .pro-rt {
    width: 100%;
    float: right;
  }
  .main .pro-list .pro-rt li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    box-sizing: border-box;
    border: 1px solid #eee;
    text-align: center;
  }
  .main .pro-list .pro-rt li:hover .img img {
    transform: scale(1.07);
  }
  .main .pro-list .pro-rt li:hover p {
    color: #826545;
  }
  .main .pro-list .pro-rt li .img {
    overflow: hidden;
  }
  .main .pro-list .pro-rt li .img img {
    width: 100%;
    transition: 0.4s;
  }
  .main .pro-list .pro-rt li p {
    font-size: 1.6rem;
    color: #000;
    margin-top: 11px;
  }
  .main .pro-list .pro-rt li span {
    color: #a2734c;
    font-size: 1.6rem;
    padding-bottom: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .main .pro-list .pro-rt li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .main .pro-list .pro-rt li:nth-child(2n+2) {
    margin-right: 0%;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  .main .pro-list .pro-rt li p {
    margin-top: 0px;
  }
}
@media (max-width: 768px) and (max-width: 992px) {
  .main .pro-list .pro-rt li p {
    margin-bottom: 4px;
  }
}
@media (max-width: 768px) and (max-width: 992px) {
  .main .pro-list .pro-rt li span {
    padding-bottom: 6px;
  }
}
.main .bot-con {
  background: #f2f2f2;
  padding: 2.5% 0 1.5%;
}
.main .bot-con .bot-link {
  width: 66.239%;
  float: left;
}
.main .bot-con .bot-link li {
  position: relative;
  width: 49%;
  float: left;
  margin: 0 2% 2% 0;
}
.main .bot-con .bot-link li:hover .img img {
  transform: scale(1.07);
}
.main .bot-con .bot-link li .img {
  overflow: hidden;
}
.main .bot-con .bot-link li .img img {
  transition: 0.4s;
  width: 100%;
}
.main .bot-con .bot-link li p {
  font-size: 2rem;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-bottom: 5px;
  border-bottom: 3px solid #fff;
  position: absolute;
  top: 20%;
  left: 5%;
}
.main .bot-con .bot-link li:first-child p {
  color: #171717;
  border-bottom: 3px solid #131006;
}
.main .bot-con .bot-link li:last-child p {
  top: 75%;
}
.main .bot-con .bot-link li:nth-child(2n+2) {
  margin-right: 0;
}
.main .bot-con .download {
  width: 32.478632%;
  float: right;
  border-top: 5px solid #826545;
  background: #fff;
  padding: 2%;
}
.main .bot-con .download h6 {
  font-size: 2rem;
  color: #131006;
  margin-bottom: 8%;
  margin-top: 7px;
}
@media (max-width: 1200px) {
  .main .bot-con .download h6 {
    margin-bottom: 4%;
    margin-top: 0px;
  }
}
.main .bot-con .download li {
  height: 90px;
  background: #f6f6f6;
  margin-bottom: 5%;
}
@media (max-width: 1200px) {
  .main .bot-con .download li {
    height: 80px;
  }
}
.main .bot-con .download li:hover {
  background: #826545;
}
.main .bot-con .download li:hover .txt p {
  color: #fff;
}
.main .bot-con .download li:hover .txt span {
  color: #fff;
}
.main .bot-con .download li .img {
  width: 25.7%;
  float: left;
  background: #c8c8c8;
  text-align: center;
  line-height: 90px;
}
@media (max-width: 1200px) {
  .main .bot-con .download li .img {
    line-height: 80px;
  }
}
.main .bot-con .download li .txt {
  padding: 6% 0 0 5%;
  float: left;
}
.main .bot-con .download li .txt p {
  font-size: 1.6rem;
  color: #131006;
}
.main .bot-con .download li .txt span {
  font-size: 1.4rem;
  color: #826545;
}
@media (max-width: 1200px) {
  .main .bot-con .download ul {
    margin-bottom: 0;
  }
  .main .bot-con .download li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .main .bot-con {
    background: #f2f2f2;
    padding: 2.5% 0 1.5%;
  }
  .main .bot-con .bot-link {
    width: 100%;
    float: left;
  }
  .main .bot-con .bot-link li {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 2% 0;
  }
  .main .bot-con .bot-link li:hover .img img {
    transform: scale(1.07);
  }
  .main .bot-con .bot-link li .img {
    overflow: hidden;
  }
  .main .bot-con .bot-link li .img img {
    transition: 0.4s;
    width: 100%;
  }
  .main .bot-con .bot-link li p {
    font-size: 2rem;
    color: #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-bottom: 5px;
    border-bottom: 3px solid #fff;
    position: absolute;
    top: 20%;
    left: 5%;
  }
  .main .bot-con .bot-link li:first-child p {
    color: #171717;
    border-bottom: 3px solid #131006;
  }
  .main .bot-con .bot-link li:last-child p {
    top: 75%;
  }
  .main .bot-con .bot-link li:nth-child(2n+2) {
    margin-right: 0;
  }
  .main .bot-con .download {
    width: 100%;
    float: right;
    border-top: 5px solid #826545;
    background: #fff;
    padding: 2%;
  }
  .main .bot-con .download h6 {
    font-size: 2rem;
    color: #131006;
    margin-bottom: 8%;
    margin-top: 7px;
  }
  .main .bot-con .download li {
    height: 90px;
    background: #f6f6f6;
    margin-bottom: 5%;
  }
  .main .bot-con .download li:hover {
    background: #826545;
  }
  .main .bot-con .download li:hover .txt p {
    color: #fff;
  }
  .main .bot-con .download li:hover .txt span {
    color: #fff;
  }
  .main .bot-con .download li .img {
    width: 25.7%;
    float: left;
    background: #c8c8c8;
    text-align: center;
    line-height: 90px;
  }
  .main .bot-con .download li .txt {
    padding: 6% 0 0 5%;
    float: left;
  }
  .main .bot-con .download li .txt p {
    font-size: 1.6rem;
    color: #131006;
  }
  .main .bot-con .download li .txt span {
    font-size: 1.4rem;
    color: #826545;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  .main .bot-con .download h6 {
    margin-bottom: 4%;
    margin-top: 0px;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  .main .bot-con .download li {
    height: 80px;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  .main .bot-con .download li .img {
    line-height: 80px;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  .main .bot-con .download ul {
    margin-bottom: 0;
  }
  .main .bot-con .download li:last-child {
    margin-bottom: 0;
  }
}
.main .bot-img {
  text-align: center;
  padding: 3% 0 2%;
}
.footer {
  background: #202020;
}
.footer .footer-top {
  height: 215px;
}
.footer .footer-top .lf-con {
  width: 74.35897%;
  float: left;
  margin-top: 85px;
}
@media (max-width: 992px) {
  .footer .footer-top .lf-con {
    margin-top: 55px;
  }
}
.footer .footer-top .lf-con p {
  font-size: 1.4rem;
  color: #999;
  margin-bottom: 25px;
}
.footer .footer-top .lf-con li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 29px;
  font-size: 1.4rem;
  color: #999;
  padding-left: 35px;
  margin-right: 4%;
}
.footer .footer-top .lf-con li:nth-child(1) {
  background: url("../images/footer-icon_03.jpg") no-repeat left center;
}
.footer .footer-top .lf-con li:nth-child(2) {
  background: url("../images/footer-icon_05.jpg") no-repeat left center;
}
.footer .footer-top .lf-con li:nth-child(3) {
  background: url("../images/footer-icon_07.jpg") no-repeat left center;
}
.footer .footer-top .code-box {
  margin-top: 30px;
  width: 25%;
  float: right;
  text-align: center;
}
.footer .footer-top .code-box li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4% 2%;
  background: #1a1a1a;
  width: 49%;
  float: left;
  margin-right: 2%;
}
.footer .footer-top .code-box li img {
  max-width: 100%;
}
.footer .footer-top .code-box li p {
  font-size: 1.4rem;
  color: #666;
  margin-top: 10px;
  margin-bottom: 0;
}
.footer .footer-top .code-box li:nth-child(2) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .footer .footer-top {
    height: auto;
  }
  .footer .footer-top .lf-con {
    width: 100%;
    float: left;
    margin-top: 15px;
  }
  .footer .footer-top .lf-con p {
    font-size: 1.4rem;
    color: #999;
    margin-bottom: 15px;
    line-height: 180%;
  }
  .footer .footer-top .lf-con li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 29px;
    font-size: 1.4rem;
    color: #999;
    padding-left: 35px;
    margin-right: 4%;
    margin-bottom: 10px;
  }
  .footer .footer-top .lf-con li:nth-child(1) {
    background: url("../images/footer-icon_03.jpg") no-repeat left center;
  }
  .footer .footer-top .lf-con li:nth-child(2) {
    background: url("../images/footer-icon_05.jpg") no-repeat left center;
  }
  .footer .footer-top .lf-con li:nth-child(3) {
    background: url("../images/footer-icon_07.jpg") no-repeat left center;
  }
  .footer .footer-top .code-box {
    margin-top: 0px;
    width: 100%;
    float: right;
    text-align: center;
  }
  .footer .footer-top .code-box li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4% 2%;
    background: #1a1a1a;
    width: 49%;
    float: left;
    margin-right: 2%;
  }
  .footer .footer-top .code-box li img {
    max-width: 100%;
  }
  .footer .footer-top .code-box li p {
    font-size: 1.4rem;
    color: #666;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .footer .footer-top .code-box li:nth-child(2) {
    margin-right: 0;
  }
}
.footer .footer-bot {
  height: 70px;
  border-top: 1px solid #262626;
  text-align: center;
}
.footer .footer-bot .container {
  position: relative;
}
.footer .footer-bot p {
  margin: 0;
  font-size: 1.4rem;
  color: #a1a1a1;
  line-height: 69px;
}
.footer .footer-bot p a {
  color: #a1a1a1;
}
.footer .footer-bot p a:hover {
  color: #826545;
}
@media (max-width: 768px) {
  .footer .footer-bot {
    height: auto;
    background: #202020;
    text-align: center;
  }
  .footer .footer-bot .container {
    position: relative;
  }
  .footer .footer-bot p {
    margin: 0;
    font-size: 1.4rem;
    color: #a1a1a1;
    line-height: 26px;
  }
  .footer .footer-bot p a {
    color: #a1a1a1;
  }
  .footer .footer-bot p a:hover {
    color: #826545;
  }
  .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.jpg") 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 #eee;
}
.ins-main .ins-nav p {
  font-size: 1.4rem;
  color: #666;
}
.ins-main .ins-nav p a {
  color: #666;
}
.ins-main .ins-nav p a:hover {
  color: #826545;
}
.ins-main .ins-nav p .active {
  color: #826545;
}
@media (max-width: 768px) {
  .ins-main .ins-nav {
    height: auto;
    line-height: 30px;
  }
}
.ins-main .list-nav {
  margin: 4% 0 3%;
}
.ins-main .list-nav ul {
  margin: 0;
}
.ins-main .list-nav li {
  width: 19.5%;
  float: left;
  margin-right: 0.625%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #f4f4f4;
  transition: 0.3s;
  position: relative;
}
.ins-main .list-nav li:hover {
  background: #826545;
}
.ins-main .list-nav li:hover a {
  color: #fff;
  line-height: 55px;
}
.ins-main .list-nav li:hover:after {
  opacity: 1;
}
.ins-main .list-nav li a {
  display: block;
  font-size: 1.6rem;
  color: #333;
}
.ins-main .list-nav li:after {
  opacity: 0;
  content: '';
  width: 11px;
  height: 7px;
  background: url("../images/list-nav-angle_03.png") no-repeat center;
  position: absolute;
  top: 42px;
  left: 50%;
  margin-left: -5px;
}
.ins-main .list-nav li:nth-child(5) {
  margin-right: 0;
}
.ins-main .list-nav .active {
  background: #826545;
}
.ins-main .list-nav .active a {
  color: #fff;
  line-height: 55px;
}
.ins-main .list-nav .active:after {
  opacity: 1;
}
.ins-main .ins-profile {
  padding-bottom: 2%;
}
.ins-main .ins-profile .jianjie-top {
  border: 1px solid #eee;
}
.ins-main .ins-profile .jianjie-top .img {
  width: 44.44444%;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .ins-profile .jianjie-top .img {
    width: 100%;
  }
}
.ins-main .ins-profile .jianjie-top .img img {
  width: 100%;
}
.ins-main .ins-profile .jianjie-top .txt {
  width: 50.4%;
  float: left;
  margin-left: 3%;
}
@media (max-width: 768px) {
  .ins-main .ins-profile .jianjie-top .txt {
    width: 100%;
    margin: 0;
  }
}
.ins-main .ins-profile .jianjie-top .txt h5 {
  font-size: 1.8rem;
  color: #826545;
  padding-bottom: 6px;
  border-bottom: 1px solid #826545;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 10% 0 7%;
}
.ins-main .ins-profile .jianjie-top .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 200%;
}
.ins-main .ins-profile .list {
  margin: 5% 0;
}
.ins-main .ins-profile .list .list-tit {
  text-align: center;
  margin-bottom: 2%;
}
.ins-main .ins-profile .list .list-tit h5 {
  font-size: 1.8rem;
  color: #826545;
}
.ins-main .ins-profile .list .list-tit h5 span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 16px;
  height: 1px;
  width: 70px;
  vertical-align: middle;
  background: #826545;
}
.ins-main .ins-profile .list p {
  font-size: 1.4rem;
  color: #333;
  line-height: 200%;
}
.article-search {height: 40px; overflow: hidden; margin-bottom: 30px;}
.article-search .article_search {width: 400px; margin: 0 auto;}
.article-search .inputBg {float: left; border: solid 1px #ddd; height: 36px; line-height: 36px;  border-radius: 15px 0 0 15px; padding: 0 10px; width: 300px;}
.article-search .bnt_blue_1 {float: left; border: none; height: 36px; line-height: 36px; border-radius: 0 15px 15px 0; padding: 0 10px; width: 100px;}
.ins-main .ins-download {
  padding: 3% 0;
}
.ins-main .ins-download .content li {
  height: 90px;
  background: #f6f6f6;
  margin-bottom: 2%;
  width: 31.333333%;
  float: left;
  margin-right: 3%;
}
@media (max-width: 1200px) {
  .ins-main .ins-download .content li {
    height: 80px;
  }
}
.ins-main .ins-download .content li:hover {
  background: #826545;
}
.ins-main .ins-download .content li:hover .txt p {
  color: #fff;
}
.ins-main .ins-download .content li:hover .txt span {
  color: #fff;
}
.ins-main .ins-download .content li .img {
  width: 25.7%;
  float: left;
  background: #c8c8c8;
  text-align: center;
  line-height: 90px;
}
@media (max-width: 1200px) {
  .ins-main .ins-download .content li .img {
    line-height: 80px;
  }
}
.ins-main .ins-download .content li .txt {
  padding: 6% 0 0 5%;
  float: left; max-width: 270px;
}
.ins-main .ins-download .content li .txt p {
  font-size: 1.6rem; height: 22px; line-height: 22px; overflow: hidden;
  color: #131006;
}
.ins-main .ins-download .content li .txt span {
  font-size: 1.4rem;
  color: #826545;
}
.ins-main .ins-download .content li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .ins-main .ins-download .content ul {
    margin-bottom: 0;
  }
  .ins-main .ins-download .content li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .ins-main .ins-download {
    padding: 3% 0;
  }
  .ins-main .ins-download .content li {
    height: 90px;
    background: #f6f6f6;
    margin-bottom: 2%;
    width: 100%;
    float: left;
    margin-right: 0%; position: relative;
  }
  .ins-main .ins-download .content li:hover {
    background: #826545;
  }
  .ins-main .ins-download .content li:hover .txt p {
    color: #fff;
  }
  .ins-main .ins-download .content li:hover .txt span {
    color: #fff;
  }
  .ins-main .ins-download .content li .img {
    width: 25.7%;
    float: left;
    background: #c8c8c8;
    text-align: center;
    line-height: 90px; position: absolute; left: 0; top: 0;
  }
  .ins-main .ins-download .content li .txt {
    padding: 3% 0 0 28%;
    float: left;
  }
  .ins-main .ins-download .content li .txt p {
    font-size: 1.6rem;
    color: #131006;
  }
  .ins-main .ins-download .content li .txt span {
    font-size: 1.4rem;
    color: #826545;
  }
  .ins-main .ins-download .content li:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  .ins-main .ins-download .content li {
    height: 80px;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  .ins-main .ins-download .content li .img {
    line-height: 80px;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  .ins-main .ins-download .content ul {
    margin-bottom: 0;
  }
  .ins-main .ins-download .content li:last-child {
    margin-bottom: 0;
  }
}
.ins-main .ins-culture {
  padding-bottom: 3%;
}
.ins-main .ins-culture .wenhua-top {
  border: 1px solid #eee;
}
.ins-main .ins-culture .wenhua-top .img {
  width: 44.44444%;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .ins-culture .wenhua-top .img {
    width: 100%;
  }
}
.ins-main .ins-culture .wenhua-top .img img {
  width: 100%;
}
.ins-main .ins-culture .wenhua-top .txt {
  width: 50.4%;
  float: left;
  margin-left: 3%;
}
@media (max-width: 768px) {
  .ins-main .ins-culture .wenhua-top .txt {
    width: 100%;
    margin: 0;
  }
}
.ins-main .ins-culture .wenhua-top .txt h5 {
  font-size: 1.8rem;
  color: #826545;
  padding-bottom: 6px;
  border-bottom: 1px solid #826545;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 10% 0 7%;
}
.ins-main .ins-culture .wenhua-top .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 200%;
}
.ins-main .ins-factory {
  padding-bottom: 2%;
}
.ins-main .ins-factory .content ul {
  margin: 0;
}
.ins-main .ins-factory .content li {
  width: 24%;
  float: left;
  margin-right: 1.333333%;
  text-align: center;
}
.ins-main .ins-factory .content li img {
  width: 100%;
  cursor: pointer;
}
.ins-main .ins-factory .content li p {
  font-size: 1.4rem;
  color: #333;
  margin-top: 6px;
}
.ins-main .ins-factory .content li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-factory {
    padding-bottom: 2%;
  }
  .ins-main .ins-factory .content ul {
    margin: 0;
  }
  .ins-main .ins-factory .content li {
    width: 49%;
    float: left;
    margin-right: 2%;
    text-align: center;
  }
  .ins-main .ins-factory .content li img {
    width: 100%;
    cursor: pointer;
  }
  .ins-main .ins-factory .content li p {
    font-size: 1.4rem;
    color: #333;
    margin-top: 6px;
  }
  .ins-main .ins-factory .content li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-contact .txt-box {
  width: 40%;
  float: left;
}
.ins-main .ins-contact .txt-box .list {
  margin-bottom: 11%;
}
.ins-main .ins-contact .txt-box .list h6 {
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 3%;
  font-weight: 600;
  line-height: 160%;
}
.ins-main .ins-contact .txt-box .list li {
  font-size: 1.4rem;
  color: #333;
  line-height: 160%;
}
.ins-main .ins-contact .map {
  float: right;
  width: 59.8%;
}
.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 .zhanghu {
  padding: 4% 0;
}
.ins-main .ins-contact .zhanghu li {
  font-size: 1.4rem;
  color: #333;
  line-height: 180%;
}
.ins-main .ins-contact .zhanghu .lf {
  float: left;
  width: 50%;
}
.ins-main .ins-contact .zhanghu .rt {
  float: right;
  width: 50%;
}
@media (max-width: 768px) {
  .ins-main .ins-contact .txt-box {
    width: 100%;
    float: left;
  }
  .ins-main .ins-contact .txt-box .list {
    margin-bottom: 8%;
  }
  .ins-main .ins-contact .txt-box .list h6 {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 3%;
    font-weight: 600;
    line-height: 160%;
  }
  .ins-main .ins-contact .txt-box .list li {
    font-size: 1.4rem;
    color: #333;
    line-height: 160%;
  }
  .ins-main .ins-contact .map {
    float: right;
    width: 100%;
  }
  .ins-main .ins-contact .map .my-map {
    margin: 0 auto;
    width: 100%;
    height: 350px;
  }
  .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 .zhanghu {
    padding: 4% 0;
  }
  .ins-main .ins-contact .zhanghu li {
    font-size: 1.4rem;
    color: #333;
    line-height: 180%;
  }
  .ins-main .ins-contact .zhanghu .lf {
    float: left;
    width: 100%;
  }
  .ins-main .ins-contact .zhanghu .rt {
    float: right;
    width: 100%;
  }
}
.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: #ff3e2a;
}
.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: #ff3e2a;
  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-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 .service-list {
  text-align: center;
  background: url("../images/service-line_03.jpg") repeat-x center 33px;
}
.ins-main .service-list li {
  width: 31.333333%;
  float: left;
  margin-right: 3%;
  text-align: center;
  font-size: 1.8rem;
  padding-bottom: 16px;
}
.ins-main .service-list li a {
  color: #666;
}
.ins-main .service-list li:nth-child(3) {
  margin-right: 0;
}
.ins-main .service-list .active {
  background: url("../images/download-lit_03.jpg") no-repeat center bottom;
}
@media (max-width: 768px) {
  .ins-main .service-list {
    text-align: center;
    background: url("../images/service-line_03.jpg") repeat-x center 33px;
  }
  .ins-main .service-list li {
    width: 31.333333%;
    float: left;
    margin-right: 3%;
    text-align: center;
    font-size: 1.8rem;
    padding-bottom: 21px;
  }
  .ins-main .service-list li a {
    color: #666;
  }
  .ins-main .service-list li:nth-child(3) {
    margin-right: 0;
  }
  .ins-main .service-list .active {
    background: url("../images/download-lit_03.jpg") no-repeat center bottom;
  }
}
.ins-main .ins-anzhuang {
  padding-top: 3%;
}
.ins-main .ins-anzhuang .form-box {
  width: 500px;
  margin: 116px auto;
}
.ins-main .ins-anzhuang .form-box .txt {
  padding: 0 15px;
  height: 48px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
  font-size: 1.4rem;
}
.ins-main .ins-anzhuang .form-box .submit {
  line-height: 48px;
  width: 164px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 1.5rem;
  background: #000;
}
@media (max-width: 768px) {
  .ins-main .ins-anzhuang .form-box {
    width: 100%;
    margin: 30px auto;
  }
  .ins-main .ins-anzhuang .form-box .txt {
    padding: 0 15px;
    height: 48px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .ins-main .ins-anzhuang .form-box .submit {
    line-height: 48px;
    width: 164px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 1.5rem;
    background: #000;
  }
}
.ins-main .ins-shouhou {
  padding: 3% 0;
}
.ins-main .ins-shouhou .content {
  margin-top: 3%;
}
.ins-main .ins-shouhou .content h5 {
  font-size: 1.8rem;
  color: #00a0e6;
  font-weight: 600;
}
.ins-main .ins-shouhou .content h6 {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 600;
}
.ins-main .ins-shouhou .content p {
  font-size: 1.4rem;
  color: #333;
  line-height: 200%;
}
.ins-main .ins-product {
  padding: 2% 0;
}
.ins-main .ins-product .content li {
  width: 31.83333333%;
  float: left;
  margin-right: 2.25%;
  margin-bottom: 2%;
  position: relative;
}
.ins-main .ins-product .content li:hover .masking {
  opacity: 1;
}
.ins-main .ins-product .content li:hover .img-box .txt p {
  opacity: 0;
}
.ins-main .ins-product .content li:hover .img-box .txt b {
  opacity: 0;
}
.ins-main .ins-product .content li .img-box img {
  width: 100%;
}
.ins-main .ins-product .content li .img-box .txt {
  padding: 5% 4%;
  background: #eee;
}
.ins-main .ins-product .content li .img-box .txt p {
  font-size: 1.8rem;
  color: #222222;
}
.ins-main .ins-product .content li .img-box .txt b {
  display: block;
  width: 60px;
  height: 3px;
  background: #000;
}
.ins-main .ins-product .content li .masking {
  width: 100%;
  height: 100%;
  background: rgba(0, 160, 230, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
}
.ins-main .ins-product .content li .masking .txt {
  width: 90%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
}
.ins-main .ins-product .content li .masking .txt p {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 600;
}
.ins-main .ins-product .content li .masking .txt b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 60px;
  height: 3px;
  background: #fff;
}
.ins-main .ins-product .content li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-product {
    padding: 2% 0;
  }
  .ins-main .ins-product .content li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
  }
  .ins-main .ins-product .content li:hover .masking {
    opacity: 1;
  }
  .ins-main .ins-product .content li:hover .img-box .txt p {
    opacity: 0;
  }
  .ins-main .ins-product .content li:hover .img-box .txt b {
    opacity: 0;
  }
  .ins-main .ins-product .content li .img-box img {
    width: 100%;
  }
  .ins-main .ins-product .content li .img-box .txt {
    padding: 5% 4%;
    background: #eee;
  }
  .ins-main .ins-product .content li .img-box .txt p {
    font-size: 1.8rem;
    color: #222222;
  }
  .ins-main .ins-product .content li .img-box .txt b {
    display: block;
    width: 60px;
    height: 3px;
    background: #000;
  }
  .ins-main .ins-product .content li .masking {
    width: 100%;
    height: 100%;
    background: rgba(0, 160, 230, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
    opacity: 0;
  }
  .ins-main .ins-product .content li .masking .txt {
    width: 90%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: center;
  }
  .ins-main .ins-product .content li .masking .txt p {
    font-size: 2rem;
    color: #fff;
    font-weight: 600;
  }
  .ins-main .ins-product .content li .masking .txt b {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 60px;
    height: 3px;
    background: #fff;
  }
  .ins-main .ins-product .content li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .ins-main .ins-product .content li:nth-child(2n+2) {
    margin-right: 0%;
  }
}
.ins-main .ins-news {
  padding: 3% 0;
}
.ins-main .ins-news .content li {
  background: #fff;
  margin-bottom: 2%;
  padding: 2% 0;
}
.ins-main .ins-news .content li:hover {
  background: #ebebeb;
}
.ins-main .ins-news .content li:hover .img img {
  transform: scale(1.05);
}
.ins-main .ins-news .content li:hover .txt span {
  background: url("../images/ins-news-more_06.jpg") no-repeat center;
}
.ins-main .ins-news .content li .img {
  overflow: hidden;
  width: 23%;
  float: left;
}
.ins-main .ins-news .content li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-news .content li .txt {
  width: 74%;
  float: right;
}
.ins-main .ins-news .content li .txt h6 {
  font-size: 1.8rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-news .content li .txt p {
  font-size: 1.4rem;
  color: #666;
  margin: 4% 0;
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ins-main .ins-news .content li .txt span {
  display: block;
  width: 62px;
  height: 21px;
  background: url("../images/ins-news-more_03.jpg") no-repeat center;
}
@media (max-width: 768px) {
  .ins-main .ins-news {
    background: #f7f7f7;
    padding: 4% 0;
  }
  .ins-main .ins-news .content li {
    padding: 2%;
    background: #fff;
    margin-bottom: 2%;
  }
  .ins-main .ins-news .content li:hover {
    background: #ebebeb;
  }
  .ins-main .ins-news .content li:hover .img img {
    transform: scale(1.05);
  }
  .ins-main .ins-news .content li:hover .txt span {
    color: #fff;
  }
  .ins-main .ins-news .content li .img {
    overflow: hidden;
    width: 32.6%;
    float: left;
    display: none;
  }
  .ins-main .ins-news .content li .img img {
    width: 100%;
    transition: 0.4s;
  }
  .ins-main .ins-news .content li .txt {
    width: 100%;
    float: right;
  }
  .ins-main .ins-news .content li .txt h6 {
    font-size: 1.6rem;
    color: #434343;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-news .content li .txt p {
    font-size: 1.4rem;
    color: #8b8b8b;
    margin: 4% 0;
    line-height: 180%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .ins-main .ins-news .content li .txt span {
    font-size: 1.4rem;
    color: #b7b7b7;
  }
}
.ins-main .news-show .list-nav {
  margin: 3% 0;
}
.ins-main .news-show .content {
  padding: 2% 0 0;
  background: #f4f4f4;
}
.ins-main .news-show .show-tit {
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}
.ins-main .news-show .show-tit h4 {
  font-size: 2.2rem;
  color: #333;
}
.ins-main .news-show .show-tit p {
  font-size: 1.4rem;
  color: #999;
  margin: 20px 0 15px;
}
.ins-main .news-show .show-content {
  padding: 3% 0;
}
.ins-main .news-show .show-content img {
  max-width: 100%;
}
.ins-main .news-show .show-content p {
  font-size: 1.4rem;
  color: #4f4f4f;
  line-height: 26px;
  margin-bottom: 15px;
}
.ins-main .news-show .link {
  background: #ebebeb;
  height: 45px;
  line-height: 45px;
}
.ins-main .news-show .link a {
  font-size: 1.4rem;
  color: #333;
  display: block;
  width: 50%;
  float: left;
}
.ins-main .news-show .link a:hover {
  color: #00a0e6;
}
.ins-main .news-show .more-news h4 {
  font-size: 3rem;
  color: #333;
  margin: 3% 0;
}
.ins-main .news-show .more-news li {
  background: #fff;
  margin-bottom: 2%;
  padding: 2% 0;
}
.ins-main .news-show .more-news li:hover {
  background: #ebebeb;
}
.ins-main .news-show .more-news li:hover .img img {
  transform: scale(1.05);
}
.ins-main .news-show .more-news li:hover .txt span {
  background: url("../images/ins-news-more_06.jpg") no-repeat center;
}
.ins-main .news-show .more-news li .img {
  overflow: hidden;
  width: 23%;
  float: left;
}
.ins-main .news-show .more-news li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .news-show .more-news li .txt {
  width: 74%;
  float: right;
}
.ins-main .news-show .more-news li .txt h6 {
  font-size: 1.8rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .news-show .more-news li .txt p {
  font-size: 1.4rem;
  color: #666;
  margin: 4% 0;
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ins-main .news-show .more-news li .txt span {
  display: block;
  width: 62px;
  height: 21px;
  background: url("../images/ins-news-more_03.jpg") no-repeat center;
}
@media (max-width: 768px) {
  .ins-main .news-show .content {
    padding: 2% 0 0;
    background: #f4f4f4;
  }
  .ins-main .news-show .show-tit {
    text-align: center;
    border-bottom: 1px solid #ebebeb;
  }
  .ins-main .news-show .show-tit h4 {
    font-size: 2.2rem;
    color: #333;
  }
  .ins-main .news-show .show-tit p {
    font-size: 1.4rem;
    color: #999;
    margin: 20px 0 15px;
  }
  .ins-main .news-show .show-content {
    padding: 3% 0;
  }
  .ins-main .news-show .show-content img {
    max-width: 100%;
  }
  .ins-main .news-show .show-content p {
    font-size: 1.4rem;
    color: #4f4f4f;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .ins-main .news-show .link {
    background: #ebebeb;
    height: 90px;
    line-height: 45px;
  }
  .ins-main .news-show .link a {
    font-size: 1.4rem;
    color: #333;
    display: block;
    width: 100%;
    float: left;
  }
  .ins-main .news-show .link a:hover {
    color: #00a0e6;
  }
  .ins-main .news-show .more-news h4 {
    font-size: 3rem;
    color: #333;
    margin: 3% 0;
  }
  .ins-main .news-show .more-news li {
    padding: 2%;
    background: #fff;
    margin-bottom: 2%;
  }
  .ins-main .news-show .more-news li:hover {
    background: #ebebeb;
  }
  .ins-main .news-show .more-news li:hover .img img {
    transform: scale(1.05);
  }
  .ins-main .news-show .more-news li:hover .txt span {
    color: #fff;
  }
  .ins-main .news-show .more-news li .img {
    overflow: hidden;
    width: 32.6%;
    float: left;
    display: none;
  }
  .ins-main .news-show .more-news li .img img {
    width: 100%;
    transition: 0.4s;
  }
  .ins-main .news-show .more-news li .txt {
    width: 100%;
    float: right;
  }
  .ins-main .news-show .more-news li .txt h6 {
    font-size: 1.6rem;
    color: #434343;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .news-show .more-news li .txt p {
    font-size: 1.4rem;
    color: #8b8b8b;
    margin: 4% 0;
    line-height: 180%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .ins-main .news-show .more-news li .txt span {
    font-size: 1.4rem;
    color: #b7b7b7;
  }
}
.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-about .jianjie-top .txt-box {
  width: 50%;
  float: left;
  padding-left: 5%;
}
.ins-main .ins-about .jianjie-top .txt-box img {
  max-width: 100%;
  margin-top: 16%;
}
.ins-main .ins-about .jianjie-top .txt-box h6 {
  font-weight: 600;
  font-size: 1.8rem;
  color: #0e0e0e;
}
.ins-main .ins-about .jianjie-top .txt-box p {
  font-size: 1.4rem;
  color: #656565;
  line-height: 180%;
  margin: 10% 0;
}
.ins-main .ins-about .jianjie-top .txt-box .list li {
  width: 32.3333333%;
  float: left;
  margin-right: 1.5%;
}
.ins-main .ins-about .jianjie-top .txt-box .list li img {
  width: 100%;
  cursor: pointer;
}
.ins-main .ins-about .jianjie-top .txt-box .list li:nth-child(3) {
  margin-right: 0;
}
.ins-main .ins-about .jianjie-top .img {
  width: 46%;
  float: right;
}
.ins-main .ins-about .jianjie-top .img img {
  width: 100%;
}
.ins-main .ins-about .jianjie-center {
  padding: 4% 0;
  background: #f7f7f7;
}
.ins-main .ins-about .jianjie-center .img img {
  width: 100%;
}
.ins-main .ins-about .jianjie-center .txt {
  background: #fff;
  padding: 2% 2%;
}
.ins-main .ins-about .jianjie-center .txt p {
  font-size: 1.4rem;
  color: #656565;
  line-height: 180%;
  margin: 0;
}
.ins-main .ins-about .jianjie-bot {
  padding: 4% 0;
}
.ins-main .ins-about .jianjie-bot li {
  width: 31.8333333%;
  float: left;
  margin-right: 2%;
}
.ins-main .ins-about .jianjie-bot li:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-about .jianjie-bot li:hover .txt {
  background: #ff3d29;
}
.ins-main .ins-about .jianjie-bot li:hover .txt h6 {
  color: #fff;
}
.ins-main .ins-about .jianjie-bot li:hover .txt p {
  color: #fff;
}
.ins-main .ins-about .jianjie-bot li .img {
  overflow: hidden;
}
.ins-main .ins-about .jianjie-bot li .img img {
  width: 100%;
  transition: 0.3s;
}
.ins-main .ins-about .jianjie-bot li .txt {
  transition: 0.3s;
  height: 200px;
  padding: 3%;
  border: 1px solid #f5f5f5;
  border-top: none;
}
.ins-main .ins-about .jianjie-bot li .txt h6 {
  font-size: 1.6rem;
  color: #0e0e0e;
  margin: 20px 0;
}
.ins-main .ins-about .jianjie-bot li .txt p {
  font-size: 1.4rem;
  color: #656565;
  line-height: 180%;
}
.ins-main .ins-about .jianjie-bot li:nth-child(3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-about .jianjie-top .txt-box {
    width: 100%;
    float: left;
    padding: 0% 0 5% 0;
  }
  .ins-main .ins-about .jianjie-top .txt-box img {
    max-width: 100%;
    margin-top: 6%;
  }
  .ins-main .ins-about .jianjie-top .txt-box h6 {
    font-weight: 600;
    font-size: 1.8rem;
    color: #0e0e0e;
  }
  .ins-main .ins-about .jianjie-top .txt-box p {
    font-size: 1.4rem;
    color: #656565;
    line-height: 180%;
    margin: 10% 0;
  }
  .ins-main .ins-about .jianjie-top .txt-box .list li {
    width: 32.3333333%;
    float: left;
    margin-right: 1.5%;
  }
  .ins-main .ins-about .jianjie-top .txt-box .list li img {
    width: 100%;
  }
  .ins-main .ins-about .jianjie-top .txt-box .list li:nth-child(3) {
    margin-right: 0;
  }
  .ins-main .ins-about .jianjie-bot {
    padding: 4% 0;
  }
  .ins-main .ins-about .jianjie-bot li {
    width: 100%;
    float: left;
    margin: 0 0 3% 0;
  }
  .ins-main .ins-about .jianjie-bot li:hover .img img {
    transform: scale(1.1);
  }
  .ins-main .ins-about .jianjie-bot li:hover .txt {
    background: #ff3d29;
  }
  .ins-main .ins-about .jianjie-bot li:hover .txt h6 {
    color: #fff;
  }
  .ins-main .ins-about .jianjie-bot li:hover .txt p {
    color: #fff;
  }
  .ins-main .ins-about .jianjie-bot li .img {
    overflow: hidden;
  }
  .ins-main .ins-about .jianjie-bot li .img img {
    width: 100%;
    transition: 0.3s;
  }
  .ins-main .ins-about .jianjie-bot li .txt {
    transition: 0.3s;
    height: 167px;
    padding: 3%;
    border: 1px solid #f5f5f5;
    border-top: none;
  }
  .ins-main .ins-about .jianjie-bot li .txt h6 {
    font-size: 1.6rem;
    color: #0e0e0e;
    margin: 20px 0;
  }
  .ins-main .ins-about .jianjie-bot li .txt p {
    font-size: 1.4rem;
    color: #656565;
    line-height: 180%;
  }
  .ins-main .ins-about .jianjie-bot li:nth-child(3) {
    margin-right: 0;
  }
}
.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-case {
  padding: 3% 0;
}
.ins-main .ins-case li {
  width: 31.33333%;
  float: left;
  margin-right: 3%;
  margin-bottom: 3%;
}
.ins-main .ins-case li:hover .img img {
  transform: scale(1.05);
}
.ins-main .ins-case li:hover p {
  color: #fff;
  background: #00a0e6;
}
.ins-main .ins-case li .img {
  overflow: hidden;
}
.ins-main .ins-case li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-case li p {
  line-height: 50px;
  text-align: center;
  background: #ebebeb;
  color: #000;
  font-size: 1.6rem;
  margin: 0;
}
.ins-main .ins-case li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-case {
    padding: 3% 0;
  }
  .ins-main .ins-case li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .ins-main .ins-case li:hover .img img {
    transform: scale(1.05);
  }
  .ins-main .ins-case li:hover p {
    color: #fff;
    background: #00a0e6;
  }
  .ins-main .ins-case li .img {
    overflow: hidden;
  }
  .ins-main .ins-case li .img img {
    width: 100%;
    transition: 0.4s;
  }
  .ins-main .ins-case li p {
    line-height: 40px;
    text-align: center;
    background: #ebebeb;
    color: #000;
    font-size: 1.6rem;
  }
  .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 .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: #ff3e2a;
  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: #ff3e2a;
}
.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 .product-show {
  padding: 3% 0;
}
.ins-main .product-show .show-tit {
  text-align: center;
  margin-bottom: 2%;
}
.ins-main .product-show .show-tit h5 {
  font-size: 2.4rem;
  color: #000;
  font-weight: 600;
}
.ins-main .product-show .show-tit b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 60px;
  height: 3px;
  background: #000;
}
.ins-main .product-show .top-show {
  width: 47%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .ins-main .product-show .top-show {
    width: 100%;
  }
}
.ins-main .product-show .top-show .view .swiper-container {
  height: 100%;
  margin: 0 15%;
  position: relative;
}
.ins-main .product-show .top-show .view .swiper-container .swiper-slide {
  width: 100%;
}
.ins-main .product-show .top-show .view .swiper-container .swiper-slide img {
  width: 100%;
  border: 1px solid #f0f0f0;
}
.ins-main .product-show .top-show .preview {
  width: 100%;
  padding: 4% 0% 0;
  position: relative;
  border-top: none;
}
.ins-main .product-show .top-show .preview .swiper-container {
  width: 100%;
  margin: 0 auto;
}
.ins-main .product-show .top-show .view .arrow-left {
  position: absolute;
  left: -150px;
  top: 30%;
  width: 54px;
  height: 54px;
  border-radius: 38px;
  background: url("../images/show-btn_03.png") no-repeat center;
}
.ins-main .product-show .top-show .view .arrow-left:hover {
  background: url("../images/show-btn_10.png") no-repeat center;
}
.ins-main .product-show .top-show .view .arrow-right {
  position: absolute;
  right: -150px;
  top: 30%;
  width: 54px;
  height: 54px;
  border-radius: 38px;
  background: url("../images/show-btn_08.png") no-repeat center;
}
.ins-main .product-show .top-show .view .arrow-right:hover {
  background: url("../images/show-btn_06.png") no-repeat center;
}
.ins-main .product-show .top-show .preview .swiper-slide {
  float: left;
  width: auto;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.ins-main .product-show .top-show .preview .swiper-slide img {
  width: 100%;
  cursor: pointer;
  border: 1px solid #dcdcdc;
}
.ins-main .product-show .top-show .preview .active-nav img {
  border: 1px solid #00a0e6;
}
.ins-main .product-show .content {
  margin: 3% 0;
}
.ins-main .product-show .content .show-tit2 h5 {
  font-size: 2.4rem;
  color: #000;
  font-weight: 600;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.ins-main .product-show .bot {
  margin: 3% 0;
}
.ins-main .product-show .bot .show-tit2 h5 {
  font-size: 2.4rem;
  color: #000;
  font-weight: 600;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.ins-main .product-show .bot .swiper-container-recommend {
  overflow: hidden;
  margin-top: 4%;
}
.ins-main .product-show .bot .swiper-container-recommend .swiper-slide:hover .masking {
  opacity: 1;
}
.ins-main .product-show .bot .swiper-container-recommend .swiper-slide:hover .img-box .txt p {
  opacity: 0;
}
.ins-main .product-show .bot .swiper-container-recommend .swiper-slide:hover .img-box .txt b {
  opacity: 0;
}
.ins-main .product-show .bot .swiper-container-recommend .swiper-slide .img-box img {
  width: 100%;
}
.ins-main .product-show .bot .swiper-container-recommend .swiper-slide .img-box .txt {
  padding: 5% 4%;
  background: #eee;
}
.ins-main .product-show .bot .swiper-container-recommend .swiper-slide .img-box .txt p {
  font-size: 1.8rem;
  color: #222222;
}
.ins-main .product-show .bot .swiper-container-recommend .swiper-slide .img-box .txt b {
  display: block;
  width: 60px;
  height: 3px;
  background: #000;
}
.ins-main .product-show .bot .swiper-container-recommend .swiper-slide .masking {
  width: 100%;
  height: 100%;
  background: rgba(0, 160, 230, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
}
.ins-main .product-show .bot .swiper-container-recommend .swiper-slide .masking .txt {
  width: 90%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
}
.ins-main .product-show .bot .swiper-container-recommend .swiper-slide .masking .txt p {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 600;
}
.ins-main .product-show .bot .swiper-container-recommend .swiper-slide .masking .txt b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 60px;
  height: 3px;
  background: #fff;
}
.page-num {
  clear: both;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  padding: 3% 0 3%;
}
.page-num span {display: inline-block; height: 32px; text-align: center; line-height: 32px; margin: 0 2px; background-color: #826545; color: #fff; font-size: 14px; padding: 0 10px;}
.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: #826545;
  background-color: #826545;
}
@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: #826545;
    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: #826545;
    background-color: #826545;
  }
}
.ins-service .img img {
  width: 100%;
  margin-bottom: 3%;
}
.nav-shadow {
  box-shadow: 0 0 15px #cdcbcb;
}
