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;
  line-height: 80px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.header .header-box .container {
  position: relative;
}
.header .header-box .logo {
  float: left;
}
.header .header-box .logo span {
  font-size: 2rem;
  color: #444;
  font-weight: 600;
  margin-left: 5px;
  vertical-align: -5px;
}
.header .header-box .nav-con {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  float: right;
}
.header .header-box .nav-con #nav {
  width: 100%;
  float: right;
  margin-bottom: 0;
}
.header .header-box .nav-con #nav .sub-nav {
  text-align: center;
  position: relative;
  line-height: 84px;
  transition: 0.3s;
  margin: 0 1px;
  text-transform: uppercase;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.header .header-box .nav-con #nav .sub-nav:hover a {
  color: #0087e7;
}
.header .header-box .nav-con #nav .sub-nav a {
  color: #121212;
  font-size: 1.7rem;
  display: block;
  height: 100%;
  padding: 0 1.2rem;
}
.header .header-box .nav-con #nav .sub-nav .drop-down {
  z-index: 999;
  position: absolute;
  top: 80px;
  left: 0%;
  display: none;
}
.header .header-box .nav-con #nav .sub-nav .drop-down {
  width: 100%;
  text-align: center;
  background: #f3f5f8;
}
.header .header-box .nav-con #nav .sub-nav .drop-down li {
  line-height: 40px;
  border-bottom: 1px solid #f6f6f6;
}
.header .header-box .nav-con #nav .sub-nav .drop-down li a {
  font-size: 1.5rem;
  display: block;
  color: #333!important;
}
.header .header-box .nav-con #nav .sub-nav .drop-down li a:hover {
  background: rgba(1, 135, 232, 0.9);
  color: #fff!important;
}
.header .header-box .nav-con #nav .sub-nav .drop-down2 {
  z-index: 999;
  position: absolute;
  top: 80px;
  left: -150px;
  display: none;
}
.header .header-box .nav-con #nav .sub-nav .drop-down2 {
  width: 1000px;
  padding: 30px 40px;
  background: #f3f5f8;
  border-radius: 3px;
}
.header .header-box .nav-con #nav .sub-nav .drop-down2 .list {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 180px;
  text-align: left;
  vertical-align: top;
}
.header .header-box .nav-con #nav .sub-nav .drop-down2 .list h6 {
  font-size: 1.6rem;
  color: #121212;
  padding-left: 20px;
  background: url("../images/nav-lit_03.png") no-repeat left center;
}
.header .header-box .nav-con #nav .sub-nav .drop-down2 ul {
  margin-left: 20px;
}
.header .header-box .nav-con #nav .sub-nav .drop-down2 li {
  line-height: 28px;
}
.header .header-box .nav-con #nav .sub-nav .drop-down2 li a {
  font-size: 1.4rem;
  display: block;
  padding: 0;
  color: #545454!important;
}
.header .header-box .nav-con #nav .sub-nav .drop-down2 li a:hover {
  color: #0187e8!important;
}
.header .header-box .nav-con #nav .sub-nav:last-child {
  padding-right: 0;
}
.header .header-box .nav-con #nav .active a {
  color: #0087e7;
}
.header .header-box .search-con .toggle-btn {
  position: absolute;
  top: 30px;
  right: 62px;
  width: 20px;
  height: 22px;
  cursor: pointer;
  background: url("../images/search-btn_03.jpg") no-repeat center;
}
.header .header-box .search-con .search {
  display: none;
  position: absolute;
  right: 0;
  top: 79px;
  width: 260px;
  height: 60px;
  border-top: 4px solid #0087e7;
  background-color: #fff;
  z-index: 10;
  line-height: 60px;
}
.header .header-box .search-con .search .txt {
  margin: 8px 7px;
  width: 246px;
  height: 43px;
  border: none;
  padding: 0 14px ;
  background-color: #f4f4f4;
}
.header .header-box .search-con .search .submit {
  width: 58px;
  height: 39px;
  border: none;
  background-color: #0087e7;
  position: absolute;
  top: 10px;
  right: 8px;
  text-align: center;
  line-height: 39px;
  border-radius: 2px;
  color: #fff;
}
.header .header-box .language {
  position: absolute;
  right: 15px;
  top: 0px;
}
.header .header-box .language a {
  font-size: 1.4rem;
  color: #c3c3c3;
}
.header .header-box .language a:hover {
  color: #fff;
}
@media (max-width: 1200px) {
  .header .header-box .nav-con {
    width: 78%;
  }
  .header .header-box .nav-con #nav .sub-nav a {
    padding: 0 1rem;
  }
  .header .header-box .nav-con #nav .sub-nav .drop-down2 {
    width: 825px;
    padding: 30px 20px;
    background: #f3f5f8;
    border-radius: 3px;
  }
  .header .header-box .nav-con #nav .sub-nav .drop-down2 .list {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 150px;
    text-align: left;
    vertical-align: top;
  }
  .header .header-box .nav-con #nav .sub-nav .drop-down2 .list h6 {
    font-size: 1.6rem;
    color: #121212;
    padding-left: 20px;
    background: url("../images/nav-lit_03.png") no-repeat left center;
  }
  .header .header-box .nav-con #nav .sub-nav .drop-down2 ul {
    margin-left: 20px;
  }
  .header .header-box .nav-con #nav .sub-nav .drop-down2 li {
    line-height: 28px;
  }
  .header .header-box .nav-con #nav .sub-nav .drop-down2 li a {
    font-size: 1.4rem;
    display: block;
    padding: 0;
    color: #545454!important;
  }
  .header .header-box .nav-con #nav .sub-nav .drop-down2 li a:hover {
    color: #0187e8!important;
  }
}
@media (max-width: 992px) {
  .header .header-box {
    height: 60px;
    line-height: 60px;
  }
  .header .header-box .logo {
    float: left;
  }
  .header .header-box .nav-con {
    width: 70%;
  }
  .header .header-box .nav-con #nav .sub-nav {
    line-height: 60px;
  }
  .header .header-box .nav-con #nav .sub-nav a {
    padding: 0 0.7rem;
  }
  .header .header-box .nav-con #nav .sub-nav .drop-down {
    top: 59px;
  }
  .header .header-box .nav-con #nav .sub-nav .drop-down2 {
    width: 680px;
    padding: 20px 10px;
    background: #f3f5f8;
    border-radius: 3px;
    top: 59px;
    left: -196px;
  }
  .header .header-box .nav-con #nav .sub-nav .drop-down2 .list {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 128px;
    text-align: left;
    vertical-align: top;
  }
  .header .header-box .nav-con #nav .sub-nav .drop-down2 .list h6 {
    font-size: 1.6rem;
    color: #121212;
    padding-left: 20px;
    background: url("../images/nav-lit_03.png") no-repeat left center;
  }
  .header .header-box .nav-con #nav .sub-nav .drop-down2 ul {
    margin-left: 20px;
  }
  .header .header-box .nav-con #nav .sub-nav .drop-down2 li {
    line-height: 28px;
  }
  .header .header-box .nav-con #nav .sub-nav .drop-down2 li a {
    font-size: 1.4rem;
    display: block;
    padding: 0;
    color: #545454!important;
  }
  .header .header-box .nav-con #nav .sub-nav .drop-down2 li a:hover {
    color: #0187e8!important;
  }
  .header .header-box .search-con .toggle-btn {
    position: absolute;
    top: 20px;
    right: 62px;
    width: 20px;
    height: 22px;
    cursor: pointer;
    background: url("../images/search-btn_03.jpg") no-repeat center;
  }
  .header .header-box .search-con .search {
    display: none;
    position: absolute;
    right: 0;
    top: 59px;
    width: 260px;
    height: 60px;
    border-top: 4px solid #0087e7;
    background-color: #fff;
    z-index: 10;
    line-height: 60px;
  }
  .header .header-box .search-con .search .txt {
    margin: 8px 7px;
    width: 246px;
    height: 43px;
    border: none;
    padding: 0 14px ;
    background-color: #f4f4f4;
  }
  .header .header-box .search-con .search .submit {
    width: 58px;
    height: 39px;
    border: none;
    background-color: #0087e7;
    position: absolute;
    top: 10px;
    right: 8px;
    text-align: center;
    line-height: 39px;
    border-radius: 2px;
    color: #fff;
  }
  .header .header-box .language {
    position: absolute;
    right: 15px;
    top: 0px;
  }
  .header .header-box .language a {
    font-size: 1.4rem;
    color: #c3c3c3;
  }
  .header .header-box .language a:hover {
    color: #fff;
  }
}
.header .mobile-con .navbar-default .navbar-nav > li > a:hover,
.header .mobile-con .navbar-default .navbar-nav > li > a:focus {
  color: #0187e8;
}
.header .mobile-con .navbar-default {
  background: #fff;
}
.header .mobile-con .navbar-header .navbar-brand {
  float: none;
  line-height: 0;
  padding: 0;
}
.header .mobile-con .navbar-brand > img {
  margin: 6px 0 0 3%;
}
.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: 500px;
  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;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .main {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .main {
    margin-top: 55px;
  }
}
.main .ad-box-pc {
  margin-top: -1px;
}
.main .ad-box-pc .swiper-container-pc {
  overflow: hidden;
  position: relative;
}
.main .ad-box-pc .swiper-container-pc:hover .swiper-button-next-pc {
  opacity: 1;
}
.main .ad-box-pc .swiper-container-pc:hover .swiper-button-prev-pc {
  opacity: 1;
}
.main .ad-box-pc .top-banner {
  width: 100%;
  position: relative;
}
.main .ad-box-pc .swiper-slide {
  overflow: hidden;
}
.main .ad-box-pc .swiper-slide img {
  width: 100%;
  transition: 2.5s linear;
  transform: scale(1.08);
}
.main .ad-box-pc .swiper-slide-active img {
  transform: scale(1);
}
.main .ad-box-pc .swiper-pagination {
  position: absolute;
  bottom: 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: 15%;
  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: 15%;
  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 .solution {
  background: #f8f8f8;
  padding: 3% 0;
}
.main .solution .tit {
  text-align: center;
}
.main .solution .tit h5 {
  font-size: 2.4rem;
  color: #242424;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.main .solution .tit p {
  font-size: 1.6rem;
  color: #909090;
  margin: 0;
}
.main .solution .tit b {
  display: inline-block;
  width: 15px;
  height: 5px;
  background: #0087e7;
}
.main .solution .content {
  margin-top: 4%;
}
.main .solution .content li {
  width: 49%;
  margin-right: 2%;
  position: relative;
  float: left;
  margin-bottom: 2%;
  overflow: hidden;
}
.main .solution .content li:hover .img-box .txt-box {
  top: 0;
}
.main .solution .content li:hover .txt-bot p span {
  opacity: 1;
}
.main .solution .content li .img-box {
  overflow: hidden;
  position: relative;
}
.main .solution .content li .img-box img {
  width: 100%;
}
.main .solution .content li .img-box .txt-box {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 120%;
  left: 0;
  transition: 0.5s;
  background: rgba(0, 135, 231, 0.8);
}
.main .solution .content li .img-box .txt-box p {
  font-size: 1.4rem;
  color: #fff;
  line-height: 200%;
  width: 90%;
  text-align: left;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.main .solution .content li .txt-bot {
  height: 70px;
  line-height: 70px;
  background: #fff;
  padding: 0 3%;
}
.main .solution .content li .txt-bot p {
  font-size: 1.8rem;
  color: #2b2b2b;
}
.main .solution .content li .txt-bot p span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: right;
  background: #0087e7;
  opacity: 0;
  transition: 0.5s;
  width: 110px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 1.4rem;
  color: #fff;
  margin-top: 20px;
  border-radius: 0;
  padding: 0;
}
.main .solution .content li:nth-child(2n+2) {
  margin-right: 0;
}
@media (max-width: 992px) {
  .main .solution .content li .img-box .txt-box p {
    line-height: 180%;
  }
  .main .solution .content li .txt-bot {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .main .solution {
    background: #f8f8f8;
    padding: 3% 0;
  }
  .main .solution .tit {
    text-align: center;
  }
  .main .solution .tit h5 {
    font-size: 2.4rem;
    color: #242424;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
  }
  .main .solution .tit p {
    font-size: 1.6rem;
    color: #909090;
    margin: 0;
  }
  .main .solution .tit b {
    display: inline-block;
    width: 15px;
    height: 5px;
    background: #0087e7;
  }
  .main .solution .content {
    margin-top: 4%;
  }
  .main .solution .content li {
    width: 100%;
    margin-right: 0%;
    position: relative;
    float: left;
    margin-bottom: 2%;
    overflow: hidden;
  }
  .main .solution .content li:hover .img-box .txt-box {
    top: 0;
  }
  .main .solution .content li:hover .txt-bot p span {
    opacity: 1;
  }
  .main .solution .content li .img-box {
    overflow: hidden;
    position: relative;
  }
  .main .solution .content li .img-box img {
    width: 100%;
  }
  .main .solution .content li .img-box .txt-box {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 120%;
    left: 0;
    transition: 0.5s;
    background: rgba(0, 135, 231, 0.8);
  }
  .main .solution .content li .img-box .txt-box p {
    font-size: 1.4rem;
    color: #fff;
    line-height: 170%;
    width: 90%;
    text-align: left;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
  .main .solution .content li .txt-bot {
    height: 50px;
    line-height: 50px;
    background: #fff;
    padding: 0 3%;
  }
  .main .solution .content li .txt-bot p {
    font-size: 1.8rem;
    color: #2b2b2b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .main .solution .content li .txt-bot p span {
    display: none;
  }
  .main .solution .content li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.main .news-faq {
  padding: 3% 0 4%;
}
.main .news-faq .tit {
  text-align: center;
}
.main .news-faq .tit h5 {
  font-size: 2.4rem;
  color: #242424;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.main .news-faq .tit p {
  font-size: 1.6rem;
  color: #909090;
  margin: 0;
}
.main .news-faq .tit b {
  display: inline-block;
  width: 15px;
  height: 5px;
  background: #0087e7;
}
.main .news-faq .content {
  margin-top: 4%;
  height: 570px;
  overflow: hidden;
}
.main .news-faq .content .news {
  width: 62.4%;
  float: left;
  height: 570px;
  border: 1px solid #efefef;
  padding: 3% 2%;
}
.main .news-faq .content .news .slideTxtBox .hd {
  height: 30px;
  line-height: 30px;
  position: relative;
}
.main .news-faq .content .news .slideTxtBox .hd ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 3%;
  cursor: pointer;
  font-size: 1.8rem;
  color: #242424;
  margin: 0 2% 0 0;
}
.main .news-faq .content .news .slideTxtBox .hd ul li.on {
  color: #fff;
  background: #0087e7;
}
.main .news-faq .content .news .slideTxtBox .bd ul {
  zoom: 1;
}
.main .news-faq .content .news .slideTxtBox .bd li .top-box {
  padding: 2%;
  background: #f8f8f8;
  margin: 4% 0 2%;
}
.main .news-faq .content .news .slideTxtBox .bd li .top-box:hover .txt h6 {
  color: #0095ff;
}
.main .news-faq .content .news .slideTxtBox .bd li .top-box .img {
  background: #fff;
  width: 28.9%;
  float: left;
  padding: 0.6%;
}
.main .news-faq .content .news .slideTxtBox .bd li .top-box .img img {
  width: 100%;
}
.main .news-faq .content .news .slideTxtBox .bd li .top-box .txt {
  width: 67%;
  float: right;
}
.main .news-faq .content .news .slideTxtBox .bd li .top-box .txt h6 {
  font-size: 1.6rem;
  color: #302f2f;
  margin-top: 5px;
}
.main .news-faq .content .news .slideTxtBox .bd li .top-box .txt p {
  font-size: 1.4rem;
  color: #747474;
  line-height: 180%;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.main .news-faq .content .news .slideTxtBox .bd li .list-box .list a {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px dashed #dcdcdc;
  clear: both;
  display: block;
  padding-left: 36px;
  background: url("../images/lit_03.png") no-repeat 4px center;
}
.main .news-faq .content .news .slideTxtBox .bd li .list-box .list a:hover p {
  color: #0087e7;
}
.main .news-faq .content .news .slideTxtBox .bd li .list-box .list a p {
  font-size: 1.6rem;
  color: #555;
  width: 70%;
  float: left;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .news-faq .content .news .slideTxtBox .bd li .list-box .list a span {
  font-size: 1.6rem;
  color: #858585;
  float: right;
}
.main .news-faq .content .faq {
  width: 35.9%;
  float: right;
  height: 570px;
  border: 1px solid #efefef;
}
.main .news-faq .content .faq h5 {
  width: 110px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #0087e7;
  font-size: 1.8rem;
  color: #fff;
  margin: 35px 5% 27px;
}
.main .news-faq .content .faq .picScroll-top .bd ul {
  zoom: 1;
}
.main .news-faq .content .faq .picScroll-top .bd ul li {
  zoom: 1;
  transition: 0.4s;
}
.main .news-faq .content .faq .picScroll-top .bd ul li:hover {
  background: #0087e7;
}
.main .news-faq .content .faq .picScroll-top .bd ul li:hover a h6 {
  color: #fff;
}
.main .news-faq .content .faq .picScroll-top .bd ul li:hover a p {
  color: #fff;
}
.main .news-faq .content .faq .picScroll-top .bd ul li a {
  display: block;
  height: 90px;
  margin: 0 15px;
  border-bottom: 1px dashed #dcdcdc;
}
.main .news-faq .content .faq .picScroll-top .bd ul li a h6 {
  font-size: 1.6rem;
  color: #302f2f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 19px 0 15px 28px;
  margin: 0;
  background: url("../images/lit_03.png") no-repeat left center;
}
.main .news-faq .content .faq .picScroll-top .bd ul li a p {
  font-size: 1.4rem;
  padding-left: 28px;
  color: #909090;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .main .news-faq {
    padding: 3% 0 4%;
  }
  .main .news-faq .tit {
    text-align: center;
  }
  .main .news-faq .tit h5 {
    font-size: 2.4rem;
    color: #242424;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
  }
  .main .news-faq .tit p {
    font-size: 1.6rem;
    color: #909090;
    margin: 0;
  }
  .main .news-faq .tit b {
    display: inline-block;
    width: 15px;
    height: 5px;
    background: #0087e7;
  }
  .main .news-faq .content {
    margin-top: 4%;
    height: auto;
    overflow: hidden;
  }
  .main .news-faq .content .news {
    width: 100%;
    float: left;
    height: auto;
    border: 1px solid #efefef;
    padding: 3% 2%;
  }
  .main .news-faq .content .news .slideTxtBox .hd {
    height: 30px;
    line-height: 30px;
    position: relative;
  }
  .main .news-faq .content .news .slideTxtBox .hd ul {
    text-align: center;
  }
  .main .news-faq .content .news .slideTxtBox .hd ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 3%;
    cursor: pointer;
    font-size: 1.8rem;
    color: #242424;
    margin: 0 2% 0 0;
  }
  .main .news-faq .content .news .slideTxtBox .hd ul li.on {
    color: #fff;
    background: #0087e7;
  }
  .main .news-faq .content .news .slideTxtBox .bd ul {
    zoom: 1;
  }
  .main .news-faq .content .news .slideTxtBox .bd li .top-box {
    padding: 2%;
    background: #f8f8f8;
    margin: 4% 0 2%;
  }
  .main .news-faq .content .news .slideTxtBox .bd li .top-box:hover .txt h6 {
    color: #0095ff;
  }
  .main .news-faq .content .news .slideTxtBox .bd li .top-box .img {
    background: #fff;
    width: 28.9%;
    float: left;
    padding: 0.6%;
  }
  .main .news-faq .content .news .slideTxtBox .bd li .top-box .img img {
    width: 100%;
  }
  .main .news-faq .content .news .slideTxtBox .bd li .top-box .txt {
    width: 67%;
    float: right;
  }
  .main .news-faq .content .news .slideTxtBox .bd li .top-box .txt h6 {
    font-size: 1.6rem;
    color: #302f2f;
    margin-top: 5px;
  }
  .main .news-faq .content .news .slideTxtBox .bd li .top-box .txt p {
    font-size: 1.4rem;
    color: #747474;
    line-height: 180%;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .main .news-faq .content .news .slideTxtBox .bd li .list-box .list a {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #dcdcdc;
    clear: both;
    display: block;
    padding-left: 22px;
    background: url("../images/lit_03.png") no-repeat 4px center;
  }
  .main .news-faq .content .news .slideTxtBox .bd li .list-box .list a:hover p {
    color: #0087e7;
  }
  .main .news-faq .content .news .slideTxtBox .bd li .list-box .list a p {
    font-size: 1.6rem;
    color: #555;
    width: 70%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .main .news-faq .content .news .slideTxtBox .bd li .list-box .list a span {
    font-size: 1.6rem;
    color: #858585;
    float: right;
  }
  .main .news-faq .content .faq {
    width: 100%;
    float: right;
    height: auto;
    border: 1px solid #efefef;
    margin-top: 20px;
  }
  .main .news-faq .content .faq h5 {
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #0087e7;
    font-size: 1.8rem;
    color: #fff;
    margin: 25px 5% 10px;
  }
  .main .news-faq .content .faq .picScroll-top .bd ul {
    zoom: 1;
  }
  .main .news-faq .content .faq .picScroll-top .bd ul li {
    zoom: 1;
    transition: 0.4s;
  }
  .main .news-faq .content .faq .picScroll-top .bd ul li:hover {
    background: #0087e7;
  }
  .main .news-faq .content .faq .picScroll-top .bd ul li:hover a h6 {
    color: #fff;
  }
  .main .news-faq .content .faq .picScroll-top .bd ul li:hover a p {
    color: #fff;
  }
  .main .news-faq .content .faq .picScroll-top .bd ul li a {
    display: block;
    height: 90px;
    margin: 0 15px;
    border-bottom: 1px dashed #dcdcdc;
  }
  .main .news-faq .content .faq .picScroll-top .bd ul li a h6 {
    font-size: 1.6rem;
    color: #302f2f;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 19px 0 15px 28px;
    margin: 0;
    background: url("../images/lit_03.png") no-repeat left center;
  }
  .main .news-faq .content .faq .picScroll-top .bd ul li a p {
    font-size: 1.4rem;
    padding-left: 28px;
    color: #909090;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.footer {
  background: #eaeaea;
}
.footer .footer-content {
  height: 270px;
  padding-top: 60px;
  position: relative;
}
.footer .footer-content .list {
  width: 7.5%;
  float: left;
  margin-right: 3.5%;
}
.footer .footer-content .list h5 {
  font-size: 1.8rem;
  color: #121212;
  text-transform: uppercase;
  margin-top: 0;
}
.footer .footer-content .list ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-top: 15px;
}
.footer .footer-content .list li {
  font-size: 1.4rem;
  color: #545454;
  line-height: 26px;
}
.footer .footer-content .list li a {
  color: #545454;
}
.footer .footer-content .list li a:hover {
  color: #0087e7;
}
.footer .footer-content .list:nth-child(7) {
  width: 29%;
}
.footer .footer-content .code {
  width: 6%;
  position: absolute;
  top: 60px;
  right: 0;
}
.footer .footer-content .code img {
  background: #fff;
  padding: 1%;
}
@media (max-width: 768px) {
  .footer {
    padding: 0;
  }
  .footer .footer-con2 {
    background: #3d3c42;
    display: block!important;
    text-align: center;
  }
  .footer .footer-con2 p img {
    margin: 0;
  }
  .footer .footer-con2 p a {
    display: inline-block;
    margin: 20px 12px;
  }
  .footer .footer-con2 p a:hover img {
    margin-top: -4px;
  }
  .footer .footer-con2 h5 {
    background: #3d3c42 url("../images/lit_07.png") no-repeat right center;
    background-position: right 26px top 28px;
    margin: 0;
    font-weight: 500;
    color: #c4c4c4;
    font-size: 15px;
    border-bottom: 1px solid #aaa;
    padding: 18px 26px 18px 24px;
  }
  .footer .footer-con2 .list-con {
    display: none;
  }
  .footer .footer-con2 .list-con a {
    color: #c4c4c4;
    margin: 0;
    background: #595959;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
    padding: 12px 26px 12px 24px;
  }
  .footer .footer-con2 .list-con a:hover {
    color: #0086e7;
  }
  .footer .footer-con2 .list-con li {
    color: #333;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
    padding: 12px 26px 12px 24px;
    background: #edf2f8;
  }
  .footer .footer-con2 .link {
    display: none;
    color: #333;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
    padding: 12px 26px 12px 24px;
    background: #595959;
  }
  .footer .footer-con2 .link a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 3% 0 0;
  }
}
.footer .footer-bot {
  height: 50px;
  background: #2d2c31;
}
.footer .footer-bot .container {
  position: relative;
}
.footer .footer-bot p {
  margin: 0;
  font-size: 1.4rem;
  color: #999;
  line-height: 49px;
}
.footer .footer-bot p a {
  color: #999;
}
.footer .footer-bot p a:hover {
  color: #0087e7;
}
.footer .footer-bot .lf {
  float: left;
}
.footer .footer-bot .rt {
  float: right;
}
@media (max-width: 768px) {
  .footer .footer-bot {
    height: auto;
    background: #3d3c42;
    text-align: center;
  }
  .footer .footer-bot .container {
    position: relative;
  }
  .footer .footer-bot p {
    margin: 0;
    font-size: 1.4rem;
    color: #999;
    line-height: 26px;
  }
  .footer .footer-bot p a {
    color: #999;
  }
  .footer .footer-bot p a:hover {
    color: #0087e7;
  }
  .footer .footer-bot .lf {
    float: none;
  }
  .footer .footer-bot .rt {
    float: none;
  }
}
.footer .returnTop {
  z-index: 99;
  display: block;
  cursor: pointer;
  position: fixed;
  bottom: 90px;
  right: 30px;
  opacity: 1;
  width: 48px;
  height: 48px;
  background: url("../images/return-top_03.jpg") no-repeat center;
}
/*ins-style*/
@media (max-width: 768px) {
  .ins-main {
    margin-top: 55px;
  }
}
.ins-main .ins-ad img {
  width: 100%;
}
.ins-main .ins-nav {
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #f5f5f5;
}
.ins-main .ins-nav .rt-nav {
  float: right;
}
.ins-main .ins-nav .rt-nav p {
  margin: 0;
  padding-left: 26px;
  background: url("../images/location_03.jpg") no-repeat left center;
  font-size: 1.4rem;
  color: #333;
}
.ins-main .ins-nav .rt-nav p a {
  color: #333;
}
.ins-main .ins-nav .rt-nav p a:hover {
  color: #0187e8;
}
.ins-main .ins-nav .rt-nav p .active {
  color: #0187e8;
}
.ins-main .ins-nav .list-nav {
  float: left;
  text-align: center;
}
.ins-main .ins-nav .list-nav ul {
  margin: 0;
}
.ins-main .ins-nav .list-nav li {
  font-size: 1.6rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
}
.ins-main .ins-nav .list-nav li a {
  line-height: 57px;
  transition: 0.3s;
  padding: 0 1.5rem;
  display: block;
  color: #4f4f4f;
}
.ins-main .ins-nav .list-nav li a:hover {
  background: #0187e8;
  color: #fff;
}
.ins-main .ins-nav .list-nav .active a {
  background: #0187e8;
  color: #fff;
}
@media (max-width: 768px) {
  .ins-main .ins-nav {
    height: auto;
    line-height: 40px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 15px;
  }
  .ins-main .ins-nav .rt-nav {
    float: none;
  }
  .ins-main .ins-nav .rt-nav p {
    margin: 0;
    padding-left: 26px;
    background: url("../images/location_03.jpg") no-repeat left center;
    font-size: 1.4rem;
    color: #333;
  }
  .ins-main .ins-nav .rt-nav p a {
    color: #333;
  }
  .ins-main .ins-nav .rt-nav p a:hover {
    color: #0187e8;
  }
  .ins-main .ins-nav .rt-nav p .active {
    color: #0187e8;
  }
  .ins-main .ins-nav .list-nav {
    float: none;
    text-align: center;
  }
  .ins-main .ins-nav .list-nav ul {
    margin: 0;
  }
  .ins-main .ins-nav .list-nav li {
    font-size: 1.6rem;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
  }
  .ins-main .ins-nav .list-nav li a {
    line-height: 40px;
    transition: 0.3s;
    padding: 0 1.5rem;
    display: block;
    color: #4f4f4f;
  }
  .ins-main .ins-nav .list-nav li a:hover {
    background: #0187e8;
    color: #fff;
  }
  .ins-main .ins-nav .list-nav .active a {
    background: #0187e8;
    color: #fff;
  }
}
.ins-main .ins-service .img-box {
  margin-bottom: 2%;
}
.ins-main .ins-service img {
  width: 100%;
}
.ins-main .ins-about {
  padding: 4% 0;
  background: #f8f8f8;
}
.ins-main .ins-about .jianjie {
  background: #fff;
  padding-bottom: 4%;
}
.ins-main .ins-about .jianjie .tit {
  text-align: center;
  padding: 3% 0;
  background: url("../images/tit-bg_03.png") no-repeat center;
}
.ins-main .ins-about .jianjie .tit h5 {
  font-size: 2.4rem;
  color: #000;
}
.ins-main .ins-about .jianjie .content {
  padding: 0 5%;
}
.ins-main .ins-about .jianjie .content .img {
  width: 40%;
  float: left;
}
.ins-main .ins-about .jianjie .content .img img {
  width: 100%;
}
.ins-main .ins-about .jianjie .content .txt {
  width: 56%;
  float: right;
}
.ins-main .ins-about .jianjie .content .txt p {
  font-size: 1.4rem;
  color: #636363;
  line-height: 200%;
  text-indent: 2.5rem;
}
.ins-main .ins-about .honor {
  background: #fff;
  padding-bottom: 4%;
  margin: 3% 0;
}
.ins-main .ins-about .honor .tit {
  text-align: center;
  padding: 3% 0;
  background: url("../images/tit-bg_03.png") no-repeat center;
}
.ins-main .ins-about .honor .tit h5 {
  font-size: 2.4rem;
  color: #000;
}
.ins-main .ins-about .honor .content {
  margin: 0 4%;
}
.ins-main .ins-about .honor .content .swiper-container-honor {
  overflow: hidden;
}
.ins-main .ins-about .honor .content .swiper-container-honor .swiper-slide {
  text-align: center;
}
.ins-main .ins-about .honor .content .swiper-container-honor .swiper-slide img {
  width: 100%;
  border: 1px solid #f0f0f0;
  cursor: pointer;
}
.ins-main .ins-about .honor .content .swiper-container-honor .swiper-slide p {
  font-size: 1.4rem;
  color: #636363;
  margin-top: 10px;
}
.ins-main .ins-about .honor .content .swiper-container-honor .swiper-pagination-honor {
  text-align: center;
}
.ins-main .ins-about .partner {
  background: #fff;
  padding-bottom: 4%;
}
.ins-main .ins-about .partner .tit {
  text-align: center;
  padding: 3% 0;
  background: url("../images/tit-bg_03.png") no-repeat center;
}
.ins-main .ins-about .partner .tit h5 {
  font-size: 2.4rem;
  color: #000;
}
.ins-main .ins-about .partner .content {
  margin: 0 4%;
}
.ins-main .ins-about .partner .content .swiper-container-partner {
  overflow: hidden;
}
.ins-main .ins-about .partner .content .swiper-container-partner .swiper-slide img {
  width: 100%;
  border: 1px solid #f0f0f0;
}
.ins-main .ins-about .partner .content .swiper-container-partner .swiper-pagination-partner {
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .ins-main .ins-about {
    padding: 4% 0;
    background: #f8f8f8;
  }
  .ins-main .ins-about .jianjie {
    background: #fff;
    padding-bottom: 4%;
  }
  .ins-main .ins-about .jianjie .content {
    padding: 0 5%;
  }
  .ins-main .ins-about .jianjie .content .img {
    width: 100%;
    float: left;
  }
  .ins-main .ins-about .jianjie .content .img img {
    width: 100%;
  }
  .ins-main .ins-about .jianjie .content .txt {
    width: 100%;
    float: right;
  }
  .ins-main .ins-about .jianjie .content .txt p {
    font-size: 1.4rem;
    color: #636363;
    line-height: 200%;
    text-indent: 2.5rem;
  }
}
.ins-main .ins-contact {
  padding: 4% 0;
  background: #f8f8f8;
}
.ins-main .ins-contact .content {
  position: relative;
  background: #fff;
  padding: 4%;
}
.ins-main .ins-contact .content .txt h6 {
  font-size: 1.8rem;
  color: #323232;
}
.ins-main .ins-contact .content .txt b {
  display: block;
  width: 55px;
  height: 1px;
  background: #0187e8;
  margin: 30px 0;
}
.ins-main .ins-contact .content .txt p {
  font-size: 1.6rem;
  color: #747474;
  line-height: 200%;
}
.ins-main .ins-contact .content .img {
  width: 46%;
  position: absolute;
  bottom: 0;
  right: 5%;
}
.ins-main .ins-recruit {
  padding: 3% 0 0;
  background: #f3f3f3;
}
.ins-main .ins-recruit .tit {
  text-align: center;
  margin-bottom: 4%;
  background: url("../images/tit-bg_03.png") no-repeat center 82%;
}
.ins-main .ins-recruit .tit h5 {
  font-size: 2.4rem;
  color: #0187e8;
}
.ins-main .ins-recruit .tit p {
  font-size: 1.6rem;
  color: #666;
  text-transform: uppercase;
}
.ins-main .ins-recruit .table {
  padding-bottom: 15px;
}
.ins-main .ins-recruit .table .tit2 {
  height: 60px;
  line-height: 60px;
  background: #0187e8;
}
.ins-main .ins-recruit .table .tit2 li {
  float: left;
  text-align: center;
  width: 16.6666666%;
  font-size: 1.6rem;
  color: #fefefe;
}
.ins-main .ins-recruit .table .table-con {
  position: relative;
  z-index: 6;
  margin-top: 15px;
}
.ins-main .ins-recruit .table .table-con ul {
  margin: 0;
  cursor: pointer;
  height: 58px;
  line-height: 58px;
  border-top: 1px solid #cdcdcd;
}
.ins-main .ins-recruit .table .table-con li {
  float: left;
  height: 58px;
  line-height: 58px;
  font-size: 1.6rem;
  background: #fff;
  color: #333;
  width: 16.6666666%;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #cdcdcd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-recruit .table .table-con li span {
  color: #0187e8;
}
.ins-main .ins-recruit .table .table-con li:first-child {
  border-left: 1px solid #cdcdcd;
}
.ins-main .ins-recruit .table .table-con .txt-box {
  display: none;
  border-bottom: 1px solid #b5b3b3;
  clear: both;
  padding: 2%;
  position: relative;
  background: #fff;
}
.ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 {
  font-size: 2.4rem;
  color: #333;
  display: inline-block;
}
.ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 b {
  color: #0187e8;
  font-weight: 500;
}
.ins-main .ins-recruit .table .table-con .txt-box .box-tit span {
  display: inline-block;
  font-size: 1.4rem;
  color: #666;
  margin: 0 1%;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt h6 {
  font-size: 16px;
  color: #666;
  padding: 1% 0 1% 13px;
  line-height: 180%;
  background: url("../images/h6-lit_03.jpg") no-repeat left center;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 24px;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt a {
  display: inline-block;
  width: 160px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  background: #0187e8;
  font-size: 1.6rem;
  margin: 3% 0 2%;
  color: #fff;
}
@media (max-width: 768px) {
  .ins-main .ins-recruit {
    padding: 3% 0 0;
    background: #f3f3f3;
  }
  .ins-main .ins-recruit .tit {
    text-align: center;
    margin-bottom: 4%;
    background: none;
  }
  .ins-main .ins-recruit .tit h5 {
    font-size: 2.4rem;
    color: #0187e8;
  }
  .ins-main .ins-recruit .tit p {
    font-size: 1.6rem;
    color: #666;
    text-transform: uppercase;
  }
  .ins-main .ins-recruit .table-box {
    overflow: auto;
  }
  .ins-main .ins-recruit .table {
    width: 500px;
    max-width: 500px;
  }
  .ins-main .ins-recruit .table .tit2 {
    height: 60px;
    line-height: 60px;
    background: #0187e8;
  }
  .ins-main .ins-recruit .table .tit2 li {
    float: left;
    text-align: center;
    width: 16.6666666%;
    font-size: 1.6rem;
    color: #fefefe;
  }
  .ins-main .ins-recruit .table .table-con {
    position: relative;
    z-index: 6;
    margin-top: 15px;
  }
  .ins-main .ins-recruit .table .table-con ul {
    margin: 0;
    cursor: pointer;
    height: 58px;
    line-height: 58px;
    border-top: 1px solid #cdcdcd;
  }
  .ins-main .ins-recruit .table .table-con li {
    float: left;
    height: 58px;
    line-height: 58px;
    font-size: 1.6rem;
    background: #fff;
    color: #333;
    width: 16.6666666%;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #cdcdcd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-recruit .table .table-con li span {
    color: #0187e8;
  }
  .ins-main .ins-recruit .table .table-con li:first-child {
    border-left: 1px solid #cdcdcd;
  }
  .ins-main .ins-recruit .table .table-con .txt-box {
    display: none;
    border-bottom: 1px solid #b5b3b3;
    clear: both;
    padding: 2%;
    position: relative;
    background: #fff;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 {
    font-size: 2.4rem;
    color: #333;
    display: inline-block;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 b {
    color: #0187e8;
    font-weight: 500;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .box-tit span {
    display: inline-block;
    font-size: 1.4rem;
    color: #666;
    margin: 0 1%;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .txt h6 {
    font-size: 16px;
    color: #666;
    padding: 1% 0 1% 13px;
    line-height: 180%;
    background: url("../images/h6-lit_03.jpg") no-repeat left center;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .txt p {
    font-size: 1.4rem;
    color: #666;
    line-height: 24px;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .txt a {
    display: inline-block;
    width: 160px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    background: #0187e8;
    font-size: 1.6rem;
    margin: 3% 0 2%;
    color: #fff;
  }
}
.ins-main .ins-solution {
  padding: 4% 0;
  background: #f8f8f8;
}
.ins-main .ins-solution .content li {
  margin-bottom: 4%;
}
.ins-main .ins-solution .content li .img {
  width: 50%;
  float: left;
}
.ins-main .ins-solution .content li .img img {
  width: 100%;
}
.ins-main .ins-solution .content li .txt {
  width: 42%;
  float: right;
  margin-right: 3%;
}
.ins-main .ins-solution .content li .txt h6 {
  font-size: 1.8rem;
  color: #010101;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 15px 0;
}
.ins-main .ins-solution .content li .txt p {
  font-size: 1.4rem;
  color: #626262;
  line-height: 200%;
  margin: 10% 0 12%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
.ins-main .ins-solution .content li .txt a {
  display: block;
  width: 100px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  background: #0187e8;
  font-size: 1.4rem;
  color: #fff;
}
.ins-main .ins-solution .content li:nth-child(even) {
  margin-bottom: 4%;
}
.ins-main .ins-solution .content li:nth-child(even) .img {
  width: 50%;
  float: right;
}
.ins-main .ins-solution .content li:nth-child(even) .img img {
  width: 100%;
}
.ins-main .ins-solution .content li:nth-child(even) .txt {
  width: 42%;
  float: left;
  margin-left: 3%;
}
@media (max-width: 768px) {
  .ins-main .ins-solution {
    padding: 4% 0;
    background: #f8f8f8;
  }
  .ins-main .ins-solution .content li {
    margin-bottom: 4%;
  }
  .ins-main .ins-solution .content li .img {
    width: 100%;
    float: left;
  }
  .ins-main .ins-solution .content li .img img {
    width: 100%;
  }
  .ins-main .ins-solution .content li .txt {
    width: 100%;
    float: right;
    margin-right: 0%;
    margin: 20px 0;
  }
  .ins-main .ins-solution .content li .txt h6 {
    font-size: 1.8rem;
    color: #010101;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px 0;
  }
  .ins-main .ins-solution .content li .txt p {
    font-size: 1.4rem;
    color: #626262;
    line-height: 200%;
    margin: 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
  }
  .ins-main .ins-solution .content li .txt a {
    display: block;
    width: 100px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    background: #0187e8;
    font-size: 1.4rem;
    color: #fff;
  }
  .ins-main .ins-solution .content li:nth-child(even) {
    margin-bottom: 4%;
  }
  .ins-main .ins-solution .content li:nth-child(even) .img {
    width: 100%;
    float: right;
  }
  .ins-main .ins-solution .content li:nth-child(even) .img img {
    width: 100%;
  }
  .ins-main .ins-solution .content li:nth-child(even) .txt {
    width: 100%;
    float: left;
    margin-left: 0%;
  }
}
.ins-main .ins-news {
  padding: 4% 0;
  background: #f8f8f8;
}
.ins-main .ins-news .content li {
  margin-bottom: 2%;
}
.ins-main .ins-news .content li a {
  padding: 2%;
  background: #fff;
  transition: 0.3s;
  display: block;
}
.ins-main .ins-news .content li a:hover {
  background: #0187e8;
}
.ins-main .ins-news .content li a:hover .txt h6 {
  color: #fff;
}
.ins-main .ins-news .content li a:hover .txt p {
  color: #fff;
}
.ins-main .ins-news .content li a:hover .txt .date span {
  background: #fff;
  color: #0187e8;
}
.ins-main .ins-news .content li a:hover .txt .date b {
  color: #fff;
}
.ins-main .ins-news .content li a .img {
  width: 21%;
  float: left;
}
.ins-main .ins-news .content li a .img img {
  width: 100%;
}
.ins-main .ins-news .content li a .txt {
  width: 75%;
  float: right;
}
.ins-main .ins-news .content li a .txt h6 {
  font-size: 1.6rem;
  color: #363636;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 15px 0;
}
.ins-main .ins-news .content li a .txt p {
  font-size: 1.4rem;
  color: #8c8c8c;
  line-height: 200%;
  margin-bottom: 5%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ins-main .ins-news .content li a .txt .date {
  position: relative;
}
.ins-main .ins-news .content li a .txt .date span {
  display: block;
  width: 100px;
  line-height: 25px;
  height: 25px;
  text-align: center;
  background: #f7f7f7;
  font-size: 1.4rem;
  color: #8c8c8c;
}
.ins-main .ins-news .content li a .txt .date b {
  font-weight: 500;
  font-size: 1.4rem;
  color: #d1d1d1;
  position: absolute;
  right: 0;
  top: 6px;
}
@media (max-width: 768px) {
  .ins-main .ins-news {
    padding: 4% 0;
    background: #f8f8f8;
  }
  .ins-main .ins-news .content li {
    margin-bottom: 2%;
  }
  .ins-main .ins-news .content li a {
    padding: 2%;
    background: #fff;
    transition: 0.3s;
    display: block;
  }
  .ins-main .ins-news .content li a .img {
    display: none;
  }
  .ins-main .ins-news .content li a .txt {
    width: 100%;
    float: right;
  }
}
.ins-main .news-show {
  padding-bottom: 3%;
  background: #f8f8f8;
}
.ins-main .news-show .show-nav {
  margin: 3% 0;
}
.ins-main .news-show .show-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 .news-show .show-nav p a {
  color: #333;
}
.ins-main .news-show .show-nav p a:hover {
  color: #0187e8;
}
.ins-main .news-show .show-nav p .active {
  color: #0187e8;
}
.ins-main .news-show .content {
  background: #fff;
  padding: 2% 2% 5% 2%;
}
.ins-main .news-show .content .tit {
  text-align: center;
  border-bottom: 1px solid #eee;
}
.ins-main .news-show .content .tit h6 {
  font-size: 2.4rem;
  color: #333;
  text-align: center;
  margin: 2% 0;
  font-weight: 500;
}
.ins-main .news-show .content .tit p {
  font-size: 1.4rem;
  color: #b3b3b3;
  text-transform: uppercase;
}
.ins-main .news-show .content .txt {
  text-align: center;
  padding: 0 6%;
}
.ins-main .news-show .content .txt img {
  max-width: 100%!important;
  margin: 3% 0;
}
.ins-main .news-show .content .txt p {
  text-align: left;
  font-size: 1.6rem;
  color: #666;
  line-height: 180%;
  margin-bottom: 2%;
}
.ins-main .news-show .link {
  padding: 0 6%;
  margin-top: 5%;
}
.ins-main .news-show .link .left {
  width: 50%;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #f8f8f8;
}
.ins-main .news-show .link .left a {
  display: block;
  font-size: 1.6rem;
  color: #303030;
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .news-show .link .left a:hover {
  color: #fff;
  background: #0187e8;
}
.ins-main .news-show .link .right {
  width: 50%;
  float: right;
  height: 50px;
  line-height: 50px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #f8f8f8;
}
.ins-main .news-show .link .right a {
  display: block;
  font-size: 1.6rem;
  color: #303030;
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .news-show .link .right a:hover {
  color: #fff;
  background: #0187e8;
}
@media (max-width: 768px) {
  .ins-main .news-show {
    padding-bottom: 3%;
    background: #f8f8f8;
  }
  .ins-main .news-show .show-nav {
    margin: 3% 0;
  }
  .ins-main .news-show .show-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 .news-show .show-nav p a {
    color: #333;
  }
  .ins-main .news-show .show-nav p a:hover {
    color: #0187e8;
  }
  .ins-main .news-show .show-nav p .active {
    color: #0187e8;
  }
  .ins-main .news-show .content {
    background: #fff;
    padding: 2% 2% 5% 2%;
  }
  .ins-main .news-show .content .tit {
    text-align: center;
    border-bottom: 1px solid #eee;
  }
  .ins-main .news-show .content .tit h6 {
    font-size: 2rem;
    line-height: 160%;
  }
  .ins-main .news-show .content .tit p {
    font-size: 1.4rem;
    color: #b3b3b3;
    text-transform: uppercase;
  }
  .ins-main .news-show .link {
    padding: 0 6%;
    margin-top: 5%;
  }
  .ins-main .news-show .link .left {
    width: 100%;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f8f8f8;
  }
  .ins-main .news-show .link .left a {
    display: block;
    font-size: 1.6rem;
    color: #303030;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .news-show .link .left a:hover {
    color: #fff;
    background: #0187e8;
  }
  .ins-main .news-show .link .right {
    width: 100%;
    float: right;
    height: 50px;
    line-height: 50px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f8f8f8;
  }
  .ins-main .news-show .link .right a {
    display: block;
    font-size: 1.6rem;
    color: #303030;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .news-show .link .right a:hover {
    color: #fff;
    background: #0187e8;
  }
}
.ins-main .ins-case {
  padding: 4% 0;
  background: #f8f8f8;
}
.ins-main .ins-case .content li {
  margin-bottom: 2%;
  width: 24%;
  margin-right: 1.3333333%;
  float: left;
}
.ins-main .ins-case .content li a {
  padding: 2%;
  background: #fff;
  transition: 0.3s;
  display: block;
}
.ins-main .ins-case .content li a:hover {
  background: #0187e8;
}
.ins-main .ins-case .content li a:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-case .content li a:hover .txt h6 {
  color: #fff;
}
.ins-main .ins-case .content li a:hover .txt p {
  color: #fff;
}
.ins-main .ins-case .content li a:hover .txt span {
  color: #0187e8;
  background: #fff;
}
.ins-main .ins-case .content li a .img {
  overflow: hidden;
}
.ins-main .ins-case .content li a .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-case .content li a .txt h6 {
  font-size: 1.6rem;
  color: #3b3b3b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-case .content li a .txt p {
  font-size: 1.4rem;
  color: #8c8c8c;
  line-height: 200%;
  margin-bottom: 5%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ins-main .ins-case .content li a .txt span {
  display: block;
  width: 100px;
  line-height: 25px;
  height: 25px;
  text-align: center;
  background: #f7f7f7;
  font-size: 1.4rem;
  color: #8c8c8c;
}
.ins-main .ins-case .content li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-case {
    padding: 4% 0;
    background: #f8f8f8;
  }
  .ins-main .ins-case .content li {
    margin-bottom: 2%;
    width: 49%;
    margin-right: 2%;
    float: left;
  }
  .ins-main .ins-case .content li a {
    padding: 2%;
    background: #fff;
    transition: 0.3s;
    display: block;
  }
  .ins-main .ins-case .content li a:hover {
    background: #0187e8;
  }
  .ins-main .ins-case .content li a:hover .img img {
    transform: scale(1.1);
  }
  .ins-main .ins-case .content li a:hover .txt h6 {
    color: #fff;
  }
  .ins-main .ins-case .content li a:hover .txt p {
    color: #fff;
  }
  .ins-main .ins-case .content li a:hover .txt span {
    color: #0187e8;
    background: #fff;
  }
  .ins-main .ins-case .content li a .img {
    overflow: hidden;
  }
  .ins-main .ins-case .content li a .img img {
    width: 100%;
    transition: 0.4s;
  }
  .ins-main .ins-case .content li a .txt h6 {
    font-size: 1.6rem;
    color: #3b3b3b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-case .content li a .txt p {
    font-size: 1.4rem;
    color: #8c8c8c;
    line-height: 200%;
    margin-bottom: 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .ins-main .ins-case .content li a .txt span {
    display: block;
    width: 100px;
    line-height: 25px;
    height: 25px;
    text-align: center;
    background: #f7f7f7;
    font-size: 1.4rem;
    color: #8c8c8c;
  }
  .ins-main .ins-case .content li:nth-child(4n+4) {
    margin-right: 0;
  }
  .ins-main .ins-case .content li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-product {
  padding: 2% 0;
  background: #f8f8f8;
}
.ins-main .ins-product .product-nav {
  height: 60px;
  line-height: 60px;
  background: #fff;
  margin-bottom: 4%;
}
.ins-main .ins-product .product-nav li {
  float: left;
}
.ins-main .ins-product .product-nav li a {
  font-size: 1.4rem;
  color: #6c6c6c;
  padding: 0 2.5rem;
  transition: 0.3s;
  display: block;
}
.ins-main .ins-product .product-nav li a:hover {
  background: #0187e8;
  color: #fff;
}
.ins-main .ins-product .product-nav .active a {
  background: #0187e8;
  color: #fff;
}
.ins-main .ins-product .content li {
  margin-bottom: 2%;
}
.ins-main .ins-product .content li a {
  padding: 2%;
  background: #fff;
  transition: 0.3s;
  display: block;
}
.ins-main .ins-product .content li a:hover {
  background: #0187e8;
}
.ins-main .ins-product .content li a:hover .txt h6 {
  color: #fff;
}
.ins-main .ins-product .content li a:hover .txt p {
  color: #fff;
}
.ins-main .ins-product .content li a:hover .txt .date span {
  background: #fff;
  color: #0187e8;
}
.ins-main .ins-product .content li a:hover .txt .date b {
  color: #fff;
}
.ins-main .ins-product .content li a .img {
  width: 21%;
  float: left;
}
.ins-main .ins-product .content li a .img img {
  width: 100%;
}
.ins-main .ins-product .content li a .txt {
  width: 75%;
  float: right;
}
.ins-main .ins-product .content li a .txt h6 {
  font-size: 1.6rem;
  color: #363636;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 15px 0;
}
.ins-main .ins-product .content li a .txt p {
  font-size: 1.4rem;
  color: #8c8c8c;
  line-height: 200%;
  margin-bottom: 5%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ins-main .ins-product .content li a .txt .date {
  position: relative;
}
.ins-main .ins-product .content li a .txt .date span {
  display: block;
  width: 100px;
  line-height: 25px;
  height: 25px;
  text-align: center;
  background: #f7f7f7;
  font-size: 1.4rem;
  color: #8c8c8c;
}
.ins-main .ins-product .content li a .txt .date b {
  font-weight: 500;
  font-size: 1.4rem;
  color: #d1d1d1;
  position: absolute;
  right: 0;
  top: 6px;
}
@media (max-width: 768px) {
  .ins-main .ins-product {
    padding: 4% 0;
    background: #f8f8f8;
  }
  .ins-main .ins-product .product-nav {
    height: auto;
    line-height: 40px;
    background: #fff;
    margin-bottom: 3%;
    text-align: center;
  }
  .ins-main .ins-product .product-nav li {
    float: none;
    margin-bottom: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .ins-main .ins-product .product-nav li a {
    font-size: 1.4rem;
    color: #6c6c6c;
    padding: 0 1.5rem;
    transition: 0.3s;
    display: block;
  }
  .ins-main .ins-product .product-nav li a:hover {
    background: #0187e8;
    color: #fff;
  }
  .ins-main .ins-product .product-nav .active a {
    background: #0187e8;
    color: #fff;
  }
  .ins-main .ins-product .content li {
    margin-bottom: 2%;
  }
  .ins-main .ins-product .content li a {
    padding: 2%;
    background: #fff;
    transition: 0.3s;
    display: block;
  }
  .ins-main .ins-product .content li a .img {
    display: none;
  }
  .ins-main .ins-product .content li a .txt {
    width: 100%;
    float: right;
  }
}
.ins-main .product-show {
  padding-bottom: 3%;
  background: #f8f8f8;
}
.ins-main .product-show .show-nav {
  margin: 3% 0;
}
.ins-main .product-show .show-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 .product-show .show-nav p a {
  color: #333;
}
.ins-main .product-show .show-nav p a:hover {
  color: #0187e8;
}
.ins-main .product-show .show-nav p .active {
  color: #0187e8;
}
.ins-main .product-show .show-top {
  position: relative;
  background: #fff;
  padding: 2% 2%;
}
.ins-main .product-show .show-top .img-box {
  width: 46%;
  float: left;
}
.ins-main .product-show .show-top .img-box .view .swiper-container {
  width: 100%;
  height: 100%;
}
.ins-main .product-show .show-top .img-box .view .swiper-container .swiper-slide {
  width: 100%;
  border: 1px solid #d9d9d9;
}
.ins-main .product-show .show-top .img-box .view .swiper-container .swiper-slide img {
  width: 100%;
  background: url("../images/pro-bg-grey_03.jpg") no-repeat center;
  background-size: cover;
}
.ins-main .product-show .show-top .img-box .preview {
  width: 46%;
  margin-top: 15px;
  position: absolute;
  right: 6%;
  top: 346px;
}
.ins-main .product-show .show-top .img-box .preview .swiper-container {
  width: 88%;
  margin: 0 auto;
}
.ins-main .product-show .show-top .img-box .preview .arrow-left {
  background: url("../images/pro-prev_03.png") no-repeat left top;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -9px;
  width: 11px;
  height: 22px;
  z-index: 10;
}
.ins-main .product-show .show-top .img-box .preview .arrow-left:hover {
  background: url("../images/pro-prev2_03.png") no-repeat left top;
}
.ins-main .product-show .show-top .img-box .preview .arrow-right {
  background: url("../images/pro-next_03.png") no-repeat left bottom;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -9px;
  width: 11px;
  height: 22px;
  z-index: 10;
}
.ins-main .product-show .show-top .img-box .preview .arrow-right:hover {
  background: url("../images/pro-next2_03.png") no-repeat left bottom;
}
.ins-main .product-show .show-top .img-box .preview .swiper-slide {
  float: left;
  width: auto;
}
.ins-main .product-show .show-top .img-box .preview .swiper-slide img {
  width: 100%;
  cursor: pointer;
  background: url("../images/pro-bg-grey_03.jpg") no-repeat center;
  background-size: cover;
  border: 1px solid #d9d9d9;
}
.ins-main .product-show .show-top .img-box .preview .active-nav img {
  border: 1px solid #2f7cd3;
  box-sizing: border-box;
}
.ins-main .product-show .show-top .txt-box {
  width: 51.6%;
  float: right;
}
.ins-main .product-show .show-top .txt-box h5 {
  font-size: 1.8rem;
  color: #3b3b3b;
  height: 30px;
  line-height: 30px;
}
.ins-main .product-show .show-top .txt-box h5 a {
  float: right;
  font-size: 1.4rem;
  color: #464646;
  padding-left: 36px;
  height: 30px;
  background: url("../images/download_03.jpg") no-repeat left center;
  line-height: 30px;
}
.ins-main .product-show .show-top .txt-box h5 a:hover {
  color: #0187e8;
}
.ins-main .product-show .show-top .txt-box .txt {
  margin: 7% 0;
}
.ins-main .product-show .show-top .txt-box .txt p {
  font-size: 1.4rem;
  color: #5c5c5c;
  margin: 0;
  line-height: 180%;
}
.ins-main .product-show .show-top .txt-box .link a {
  display: block;
  width: 150px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  background: #0187e8;
  font-size: 1.6rem;
  color: #fff;
}
.ins-main .product-show .show-content {
  margin: 3% 0;
  background: #fff;
}
.ins-main .product-show .show-content .slideTxtBox .hd {
  height: 54px;
  line-height: 54px;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.ins-main .product-show .show-content .slideTxtBox .hd ul li {
  width: 130px;
  text-align: center;
  float: left;
  cursor: pointer;
  font-size: 1.6rem;
  color: #404040;
}
.ins-main .product-show .show-content .slideTxtBox .hd ul li.on {
  color: #fff;
  background: #0187e8;
}
.ins-main .product-show .show-content .slideTxtBox .bd ul {
  padding: 20px;
  zoom: 1;
}
.ins-main .product-show .show-content .slideTxtBox .bd li p {
  font-size: 1.4rem;
  color: #5b5b5b;
  line-height: 28px;
}
.ins-main .product-show .show-bot .tit {
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  background: #fff;
}
.ins-main .product-show .show-bot .tit h6 {
  width: 130px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  background: #0187e8;
}
.ins-main .product-show .show-bot .tit a {
  line-height: 54px;
  font-size: 1.4rem;
  color: #8a8a8a;
  position: absolute;
  top: 0;
  right: 0;
}
.ins-main .product-show .show-bot .tit a:hover {
  color: #0187e8;
}
.ins-main .product-show .show-bot .content {
  padding: 30px 20px;
  background: #fff;
}
.ins-main .product-show .show-bot .swiper-container-recommend {
  overflow: hidden;
}
.ins-main .product-show .show-bot .swiper-slide {
  text-align: center;
}
.ins-main .product-show .show-bot .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.ins-main .product-show .show-bot .swiper-slide:hover p {
  color: #0187e8;
}
.ins-main .product-show .show-bot .swiper-slide .img {
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.ins-main .product-show .show-bot .swiper-slide .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .product-show .show-bot .swiper-slide p {
  font-size: 1.4rem;
  color: #333;
  margin-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 1200px) {
  .ins-main .product-show {
    padding-bottom: 3%;
    background: #f8f8f8;
  }
  .ins-main .product-show .show-top .img-box .preview {
    top: 279px;
  }
}
@media (max-width: 992px) {
  .ins-main .product-show {
    padding-bottom: 3%;
    background: #f8f8f8;
  }
  .ins-main .product-show .show-top {
    position: relative;
    background: #fff;
    padding: 2% 2%;
  }
  .ins-main .product-show .show-top .img-box .preview {
    width: 100%;
    margin-top: 15px;
    position: static;
    right: 6%;
    top: 346px;
  }
  .ins-main .product-show .show-top .img-box .preview .swiper-container {
    width: 100%;
    margin: 0 auto;
  }
  .ins-main .product-show .show-top .img-box .preview .arrow-left {
    display: none;
  }
  .ins-main .product-show .show-top .img-box .preview .arrow-right {
    display: none;
  }
}
@media (max-width: 768px) {
  .ins-main .product-show {
    padding-bottom: 3%;
    background: #f8f8f8;
  }
  .ins-main .product-show .show-nav {
    margin: 5% 0;
  }
  .ins-main .product-show .show-nav p {
    margin: 0;
    padding-left: 26px;
    background: url("../images/location_03.jpg") no-repeat left center;
    font-size: 1.4rem;
    color: #333;
    height: 22px;
    line-height: 22px;
  }
  .ins-main .product-show .show-nav p a {
    color: #333;
  }
  .ins-main .product-show .show-nav p a:hover {
    color: #0187e8;
  }
  .ins-main .product-show .show-nav p .active {
    color: #0187e8;
  }
  .ins-main .product-show .show-top {
    position: relative;
    background: #fff;
    padding: 2% 2%;
  }
  .ins-main .product-show .show-top .img-box {
    width: 100%;
    float: left;
  }
  .ins-main .product-show .show-top .txt-box {
    width: 100%;
    float: right;
  }
  .ins-main .product-show .show-top .txt-box h5 {
    font-size: 1.8rem;
    color: #3b3b3b;
    height: 30px;
    line-height: 30px;
  }
  .ins-main .product-show .show-top .txt-box h5 a {
    float: right;
    font-size: 1.4rem;
    color: #464646;
    padding-left: 36px;
    height: 30px;
    background: url("../images/download_03.jpg") no-repeat left center;
    line-height: 30px;
  }
  .ins-main .product-show .show-top .txt-box h5 a:hover {
    color: #0187e8;
  }
  .ins-main .product-show .show-top .txt-box .txt {
    margin: 7% 0;
  }
  .ins-main .product-show .show-top .txt-box .txt p {
    font-size: 1.4rem;
    color: #5c5c5c;
    margin: 0;
    line-height: 180%;
  }
  .ins-main .product-show .show-top .txt-box .link a {
    display: block;
    width: 120px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    background: #0187e8;
    font-size: 1.6rem;
    color: #fff;
  }
  .ins-main .product-show .show-content {
    margin: 3% 0;
    background: #fff;
  }
  .ins-main .product-show .show-content .slideTxtBox .hd {
    height: 44px;
    line-height: 44px;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    position: relative;
  }
  .ins-main .product-show .show-content .slideTxtBox .hd ul li {
    width: 130px;
    text-align: center;
    float: left;
    cursor: pointer;
    font-size: 1.6rem;
    color: #404040;
  }
  .ins-main .product-show .show-content .slideTxtBox .hd ul li.on {
    color: #fff;
    background: #0187e8;
  }
  .ins-main .product-show .show-content .slideTxtBox .bd ul {
    padding: 10px;
    zoom: 1;
  }
  .ins-main .product-show .show-content .slideTxtBox .bd li p {
    font-size: 1.4rem;
    color: #5b5b5b;
    line-height: 28px;
  }
  .ins-main .product-show .show-bot .tit {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    background: #fff;
  }
  .ins-main .product-show .show-bot .tit h6 {
    width: 130px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    background: #0187e8;
  }
  .ins-main .product-show .show-bot .tit a {
    line-height: 54px;
    font-size: 1.4rem;
    color: #8a8a8a;
    position: absolute;
    top: 0;
    right: 0;
  }
  .ins-main .product-show .show-bot .tit a:hover {
    color: #0187e8;
  }
  .ins-main .product-show .show-bot .content {
    padding: 20px 10px 0;
    background: #fff;
  }
  .ins-main .product-show .show-bot .swiper-container-recommend {
    overflow: hidden;
  }
  .ins-main .product-show .show-bot .swiper-slide {
    text-align: center;
  }
  .ins-main .product-show .show-bot .swiper-slide:hover .img img {
    transform: scale(1.1);
  }
  .ins-main .product-show .show-bot .swiper-slide:hover p {
    color: #0187e8;
  }
  .ins-main .product-show .show-bot .swiper-slide .img {
    border: 1px solid #e5e5e5;
    overflow: hidden;
  }
  .ins-main .product-show .show-bot .swiper-slide .img img {
    width: 100%;
    transition: 0.4s;
  }
  .ins-main .product-show .show-bot .swiper-slide p {
    font-size: 1.4rem;
    color: #333;
    margin-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.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: #0187e8;
  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: #0187e8;
  background-color: #0187e8;
}
@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: #0187e8;
    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: #0187e8;
    background-color: #0187e8;
  }
}
.ins-service .img img {
  width: 100%;
  margin-bottom: 3%;
}
.nav-shadow {
  box-shadow: 0 0 15px #cdcbcb;
}
