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;
}
a {
  text-decoration: none!important;
}
.navbar-brand {
  float: none;
  line-height: 0;
}
.mobile-con {
  display: none;
}
.header .header-box {
  background: #fff;
  height: 80px;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #efefef;
}
.header .header-box .container {
  position: relative;
  height: 80px;
}
.header .header-box .logo {
  float: left;
}
.header .header-box .logo img {
  margin-top: 26px;
}
@media (max-width: 992px) {
  .header .header-box .logo img {
    width: 88px;
  }
}
.header .header-box .nav-con {
  width: 74.7%;
  margin: 0 auto;
  text-align: center;
}
.header .header-box .nav-con #nav {
  width: 100%;
  float: right;
  margin-bottom: 0;
}
.header .header-box .nav-con #nav .sub-nav {
  text-align: center;
  position: relative;
  padding-top: 17px;
  margin: 0 1.3rem;
  text-transform: uppercase;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
@media (max-width: 1200px) {
  .header .header-box .nav-con #nav .sub-nav {
    margin: 0 0.8rem;
  }
}
@media (max-width: 992px) {
  .header .header-box .nav-con #nav .sub-nav {
    margin: 0 0.1rem;
  }
}
.header .header-box .nav-con #nav .sub-nav:hover h6 {
  font-weight: 600;
}
.header .header-box .nav-con #nav .sub-nav:hover span {
  width: 100%;
}
.header .header-box .nav-con #nav .sub-nav a {
  text-align: center;
}
.header .header-box .nav-con #nav .sub-nav a h6 {
  font-size: 1.4rem;
  color: #5f5f5f;
  margin-bottom: 6px;
}
.header .header-box .nav-con #nav .sub-nav a p {
  font-size: 1.1rem;
  color: #999;
  text-transform: uppercase;
}
.header .header-box .nav-con #nav .sub-nav span {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 2px;
  left: 50%;
  top: 74px;
  content: '';
  transform: translateX(-50%) translateY(0%);
  background-color: #5f5f5f;
  transition: width .4s;
}
.header .header-box .nav-con #nav .sub-nav .drop-down {
  z-index: 999;
  position: absolute;
  top: 39px;
  left: -20%;
  display: none;
}
.header .header-box .nav-con #nav .sub-nav .drop-down {
  width: 140%;
  text-align: center;
  background: #fff;
}
.header .header-box .nav-con #nav .sub-nav .drop-down li {
  line-height: 45px;
  border-bottom: 1px solid #f6f6f6;
}
.header .header-box .nav-con #nav .sub-nav .drop-down li a {
  font-size: 1.4rem;
  display: block;
  color: #333!important;
  background: none!important;
  margin: 0;
}
.header .header-box .nav-con #nav .sub-nav .drop-down li a:hover {
  background: #ffffff !important;
  color: #fe6500!important;
}
.header .header-box .nav-con #nav .sub-nav:last-child a {
  margin-right: 0;
}
.header .header-box .nav-con #nav .active a {
  color: #00a0e6;
}
.header .header-box .nav-con #nav .active span {
  width: 100%;
}
.header .header-box .rt-con {
  position: absolute;
  right: 0;
}
.header .header-box .search-con .toggle-btn {
  position: absolute;
  top: 25px;
  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: 79px;
  width: 260px;
  height: 60px;
  border-top: 4px solid #fe6500;
  background-color: #fff;
  z-index: 10;
  line-height: 60px;
}
.header .header-box .search-con .search .txt {
  margin: 3px 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: #fe6500;
  position: absolute;
  top: 10px;
  right: 8px;
  text-align: center;
  line-height: 39px;
  border-radius: 2px;
  color: #fff;
}
.header .header-box .language {
  float: right;
  margin: 29px 51px 0 0;
}
@media (max-width: 992px) {
  .header .header-box .language {
    margin: 29px 41px 0 0;
  }
}
.header .header-box .language a {
  font-size: 1.4rem;
  color: #666;
}
.header .header-box .language a:hover {
  color: #fe6500;
}
.header .mobile-con .navbar-default .navbar-nav > li > a:hover,
.header .mobile-con .navbar-default .navbar-nav > li > a:focus {
  color: #fe6500;
}
.header .mobile-con .navbar-default {
  background: #fff;
}
.header .mobile-con .navbar-header .navbar-brand {
  float: none;
  line-height: 0;
  padding: 0;
}
.header .mobile-con .navbar-brand > img {
  margin: 10px 0 0 3%;
  width: 118px;
}
.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;
}
/*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 .product .box {
  padding: 4% 0;
  border-bottom: 1px solid #f4f4f4;
}
.main .product .box .pro-tit {
  width: 17.9487%;
  float: left;
}
.main .product .box .pro-tit h4 {
  font-size: 2.6rem;
  color: #000;
  font-weight: 900;
  margin: 0 5px 0 0;
}
.main .product .box .pro-tit img {
  margin: 20px 0;
}
.main .product .box .pro-tit h5 {
  font-size: 2.2rem;
  color: #111111;
  margin: 0;
}
.main .product .box .list-box {
  margin-left: -1%;
  width: 82%;
  float: right;
  margin-top: 30px;
}
.main .product .box .list-box li {
  width: 70px;
  float: left;
  text-align: center;
  margin-right: 57px;
}
@media (max-width: 1200px) {
  .main .product .box .list-box li {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .main .product .box .list-box li {
    margin-right: 3px;
  }
}
.main .product .box .list-box li:hover p {
  color: #fe6500;
}
.main .product .box .list-box li span {
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 58px;
  margin: 0 auto 20px;
}
.main .product .box .list-box li span img {
  border-radius: 58px;
}
.main .product .box .list-box li p {
  font-size: 1.4rem;
  color: #666;
}
.main .product .box .list-box li:nth-child(8) {
  margin-right: 0;
}
.main .product .box .list-box li:nth-child(1) span {
  background: url("../images/pro-icon_03.png") no-repeat 0 center;
}
.main .product .box .list-box li:nth-child(2) span {
  background: url("../images/pro-icon_03.png") no-repeat -116px center;
}
.main .product .box .list-box li:nth-child(3) span {
  background: url("../images/pro-icon_03.png") no-repeat -232px center;
}
.main .product .box .list-box li:nth-child(4) span {
  background: url("../images/pro-icon_03.png") no-repeat -348px center;
}
.main .product .box .list-box li:nth-child(5) span {
  background: url("../images/pro-icon_03.png") no-repeat -464px center;
}
.main .product .box .list-box li:nth-child(6) span {
  background: url("../images/pro-icon_03.png") no-repeat -580px center;
}
.main .product .box .list-box li:nth-child(7) span {
  background: url("../images/pro-icon_03.png") no-repeat -696px center;
}
.main .product .box .list-box li:nth-child(8) span {
  background: url("../images/pro-icon_03.png") no-repeat -812px center;
}
.main .product .box .list-box li:nth-child(1):hover span {
  background: #fe6500 url("../images/pro-icon_03.png") no-repeat -58px center;
}
.main .product .box .list-box li:nth-child(2):hover span {
  background: #fe6500 url("../images/pro-icon_03.png") no-repeat -174px center;
}
.main .product .box .list-box li:nth-child(3):hover span {
  background: #fe6500 url("../images/pro-icon_03.png") no-repeat -290px center;
}
.main .product .box .list-box li:nth-child(4):hover span {
  background: #fe6500 url("../images/pro-icon_03.png") no-repeat -406px center;
}
.main .product .box .list-box li:nth-child(5):hover span {
  background: #fe6500 url("../images/pro-icon_03.png") no-repeat -522px center;
}
.main .product .box .list-box li:nth-child(6):hover span {
  background: #fe6500 url("../images/pro-icon_03.png") no-repeat -638px center;
}
.main .product .box .list-box li:nth-child(7):hover span {
  background: #fe6500 url("../images/pro-icon_03.png") no-repeat -754px center;
}
.main .product .box .list-box li:nth-child(8):hover span {
  background: #fe6500 url("../images/pro-icon_03.png") no-repeat -870px center;
}
@media (max-width: 768px) {
  .main .product .box {
    padding: 4% 0;
    border-bottom: 1px solid #f4f4f4;
  }
  .main .product .box .pro-tit {
    width: 100%;
    float: left;
    text-align: center;
  }
  .main .product .box .pro-tit h4 {
    font-size: 2.6rem;
    color: #000;
    font-weight: 900;
    padding: 0 0 10px 0;
    display: inline;
  }
  .main .product .box .pro-tit img {
    margin: 20px 0;
  }
  .main .product .box .pro-tit h5 {
    font-size: 2.2rem;
    color: #111111;
    margin: 6px 0 0;
  }
  .main .product .box .list-box {
    margin-left: 0%;
    width: 100%;
    float: right;
    margin-top: 20px;
    text-align: center;
  }
  .main .product .box .list-box li {
    width: 70px;
    float: none;
    text-align: center;
    margin-right: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 1%;
  }
  .main .product .box .list-box li:hover p {
    color: #fe6500;
  }
  .main .product .box .list-box li span {
    display: block;
    width: 58px;
    height: 58px;
    border-radius: 58px;
    margin: 0 auto 20px;
  }
  .main .product .box .list-box li span img {
    border-radius: 58px;
  }
  .main .product .box .list-box li p {
    font-size: 1.4rem;
    color: #666;
  }
  .main .product .box .list-box li:nth-child(4) {
    margin-right: 0;
  }
  .main .product .box .list-box li:nth-child(8) {
    margin-right: 0;
  }
}
.main .about .box {
  padding: 4% 0;
  border-bottom: 1px solid #f4f4f4;
}
.main .about .box .about-tit {
  width: 17.9487%;
  float: left;
}
.main .about .box .about-tit h4 {
  font-size: 2.6rem;
  color: #000;
  font-weight: 900;
  margin: 0 5px 0 0;
}
.main .about .box .about-tit img {
  margin: 20px 0;
}
.main .about .box .about-tit h5 {
  font-size: 2.2rem;
  color: #111111;
  margin: 0;
}
.main .about .box .list-box {
  width: 82%;
  float: right;
  margin-top: 30px;
}
.main .about .box .list-box .txt {
  width: 21%;
  float: left;
  margin-right: 5%;
}
.main .about .box .list-box .txt h6 {
  font-size: 1.4rem;
  color: #333;
  margin: 7px 0;
  font-weight: 600;
}
.main .about .box .list-box .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 180%;
  margin-top: 15px;
}
.main .about .box .list-box .img {
  width: 46.8%;
  float: right;
}
.main .about .box .list-box .img img {
  width: 100%;
}
@media (max-width: 768px) {
  .main .about .box {
    padding: 4% 0;
    border-bottom: 1px solid #f4f4f4;
  }
  .main .about .box .about-tit {
    width: 100%;
    float: left;
    text-align: center;
  }
  .main .about .box .about-tit h4 {
    font-size: 2.6rem;
    color: #000;
    font-weight: 900;
    margin: 0 5px 0 0;
    display: inline;
  }
  .main .about .box .about-tit img {
    margin: 20px 0;
  }
  .main .about .box .about-tit h5 {
    font-size: 2.2rem;
    color: #111111;
    margin: 6px 0 0;
  }
  .main .about .box .list-box {
    width: 100%;
    float: right;
    margin-top: 30px;
  }
  .main .about .box .list-box .txt {
    width: 49%;
    float: left;
    margin-right: 2%;
    text-align: center;
  }
  .main .about .box .list-box .txt h6 {
    font-size: 1.4rem;
    color: #333;
    margin: 7px 0;
    font-weight: 600;
  }
  .main .about .box .list-box .txt p {
    font-size: 1.4rem;
    color: #666;
    line-height: 180%;
    margin-top: 15px;
    text-align: left;
  }
  .main .about .box .list-box .txt:nth-child(2) {
    margin-right: 0;
  }
  .main .about .box .list-box .img {
    width: 100%;
    float: right;
  }
  .main .about .box .list-box .img img {
    width: 100%;
  }
}
.main .center {
  height: 545px;
  background: url("../images/center-bg_02.jpg") no-repeat center;
}
.main .center .swiper-container-center {
  overflow: hidden;
  margin-top: 5%;
}
.main .center .swiper-container-center .swiper-slide {
  position: relative;
}
.main .center .swiper-container-center .swiper-slide .img {
  width: 60.68%;
}
.main .center .swiper-container-center .swiper-slide .img img {
  width: 100%;
}
.main .center .swiper-container-center .swiper-slide .txt-box {
  bottom: 0;
  right: 0;
  width: 39.32%;
  position: absolute;
  height: 310px;
  padding: 2.5%;
  background: #000;
}
.main .center .swiper-container-center .swiper-slide .txt-box h5 {
  font-size: 2rem;
  color: #fe6500;
  margin: 4px 0;
}
.main .center .swiper-container-center .swiper-slide .txt-box h6 {
  font-size: 2rem;
  color: #d6d6d6;
  margin: 10% 0 4%;
}
.main .center .swiper-container-center .swiper-slide .txt-box h6 span {
  font-size: 1.6rem;
}
.main .center .swiper-container-center .swiper-slide .txt-box p {
  font-size: 1.4rem;
  color: #d6d6d6;
  line-height: 180%;
  margin-bottom: 5%;
}
.main .center .swiper-container-center .swiper-slide .txt-box .btn {
  position: absolute;
  top: 20px;
  right: 20px;
}
.main .center .swiper-container-center .swiper-pagination-center {
  text-align: center;
  margin-top: 15px;
}
.main .center .swiper-container-center .swiper-pagination-bullet {
  background: url("../images/dot_06.png") no-repeat center;
  height: 18px;
  width: 18px;
  opacity: 1;
}
.main .center .swiper-container-center .swiper-pagination-bullet-active {
  background: url("../images/dot_03.png") no-repeat center;
}
@media (max-width: 768px) {
  .main .center {
    height: auto;
    background-size: cover;
  }
  .main .center .swiper-container-center {
    overflow: hidden;
    margin-top: 5%;
  }
  .main .center .swiper-container-center .swiper-slide {
    position: relative;
  }
  .main .center .swiper-container-center .swiper-slide .img {
    width: 100%;
  }
  .main .center .swiper-container-center .swiper-slide .img img {
    width: 100%;
  }
  .main .center .swiper-container-center .swiper-slide .txt-box {
    bottom: 0;
    right: 0;
    width: 100%;
    position: static;
    height: auto;
    padding: 2.5%;
    background: #000;
  }
  .main .center .swiper-container-center .swiper-slide .txt-box h5 {
    font-size: 2rem;
    color: #fe6500;
    margin: 4px 0;
  }
  .main .center .swiper-container-center .swiper-slide .txt-box h6 {
    font-size: 2rem;
    color: #d6d6d6;
    margin: 10% 0 4%;
  }
  .main .center .swiper-container-center .swiper-slide .txt-box h6 span {
    font-size: 1.6rem;
  }
  .main .center .swiper-container-center .swiper-slide .txt-box p {
    font-size: 1.4rem;
    color: #d6d6d6;
    line-height: 180%;
    margin-bottom: 5%;
  }
  .main .center .swiper-container-center .swiper-slide .txt-box .btn {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .main .center .swiper-container-center .swiper-pagination-center {
    text-align: center;
    margin: 7px 0 12px;
  }
  .main .center .swiper-container-center .swiper-pagination-bullet {
    background: url("../images/dot_06.png") no-repeat center;
    height: 18px;
    width: 18px;
    opacity: 1;
  }
  .main .center .swiper-container-center .swiper-pagination-bullet-active {
    background: url("../images/dot_03.png") no-repeat center;
  }
}
.main .pro-list {
  background: #f4f4f4;
}
.main .pro-list .box {
  padding: 4% 0;
  border-bottom: 1px solid #f4f4f4;
}
.main .pro-list .box .pro-tit {
  width: 17.9487%;
  float: left;
}
.main .pro-list .box .pro-tit h4 {
  font-size: 2.6rem;
  color: #000;
  font-weight: 900;
  margin: 0 5px 0 0;
}
.main .pro-list .box .pro-tit img {
  margin: 20px 0;
}
.main .pro-list .box .pro-tit h5 {
  font-size: 2.2rem;
  color: #111111;
  margin: 0;
}
.main .pro-list .box .pro-tit .swiper-pagination-pro {
  margin-top: 25px;
}
.main .pro-list .box .pro-tit .swiper-pagination-bullet {
  background: #e5e5e5;
  height: 10px;
  width: 10px;
  opacity: 1;
  margin: 0 7px 0 0;
}
.main .pro-list .box .pro-tit .swiper-pagination-bullet-active {
  background: #ee5f00;
}
.main .pro-list .box .list-box {
  width: 82%;
  float: right;
}
.main .pro-list .box .list-box .swiper-container-pro {
  overflow: hidden;
}
.main .pro-list .box .list-box .swiper-container-pro .swiper-slide {
  width: 31.333333%;
  float: left;
  margin-right: 3%;
}
.main .pro-list .box .list-box .swiper-container-pro .swiper-slide:hover .img {
  overflow: hidden;
}
.main .pro-list .box .list-box .swiper-container-pro .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.main .pro-list .box .list-box .swiper-container-pro .swiper-slide:hover p {
  color: #fff;
  background: #000000 url("../images/pro-more_03.png") no-repeat 95% center;
}
.main .pro-list .box .list-box .swiper-container-pro .swiper-slide .img {
  overflow: hidden;
}
.main .pro-list .box .list-box .swiper-container-pro .swiper-slide .img img {
  width: 100%;
  transition: 0.3s;
}
.main .pro-list .box .list-box .swiper-container-pro .swiper-slide p {
  height: 40px;
  line-height: 40px;
  background: #ffffff url("../images/pro-more_06.png") no-repeat 95% center;
  padding: 0 5%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.4rem;
  color: #666;
}
@media (max-width: 768px) {
  .main .pro-list {
    background: #f4f4f4;
  }
  .main .pro-list .box {
    padding: 4% 0;
    border-bottom: 1px solid #f4f4f4;
  }
  .main .pro-list .box .pro-tit {
    width: 100%;
    float: left;
    text-align: center;
  }
  .main .pro-list .box .pro-tit h4 {
    font-size: 2.6rem;
    color: #000;
    font-weight: 900;
    margin: 0 5px 0 0;
    display: inline;
  }
  .main .pro-list .box .pro-tit img {
    margin: 20px 0;
  }
  .main .pro-list .box .pro-tit h5 {
    font-size: 2.2rem;
    color: #111111;
    margin: 6px 0 0;
  }
  .main .pro-list .box .pro-tit .swiper-pagination-pro {
    margin-top: 25px;
  }
  .main .pro-list .box .pro-tit .swiper-pagination-bullet {
    background: #e5e5e5;
    height: 10px;
    width: 10px;
    opacity: 1;
    margin: 0 7px 0 0;
  }
  .main .pro-list .box .pro-tit .swiper-pagination-bullet-active {
    background: #ee5f00;
  }
  .main .pro-list .box .list-box {
    width: 100%;
    float: right;
    margin-top: 12px;
  }
  .main .pro-list .box .list-box .swiper-container-pro {
    overflow: hidden;
  }
  .main .pro-list .box .list-box .swiper-container-pro .swiper-slide {
    width: 31.333333%;
    float: left;
    margin-right: 3%;
  }
  .main .pro-list .box .list-box .swiper-container-pro .swiper-slide:hover .img {
    overflow: hidden;
  }
  .main .pro-list .box .list-box .swiper-container-pro .swiper-slide:hover .img img {
    transform: scale(1.1);
  }
  .main .pro-list .box .list-box .swiper-container-pro .swiper-slide:hover p {
    color: #fff;
    background: #000000 url("../images/pro-more_03.png") no-repeat 95% center;
  }
  .main .pro-list .box .list-box .swiper-container-pro .swiper-slide .img {
    overflow: hidden;
  }
  .main .pro-list .box .list-box .swiper-container-pro .swiper-slide .img img {
    width: 100%;
    transition: 0.3s;
  }
  .main .pro-list .box .list-box .swiper-container-pro .swiper-slide p {
    height: 40px;
    line-height: 40px;
    background: #ffffff url("../images/pro-more_06.png") no-repeat 95% center;
    padding: 0 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.4rem;
    color: #666;
  }
}
.main .case .box {
  padding: 4% 0 3%;
  border-bottom: 1px solid #f4f4f4;
}
.main .case .box .case-tit {
  width: 17.9487%;
  float: left;
}
.main .case .box .case-tit h4 {
  font-size: 2.6rem;
  color: #000;
  font-weight: 900;
  margin: 0 5px 0 0;
}
.main .case .box .case-tit img {
  margin: 20px 0;
}
.main .case .box .case-tit h5 {
  font-size: 2.2rem;
  color: #111111;
  margin: 0;
}
.main .case .box .list-box {
  width: 82%;
  float: right;
}
.main .case .box .list-box li {
  width: 32.333333%;
  float: left;
  margin-right: 1.5%;
  position: relative;
  margin-bottom: 1.5%;
}
.main .case .box .list-box li:hover .masking {
  opacity: 1;
}
.main .case .box .list-box li .img img {
  width: 100%;
}
.main .case .box .list-box li .masking {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
  opacity: 0;
}
.main .case .box .list-box li .masking .txt {
  width: 90%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
}
.main .case .box .list-box li .masking .txt p {
  font-size: 2rem;
  color: #fff;
}
.main .case .box .list-box li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .main .case .box {
    padding: 4% 0 3%;
    border-bottom: 1px solid #f4f4f4;
  }
  .main .case .box .case-tit {
    width: 100%;
    float: left;
    text-align: center;
  }
  .main .case .box .case-tit h4 {
    font-size: 2.6rem;
    color: #000;
    font-weight: 900;
    margin: 0 5px 0 0;
    display: inline;
  }
  .main .case .box .case-tit img {
    margin: 20px 0;
  }
  .main .case .box .case-tit h5 {
    font-size: 2.2rem;
    color: #111111;
    margin: 6px 0 0;
  }
  .main .case .box .list-box {
    width: 100%;
    float: right;
    margin-top: 12px;
  }
  .main .case .box .list-box li {
    width: 49%;
    float: left;
    margin-right: 2%;
    position: relative;
    margin-bottom: 2%;
  }
  .main .case .box .list-box li:hover .masking {
    opacity: 1;
  }
  .main .case .box .list-box li .img img {
    width: 100%;
  }
  .main .case .box .list-box li .masking {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    opacity: 0;
  }
  .main .case .box .list-box li .masking .txt {
    width: 90%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: center;
  }
  .main .case .box .list-box li .masking .txt p {
    font-size: 2rem;
    color: #fff;
  }
  .main .case .box .list-box li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .main .case .box .list-box li:nth-child(2n+2) {
    margin-right: 0%;
  }
}
.footer {
  background: #000;
}
.footer .footer-content {
  height: 116px;
  position: relative;
}
.footer .footer-content .box {
  border-bottom: 1px solid #2f3031;
  height: 116px;
}
.footer .footer-content .box .footer-nav {
  float: left;
  margin-top: 55px;
  width: 65%;
}
.footer .footer-content .box .footer-nav li {
  font-size: 1.4rem;
  margin-right: 3%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.footer .footer-content .box .footer-nav li a {
  color: #999898;
}
.footer .footer-content .box .footer-nav li a:hover {
  color: #fe6500;
}
.footer .footer-content .box .footer-tel {
  float: right;
  margin-top: 35px;
  height: 45px;
  background: url("../images/footer-tel_03.jpg") no-repeat left center;
  padding-left: 53px;
}
.footer .footer-content .box .footer-tel p {
  font-size: 1.6rem;
  color: #f5f5f5;
  padding-top: 24px;
}
.footer .footer-bot {
  height: 98px;
}
.footer .footer-bot .container {
  position: relative;
}
.footer .footer-bot p {
  margin: 0;
  font-size: 1.3rem;
  color: #999898;
  line-height: 97px;
}
.footer .footer-bot p a {
  color: #999898;
}
.footer .footer-bot p a:hover {
  color: #fe6500;
}
.footer .footer-bot p b {
  font-weight: 500;
}
.footer .footer-bot .rt-con {
  position: absolute;
  right: 15px;
  top: 25px;
  font-size: 1.3rem;
  color: #999898;
}
.footer .footer-bot .rt-con img {
  margin-left: 15px;
}
@media (max-width: 992px) {
  .footer .footer-bot .rt-con img {
    width: 130px;
  }
}
.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;
}
@media (max-width: 768px) {
  .footer .footer-content {
    height: auto;
    position: relative;
    text-align: center;
  }
  .footer .footer-content .box {
    border-bottom: 1px solid #2f3031;
    height: auto;
  }
  .footer .footer-content .box .footer-nav {
    float: none;
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }
  .footer .footer-content .box .footer-nav li {
    font-size: 1.4rem;
    margin: 0 3%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 3%;
  }
  .footer .footer-content .box .footer-nav li a {
    color: #999898;
  }
  .footer .footer-content .box .footer-nav li a:hover {
    color: #fe6500;
  }
  .footer .footer-content .box .footer-tel {
    float: none;
    margin: 0 auto;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 45px;
    background: url("../images/footer-tel_03.jpg") no-repeat left center;
    padding-left: 53px;
    margin-bottom: 10px;
  }
  .footer .footer-content .box .footer-tel p {
    font-size: 1.6rem;
    color: #f5f5f5;
    padding-top: 24px;
  }
  .footer .footer-bot {
    height: auto;
    padding: 6px 0;
  }
  .footer .footer-bot .container {
    position: relative;
    text-align: center;
  }
  .footer .footer-bot p {
    margin: 0;
    font-size: 1.3rem;
    color: #999898;
    line-height: 24px;
  }
  .footer .footer-bot p a {
    color: #999898;
  }
  .footer .footer-bot p a:hover {
    color: #fe6500;
  }
  .footer .footer-bot p b {
    display: block;
  }
  .footer .footer-bot .rt-con {
    position: static;
    right: 15px;
    top: 25px;
    font-size: 1.3rem;
    color: #999898;
  }
  .footer .footer-bot .rt-con img {
    margin-left: 15px;
    width: 110px;
  }
}
/*ins-style*/
@media (max-width: 768px) {
  .ins-main {
    margin-top: 55px;
  }
}
.ins-main .ins-ad img {
  width: 100%;
}
.ins-main .ins-nav {
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #f5f5f5;
}
.ins-main .ins-nav .rt-nav {
  float: right;
}
.ins-main .ins-nav .rt-nav p {
  margin: 0;
  padding-left: 26px;
  background: url("../images/location_03.jpg") no-repeat left center;
  font-size: 1.4rem;
  color: #333;
}
.ins-main .ins-nav .rt-nav p a {
  color: #333;
}
.ins-main .ins-nav .rt-nav p a:hover {
  color: #0187e8;
}
.ins-main .ins-nav .rt-nav p .active {
  color: #0187e8;
}
@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 .list-nav {
  margin-bottom: 5%;
}
.ins-main .list-nav ul {
  margin: 0;
}
.ins-main .list-nav li {
  font-size: 1.6rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  width: 130px;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .ins-main .list-nav li {
    width: 100px;
  }
}
.ins-main .list-nav li a {
  transition: 0.3s;
  display: block;
  font-size: 1.6rem;
  background: #666;
  border-radius: 4px;
  color: #fff;
}
.ins-main .list-nav li a:hover {
  background: #00a0e6;
  color: #fff;
}
.ins-main .list-nav .active a {
  background: #00a0e6;
  color: #fff;
}
.ins-main .ins-con {
  margin: 3% 0;
}
.ins-main .ins-con .ins-lf {
  width: 13%;
  float: left;
}
.ins-main .ins-con .ins-lf h4 {
  font-size: 1.8rem;
  color: #333;
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 2px solid #332c2b;
  margin-top: 0;
}
.ins-main .ins-con .ins-lf h4 img {
  margin-top: -4px;
}
.ins-main .ins-con .ins-lf li {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #ebebeb;
  padding-left: 45px;
}
.ins-main .ins-con .ins-lf li a {
  font-size: 1.4rem;
  color: #333;
}
.ins-main .ins-con .ins-lf li a:hover {
  color: #c84e0d;
}
.ins-main .ins-con .ins-lf .active a {
  color: #c84e0d;
}
.ins-main .ins-con .ins-rt {
  width: 84%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .ins-con {
    margin: 3% 0;
  }
  .ins-main .ins-con .ins-lf {
    width: 100%;
    float: left;
  }
  .ins-main .ins-con .ins-lf h4 {
    font-size: 1.8rem;
    color: #333;
    text-align: center;
    padding-bottom: 12px;
    border-bottom: 2px solid #332c2b;
    margin-top: 0;
  }
  .ins-main .ins-con .ins-lf h4 img {
    margin-top: -4px;
  }
  .ins-main .ins-con .ins-lf li {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #ebebeb;
    padding-left: 45px;
  }
  .ins-main .ins-con .ins-lf li a {
    font-size: 1.4rem;
    color: #333;
  }
  .ins-main .ins-con .ins-lf li a:hover {
    color: #c84e0d;
  }
  .ins-main .ins-con .ins-lf .active a {
    color: #c84e0d;
  }
  .ins-main .ins-con .ins-rt {
    margin-top: 15px;
    width: 100%;
    float: right;
  }
}
.ins-main .profile h5 {
  font-size: 1.6rem;
  color: #332c2b;
  font-weight: 600;
  padding-bottom: 13px;
  border-bottom: 1px solid #efefef;
  margin-top: 0;
}
.ins-main .profile .txt {
  margin: 3% 0;
}
.ins-main .profile .txt p {
  font-size: 1.4rem;
  color: #999;
  line-height: 170%;
  margin-bottom: 2%;
}
.ins-main .history li {
  clear: both;
  padding: 3% 0;
  border-bottom: 1px solid #efefef;
}
.ins-main .history li span {
  font-size: 2rem;
  color: #333;
  padding-right: 25px;
  float: left;
  background: url("../images/lishi-lit_03.jpg") no-repeat 70% center;
  width: 13%;
}
.ins-main .history li p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 1.4rem;
  color: #999;
  line-height: 170%;
  float: left;
  width: 87%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .ins-main .history li {
    clear: both;
    padding: 3% 0;
    border-bottom: 1px solid #efefef;
  }
  .ins-main .history li span {
    font-size: 2rem;
    color: #333;
    padding-right: 25px;
    float: left;
    background: url("../images/lishi-lit_03.jpg") no-repeat 70% center;
    width: 30%;
  }
  .ins-main .history li p {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 1.4rem;
    color: #999;
    line-height: 170%;
    float: left;
    width: 70%;
  }
}
.ins-main .partner h5 {
  font-size: 1.6rem;
  color: #332c2b;
  font-weight: 600;
  padding-bottom: 13px;
  border-bottom: 1px solid #efefef;
  margin-top: 0;
}
.ins-main .partner ul {
  margin-top: 3%;
}
.ins-main .partner li {
  width: 19%;
  margin-right: 1.25%;
  text-align: center;
  float: left;
  margin-bottom: 2%;
}
.ins-main .partner li img {
  width: 100%;
}
.ins-main .partner li p {
  font-size: 1.4rem;
  color: #666;
  margin-top: 6px;
}
.ins-main .partner li:nth-child(5n+5) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .partner h5 {
    font-size: 1.6rem;
    color: #332c2b;
    font-weight: 600;
    padding-bottom: 13px;
    border-bottom: 1px solid #efefef;
    margin-top: 0;
  }
  .ins-main .partner ul {
    margin-top: 3%;
  }
  .ins-main .partner li {
    width: 49%;
    margin-right: 2%;
    text-align: center;
    float: left;
    margin-bottom: 2%;
  }
  .ins-main .partner li img {
    width: 100%;
  }
  .ins-main .partner li p {
    font-size: 1.4rem;
    color: #666;
    margin-top: 6px;
  }
  .ins-main .partner li:nth-child(5n+5) {
    margin-right: 2%;
  }
  .ins-main .partner li:nth-child(2n+2) {
    margin-right: 0%;
  }
}
.ins-main .ins-honor h5 {
  font-size: 1.6rem;
  color: #332c2b;
  font-weight: 600;
  padding-bottom: 13px;
  border-bottom: 1px solid #efefef;
  margin-top: 0;
}
.ins-main .ins-honor ul {
  margin-top: 3%;
}
.ins-main .ins-honor li {
  width: 24%;
  margin-right: 1.33333%;
  text-align: center;
  float: left;
  margin-bottom: 2%;
}
.ins-main .ins-honor li img {
  width: 100%;
  cursor: pointer;
}
.ins-main .ins-honor li p {
  font-size: 1.4rem;
  color: #666;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-honor li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-honor h5 {
    font-size: 1.6rem;
    color: #332c2b;
    font-weight: 600;
    padding-bottom: 13px;
    border-bottom: 1px solid #efefef;
    margin-top: 0;
  }
  .ins-main .ins-honor ul {
    margin-top: 3%;
  }
  .ins-main .ins-honor li {
    width: 49%;
    margin-right: 2%;
    text-align: center;
    float: left;
    margin-bottom: 2%;
  }
  .ins-main .ins-honor li img {
    width: 100%;
    cursor: pointer;
  }
  .ins-main .ins-honor li p {
    font-size: 1.4rem;
    color: #666;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-honor li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-service h5 {
  font-size: 1.6rem;
  color: #332c2b;
  font-weight: 600;
  padding-bottom: 13px;
  border-bottom: 1px solid #efefef;
  margin-top: 0;
}
.ins-main .ins-service .list {
  margin: 3% 0;
}
.ins-main .ins-service .list h6 {
  font-size: 1.4rem;
  color: #333;
  font-weight: 600;
}
.ins-main .ins-service .list p {
  font-size: 1.4rem;
  color: #666;
  line-height: 220%;
  margin: 0;
}
.ins-main .ins-huanjing {
  padding: 3% 0;
}
.ins-main .ins-huanjing .content li {
  width: 31.833333%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
}
.ins-main .ins-huanjing .content li img {
  width: 100%;
  cursor: pointer;
}
.ins-main .ins-huanjing .content li p {
  font-size: 1.6rem;
  color: #222;
  text-align: center;
  line-height: 40px;
  background: #f4f4f4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}
.ins-main .ins-huanjing .content li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-huanjing {
    padding: 3% 0;
  }
  .ins-main .ins-huanjing .content li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .ins-main .ins-huanjing .content li img {
    width: 100%;
    cursor: pointer;
  }
  .ins-main .ins-huanjing .content li p {
    font-size: 1.6rem;
    color: #222;
    text-align: center;
    line-height: 40px;
    background: #f4f4f4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
  }
  .ins-main .ins-huanjing .content li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .ins-main .ins-huanjing .content li:nth-child(2n+2) {
    margin-right: 0%;
  }
}
.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-contact {
  padding: 4% 0 2%;
}
.ins-main .ins-contact .txt-box {
  width: 45%;
  float: left;
}
.ins-main .ins-contact .txt-box .list {
  margin: 8% 0;
}
.ins-main .ins-contact .txt-box .list p {
  font-size: 1.4rem;
  color: #666;
}
.ins-main .ins-contact .map {
  width: 52.6%;
  float: right;
}
.ins-main .ins-contact .map .my-map {
  margin: 0 auto;
  width: 100%;
  height: 300px;
}
.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%;
}
@media (max-width: 768px) {
  .ins-main .ins-contact {
    padding: 4% 0 2%;
  }
  .ins-main .ins-contact .txt-box {
    width: 100%;
    float: left;
  }
  .ins-main .ins-contact .txt-box img {
    width: 120px;
  }
  .ins-main .ins-contact .txt-box .list {
    margin: 8% 0;
  }
  .ins-main .ins-contact .txt-box .list p {
    font-size: 1.4rem;
    color: #666;
  }
  .ins-main .ins-contact .map {
    width: 100%;
    float: right;
  }
  .ins-main .ins-contact .map .my-map {
    margin: 0 auto;
    width: 100%;
    height: 300px;
  }
  .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-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;
}
.ins-main .ins-download {
  padding: 4% 0;
}
.ins-main .ins-download .content {
  padding: 3% 0;
}
.ins-main .ins-download .content li {
  height: 150px;
  width: 24%;
  float: left;
  margin-right: 1.3333333%;
  margin-bottom: 1.5%;
  padding: 1.7% 3%;
  background: #eee;
  transition: 0.3s;
}
.ins-main .ins-download .content li:hover {
  background: #00a0e6;
}
.ins-main .ins-download .content li:hover .txt h6 {
  color: #fff;
}
.ins-main .ins-download .content li:hover .txt p {
  color: #fff;
}
.ins-main .ins-download .content li:hover span {
  color: #fff;
  background: #000;
  border-color: #000;
}
.ins-main .ins-download .content li .img {
  width: 35%;
  float: left;
}
.ins-main .ins-download .content li .img img {
  width: 100%;
}
.ins-main .ins-download .content li .txt {
  width: 55%;
  float: right;
}
.ins-main .ins-download .content li .txt h6 {
  font-size: 1.4rem;
  color: #333;
}
.ins-main .ins-download .content li .txt p {
  font-size: 1.4rem;
  color: #333;
}
.ins-main .ins-download .content li span {
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 65%;
  margin: 5% auto 0;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  font-size: 1.4rem;
  color: #abaaaa;
  display: block;
  transition: 0.3s;
}
.ins-main .ins-download .content li:nth-child(4n+4) {
  margin-right: 0;
}
@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-download {
    padding: 4% 0;
  }
  .ins-main .ins-download .content {
    padding: 3% 0;
  }
  .ins-main .ins-download .content li {
    height: 115px;
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 1.5%;
    padding: 1.7% 3%;
    background: #eee;
    transition: 0.3s;
  }
  .ins-main .ins-download .content li:hover {
    background: #00a0e6;
  }
  .ins-main .ins-download .content li:hover .txt h6 {
    color: #fff;
  }
  .ins-main .ins-download .content li:hover .txt p {
    color: #fff;
  }
  .ins-main .ins-download .content li:hover span {
    color: #fff;
    background: #000;
    border-color: #000;
  }
  .ins-main .ins-download .content li .img {
    width: 35%;
    float: left;
  }
  .ins-main .ins-download .content li .img img {
    width: 100%;
  }
  .ins-main .ins-download .content li .txt {
    width: 55%;
    float: right;
  }
  .ins-main .ins-download .content li .txt h6 {
    font-size: 1.4rem;
    color: #333;
  }
  .ins-main .ins-download .content li .txt p {
    font-size: 1.4rem;
    color: #333;
  }
  .ins-main .ins-download .content li span {
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 65%;
    margin: 5% auto 0;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    font-size: 1.4rem;
    color: #abaaaa;
    display: block;
    transition: 0.3s;
  }
  .ins-main .ins-download .content li:nth-child(4n+4) {
    margin-right: 0;
  }
  .ins-main .ins-download .content li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.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: 3% 0;
}
.ins-main .ins-product .product-nav {
  text-align: center;
  margin-bottom: 4%;
}
.ins-main .ins-product .product-nav .slideTxtBox .hd ul {
  margin: 0;
}
.ins-main .ins-product .product-nav .slideTxtBox .hd ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 1%;
  border: 1px solid #e5e5e5;
  font-size: 1.4rem;
  color: #666;
}
.ins-main .ins-product .product-nav .slideTxtBox .hd ul li a {
  display: block;
  transition: 0.3s;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  color: #666;
}
.ins-main .ins-product .product-nav .slideTxtBox .hd ul li.on {
  border-color: #c84e0d;
}
.ins-main .ins-product .product-nav .slideTxtBox .hd ul li.on a {
  color: #fff;
  background: #c84e0d;
}
.ins-main .ins-product .product-nav .slideTxtBox .bd ul {
  padding: 0 15px;
  zoom: 1;
  text-align: center;
  margin: 0;
  height: 32px;
}
@media (max-width: 768px) {
  .ins-main .ins-product .product-nav .slideTxtBox .bd ul {
    height: auto;
  }
}
.ins-main .ins-product .product-nav .slideTxtBox .bd li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 1px;
}
.ins-main .ins-product .product-nav .slideTxtBox .bd li a {
  font-size: 1.4rem;
  color: #666;
  display: block;
  transition: 0.3s;
  padding: 0.5rem 1rem;
}
.ins-main .ins-product .product-nav .slideTxtBox .bd li a:hover {
  color: #fff;
  background: #c84e0d;
}
.ins-main .ins-product .content li {
  width: 31.33333333%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
  overflow: hidden;
}
.ins-main .ins-product .content li:hover .img img {
  transform: scale(1.07);
}
.ins-main .ins-product .content li:hover p {
  bottom: 0;
}
.ins-main .ins-product .content li .img {
  border: 1px solid #eee;
  overflow: hidden;
}
.ins-main .ins-product .content li .img img {
  width: 100%;
  transition: 0.3s;
}
.ins-main .ins-product .content li p {
  width: 90%;
  height: 70px;
  line-height: 70px;
  padding-left: 12px;
  font-size: 1.6rem;
  color: #fff;
  background: rgba(200, 78, 13, 0.8);
  position: absolute;
  left: 5%;
  bottom: -80px;
  transition: 0.3s;
}
.ins-main .ins-product .content li p span {
  float: right;
  margin-right: 5%;
}
.ins-main .ins-product .content li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-product {
    padding: 3% 0;
  }
  .ins-main .ins-product .content li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
    overflow: hidden;
  }
  .ins-main .ins-product .content li:hover .img img {
    transform: scale(1.07);
  }
  .ins-main .ins-product .content li:hover p {
    bottom: 0;
  }
  .ins-main .ins-product .content li .img {
    border: 1px solid #eee;
    overflow: hidden;
  }
  .ins-main .ins-product .content li .img img {
    width: 100%;
    transition: 0.3s;
  }
  .ins-main .ins-product .content li p {
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding-left: 0;
    font-size: 1.6rem;
    color: #333;
    background: none;
    position: static;
    left: 5%;
    bottom: -80px;
    transition: 0.3s;
    text-align: center;
    margin-top: 5px;
  }
  .ins-main .ins-product .content li p span {
    display: none;
  }
  .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:first-child {
  border-top: 1px solid #f2f2f2;
}
.ins-main .ins-news .content li {
  padding: 3% 0;
  border-bottom: 1px solid #f2f2f2;
  background: url("../images/ins-news-lit_03.jpg") no-repeat 97% center;
}
.ins-main .ins-news .content li:hover {
  background: url("../images/ins-news-lit_06.jpg") no-repeat 97% center;
}
.ins-main .ins-news .content li:hover .img img {
  transform: scale(1.05);
}
.ins-main .ins-news .content li:hover .date h5 {
  color: #c84e0d;
}
.ins-main .ins-news .content li:hover .txt h6 {
  color: #c84e0d;
}
.ins-main .ins-news .content li .img {
  overflow: hidden;
  width: 21.4%;
  float: left;
}
.ins-main .ins-news .content li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-news .content li .date {
  width: 12.8%;
  float: left;
  border-right: 1px solid #f2f2f2;
  padding: 2.5% 0 2.5% 3%;
}
.ins-main .ins-news .content li .date h5 {
  font-size: 3.2rem;
  color: #333;
}
.ins-main .ins-news .content li .date p {
  font-size: 1.8rem;
  color: #999;
}
.ins-main .ins-news .content li .txt {
  width: 48.5%;
  float: left;
  margin-left: 3%;
}
.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 {
    padding: 3% 0;
  }
  .ins-main .ins-news .content li:first-child {
    border-top: 1px solid #f2f2f2;
  }
  .ins-main .ins-news .content li {
    padding: 3% 0;
    border-bottom: 1px solid #f2f2f2;
    background: none;
  }
  .ins-main .ins-news .content li:hover {
    background: none;
  }
  .ins-main .ins-news .content li:hover .img img {
    transform: scale(1.05);
  }
  .ins-main .ins-news .content li:hover .date h5 {
    color: #c84e0d;
  }
  .ins-main .ins-news .content li:hover .txt h6 {
    color: #c84e0d;
  }
  .ins-main .ins-news .content li .img {
    overflow: hidden;
    width: 100%;
    float: left;
  }
  .ins-main .ins-news .content li .img img {
    width: 100%;
    transition: 0.4s;
  }
  .ins-main .ins-news .content li .date {
    width: 12.8%;
    float: left;
    border-right: 1px solid #f2f2f2;
    padding: 2.5% 0 2.5% 3%;
    display: none;
  }
  .ins-main .ins-news .content li .date h5 {
    font-size: 3.2rem;
    color: #333;
  }
  .ins-main .ins-news .content li .date p {
    font-size: 1.8rem;
    color: #999;
  }
  .ins-main .ins-news .content li .txt {
    width: 100%;
    float: left;
    margin-left: 0%;
    margin-top: 15px;
  }
  .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;
  }
}
.ins-main .news-show {
  padding: 3% 0;
}
.ins-main .news-show .show-tit {
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}
.ins-main .news-show .show-tit h4 {
  font-size: 2.4rem;
  color: #333;
}
.ins-main .news-show .show-tit p {
  font-size: 1.4rem;
  color: #999;
  margin: 15px 0 20px;
}
.ins-main .news-show .show-content {
  padding: 3% 0 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 .share {
  margin: 30px 0;
}
.ins-main .news-show .link a {
  font-size: 1.4rem;
  color: #666;
  display: block;
  width: 50%;
  float: left;
}
.ins-main .news-show .link a:hover {
  color: #c84e0d;
}
@media (max-width: 768px) {
  .ins-main .news-show {
    padding: 3% 0;
  }
  .ins-main .news-show .show-tit {
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
  }
  .ins-main .news-show .show-tit h4 {
    font-size: 2.4rem;
    color: #333;
  }
  .ins-main .news-show .show-tit p {
    font-size: 1.4rem;
    color: #999;
    margin: 15px 0 20px;
  }
  .ins-main .news-show .show-content {
    padding: 3% 0 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 .share {
    margin: 30px 0;
  }
  .ins-main .news-show .link p {
    margin-bottom: 12px;
  }
  .ins-main .news-show .link a {
    font-size: 1.4rem;
    color: #666;
    display: block;
    width: 100%;
    float: none;
  }
  .ins-main .news-show .link a:hover {
    color: #c84e0d;
  }
}
.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-zp {
  padding: 3% 0 0;
}
.ins-main .ins-zp .tit {
  text-align: center;
  margin-bottom: 4%;
  background: url("../images/tit-bg_03.png") no-repeat center 82%;
}
.ins-main .ins-zp .tit h5 {
  font-size: 2.4rem;
  color: #0187e8;
}
.ins-main .ins-zp .tit p {
  font-size: 1.6rem;
  color: #666;
  text-transform: uppercase;
}
.ins-main .ins-zp .table {
  padding-bottom: 15px;
}
.ins-main .ins-zp .table .tit2 {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #f5f5f5;
}
.ins-main .ins-zp .table .tit2 li {
  float: left;
  text-align: center;
  width: 16.6666666%;
  font-size: 1.4rem;
  color: #333;
  font-weight: 600;
}
.ins-main .ins-zp .table .table-con {
  position: relative;
  z-index: 6;
}
.ins-main .ins-zp .table .table-con ul {
  margin: 0;
  cursor: pointer;
  height: 68px;
  line-height: 68px;
}
.ins-main .ins-zp .table .table-con li {
  float: left;
  height: 68px;
  line-height: 68px;
  font-size: 1.4rem;
  color: #333;
  width: 16.6666666%;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-zp .table .table-con li span {
  color: #c84e0d;
}
.ins-main .ins-zp .table .table-con .active {
  background: #f5f5f5;
}
.ins-main .ins-zp .table .table-con .txt-box {
  display: none;
  clear: both;
  padding: 2% 1%;
  position: relative;
  background: #f5f5f5;
}
.ins-main .ins-zp .table .table-con .txt-box .box-tit h5 {
  font-size: 2.4rem;
  color: #333;
  display: inline-block;
}
.ins-main .ins-zp .table .table-con .txt-box .box-tit h5 b {
  color: #c84e0d;
  font-weight: 500;
}
.ins-main .ins-zp .table .table-con .txt-box .box-tit span {
  display: inline-block;
  font-size: 1.4rem;
  color: #666;
  margin: 0 1%;
}
.ins-main .ins-zp .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-zp .table .table-con .txt-box .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 24px;
}
.ins-main .ins-zp .table .table-con .txt-box .txt a {
  display: inline-block;
  width: 160px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  background: #c84e0d;
  font-size: 1.6rem;
  margin: 3% 0 2%;
  color: #fff;
}
@media (max-width: 768px) {
  .ins-main .ins-zp {
    padding: 3% 0 0;
  }
  .ins-main .ins-zp .tit {
    text-align: center;
    margin-bottom: 4%;
    background: url("../images/tit-bg_03.png") no-repeat center 82%;
  }
  .ins-main .ins-zp .tit h5 {
    font-size: 2.4rem;
    color: #0187e8;
  }
  .ins-main .ins-zp .tit p {
    font-size: 1.6rem;
    color: #666;
    text-transform: uppercase;
  }
  .ins-main .ins-zp .table-box {
    overflow: auto;
  }
  .ins-main .ins-zp .table {
    padding-bottom: 15px;
    width: 500px;
    max-width: 500px;
  }
  .ins-main .ins-zp .table .tit2 {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #f5f5f5;
  }
  .ins-main .ins-zp .table .tit2 li {
    float: left;
    text-align: center;
    width: 16.6666666%;
    font-size: 1.4rem;
    color: #333;
    font-weight: 600;
  }
  .ins-main .ins-zp .table .table-con {
    position: relative;
    z-index: 6;
  }
  .ins-main .ins-zp .table .table-con ul {
    margin: 0;
    cursor: pointer;
    height: 68px;
    line-height: 68px;
  }
  .ins-main .ins-zp .table .table-con li {
    float: left;
    height: 68px;
    line-height: 68px;
    font-size: 1.4rem;
    color: #333;
    width: 16.6666666%;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-zp .table .table-con li span {
    color: #c84e0d;
  }
  .ins-main .ins-zp .table .table-con .active {
    background: #f5f5f5;
  }
  .ins-main .ins-zp .table .table-con .txt-box {
    display: none;
    clear: both;
    padding: 2% 1%;
    position: relative;
    background: #f5f5f5;
  }
  .ins-main .ins-zp .table .table-con .txt-box .box-tit h5 {
    font-size: 2.4rem;
    color: #333;
    display: inline-block;
  }
  .ins-main .ins-zp .table .table-con .txt-box .box-tit h5 b {
    color: #c84e0d;
    font-weight: 500;
  }
  .ins-main .ins-zp .table .table-con .txt-box .box-tit span {
    display: inline-block;
    font-size: 1.4rem;
    color: #666;
    margin: 0 1%;
  }
  .ins-main .ins-zp .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-zp .table .table-con .txt-box .txt p {
    font-size: 1.4rem;
    color: #666;
    line-height: 24px;
  }
  .ins-main .ins-zp .table .table-con .txt-box .txt a {
    display: inline-block;
    width: 160px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    background: #c84e0d;
    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: #c84e0d;
}
.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;
  color: #333;
  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: #c84e0d;
  }
  .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;
    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;
  background: #f4f4f4;
}
.ins-main .product-show .top-show .left {
  width: 66.6666666%;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .product-show .top-show .left {
    width: 100%;
  }
}
.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% 0;
  position: relative;
}
.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: 2px 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: 2px solid #c84e0d;
}
.ins-main .product-show .top-show .right {
  width: 30%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .product-show .top-show .right {
    width: 100%;
    margin-top: 20px;
  }
}
.ins-main .product-show .top-show .right .rt-tit {
  padding-bottom: 2%;
  border-bottom: 1px solid #dbdbdb;
}
.ins-main .product-show .top-show .right .rt-tit p {
  font-size: 1.4rem;
  color: #666;
  margin: 0;
}
.ins-main .product-show .top-show .right .rt-tit h4 {
  font-size: 3rem;
  color: #000;
}
.ins-main .product-show .top-show .right .txt {
  margin-top: 10%;
}
.ins-main .product-show .top-show .right .txt h6 {
  font-size: 1.6rem;
  color: #333;
  font-weight: 600;
}
.ins-main .product-show .top-show .right .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 180%;
}
.ins-main .product-show .related-product h4 {
  font-size: 2.5rem;
  color: #000;
  margin: 3% 0;
}
.ins-main .product-show .related-product .swiper-container-honor {
  overflow: hidden;
}
.ins-main .product-show .related-product .swiper-slide:hover .img img {
  transform: scale(1.07);
}
.ins-main .product-show .related-product .swiper-slide:hover p {
  bottom: 0;
}
.ins-main .product-show .related-product .swiper-slide .img {
  border: 1px solid #eee;
  overflow: hidden;
}
.ins-main .product-show .related-product .swiper-slide .img img {
  width: 100%;
  transition: 0.3s;
}
.ins-main .product-show .related-product .swiper-slide p {
  width: 90%;
  height: 70px;
  line-height: 70px;
  padding-left: 12px;
  font-size: 1.6rem;
  color: #fff;
  background: rgba(200, 78, 13, 0.8);
  position: absolute;
  left: 5%;
  bottom: -80px;
  transition: 0.3s;
}
.ins-main .product-show .related-product .swiper-slide p span {
  float: right;
  margin-right: 5%;
}
@media (max-width: 768px) {
  .ins-main .product-show .related-product .swiper-slide p {
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding-left: 0;
    font-size: 1.6rem;
    color: #333;
    background: none;
    position: static;
    left: 5%;
    bottom: -80px;
    transition: 0.3s;
    text-align: center;
    margin-top: 5px;
  }
  .ins-main .product-show .related-product .swiper-slide p span {
    display: none;
  }
}
.ins-main .ins-designer li:first-child {
  padding-top: 0;
}
.ins-main .ins-designer li {
  padding: 3% 0;
  border-bottom: 1px solid #eae9e9;
}
.ins-main .ins-designer li .img {
  width: 20.4%;
  float: left;
}
.ins-main .ins-designer li .img img {
  width: 100%;
}
.ins-main .ins-designer li .txt {
  width: 76%;
  float: right;
}
.ins-main .ins-designer li .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 180%;
  margin: 5% 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -moz-line-clamp: 4;
  -o-line-clamp: 4;
}
.ins-main .ins-designer li .txt a {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #332c2b;
  font-size: 1.4rem;
  color: #fff;
}
@media (max-width: 768px) {
  .ins-main .ins-designer li:first-child {
    padding-top: 0;
  }
  .ins-main .ins-designer li {
    padding: 3% 0;
    border-bottom: 1px solid #eae9e9;
  }
  .ins-main .ins-designer li .img {
    width: 100%;
    float: left;
  }
  .ins-main .ins-designer li .img img {
    width: 100%;
  }
  .ins-main .ins-designer li .txt {
    width: 100%;
    float: right;
  }
  .ins-main .ins-designer li .txt p {
    font-size: 1.4rem;
    color: #666;
    line-height: 180%;
    margin: 5% 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -moz-line-clamp: 4;
    -o-line-clamp: 4;
  }
  .ins-main .ins-designer li .txt a {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #332c2b;
    font-size: 1.4rem;
    color: #fff;
  }
}
.ins-main .ins-3d li {
  width: 31.33333%;
  float: left;
  margin: 0 3% 3% 0;
  border: 1px solid #eee;
  background: url("../images/eyes_03.png") no-repeat 95% center;
}
.ins-main .ins-3d li:hover {
  border-color: #c84e0d;
  background: url("../images/eyes_05.png") no-repeat 95% center;
}
.ins-main .ins-3d li:hover a p {
  color: #c84e0d;
}
.ins-main .ins-3d li a {
  display: block;
  padding: 2rem;
}
.ins-main .ins-3d li a p {
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.4rem;
  color: #666;
  margin: 0;
}
.ins-main .ins-3d li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-3d li {
    width: 100%;
    float: left;
    margin: 0 0 3% 0;
    border: 1px solid #eee;
    background: url("../images/eyes_03.png") no-repeat 95% center;
  }
  .ins-main .ins-3d li:hover {
    border-color: #c84e0d;
    background: url("../images/eyes_05.png") no-repeat 95% center;
  }
  .ins-main .ins-3d li:hover a p {
    color: #c84e0d;
  }
  .ins-main .ins-3d li a {
    display: block;
    padding: 2rem;
  }
  .ins-main .ins-3d li a p {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.4rem;
    color: #666;
    margin: 0;
  }
  .ins-main .ins-3d li:nth-child(3n+3) {
    margin-right: 0;
  }
}
.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: #c84e0d;
  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: #c84e0d;
  background-color: #c84e0d;
}
@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: #c84e0d;
    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: #c84e0d;
    background-color: #c84e0d;
  }
}
.nav-shadow {
  box-shadow: 0 0 15px #cdcbcb;
}
