body {
  font-family: arial, sans-serif;
  overflow-x: hidden;
}
html {
  font-size: 10px;
  /*10 ÷ 16 × 100% = 62.5%*/
}
@media (max-width: 1450px) {
  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 {
  height: 85px;
  background: transparent;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid #4673e1;
}
@media (max-width: 768px) {
  .header {
    height: auto;
  }
}
.header .header-con {
  width: 78.125%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1508px) {
  .header .header-con {
    width: 88%;
  }
}
.header .header-con .logo {
  float: left;
  margin-top: 14px;
}
.header .header-con .logo .flat-con {
  display: none;
}
.header .header-con .logo a {
  display: block;
}
@media (max-width: 1590px) {
  .header .header-con .logo img {
    width: 280px;
    margin-top: 10px;
  }
}
@media (max-width: 1362px) {
  .header .header-con .logo img {
    width: 240px;
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  .header .header-con .logo .pc-con {
    display: none;
  }
  .header .header-con .logo .flat-con {
    display: block;
  }
  .header .header-con .logo img {
    width: 140px;
    margin-top: 10px;
  }
}
.header .header-con .nav-con {
  height: 80px;
  position: relative;
  float: right;
  width: 54%;
  margin-right: 4%;
}
@media (max-width: 1585px) {
  .header .header-con .nav-con {
    margin-right: 0%;
  }
}
@media (max-width: 1326px) {
  .header .header-con .nav-con {
    width: 58%;
  }
}
@media (max-width: 1230px) {
  .header .header-con .nav-con {
    width: 62%;
  }
}
.header .header-con .nav-con #nav {
  margin: 0;
}
.header .header-con .nav-con #nav .sub-nav {
  float: left;
  text-align: center;
  position: relative;
  line-height: 84px;
  transition: 0.3s;
  margin: 0 1px;
  text-transform: uppercase;
}
.header .header-con .nav-con #nav .sub-nav:hover a {
  background: #628eff;
}
.header .header-con .nav-con #nav .sub-nav a {
  color: #fff;
  font-size: 1.6rem;
  display: block;
  height: 100%;
  text-align: center;
}
@media (max-width: 1440px) {
  .header .header-con .nav-con #nav .sub-nav a {
    padding: 0;
    width: 81px;
  }
}
.header .header-con .nav-con #nav .sub-nav .drop-down {
  z-index: 999;
  position: absolute;
  top: 84px;
  left: -30%;
  display: none;
}
.header .header-con .nav-con #nav .sub-nav .drop-down {
  width: 160%;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
}
.header .header-con .nav-con #nav .sub-nav .drop-down li {
  line-height: 45px;
  border-bottom: 1px solid #f6f6f6;
}
.header .header-con .nav-con #nav .sub-nav .drop-down li a {
  font-size: 1.5rem;
  display: block;
  color: #333!important;
  background: none!important;
  padding: 0;
}
.header .header-con .nav-con #nav .sub-nav .drop-down li a:hover {
  background: #628eff!important;
  color: #fff!important;
}
.header .header-con .nav-con #nav .active a {
  background: #628eff;
}
.header .header-con .tel {
  font-size: 1.8rem;
  color: #628eff;
  font-weight: 600;
  position: absolute;
  right: 12%;
  margin: 30px 14px 0 0;
}
@media (max-width: 1750px) {
  .header .header-con .tel {
    right: 14%;
  }
}
@media (max-width: 1585px) {
  .header .header-con .tel {
    right: 14%;
  }
}
@media (max-width: 1413px) {
  .header .header-con .tel {
    font-size: 1.4rem;
    right: 16%;
    margin: 35px 19px 0 0;
  }
}
@media (max-width: 1326px) {
  .header .header-con .tel {
    font-size: 1.4rem;
    right: 12%;
    margin: 35px 19px 0 0;
  }
}
@media (max-width: 1200px) {
  .header .header-con .tel {
    display: none;
  }
}
.header .header-con .rt-con {
  float: right;
  line-height: 85px;
}
.header .header-con .rt-con a {
  font-size: 1.4rem;
  color: #e8e8e8;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.header .header-con .rt-con a:hover {
  color: #fff;
}
.header .header-con .rt-con a:nth-child(2) {
  margin-left: 2rem;
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 4px;
  background: #628eff;
}
@media (max-width: 1326px) {
  .header .header-con .rt-con a:nth-child(2) {
    width: 70px;
    margin-left: 1rem;
  }
}
.header .mobile-con .navbar-default {
  background: #1a4bc4;
}
.header .mobile-con .navbar-header .navbar-brand {
  float: none;
  line-height: 0;
  padding: 0;
}
.header .mobile-con .navbar-brand > img {
  width: 118px;
  margin: 10px 0 0 3%;
}
.header .mobile-con .nivo-directionNav {
  display: none;
}
.header .mobile-con .box .nivo-controlNav {
  margin-left: -16px;
  bottom: -6px;
}
.header .mobile-con .navbar-default .navbar-nav > .open > a,
.header .mobile-con .navbar-default .navbar-nav > .open > a:hover,
.header .mobile-con .navbar-default .navbar-nav > .open > a:focus {
  background: none;
}
.header .mobile-con .navbar-default .navbar-nav > li > a {
  color: #fff;
}
@media (max-width: 767px) {
  .header .mobile-con .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
}
.header .mobile-con .nivo-controlNav a {
  width: 6px;
  height: 6px;
  margin: 0 3px;
}
.header .mobile-con .navbar-toggle {
  margin-top: 11px;
}
.header .mobile-con .language2 {
  display: inline-block;
  position: relative;
  margin: 17px 12px 0 0;
  float: right;
  color: #999;
}
.header .mobile-con .language2 a {
  font-size: 12px;
  padding: 0px 6px;
  color: #999;
}
.header .mobile-con .language2 a:hover {
  color: #fff;
}
.header .mobile-con .language2 .active {
  color: #fff;
}
.header-hidden {
  top: -85px;
}
.header-bg {
  background: #1647be;
}
.ins-header {
  background: #fff;
  position: relative;
}
.ins-header .header-con {
  width: 78.125%;
  margin: 0 auto;
}
@media (max-width: 1508px) {
  .ins-header .header-con {
    width: 88%;
  }
}
.ins-header .header-con .nav-con {
  height: 80px;
  position: relative;
  float: right;
  width: 54%;
  margin-right: 4%;
}
@media (max-width: 1650px) {
  .ins-header .header-con .nav-con {
    width: 51%;
  }
}
@media (max-width: 1450px) {
  .ins-header .header-con .nav-con {
    margin-right: 4%;
  }
}
@media (max-width: 1326px) {
  .ins-header .header-con .nav-con {
    width: 58%;
  }
}
.ins-header .header-con .nav-con #nav {
  margin: 0;
}
.ins-header .header-con .nav-con #nav .sub-nav {
  float: left;
  text-align: center;
  position: relative;
  line-height: 84px;
  transition: 0.3s;
  margin: 0 1px;
  text-transform: uppercase;
}
.ins-header .header-con .nav-con #nav .sub-nav:hover a {
  background: #628eff;
  color: #fff;
}
.ins-header .header-con .nav-con #nav .sub-nav a {
  color: #474747;
  width: 110px;
  font-size: 1.6rem;
  display: block;
  height: 100%;
  text-align: center;
}
@media (max-width: 1778px) {
  .ins-header .header-con .nav-con #nav .sub-nav a {
    width: 100px;
  }
}
@media (max-width: 1652px) {
  .ins-header .header-con .nav-con #nav .sub-nav a {
    width: 85px;
  }
}
@media (max-width: 1450px) {
  .ins-header .header-con .nav-con #nav .sub-nav a {
    padding: 0;
    width: 80px;
  }
}
@media (max-width: 992px) {
  .ins-header .header-con .nav-con #nav .sub-nav a {
    padding: 0 0.5rem;
    width: auto;
  }
}
.ins-header .header-con .nav-con #nav .sub-nav .drop-down {
  z-index: 999;
  position: absolute;
  top: 84px;
  display: none;
}
.ins-header .header-con .nav-con #nav .sub-nav .drop-down {
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
}
.ins-header .header-con .nav-con #nav .sub-nav .drop-down li {
  line-height: 45px;
  border-bottom: 1px solid #f6f6f6;
}
.ins-header .header-con .nav-con #nav .sub-nav .drop-down li a {
  font-size: 1.5rem;
  display: block;
  color: #333!important;
  background: none!important;
  width: auto;
}
.ins-header .header-con .nav-con #nav .sub-nav .drop-down li a:hover {
  background: #628eff!important;
  color: #fff!important;
}
.ins-header .header-con .nav-con #nav .active a {
  background: #628eff;
  color: #fff;
}
.ins-header .header-con .rt-con {
  float: right;
  line-height: 85px;
}
.ins-header .header-con .rt-con a {
  font-size: 1.4rem;
  color: #5e5e5e;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ins-header .header-con .rt-con a:hover {
  color: #628eff;
}
.ins-header .header-con .rt-con a:nth-child(2) {
  margin-left: 2rem;
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 4px;
  background: #628eff;
  color: #fff;
}
.ins-header .header-con .rt-con a:nth-child(2):hover {
  color: #fff;
}
@media (max-width: 1326px) {
  .ins-header .header-con .rt-con a:nth-child(2) {
    width: 70px;
    margin-left: 1rem;
  }
}
/*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.07);
}
.main .ad-box-pc .swiper-slide-active img {
  transform: scale(1);
}
.main .ad-box-pc .swiper-pagination {
  position: absolute;
  bottom: 35px;
  z-index: 99;
}
.main .ad-box-pc .swiper-pagination-bullet {
  background: #999;
  border-radius: 3px;
  height: 4px;
  width: 30px;
  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;
}
.main .ad-box .swiper-container5 {
  overflow: hidden;
}
.main .ad-box .top-banner {
  width: 100%;
  position: relative;
}
.main .ad-box img {
  width: 100%;
}
.main .ad-box .swiper-pagination {
  position: absolute;
  bottom: 4px;
  z-index: 99;
}
.main .ad-box .swiper-pagination-bullet {
  background: #ccc;
  border-radius: 0px;
  height: 3px;
  width: 16px;
  opacity: 1;
}
.main .ad-box .swiper-pagination-bullet-active {
  background: #fff;
}
.main .tit {
  text-align: center;
  padding: 3% 0;
}
.main .tit h5 {
  font-size: 2.4rem;
  color: #20273c;
  font-weight: 600;
}
.main .tit p {
  font-size: 1.6rem;
  color: #959595;
  margin-bottom: 0;
}
.main .product .slideTxtBox-product .hd ul li {
  width: 24%;
  float: left;
  cursor: pointer;
  margin-right: 1.33333%;
  position: relative;
}
.main .product .slideTxtBox-product .hd ul li img {
  width: 100%;
}
.main .product .slideTxtBox-product .hd ul li:nth-child(4) {
  margin-right: 0;
}
.main .product .slideTxtBox-product .hd ul li.on:after {
  content: '';
  width: 25px;
  height: 11px;
  background: url("../images/product-angle_03.jpg") no-repeat center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -12px;
}
.main .product .slideTxtBox-product .bd {
  background: #e7e9ee;
  padding: 3% 0 1.5%;
  margin-top: 30px;
}
.main .product .slideTxtBox-product .bd li {
  height: 130px;
  width: 24%;
  float: left;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  margin-right: 1.333333%;
  margin-bottom: 1.3333333%;
  transition: 0.3s;
}
.main .product .slideTxtBox-product .bd li:hover {
  background: #628eff;
}
.main .product .slideTxtBox-product .bd li:hover h6 {
  color: #fff;
}
.main .product .slideTxtBox-product .bd li:hover p {
  color: #fff;
}
.main .product .slideTxtBox-product .bd li span {
  width: 39px;
  height: 35px;
  margin: 28px auto 20px;
  display: block;
  transition: 0.3s;
}
.main .product .slideTxtBox-product .bd li h6 {
  font-size: 1.6rem;
  color: #292929;
  margin-top: 0;
}
.main .product .slideTxtBox-product .bd li p {
  font-size: 1.4rem;
  color: #999;
  line-height: 160%;
  margin: 0 20%;
  display: none;
}
.main .product .slideTxtBox-product .bd li:nth-child(4n+4) {
  margin-right: 0;
}
.main .product .slideTxtBox-product .bd ul:nth-child(1) li:nth-child(1) span {
  background: url("../images/duanxin-icon_03.png") no-repeat 0 center;
}
.main .product .slideTxtBox-product .bd ul:nth-child(1) li:nth-child(2) span {
  background: url("../images/duanxin-icon_03.png") no-repeat -78px center;
}
.main .product .slideTxtBox-product .bd ul:nth-child(1) li:nth-child(3) span {
  background: url("../images/duanxin-icon_03.png") no-repeat -156px center;
}
.main .product .slideTxtBox-product .bd ul:nth-child(1) li:nth-child(4) span {
  background: url("../images/duanxin-icon_03.png") no-repeat -234px center;
}
.main .product .slideTxtBox-product .bd ul:nth-child(1) li:nth-child(5) span {
  background: url("../images/duanxin-icon2_03.png") no-repeat 0 center;
}
.main .product .slideTxtBox-product .bd ul:nth-child(1) li:nth-child(6) span {
  background: url("../images/duanxin-icon2_03.png") no-repeat -78px center;
}
.main .product .slideTxtBox-product .bd ul:nth-child(1) li:nth-child(7) span {
  background: url("../images/duanxin-icon2_03.png") no-repeat -156px center;
}
.main .product .slideTxtBox-product .bd ul:nth-child(1) li:nth-child(8) span {
  background: url("../images/duanxin-icon2_03.png") no-repeat -234px center;
}
.main .product .slideTxtBox-product .bd ul:nth-child(1) li:nth-child(1):hover span {
  background: url("../images/duanxin-icon_03.png") no-repeat -39px center;
}
.main .product .slideTxtBox-product .bd ul:nth-child(1) li:nth-child(2):hover span {
  background: url("../images/duanxin-icon_03.png") no-repeat -117px center;
}
.main .product .slideTxtBox-product .bd ul:nth-child(1) li:nth-child(3):hover span {
  background: url("../images/duanxin-icon_03.png") no-repeat -195px center;
}
.main .product .slideTxtBox-product .bd ul:nth-child(1) li:nth-child(4):hover span {
  background: url("../images/duanxin-icon_03.png") no-repeat -273px center;
}
.main .product .slideTxtBox-product .bd ul:nth-child(1) li:nth-child(5):hover span {
  background: url("../images/duanxin-icon2_03.png") no-repeat -39px center;
}
.main .product .slideTxtBox-product .bd ul:nth-child(1) li:nth-child(6):hover span {
  background: url("../images/duanxin-icon2_03.png") no-repeat -117px center;
}
.main .product .slideTxtBox-product .bd ul:nth-child(1) li:nth-child(7):hover span {
  background: url("../images/duanxin-icon2_03.png") no-repeat -195px center;
}
.main .product .slideTxtBox-product .bd ul:nth-child(1) li:nth-child(8):hover span {
  background: url("../images/duanxin-icon2_03.png") no-repeat -273px center;
}
.main .product .slideTxtBox-product .bd ul:nth-child(2) li:nth-child(1) span {
  background: url("../images/haoma-icon2_03.png") no-repeat 0 center;
}
.main .product .slideTxtBox-product .bd ul:nth-child(2) li:nth-child(2) span {
  background: url("../images/haoma-icon2_03.png") no-repeat -78px center;
}
.main .product .slideTxtBox-product .bd ul:nth-child(2) li:nth-child(3) span {
  background: url("../images/haoma-icon2_03.png") no-repeat -156px center;
}
.main .product .slideTxtBox-product .bd ul:nth-child(2) li:nth-child(1):hover span {
  background: url("../images/haoma-icon2_03.png") no-repeat -39px center;
}
.main .product .slideTxtBox-product .bd ul:nth-child(2) li:nth-child(2):hover span {
  background: url("../images/haoma-icon2_03.png") no-repeat -117px center;
}
.main .product .slideTxtBox-product .bd ul:nth-child(2) li:nth-child(3):hover span {
  background: url("../images/haoma-icon2_03.png") no-repeat -195px center;
}
.main .product .slideTxtBox-product .bd ul:nth-child(3) li:nth-child(1) span {
  background: url("../images/yuyin-icon2_03.png") no-repeat 0 center;
}
.main .product .slideTxtBox-product .bd ul:nth-child(3) li:nth-child(2) span {
  background: url("../images/yuyin-icon2_03.png") no-repeat -78px center;
}
.main .product .slideTxtBox-product .bd ul:nth-child(3) li:nth-child(1):hover span {
  background: url("../images/yuyin-icon2_03.png") no-repeat -39px center;
}
.main .product .slideTxtBox-product .bd ul:nth-child(3) li:nth-child(2):hover span {
  background: url("../images/yuyin-icon2_03.png") no-repeat -117px center;
}
.main .product .slideTxtBox-product .bd ul:nth-child(4) li:nth-child(1) span {
  background: url("../images/wulian-icon2_03.png") no-repeat 0 center;
}
.main .product .slideTxtBox-product .bd ul:nth-child(4) li:nth-child(2) span {
  background: url("../images/wulian-icon2_03.png") no-repeat -78px center;
}
.main .product .slideTxtBox-product .bd ul:nth-child(4) li:nth-child(3) span {
  background: url("../images/wulian-icon2_03.png") no-repeat -156px center;
}
.main .product .slideTxtBox-product .bd ul:nth-child(4) li:nth-child(1):hover span {
  background: url("../images/wulian-icon2_03.png") no-repeat -39px center;
}
.main .product .slideTxtBox-product .bd ul:nth-child(4) li:nth-child(2):hover span {
  background: url("../images/wulian-icon2_03.png") no-repeat -117px center;
}
.main .product .slideTxtBox-product .bd ul:nth-child(4) li:nth-child(3):hover span {
  background: url("../images/wulian-icon2_03.png") no-repeat -195px center;
}
@media (max-width: 768px) {
  .main .product .slideTxtBox-product .hd ul li {
    width: 49%;
    float: left;
    cursor: pointer;
    margin-right: 2%;
    position: relative;
    margin-bottom: 2%;
  }
  .main .product .slideTxtBox-product .hd ul li img {
    width: 100%;
  }
  .main .product .slideTxtBox-product .hd ul li:nth-child(2n+2) {
    margin-right: 0;
  }
  .main .product .slideTxtBox-product .hd ul li.on:after {
    content: '';
    width: 25px;
    height: 11px;
    background: url("../images/product-angle_03.jpg") no-repeat center;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -12px;
    display: none;
  }
  .main .product .slideTxtBox-product .bd {
    background: #e7e9ee;
    padding: 3% 0 1%;
    margin-top: 10px;
  }
  .main .product .slideTxtBox-product .bd li {
    height: 150px;
    transition: 0.3s;
    width: 49%;
    float: left;
    background: #fff;
    text-align: center;
    margin-right: 1.33333%;
    margin-bottom: 1.33333%;
  }
  .main .product .slideTxtBox-product .bd li:hover {
    background: #628eff;
  }
  .main .product .slideTxtBox-product .bd li:hover h6 {
    color: #fff;
  }
  .main .product .slideTxtBox-product .bd li:hover p {
    color: #fff;
  }
  .main .product .slideTxtBox-product .bd li span {
    width: 39px;
    height: 35px;
    margin: 12px auto 10px;
    display: block;
  }
  .main .product .slideTxtBox-product .bd li h6 {
    font-size: 1.6rem;
    color: #292929;
    margin-top: 0;
  }
  .main .product .slideTxtBox-product .bd li p {
    font-size: 1.4rem;
    color: #999;
    line-height: 160%;
    margin: 0 10%;
  }
  .main .product .slideTxtBox-product .bd li:nth-child(2n+2) {
    margin-right: 0;
  }
  .main .product .slideTxtBox-product .bd li:nth-child(1) span {
    background: url("../images/duanxin-icon_03.png") no-repeat 0 center;
  }
  .main .product .slideTxtBox-product .bd li:nth-child(2) span {
    background: url("../images/duanxin-icon_03.png") no-repeat -78px center;
  }
  .main .product .slideTxtBox-product .bd li:nth-child(3) span {
    background: url("../images/duanxin-icon_03.png") no-repeat -156px center;
  }
  .main .product .slideTxtBox-product .bd li:nth-child(4) span {
    background: url("../images/duanxin-icon_03.png") no-repeat -234px center;
  }
  .main .product .slideTxtBox-product .bd li:nth-child(5) span {
    background: url("../images/duanxin-icon2_03.png") no-repeat 0 center;
  }
  .main .product .slideTxtBox-product .bd li:nth-child(6) span {
    background: url("../images/duanxin-icon2_03.png") no-repeat -78px center;
  }
  .main .product .slideTxtBox-product .bd li:nth-child(7) span {
    background: url("../images/duanxin-icon2_03.png") no-repeat -156px center;
  }
  .main .product .slideTxtBox-product .bd li:nth-child(8) span {
    background: url("../images/duanxin-icon2_03.png") no-repeat -234px center;
  }
  .main .product .slideTxtBox-product .bd li:nth-child(1):hover span {
    background: url("../images/duanxin-icon_03.png") no-repeat -39px center;
  }
  .main .product .slideTxtBox-product .bd li:nth-child(2):hover span {
    background: url("../images/duanxin-icon_03.png") no-repeat -117px center;
  }
  .main .product .slideTxtBox-product .bd li:nth-child(3):hover span {
    background: url("../images/duanxin-icon_03.png") no-repeat -195px center;
  }
  .main .product .slideTxtBox-product .bd li:nth-child(4):hover span {
    background: url("../images/duanxin-icon_03.png") no-repeat -273px center;
  }
  .main .product .slideTxtBox-product .bd li:nth-child(5):hover span {
    background: url("../images/duanxin-icon2_03.png") no-repeat -39px center;
  }
  .main .product .slideTxtBox-product .bd li:nth-child(6):hover span {
    background: url("../images/duanxin-icon2_03.png") no-repeat -117px center;
  }
  .main .product .slideTxtBox-product .bd li:nth-child(7):hover span {
    background: url("../images/duanxin-icon2_03.png") no-repeat -195px center;
  }
  .main .product .slideTxtBox-product .bd li:nth-child(8):hover span {
    background: url("../images/duanxin-icon2_03.png") no-repeat -273px center;
  }
}
.main .youshi {
  padding: 1% 0;
}
.main .youshi .swiper-container-youshi {
  overflow: hidden;
  margin: 3% 0;
}
.main .youshi .swiper-container-youshi .swiper-slide .img {
  width: 50%;
  float: left;
}
.main .youshi .swiper-container-youshi .swiper-slide .img img {
  width: 100%;
}
.main .youshi .swiper-container-youshi .swiper-slide .txt-box {
  width: 45%;
  float: right;
}
.main .youshi .swiper-container-youshi .swiper-slide .txt-box .youshi-tit {
  margin-top: 3%;
}
.main .youshi .swiper-container-youshi .swiper-slide .txt-box .youshi-tit h5 {
  font-size: 2.4rem;
  color: #000;
}
.main .youshi .swiper-container-youshi .swiper-slide .txt-box .youshi-tit p {
  font-size: 1.4rem;
  color: #626262;
}
.main .youshi .swiper-container-youshi .swiper-slide .txt-box .youshi-tit b {
  display: block;
  width: 40px;
  height: 1px;
  background: #628eff;
  margin-top: 30px;
}
.main .youshi .swiper-container-youshi .swiper-slide .txt-box .txt {
  margin-top: 12%;
}
.main .youshi .swiper-container-youshi .swiper-slide .txt-box .txt p {
  font-size: 1.4rem;
  color: #353535;
  line-height: 180%;
  padding-left: 28px;
  background: url("../images/youshi-angle_03.jpg") no-repeat left 4px;
}
.main .youshi .swiper-pagination-youshi {
  text-align: center;
}
@media (max-width: 768px) {
  .main .youshi {
    padding: 1% 0;
  }
  .main .youshi .swiper-container-youshi {
    overflow: hidden;
    margin: 3% 0;
  }
  .main .youshi .swiper-container-youshi .swiper-slide .img {
    width: 100%;
    float: left;
  }
  .main .youshi .swiper-container-youshi .swiper-slide .img img {
    width: 100%;
  }
  .main .youshi .swiper-container-youshi .swiper-slide .txt-box {
    width: 100%;
    float: right;
  }
  .main .youshi .swiper-pagination-youshi {
    text-align: center;
  }
}
.main .about {
  padding: 2% 0 7%;
  background: url("../images/about-bg.jpg") no-repeat center;
  background-size: cover;
}
.main .about .txt-box {
  width: 50%;
  float: left;
  padding: 7% 5% 0 5%;
}
.main .about .txt-box h5 {
  font-size: 2.4rem;
  color: #fff;
}
.main .about .txt-box p {
  font-size: 1.4rem;
  color: #fff;
  line-height: 190%;
  margin: 8% 0 15%;
}
.main .about .txt-box a {
  display: block;
  width: 150px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #628eff;
  font-size: 1.4rem;
  color: #fff;
}
.main .about .img {
  float: right;
  width: 50%;
}
.main .about .img img {
  width: 100%;
}
@media (max-width: 768px) {
  .main .about {
    padding: 2% 0 7%;
    background: url("../images/about-bg.jpg") no-repeat center;
    background-size: cover;
  }
  .main .about .txt-box {
    width: 100%;
    float: left;
    padding: 7% 5% 0 5%;
  }
  .main .about .txt-box h5 {
    font-size: 2.4rem;
    color: #fff;
  }
  .main .about .txt-box p {
    font-size: 1.4rem;
    color: #fff;
    line-height: 190%;
    margin: 8% 0 10%;
  }
  .main .about .txt-box a {
    display: block;
    width: 120px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #628eff;
    font-size: 1.4rem;
    color: #fff;
  }
  .main .about .img {
    float: right;
    width: 100%;
    margin-top: 20px;
  }
  .main .about .img img {
    width: 100%;
  }
}
.main .kehu {
  padding: 2% 0 4%;
  background: #e7e9ee;
}
.main .kehu .content {
  position: relative;
}
.main .kehu .content .swiper-container-kehu {
  overflow: hidden;
  padding-top: 44px;
  width: 825px;
  height: 397px;
  background: url("../images/kehu-bg_03.jpg") no-repeat center bottom;
  margin: 0 auto;
}
.main .kehu .content .swiper-container-kehu .swiper-slide {
  text-align: center;
}
.main .kehu .content .swiper-container-kehu .swiper-slide img {
  margin-top: -44px;
  width: 110px;
  height: 110px;
}
.main .kehu .content .swiper-container-kehu .swiper-slide .txt h6 {
  font-size: 1.8rem;
  color: #353535;
  padding: 35px 0 20px;
}
.main .kehu .content .swiper-container-kehu .swiper-slide .txt p {
  font-size: 1.4rem;
  color: #686868;
  line-height: 180%;
  margin: 0 12%;
}
.main .kehu .content .swiper-container-kehu .swiper-button-next-kehu {
  width: 45px;
  height: 45px;
  cursor: pointer;
  position: absolute;
  right: 5%;
  top: 50%;
  background: url("../images/talk-btn_05.png") no-repeat center;
  z-index: 6;
}
.main .kehu .content .swiper-container-kehu .swiper-button-next-kehu:hover {
  background: url("../images/talk-btn_09.png") no-repeat center;
}
.main .kehu .content .swiper-container-kehu .swiper-button-prev-kehu {
  width: 45px;
  height: 45px;
  cursor: pointer;
  position: absolute;
  left: 5%;
  top: 50%;
  background: url("../images/talk-btn_03.png") no-repeat center;
  z-index: 6;
}
.main .kehu .content .swiper-container-kehu .swiper-button-prev-kehu:hover {
  background: url("../images/talk-btn_10.png") no-repeat center;
}
@media (max-width: 768px) {
  .main .kehu {
    padding: 2% 0 4%;
    background: #e7e9ee;
  }
  .main .kehu .content {
    position: relative;
  }
  .main .kehu .content .swiper-container-kehu {
    overflow: hidden;
    padding-top: 34px;
    width: 100%;
    height: auto;
    background: none;
    margin: 0 auto;
  }
  .main .kehu .content .swiper-container-kehu .swiper-slide {
    text-align: center;
    background: #fff;
    padding-bottom: 20px;
  }
  .main .kehu .content .swiper-container-kehu .swiper-slide img {
    margin-top: -34px;
    width: 70px;
    height: 70px;
  }
  .main .kehu .content .swiper-container-kehu .swiper-slide .txt h6 {
    font-size: 1.8rem;
    color: #353535;
    padding: 10px 0 10px;
  }
  .main .kehu .content .swiper-container-kehu .swiper-slide .txt p {
    font-size: 1.4rem;
    color: #686868;
    line-height: 180%;
    margin: 0 5%;
  }
  .main .kehu .content .swiper-container-kehu .swiper-button-next-kehu {
    width: 45px;
    height: 45px;
    cursor: pointer;
    position: absolute;
    right: 5%;
    top: 50%;
    background: url("../images/talk-btn_05.png") no-repeat center;
    z-index: 6;
  }
  .main .kehu .content .swiper-container-kehu .swiper-button-next-kehu:hover {
    background: url("../images/talk-btn_09.png") no-repeat center;
  }
  .main .kehu .content .swiper-container-kehu .swiper-button-prev-kehu {
    width: 45px;
    height: 45px;
    cursor: pointer;
    position: absolute;
    left: 5%;
    top: 50%;
    background: url("../images/talk-btn_03.png") no-repeat center;
    z-index: 6;
  }
  .main .kehu .content .swiper-container-kehu .swiper-button-prev-kehu:hover {
    background: url("../images/talk-btn_10.png") no-repeat center;
  }
}
.main .partner {
  padding: 1% 0;
}
.main .partner .swiper-container-partner {
  overflow: hidden;
  margin: 2% 0;
}
.main .partner .swiper-container-partner .swiper-slide li {
  width: 19%;
  float: left;
  margin: 0 1.25% 1.25% 0;
  border: 1px solid #f0f0f0;
}
.main .partner .swiper-container-partner .swiper-slide li img {
  width: 100%;
}
.main .partner .swiper-container-partner .swiper-slide li:nth-child(5n+5) {
  margin-right: 0;
}
.main .partner .swiper-pagination-partner {
  text-align: center;
}
@media (max-width: 768px) {
  .main .partner {
    padding: 1% 0;
  }
  .main .partner .swiper-container-partner {
    overflow: hidden;
    margin: 2% 0;
  }
  .main .partner .swiper-container-partner .swiper-slide li {
    width: 49%;
    float: left;
    margin: 0 2% 2% 0;
    border: 1px solid #f0f0f0;
  }
  .main .partner .swiper-container-partner .swiper-slide li img {
    width: 100%;
  }
  .main .partner .swiper-container-partner .swiper-slide li:nth-child(5n+5) {
    margin-right: 2%;
  }
  .main .partner .swiper-container-partner .swiper-slide li:nth-child(2n+2) {
    margin-right: 0%;
  }
  .main .partner .swiper-pagination-partner {
    text-align: center;
  }
}
.main .zhuce {
  text-align: center;
  padding: 3% 0;
  background: #628eff;
}
.main .zhuce .content h4 {
  font-size: 3rem;
  color: #fff;
}
.main .zhuce .content a {
  display: block;
  width: 150px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #628eff;
  font-optical-sizing: 1.6rem;
  color: #fff;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .main .zhuce {
    text-align: center;
    padding: 3% 0;
    background: #628eff;
  }
  .main .zhuce .content h4 {
    font-size: 2.2rem;
    color: #fff;
  }
  .main .zhuce .content a {
    display: block;
    width: 120px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: #628eff;
    font-optical-sizing: 1.6rem;
    color: #fff;
    margin: 20px auto 10px;
  }
}
.footer {
  background: #363b46;
}
.footer .footer-content {
  height: 320px;
  padding-top: 76px;
  position: relative;
}
.footer .footer-content .list {
  width: 18%;
  float: left;
}
.footer .footer-content .list h5 {
  font-size: 1.6rem;
  color: #fff;
  margin-top: 0;
}
.footer .footer-content .list ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-top: 25px;
}
.footer .footer-content .list li {
  font-size: 1.4rem;
  color: #7f848e;
  line-height: 28px;
}
.footer .footer-content .list li a {
  color: #7f848e;
}
.footer .footer-content .list li a:hover {
  color: #628eff;
}
.footer .footer-content .list:nth-child(4) {
  width: 18%;
}
.footer .footer-content .code {
  width: 8.5%;
  position: absolute;
  top: 75px;
  right: 15px;
}
.footer .footer-content .code img {
  background: #fff;
  padding: 1%;
  width: 100%;
}
@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: #ff3e2a;
  }
  .footer .footer-con2 .list-con li {
    color: #333;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
    padding: 12px 26px 12px 24px;
    background: #edf2f8;
  }
  .footer .footer-con2 .link {
    display: none;
    color: #333;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
    padding: 12px 26px 12px 24px;
    background: #595959;
  }
  .footer .footer-con2 .link a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 3% 0 0;
  }
}
.footer .footer-bot {
  height: 70px;
  border-top: 1px solid #2d323e;
}
.footer .footer-bot .container {
  position: relative;
}
.footer .footer-bot p {
  margin: 0;
  font-size: 1.4rem;
  color: #7f848e;
  line-height: 69px;
}
.footer .footer-bot p a {
  color: #7f848e;
}
.footer .footer-bot p a:hover {
  color: #628eff;
}
.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: #628eff;
  }
  .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 .show-nav {
  height: 59px;
  line-height: 59px;
  border-bottom: 1px solid #eee;
  background: #f7f7f7;
}
.ins-main .show-nav p {
  margin: 0;
  font-size: 1.6rem;
  color: #5e5e5e;
  margin-left: 20px;
  padding-left: 54px;
  background: url("../images/house_03.jpg") no-repeat left center;
}
.ins-main .show-nav p a {
  color: #5e5e5e;
}
.ins-main .show-nav p a:hover {
  color: #ed7020;
}
.ins-main .show-nav p .active {
  color: #ed7020;
}
.ins-main .show-nav .back {
  position: absolute;
  right: 15px;
  top: 12px;
}
.ins-main .show-nav .back a {
  display: block;
  width: 120px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  background: #ed7020;
  color: #fff;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .ins-main .show-nav {
    height: auto;
    line-height: 39px;
    border-bottom: 1px solid #eee;
    background: #f7f7f7;
  }
  .ins-main .show-nav .container {
    position: relative;
  }
  .ins-main .show-nav p {
    margin: 0;
    font-size: 1.6rem;
    color: #5e5e5e;
    margin-left: 0px;
    padding-left: 0;
    background: none;
  }
  .ins-main .show-nav p a {
    color: #5e5e5e;
  }
  .ins-main .show-nav p a:hover {
    color: #ed7020;
  }
  .ins-main .show-nav p .active {
    color: #ed7020;
  }
  .ins-main .show-nav .back {
    display: none;
    position: static;
    right: 15px;
    top: 12px;
  }
  .ins-main .show-nav .back a {
    display: block;
    width: 120px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    background: #ed7020;
    color: #fff;
    font-size: 1.6rem;
  }
}
.ins-main .ins-nav {
  height: 59px;
  line-height: 59px;
  border-bottom: 1px solid #eee;
  background: #fff;
}
.ins-main .ins-nav ul {
  margin: 0;
}
.ins-main .ins-nav li {
  font-size: 1.6rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
}
.ins-main .ins-nav li a {
  padding: 0 1.6rem;
  color: #4a4a4a;
  display: block;
  transition: 0.4s;
  text-transform: capitalize;
}
.ins-main .ins-nav li a:hover {
  background: #1ebdff;
  color: #fff;
}
.ins-main .ins-nav .active a {
  color: #fff;
  background: #1ebdff;
}
@media (max-width: 768px) {
  .ins-main .ins-nav {
    padding-top: 1.5%;
    height: auto;
    line-height: 30px;
    border-bottom: 1px solid #eee;
    background: #f7f7f7;
  }
  .ins-main .ins-nav .link-nav {
    text-align: center;
  }
  .ins-main .ins-nav .link-nav ul {
    margin: 0;
  }
  .ins-main .ins-nav .link-nav li {
    font-size: 1.8rem;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 1.5%;
  }
  .ins-main .ins-nav .link-nav li a {
    padding: 0;
    color: #5e5e5e;
    display: block;
    transition: 0.4s;
    text-transform: capitalize;
  }
  .ins-main .ins-nav .link-nav li a:hover {
    background: #ed7020;
    color: #fff;
  }
  .ins-main .ins-nav .link-nav li:nth-child(2n+2) {
    margin-right: 0;
  }
  .ins-main .ins-nav .link-nav .active a {
    color: #fff;
    background: #ed7020;
  }
}
.ins-main .list-nav {
  height: 68px;
  line-height: 68px;
  background: #f7f7f7;
}
.ins-main .list-nav li {
  float: left;
  width: 130px;
  text-align: center;
}
.ins-main .list-nav li a {
  display: block;
  font-size: 1.6rem;
  color: #595959;
  transition: 0.3s;
}
.ins-main .list-nav li a:hover {
  background: #628eff;
  color: #fff;
}
.ins-main .list-nav .active a {
  background: #628eff;
  color: #fff;
}
@media (max-width: 768px) {
  .ins-main .list-nav {
    height: 48px;
    line-height: 48px;
    background: #f7f7f7;
  }
  .ins-main .list-nav li {
    float: left;
    width: 80px;
    text-align: center;
  }
  .ins-main .list-nav li a {
    display: block;
    color: #595959;
    transition: 0.3s;
  }
  .ins-main .list-nav li a:hover {
    background: #628eff;
    color: #fff;
  }
  .ins-main .list-nav .active a {
    background: #628eff;
    color: #fff;
  }
}
.ins-main .ins-tit {
  text-align: center;
  text-transform: uppercase;
}
.ins-main .ins-tit h4 {
  font-size: 2.4rem;
  color: #000;
  font-weight: 600;
}
.ins-main .ins-tit p {
  font-size: 1.4rem;
  color: #4a4a4a;
  margin-bottom: 0;
}
.ins-main .ins-tit b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 50px;
  height: 1px;
  background: #ed7020;
}
.ins-main .ins-about .about-tit {
  text-align: center;
}
.ins-main .ins-about .about-tit h5 {
  font-size: 1.8rem;
  color: #434343;
}
.ins-main .ins-about .about-tit b {
  width: 50px;
  height: 1px;
  background: #23b4ff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ins-main .ins-about .content {
  margin-top: 2%;
  background: #fff;
  padding: 3% 2.5%;
}
.ins-main .ins-about .content .txt-top {
  padding: 0 2% 1.5% 2%;
  border-bottom: 1px solid #eee;
}
.ins-main .ins-about .content .txt-top p {
  font-size: 1.4rem;
  color: #676767;
  line-height: 180%;
  margin-top: 2%;
}
.ins-main .ins-about .content .path {
  text-align: center;
  padding-top: 3%;
}
.ins-main .ins-about .content .path ul {
  margin-top: 3%;
}
.ins-main .ins-about .content .path li {
  margin-bottom: 1.5%;
}
.ins-main .ins-about .content .path li h5 {
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 70px;
  background: #23b4ff;
  color: #fff;
  font-size: 1.6rem;
  margin: 0 auto;
}
.ins-main .ins-about .content .path li p {
  font-size: 1.4rem;
  color: #676767;
  line-height: 180%;
  margin: 0 10%;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .ins-main .ins-about .content .path li p {
    margin: 0 5%;
  }
}
.ins-main .ins-about .content .path li:last-child p {
  text-align: left;
}
.ins-main .ins-about .ins-review {
  margin-top: 2%;
  background: #fff;
  padding-top: 3%;
  padding-bottom: 2%;
}
.ins-main .ins-about .ins-review ul {
  padding: 0 5%;
}
.ins-main .ins-about .ins-review li {
  padding: 2.5% 0;
  border-bottom: 1px solid #eee;
}
.ins-main .ins-about .ins-review li .img {
  float: left;
  width: 8%;
}
.ins-main .ins-about .ins-review li .img img {
  width: 100%;
}
.ins-main .ins-about .ins-review li .txt {
  width: 90%;
  float: right;
}
.ins-main .ins-about .ins-review li .txt h6 {
  font-size: 1.6rem;
  color: #434343;
}
.ins-main .ins-about .ins-review li .txt span {
  font-size: 1.4rem;
  color: #b2b2b2;
}
.ins-main .ins-about .ins-review li .txt p {
  font-size: 1.4rem;
  color: #646464;
  line-height: 180%;
  margin: 1% 0;
}
.ins-main .ins-about .ins-customize {
  margin-top: 2%;
  background: #fff;
  padding-top: 3%;
  padding-bottom: 2%;
}
.ins-main .ins-about .ins-customize .txt-customize {
  margin-top: 3%;
  padding: 0 5% 0 5%;
  margin-bottom: 4%;
}
.ins-main .ins-about .ins-customize .txt-customize .txt {
  border-bottom: 1px solid #eee;
  padding-bottom: 2%;
}
.ins-main .ins-about .ins-customize .txt-customize p {
  font-size: 1.4rem;
  color: #696969;
  line-height: 180%;
}
.ins-main .ins-about .ins-customize .lunbo {
  position: relative;
  margin: 4% 0;
}
.ins-main .ins-about .ins-customize .lunbo .swiper-container-display {
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #eee;
}
.ins-main .ins-about .ins-customize .lunbo .swiper-container-display .swiper-slide {
  width: 25%;
  float: left;
  margin-bottom: 1.5%;
  transition: 0.4s;
  position: relative;
}
.ins-main .ins-about .ins-customize .lunbo .swiper-container-display .swiper-slide:hover .img-box p {
  opacity: 0;
}
.ins-main .ins-about .ins-customize .lunbo .swiper-container-display .swiper-slide:hover .masking {
  opacity: 1;
}
.ins-main .ins-about .ins-customize .lunbo .swiper-container-display .swiper-slide .img-box {
  overflow: hidden;
}
.ins-main .ins-about .ins-customize .lunbo .swiper-container-display .swiper-slide .img-box img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-about .ins-customize .lunbo .swiper-container-display .swiper-slide .img-box p {
  font-size: 1.4rem;
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.ins-main .ins-about .ins-customize .lunbo .swiper-container-display .swiper-slide .masking {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(35, 180, 255, 0.8);
  transition: 0.3s;
  opacity: 0;
}
.ins-main .ins-about .ins-customize .lunbo .swiper-container-display .swiper-slide .masking .txt {
  text-align: center;
  width: 85%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.ins-main .ins-about .ins-customize .lunbo .swiper-container-display .swiper-slide .masking .txt h6 {
  font-size: 1.8rem;
  color: #fff;
}
.ins-main .ins-about .ins-customize .lunbo .swiper-container-display .swiper-slide .masking .txt p {
  font-size: 1.4rem;
  color: #fff;
  line-height: 180%;
  margin: 12% 0;
}
.ins-main .ins-about .ins-customize .lunbo .swiper-container-display .swiper-slide .masking .txt span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 128px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  background: #fff;
  color: #444;
  font-size: 1.4rem;
}
.ins-main .ins-about .ins-customize .lunbo .swiper-button-prev4 {
  background: url("../images/show-btn_03.png") no-repeat center;
  position: absolute;
  left: 25px;
  cursor: pointer;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 2;
}
.ins-main .ins-about .ins-customize .lunbo .swiper-button-prev4:hover {
  background: url("../images/show-btn_09.png") no-repeat center;
}
.ins-main .ins-about .ins-customize .lunbo .swiper-button-next4 {
  cursor: pointer;
  background: url("../images/show-btn_05.png") no-repeat center;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 2;
}
.ins-main .ins-about .ins-customize .lunbo .swiper-button-next4:hover {
  background: url("../images/show-btn_10.png") no-repeat center;
}
.ins-main .ins-about .ins-customize .form-box {
  padding: 0 5%;
  margin: 4% 0;
}
.ins-main .ins-about .ins-customize .form-box ul:nth-child(1) li {
  width: 31.3333333%;
  margin-right: 3%;
  background: #f7f7f7;
  padding-left: 8px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #efefef;
  float: left;
}
.ins-main .ins-about .ins-customize .form-box ul:nth-child(1) li sup {
  color: red;
}
.ins-main .ins-about .ins-customize .form-box ul:nth-child(1) li span {
  color: #7f7f7f;
}
.ins-main .ins-about .ins-customize .form-box ul:nth-child(1) li input {
  height: 46px;
  line-height: 46px;
  width: 80%;
  background: transparent;
  border: none;
  margin-left: 2%;
  color: #7f7f7f;
}
.ins-main .ins-about .ins-customize .form-box ul:nth-child(1) li:nth-child(3) {
  margin-right: 0;
}
.ins-main .ins-about .ins-customize .form-box ul:nth-child(3) {
  margin: 38px 0;
}
.ins-main .ins-about .ins-customize .form-box ul:nth-child(3) li {
  width: 100%;
  margin-right: 0;
  background: #f7f7f7;
  padding-left: 8px;
  height: 162px;
  border: 1px solid #efefef;
  float: left;
}
.ins-main .ins-about .ins-customize .form-box ul:nth-child(3) li span {
  float: left;
  color: #7f7f7f;
  margin-top: 8px;
}
.ins-main .ins-about .ins-customize .form-box ul:nth-child(3) li sup {
  color: red;
  opacity: 0;
}
.ins-main .ins-about .ins-customize .form-box ul:nth-child(3) li textarea {
  height: 162px;
  line-height: 30px;
  width: 80%;
  background: transparent;
  border: none;
  margin-left: 2%;
  color: #7f7f7f;
}
.ins-main .ins-about .ins-customize .form-box ul:nth-child(5) {
  margin: 38px 0;
  text-align: center;
}
.ins-main .ins-about .ins-customize .form-box ul:nth-child(5) .submit {
  width: 200px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #23b4ff;
  color: #fff;
  font-size: 1.6rem;
  margin: 0 auto;
  border: none;
}
@media (max-width: 768px) {
  .ins-main .ins-about .ins-customize {
    margin-top: 2%;
    background: #fff;
    padding-top: 3%;
    padding-bottom: 2%;
  }
  .ins-main .ins-about .ins-customize .lunbo {
    position: relative;
    margin: 4% 0;
  }
  .ins-main .ins-about .ins-customize .lunbo .swiper-container-display {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
  }
  .ins-main .ins-about .ins-customize .lunbo .swiper-container-display .swiper-slide {
    width: 25%;
    float: left;
    margin-bottom: 1.5%;
    transition: 0.4s;
    position: relative;
  }
  .ins-main .ins-about .ins-customize .lunbo .swiper-container-display .swiper-slide .masking .txt {
    text-align: center;
    width: 85%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
  .ins-main .ins-about .ins-customize .lunbo .swiper-container-display .swiper-slide .masking .txt h6 {
    font-size: 1.8rem;
    color: #fff;
  }
  .ins-main .ins-about .ins-customize .lunbo .swiper-container-display .swiper-slide .masking .txt p {
    font-size: 1.4rem;
    color: #fff;
    line-height: 180%;
    margin: 12% 0;
  }
  .ins-main .ins-about .ins-customize .lunbo .swiper-container-display .swiper-slide .masking .txt span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 108px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background: #fff;
    color: #444;
    font-size: 1.4rem;
  }
  .ins-main .ins-about .ins-customize .form-box {
    padding: 0 5%;
    margin: 4% 0;
  }
  .ins-main .ins-about .ins-customize .form-box ul:nth-child(1) li {
    width: 100%;
    margin-right: 0%;
    background: #f7f7f7;
    padding-left: 8px;
    margin-bottom: 15px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #efefef;
    float: left;
  }
  .ins-main .ins-about .ins-customize .form-box ul:nth-child(1) li sup {
    color: red;
  }
  .ins-main .ins-about .ins-customize .form-box ul:nth-child(1) li span {
    color: #7f7f7f;
  }
  .ins-main .ins-about .ins-customize .form-box ul:nth-child(1) li input {
    height: 46px;
    line-height: 46px;
    width: 80%;
    background: transparent;
    border: none;
    margin-left: 2%;
    color: #7f7f7f;
  }
  .ins-main .ins-about .ins-customize .form-box ul:nth-child(1) li:nth-child(3) {
    margin-right: 0;
  }
  .ins-main .ins-about .ins-customize .form-box ul:nth-child(3) {
    margin: 0px 0;
  }
  .ins-main .ins-about .ins-customize .form-box ul:nth-child(3) li {
    width: 100%;
    margin-right: 0;
    background: #f7f7f7;
    padding-left: 8px;
    height: 162px;
    border: 1px solid #efefef;
    float: left;
  }
  .ins-main .ins-about .ins-customize .form-box ul:nth-child(3) li span {
    float: left;
    color: #7f7f7f;
    margin-top: 8px;
  }
  .ins-main .ins-about .ins-customize .form-box ul:nth-child(3) li sup {
    color: red;
    opacity: 0;
  }
  .ins-main .ins-about .ins-customize .form-box ul:nth-child(3) li textarea {
    height: 162px;
    line-height: 30px;
    width: 80%;
    background: transparent;
    border: none;
    margin-left: 2%;
    color: #7f7f7f;
  }
  .ins-main .ins-about .ins-customize .form-box ul:nth-child(5) {
    margin: 15px 0;
    text-align: center;
  }
  .ins-main .ins-about .ins-customize .form-box ul:nth-child(5) .submit {
    width: 150px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #23b4ff;
    color: #fff;
    font-size: 1.6rem;
    margin: 0 auto;
    border: none;
  }
}
.ins-main .ins-support {
  background: #fff;
  padding: 3% 0;
}
.ins-main .ins-support .support-tit {
  height: 166px;
  border: 1px solid #efefef;
}
.ins-main .ins-support .support-tit li {
  width: 33.33333%;
  float: left;
  height: 166px;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px solid #efefef;
  transition: 0.3s;
}
.ins-main .ins-support .support-tit li:hover {
  background: #1ebdff;
}
.ins-main .ins-support .support-tit li:hover h5 {
  color: #fff;
}
.ins-main .ins-support .support-tit li:hover p {
  color: #fff;
}
.ins-main .ins-support .support-tit li a {
  display: block;
}
.ins-main .ins-support .support-tit li h5 {
  font-size: 3rem;
  color: #303030;
  font-weight: 600;
  margin: 10% 0 5%;
}
.ins-main .ins-support .support-tit li p {
  font-size: 1.4rem;
  color: #686868;
  margin-bottom: 3px;
}
.ins-main .ins-support .support-tit .active {
  background: #1ebdff;
}
.ins-main .ins-support .support-tit .active h5 {
  color: #fff;
}
.ins-main .ins-support .support-tit .active p {
  color: #fff;
}
.ins-main .ins-support .support-tit li:nth-child(3) {
  border: none;
}
@media (max-width: 768px) {
  .ins-main .ins-support .support-tit {
    height: auto;
    border: 1px solid #efefef;
  }
  .ins-main .ins-support .support-tit li {
    padding-bottom: 3%;
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #efefef;
    transition: 0.3s;
  }
  .ins-main .ins-support .support-tit li:hover {
    background: #1ebdff;
  }
  .ins-main .ins-support .support-tit li:hover h5 {
    color: #fff;
  }
  .ins-main .ins-support .support-tit li:hover p {
    color: #fff;
  }
  .ins-main .ins-support .support-tit li a {
    display: block;
  }
  .ins-main .ins-support .support-tit li h5 {
    font-size: 3rem;
    color: #303030;
    font-weight: 600;
    margin: 5% 0 2%;
  }
  .ins-main .ins-support .support-tit li p {
    font-size: 1.4rem;
    color: #686868;
    margin-bottom: 3px;
  }
  .ins-main .ins-support .support-tit .active {
    background: #1ebdff;
  }
  .ins-main .ins-support .support-tit .active h5 {
    color: #fff;
  }
  .ins-main .ins-support .support-tit .active p {
    color: #fff;
  }
  .ins-main .ins-support .support-tit li:nth-child(3) {
    border: none;
  }
}
.ins-main .ins-support .manual .manual-tit {
  text-align: center;
  margin: 4% 0;
}
.ins-main .ins-support .manual .manual-tit h5 {
  font-size: 1.8rem;
  color: #434343;
  font-weight: 600;
}
.ins-main .ins-support .manual .manual-tit b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 50px;
  height: 1px;
  background: #23b4ff;
}
.ins-main .ins-support .manual .view .swiper-container {
  height: 100%;
  margin-top: 3%;
}
.ins-main .ins-support .manual .view .swiper-container .swiper-slide {
  width: 100%;
}
.ins-main .ins-support .manual .view .swiper-container .swiper-slide ul {
  padding: 2% 2% 4% 2%;
  background: #f7f7f7;
}
.ins-main .ins-support .manual .view .swiper-container .swiper-slide ul li {
  padding: 2% 0 3%;
  border-bottom: 1px solid #e5e5e5;
}
.ins-main .ins-support .manual .view .swiper-container .swiper-slide ul li h6 {
  font-size: 1.8rem;
  color: #2a2a2a;
  padding-left: 32px;
  background: url("../images/download-angle_03.jpg") no-repeat left center;
}
.ins-main .ins-support .manual .view .swiper-container .swiper-slide ul li h6 span {
  float: right;
}
.ins-main .ins-support .manual .view .swiper-container .swiper-slide ul li p {
  font-size: 1.4rem;
  color: #686868;
  line-height: 180%;
  padding-left: 32px;
}
.ins-main .ins-support .manual .view .swiper-container .swiper-slide ul li a {
  margin-left: 32px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 160px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #e3e3e3;
  font-size: 1.4rem;
  color: #2e2e2e;
  margin-top: 18px;
}
.ins-main .ins-support .manual .view .swiper-container .swiper-slide ul li a:hover {
  background: #23b4ff;
  color: #fff;
}
.ins-main .ins-support .manual .preview {
  width: 100%;
  position: relative;
  border-top: none;
}
.ins-main .ins-support .manual .preview .swiper-container {
  width: 100%;
  margin: 0 auto;
}
.ins-main .ins-support .manual .preview .swiper-container p {
  text-align: center;
  margin-top: 15px;
}
.ins-main .ins-support .manual .preview .arrow-left {
  background: url("../images/show-btn_03.png") no-repeat center;
  position: absolute;
  left: -35px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 2;
}
.ins-main .ins-support .manual .preview .arrow-left:hover {
  background: url("../images/show-btn_09.png") no-repeat center;
}
.ins-main .ins-support .manual .preview .arrow-right {
  background: url("../images/show-btn_05.png") no-repeat center;
  position: absolute;
  right: -35px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 2;
}
.ins-main .ins-support .manual .preview .arrow-right:hover {
  background: url("../images/show-btn_10.png") no-repeat center;
}
.ins-main .ins-support .manual .preview .swiper-slide {
  float: left;
  width: auto;
  box-sizing: border-box;
}
.ins-main .ins-support .manual .preview .swiper-slide img {
  width: 100%;
  cursor: pointer;
}
.ins-main .ins-support .manual .preview .active-nav p {
  color: #23b4ff;
}
@media (max-width: 768px) {
  .ins-main .ins-support .manual .view .swiper-container {
    height: 100%;
    margin-top: 3%;
  }
  .ins-main .ins-support .manual .view .swiper-container .swiper-slide {
    width: 100%;
  }
  .ins-main .ins-support .manual .view .swiper-container .swiper-slide ul {
    padding: 2% 2% 4% 2%;
    background: #f7f7f7;
  }
  .ins-main .ins-support .manual .view .swiper-container .swiper-slide ul li {
    padding: 2% 0 3%;
    border-bottom: 1px solid #e5e5e5;
  }
  .ins-main .ins-support .manual .view .swiper-container .swiper-slide ul li h6 {
    font-size: 1.8rem;
    color: #2a2a2a;
    padding-left: 25px;
    background: url("../images/download-angle_03.jpg") no-repeat left center;
  }
  .ins-main .ins-support .manual .view .swiper-container .swiper-slide ul li h6 span {
    float: right;
  }
  .ins-main .ins-support .manual .view .swiper-container .swiper-slide ul li p {
    font-size: 1.4rem;
    color: #686868;
    line-height: 180%;
    padding-left: 25px;
  }
  .ins-main .ins-support .manual .view .swiper-container .swiper-slide ul li a {
    margin-left: 25px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 120px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: #e3e3e3;
    font-size: 1.4rem;
    color: #2e2e2e;
    margin-top: 10px;
  }
  .ins-main .ins-support .manual .view .swiper-container .swiper-slide ul li a:hover {
    background: #23b4ff;
    color: #fff;
  }
}
.ins-main .ins-support .faq li {
  padding: 3% 0;
  border-bottom: 1px solid #eee;
}
.ins-main .ins-support .faq li .question h6 {
  font-size: 1.8rem;
  color: #060606;
}
.ins-main .ins-support .faq li .question p {
  font-size: 1.4rem;
  color: #686868;
  margin-bottom: 3px;
}
.ins-main .ins-support .faq li .btn3 {
  margin: 1.5% 0;
}
.ins-main .ins-support .faq li .btn3 a {
  color: #1ebdff;
  padding-right: 30px;
  background: url("../images/faq-angle_03.jpg") no-repeat right center;
  line-height: 11px;
}
.ins-main .ins-support .faq li .btn3 .a-active {
  background: url("../images/faq-angle_06.jpg") no-repeat right center;
}
.ins-main .ins-support .faq li .answer {
  display: none;
  padding: 2%;
  background: #f7f7f7;
}
.ins-main .ins-support .faq li .answer p {
  font-size: 1.4rem;
  color: #686868;
  margin-bottom: 3px;
}
.ins-main .ins-support .warranty .warranty-tit {
  text-align: center;
  margin: 4% 0;
}
.ins-main .ins-support .warranty .warranty-tit h5 {
  font-size: 1.8rem;
  color: #434343;
  font-weight: 600;
}
.ins-main .ins-support .warranty .warranty-tit b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 50px;
  height: 1px;
  background: #23b4ff;
}
.ins-main .ins-support .warranty li {
  margin-bottom: 3%;
}
.ins-main .ins-support .warranty li h6 {
  height: 58px;
  line-height: 58px;
  background: #f7f7f7;
  margin-bottom: 0;
  padding-left: 3%;
  font-size: 1.8rem;
  color: #232323;
  border: 1px solid #f2f2f2;
}
.ins-main .ins-support .warranty li .txt {
  border: 1px solid #f2f2f2;
  border-top: none;
  padding: 3%;
}
.ins-main .ins-support .warranty li .txt p {
  font-size: 1.4rem;
  color: #565656;
  margin-bottom: 3px;
}
.ins-main .ins-support .partner .partner-tit {
  text-align: center;
  margin: 4% 0;
}
.ins-main .ins-support .partner .partner-tit h5 {
  font-size: 1.8rem;
  color: #434343;
  font-weight: 600;
}
.ins-main .ins-support .partner .partner-tit b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 50px;
  height: 1px;
  background: #23b4ff;
}
.ins-main .ins-support .partner li {
  width: 19%;
  float: left;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
  position: relative;
}
@media (max-width: 768px) {
  .ins-main .ins-support .partner li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}
.ins-main .ins-support .partner li:hover .img-box .masking {
  opacity: 1;
}
.ins-main .ins-support .partner li:hover p {
  color: #fff;
}
.ins-main .ins-support .partner li .img-box img {
  width: 100%;
}
.ins-main .ins-support .partner li .img-box .masking {
  opacity: 0;
  transition: 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.ins-main .ins-support .partner li p {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
  font-size: 1.4rem;
  color: #686868;
  z-index: 3;
  text-align: center;
}
.ins-main .ins-support .partner li:nth-child(5n+5) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-support .partner li:nth-child(5n+5) {
    margin-right: 2%;
  }
  .ins-main .ins-support .partner li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-support .cooperation .cooperation-tit {
  text-align: center;
  margin: 4% 0;
}
.ins-main .ins-support .cooperation .cooperation-tit h5 {
  font-size: 1.8rem;
  color: #434343;
  font-weight: 600;
}
.ins-main .ins-support .cooperation .cooperation-tit b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 50px;
  height: 1px;
  background: #23b4ff;
}
.ins-main .ins-support .cooperation .top-box img {
  width: 100%;
}
.ins-main .ins-support .cooperation .top-box .txt {
  box-shadow: 0 0 8px #f8f8f8;
  position: relative;
  z-index: 3;
  width: 90%;
  margin: -7% auto 0;
  padding: 3%;
  background: #fff;
}
.ins-main .ins-support .cooperation .top-box .txt p {
  font-size: 1.4rem;
  color: #505050;
  line-height: 180%;
}
.ins-main .ins-support .cooperation .list-box {
  margin: 3% 0;
}
.ins-main .ins-support .cooperation .list-box li {
  width: 32.333333%;
  float: left;
  margin-right: 1.5%;
  text-align: center;
}
@media (max-width: 768px) {
  .ins-main .ins-support .cooperation .list-box li {
    width: 90%;
    float: none;
    margin: 0 auto 1.5%;
  }
}
.ins-main .ins-support .cooperation .list-box li img {
  width: 100%;
}
.ins-main .ins-support .cooperation .list-box li p {
  font-size: 1.4rem;
  color: #505050;
  margin-top: 4%;
}
.ins-main .ins-support .cooperation .list-box li:nth-child(3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-support .cooperation .list-box li:nth-child(3) {
    margin: 0 auto;
  }
}
.ins-main .contact-center {
  padding: 4% 0;
  background: #f7f7f7;
}
.ins-main .contact-center .img {
  width: 48.333333%;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .contact-center .img {
    width: 100%;
  }
}
.ins-main .contact-center .img img {
  width: 100%;
}
.ins-main .contact-center .txt {
  width: 48.333333%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .contact-center .txt {
    width: 100%;
    margin-top: 20px;
  }
}
.ins-main .contact-center .txt h6 {
  font-size: 1.8rem;
  color: #434343;
  font-weight: 600;
  margin-bottom: 20px;
}
.ins-main .contact-center .txt p {
  font-size: 1.4rem;
  color: #434343;
  margin-bottom: 15px;
}
.ins-main .cooperate-form {
  padding: 1% 0 2%;
  background: #f7f7f7;
}
.ins-main .cooperate-form .form-tit {
  text-align: center;
  margin: 4% 0;
}
.ins-main .cooperate-form .form-tit h5 {
  font-size: 1.8rem;
  color: #434343;
  font-weight: 600;
}
.ins-main .cooperate-form .form-tit b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 50px;
  height: 1px;
  background: #23b4ff;
}
.ins-main .cooperate-form .form-box {
  padding: 0 5%;
  margin: 4% 0;
}
.ins-main .cooperate-form .form-box ul:nth-child(1) li {
  width: 31.3333333%;
  margin-right: 3%;
  background: #fff;
  padding-left: 8px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #efefef;
  float: left;
}
.ins-main .cooperate-form .form-box ul:nth-child(1) li sup {
  color: red;
}
.ins-main .cooperate-form .form-box ul:nth-child(1) li span {
  color: #7f7f7f;
}
.ins-main .cooperate-form .form-box ul:nth-child(1) li input {
  height: 46px;
  line-height: 46px;
  width: 80%;
  background: transparent;
  border: none;
  margin-left: 2%;
  color: #7f7f7f;
}
.ins-main .cooperate-form .form-box ul:nth-child(1) li:nth-child(3) {
  margin-right: 0;
}
.ins-main .cooperate-form .form-box ul:nth-child(3) {
  margin: 38px 0;
}
.ins-main .cooperate-form .form-box ul:nth-child(3) li {
  width: 100%;
  margin-right: 0;
  background: #fff;
  padding-left: 8px;
  height: 162px;
  border: 1px solid #efefef;
  float: left;
}
.ins-main .cooperate-form .form-box ul:nth-child(3) li span {
  float: left;
  color: #7f7f7f;
  margin-top: 8px;
}
.ins-main .cooperate-form .form-box ul:nth-child(3) li sup {
  color: red;
  opacity: 0;
}
.ins-main .cooperate-form .form-box ul:nth-child(3) li textarea {
  height: 162px;
  line-height: 30px;
  width: 80%;
  background: transparent;
  border: none;
  margin-left: 2%;
  color: #7f7f7f;
}
.ins-main .cooperate-form .form-box ul:nth-child(5) {
  margin: 38px 0;
  text-align: center;
}
.ins-main .cooperate-form .form-box ul:nth-child(5) .submit {
  width: 200px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #23b4ff;
  color: #fff;
  font-size: 1.6rem;
  margin: 0 auto;
  border: none;
}
@media (max-width: 768px) {
  .ins-main .cooperate-form {
    padding: 1% 0 2%;
    background: #f7f7f7;
  }
  .ins-main .cooperate-form .form-tit {
    text-align: center;
    margin: 4% 0;
  }
  .ins-main .cooperate-form .form-tit h5 {
    font-size: 1.8rem;
    color: #434343;
    font-weight: 600;
  }
  .ins-main .cooperate-form .form-tit b {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 50px;
    height: 1px;
    background: #23b4ff;
  }
  .ins-main .cooperate-form .form-box {
    padding: 0 5%;
    margin: 4% 0;
  }
  .ins-main .cooperate-form .form-box ul:nth-child(1) li {
    width: 100%;
    margin: 0% 0 15px 0;
    background: #fff;
    padding-left: 8px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #efefef;
    float: left;
  }
  .ins-main .cooperate-form .form-box ul:nth-child(1) li sup {
    color: red;
  }
  .ins-main .cooperate-form .form-box ul:nth-child(1) li span {
    color: #7f7f7f;
  }
  .ins-main .cooperate-form .form-box ul:nth-child(1) li input {
    height: 46px;
    line-height: 46px;
    width: 80%;
    background: transparent;
    border: none;
    margin-left: 2%;
    color: #7f7f7f;
  }
  .ins-main .cooperate-form .form-box ul:nth-child(1) li:nth-child(3) {
    margin-right: 0;
  }
  .ins-main .cooperate-form .form-box ul:nth-child(3) {
    margin: 0;
  }
  .ins-main .cooperate-form .form-box ul:nth-child(3) li {
    width: 100%;
    margin-right: 0;
    background: #fff;
    padding-left: 8px;
    height: 162px;
    border: 1px solid #efefef;
    float: left;
  }
  .ins-main .cooperate-form .form-box ul:nth-child(3) li span {
    float: left;
    color: #7f7f7f;
    margin-top: 8px;
  }
  .ins-main .cooperate-form .form-box ul:nth-child(3) li sup {
    color: red;
    opacity: 0;
  }
  .ins-main .cooperate-form .form-box ul:nth-child(3) li textarea {
    height: 162px;
    line-height: 30px;
    width: 80%;
    background: transparent;
    border: none;
    margin-left: 2%;
    color: #7f7f7f;
  }
  .ins-main .cooperate-form .form-box ul:nth-child(5) {
    margin: 15px 0;
    text-align: center;
  }
  .ins-main .cooperate-form .form-box ul:nth-child(5) .submit {
    width: 180px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #23b4ff;
    color: #fff;
    font-size: 1.6rem;
    margin: 0 auto;
    border: none;
  }
}
.ins-main .contact-form {
  background: #fff;
}
.ins-main .contact-form .form-box {
  padding: 0;
}
.ins-main .ins-solution {
  padding: 4% 0;
}
.ins-main .ins-solution .box {
  border: 1px solid #efefef;
}
.ins-main .ins-solution .box ul {
  margin: 0;
}
.ins-main .ins-solution li {
  width: 50%;
  float: left;
  height: 324px;
  border: 1px solid #efefef;
  transition: 0.3s;
}
.ins-main .ins-solution li:hover {
  background: #ed7020;
}
.ins-main .ins-solution li:hover .tit .img .active {
  display: block;
}
.ins-main .ins-solution li:hover .tit .img .normal {
  display: none;
}
.ins-main .ins-solution li:hover .tit h6 {
  color: #fff;
}
.ins-main .ins-solution li:hover .tit b {
  background: #ffffff;
}
.ins-main .ins-solution li:hover .txt h6 {
  color: #fff;
}
.ins-main .ins-solution li:hover .txt p {
  color: #fff;
}
.ins-main .ins-solution li .tit {
  margin: 50px 0 0 50px;
}
.ins-main .ins-solution li .tit .img {
  width: 120px;
  float: left;
  margin-top: 12px;
}
.ins-main .ins-solution li .tit .img .active {
  display: none;
}
.ins-main .ins-solution li .tit .wenzi {
  float: left;
  width: 70%;
}
.ins-main .ins-solution li .tit h6 {
  font-size: 2.4rem;
  color: #000;
}
.ins-main .ins-solution li .tit b {
  display: block;
  width: 60px;
  height: 1px;
  background: #ed7020;
  margin-top: 30px;
}
.ins-main .ins-solution li .txt {
  margin: 30px 48px 0 174px;
}
.ins-main .ins-solution li .txt p {
  font-size: 14px;
  color: #8f8f8f;
  line-height: 180%;
}
@media (max-width: 992px) {
  .ins-main .ins-solution li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ins-main .ins-solution {
    padding: 4% 0;
  }
  .ins-main .ins-solution .box {
    border: 1px solid #efefef;
  }
  .ins-main .ins-solution .box ul {
    margin: 0;
  }
  .ins-main .ins-solution li {
    width: 100%;
    float: left;
    height: 290px;
    border: 1px solid #efefef;
    transition: 0.3s;
  }
  .ins-main .ins-solution li:hover {
    background: #ed7020;
  }
  .ins-main .ins-solution li:hover .tit h6 {
    color: #fff;
  }
  .ins-main .ins-solution li:hover .tit b {
    background: #ffffff;
  }
  .ins-main .ins-solution li:hover .txt h6 {
    color: #fff;
  }
  .ins-main .ins-solution li:hover .txt p {
    color: #fff;
  }
  .ins-main .ins-solution li .tit {
    margin: 20px 0 0 10px;
  }
  .ins-main .ins-solution li .tit .img {
    width: 90px;
  }
  .ins-main .ins-solution li .tit h6 {
    font-size: 2rem;
    color: #000;
    line-height: 180%;
  }
  .ins-main .ins-solution li .tit b {
    display: block;
    width: 60px;
    height: 1px;
    background: #ed7020;
    margin-top: 10px;
  }
  .ins-main .ins-solution li .txt {
    margin: 30px 30px 0 30px;
  }
  .ins-main .ins-solution li .txt p {
    font-size: 14px;
    color: #8f8f8f;
    line-height: 180%;
  }
}
.ins-main .ins-service .img-box {
  margin-bottom: 2%;
}
.ins-main .ins-service img {
  width: 100%;
}
.ins-main .ins-jianjie {
  padding: 3% 0 0;
}
.ins-main .ins-jianjie .txt-top {
  text-align: center;
  padding-bottom: 3%;
}
.ins-main .ins-jianjie .txt-top img {
  margin: 0 0 5%;
}
.ins-main .ins-jianjie .txt-top p {
  font-size: 1.4rem;
  color: #646464;
}
.ins-main .ins-jianjie .center {
  height: 730px;
  background: url(../images/jienjie-center-bg_02.jpg) no-repeat center center / cover fixed;
}
.ins-main .ins-jianjie .center .txt-box {
  margin: 172px auto;
  position: relative;
  width: 625px;
  height: 341px;
  background: url("../images/jianjie-center_03.png") no-repeat center;
}
.ins-main .ins-jianjie .center .txt-box .txt {
  width: 100%;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.ins-main .ins-jianjie .center .txt-box .txt p {
  font-size: 1.6rem;
  color: #fff;
  margin-top: 20px;
}
.ins-main .ins-jianjie .bot .txt-box {
  width: 46%;
  float: left;
  margin-left: 5%;
  margin-top: 10%;
}
.ins-main .ins-jianjie .bot .txt-box h6 {
  font-size: 1.8rem;
  color: #1b1b1b;
  margin-top: 15px;
}
.ins-main .ins-jianjie .bot .txt-box b {
  margin: 20px 0;
  display: block;
  width: 35px;
  height: 1px;
  background: #628eff;
}
.ins-main .ins-jianjie .bot .txt-box .txt {
  margin-top: 10%;
}
.ins-main .ins-jianjie .bot .txt-box .txt p {
  font-size: 1.4rem;
  color: #646464;
  line-height: 180%;
}
.ins-main .ins-jianjie .bot .img {
  width: 42.3%;
  float: right;
}
.ins-main .ins-jianjie .bot .img img {
  width: 100%;
}
@media (max-width: 768px) {
  .ins-main .ins-jianjie {
    padding: 3% 0 0;
  }
  .ins-main .ins-jianjie .txt-top {
    text-align: center;
    padding-bottom: 3%;
  }
  .ins-main .ins-jianjie .txt-top img {
    margin: 0 0 5%;
  }
  .ins-main .ins-jianjie .txt-top p {
    font-size: 1.4rem;
    color: #646464;
  }
  .ins-main .ins-jianjie .center {
    height: auto;
    background: none;
  }
  .ins-main .ins-jianjie .center .txt-box {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 341px;
    background: url("../images/jianjie-center_03.png") no-repeat center;
  }
  .ins-main .ins-jianjie .center .txt-box .txt {
    width: 100%;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
  .ins-main .ins-jianjie .center .txt-box .txt p {
    font-size: 1.6rem;
    color: #fff;
    margin-top: 20px;
  }
  .ins-main .ins-jianjie .bot .txt-box {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-top: 10%;
  }
  .ins-main .ins-jianjie .bot .txt-box img {
    width: 100%;
  }
  .ins-main .ins-jianjie .bot .txt-box h6 {
    font-size: 1.8rem;
    color: #1b1b1b;
    margin-top: 15px;
  }
  .ins-main .ins-jianjie .bot .txt-box b {
    margin: 20px 0;
    display: block;
    width: 35px;
    height: 1px;
    background: #628eff;
  }
  .ins-main .ins-jianjie .bot .txt-box .txt {
    margin-top: 10%;
  }
  .ins-main .ins-jianjie .bot .txt-box .txt p {
    font-size: 1.4rem;
    color: #646464;
    line-height: 180%;
  }
  .ins-main .ins-jianjie .bot .img {
    width: 100%;
    float: right;
  }
  .ins-main .ins-jianjie .bot .img img {
    width: 100%;
  }
}
.ins-main .ins-culture {
  padding: 3% 0 0;
}
.ins-main .ins-culture .content .list-box {
  margin: 3% 0 0;
}
.ins-main .ins-culture .content .list-box li {
  width: 28.3333333%;
  float: left;
  text-align: center;
  margin: 0 2.5% 3% 2.5%;
}
.ins-main .ins-culture .content .list-box li:hover h6 {
  color: #ed7020;
}
.ins-main .ins-culture .content .list-box li:hover p {
  color: #ed7020;
}
.ins-main .ins-culture .content .list-box li img {
  width: 60%;
  margin: 0 auto;
}
.ins-main .ins-culture .content .list-box li h6 {
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #000;
  margin: 6% 0 4%;
}
.ins-main .ins-culture .content .list-box li p {
  font-size: 1.4rem;
  color: #636363;
  line-height: 160%;
  height: 66px;
}
@media (max-width: 768px) {
  .ins-main .ins-culture {
    padding: 3% 0 0;
  }
  .ins-main .ins-culture .content .list-box {
    margin: 3% 0 0;
  }
  .ins-main .ins-culture .content .list-box li {
    width: 49%;
    float: left;
    text-align: center;
    margin: 0 2% 3% 0%;
  }
  .ins-main .ins-culture .content .list-box li:hover h6 {
    color: #ed7020;
  }
  .ins-main .ins-culture .content .list-box li:hover p {
    color: #ed7020;
  }
  .ins-main .ins-culture .content .list-box li img {
    width: 60%;
    margin: 0 auto;
  }
  .ins-main .ins-culture .content .list-box li h6 {
    text-transform: uppercase;
    font-size: 1.8rem;
    color: #000;
    margin: 6% 0 4%;
  }
  .ins-main .ins-culture .content .list-box li p {
    font-size: 1.4rem;
    color: #636363;
    line-height: 160%;
    height: 33px;
  }
  .ins-main .ins-culture .content .list-box li:nth-child(2n+2) {
    margin-right: 0;
  }
  .ins-main .ins-culture .content .list-box li:nth-child(1) p {
    height: 66px;
  }
  .ins-main .ins-culture .content .list-box li:nth-child(2) p {
    height: 66px;
  }
}
.ins-main .ins-faq li {
  padding: 3% 0;
  border-bottom: 1px solid #eee;
}
.ins-main .ins-faq li:hover h6 {
  color: #628eff;
  background: url("../images/faq-lit_06.jpg") no-repeat left top;
}
.ins-main .ins-faq li h6 {
  font-size: 1.6rem;
  color: #2a2a2a;
  padding-left: 57px;
  line-height: 35px;
  background: url("../images/faq-lit_03.jpg") no-repeat left top;
}
.ins-main .ins-faq li p {
  font-size: 1.4rem;
  color: #818181;
  line-height: 180%;
  padding-left: 57px;
}
.ins-main .ins-news {
  padding: 3% 0;
}
.ins-main .ins-news li {
  width: 32.333333%;
  float: left;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
}
.ins-main .ins-news li:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-news li:hover .txt {
  background: #628eff;
}
.ins-main .ins-news li:hover .txt h6 {
  color: #fff;
}
.ins-main .ins-news li:hover .txt span {
  color: #fff;
}
.ins-main .ins-news li:hover .txt p {
  color: #fff;
}
.ins-main .ins-news li .img {
  overflow: hidden;
}
.ins-main .ins-news li .img img {
  width: 100%;
  transition: 0.3s;
}
.ins-main .ins-news li .txt {
  height: 135px;
  padding: 2% 4%;
}
.ins-main .ins-news li .txt h6 {
  font-size: 1.6rem;
  color: #343434;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-news li .txt span {
  font-size: 1.4rem;
  color: #b4b4b4;
}
.ins-main .ins-news li .txt p {
  font-size: 1.4rem;
  color: #a8a8a8;
  line-height: 180%;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ins-main .ins-news li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-news {
    padding: 3% 0;
  }
  .ins-main .ins-news li {
    width: 100%;
    float: left;
    margin-right: 0%;
    margin-bottom: 3%;
  }
  .ins-main .ins-news li:hover .img img {
    transform: scale(1.1);
  }
  .ins-main .ins-news li:hover .txt {
    background: #628eff;
  }
  .ins-main .ins-news li:hover .txt h6 {
    color: #fff;
  }
  .ins-main .ins-news li:hover .txt span {
    color: #fff;
  }
  .ins-main .ins-news li:hover .txt p {
    color: #fff;
  }
  .ins-main .ins-news li .img {
    overflow: hidden;
  }
  .ins-main .ins-news li .img img {
    width: 100%;
    transition: 0.3s;
  }
  .ins-main .ins-news li .txt {
    height: 155px;
    padding: 2% 4%;
  }
  .ins-main .ins-news li .txt h6 {
    font-size: 1.6rem;
    color: #343434;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-news li .txt span {
    font-size: 1.4rem;
    color: #b4b4b4;
  }
  .ins-main .ins-news li .txt p {
    font-size: 1.4rem;
    color: #a8a8a8;
    line-height: 180%;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .ins-main .ins-news li:nth-child(3n+3) {
    margin-right: 0;
  }
}
.ins-main .news-show .show-tit {
  text-align: center;
  padding: 5% 0 3%;
  border-bottom: 1px solid #eee;
}
.ins-main .news-show .show-tit h5 {
  font-size: 2.4rem;
  color: #1d1d1d;
}
.ins-main .news-show .show-tit p {
  font-size: 1.4rem;
  color: #9f9f9f;
  margin: 10px 0 15px;
}
.ins-main .news-show .txt {
  margin-top: 3%;
  padding: 0 10%;
}
.ins-main .news-show .txt img {
  width: auto!important;
  height: auto!important;
  max-width: 100%!important;
}
.ins-main .news-show .txt p {
  font-size: 1.4rem;
  color: #616161;
  line-height: 220%;
}
.ins-main .news-show .link {
  padding: 5% 10%;
}
.ins-main .news-show .link a {
  font-size: 1.4rem;
  color: #acacac;
}
.ins-main .news-show .link a:hover {
  color: #628eff;
}
@media (max-width: 768px) {
  .ins-main .news-show .show-tit {
    text-align: center;
    padding: 5% 0 3%;
    border-bottom: 1px solid #eee;
  }
  .ins-main .news-show .show-tit h5 {
    font-size: 2.4rem;
    color: #1d1d1d;
  }
  .ins-main .news-show .show-tit p {
    font-size: 1.4rem;
    color: #9f9f9f;
    margin: 10px 0 15px;
  }
  .ins-main .news-show .txt {
    margin-top: 3%;
    padding: 0;
  }
  .ins-main .news-show .txt img {
    width: auto!important;
    height: auto!important;
    max-width: 100%!important;
  }
  .ins-main .news-show .txt p {
    font-size: 1.4rem;
    color: #616161;
    line-height: 220%;
  }
  .ins-main .news-show .link {
    padding: 5% 0;
  }
  .ins-main .news-show .link a {
    font-size: 1.4rem;
    color: #acacac;
  }
  .ins-main .news-show .link a:hover {
    color: #628eff;
  }
}
.ins-main .ins-xiazai {
  padding: 2% 0;
}
.ins-main .ins-xiazai li {
  height: 59px;
  line-height: 59px;
  border-bottom: 1px solid #eee;
}
.ins-main .ins-xiazai li a {
  display: block;
  position: relative;
  font-size: 1.6rem;
  color: #2a2a2a;
  padding-left: 5%;
  background: url("../images/xiazai-lit_06.jpg") no-repeat 2% center;
}
.ins-main .ins-xiazai li a:hover {
  color: #fff;
  background: #628eff url("../images/xiazai-lit_03.jpg") no-repeat 2% center;
}
.ins-main .ins-xiazai li a:hover span {
  color: #fff;
}
.ins-main .ins-xiazai li a:hover b {
  color: #fff;
}
@media (max-width: 768px) {
  .ins-main .ins-xiazai li a {
    padding-left: 8%;
  }
}
.ins-main .ins-xiazai li a span {
  font-size: 1.4rem;
  color: #b9b9b9;
  position: absolute;
  left: 46%;
}
@media (max-width: 768px) {
  .ins-main .ins-xiazai li a span {
    display: none;
  }
}
.ins-main .ins-xiazai li a b {
  font-size: 1.6rem;
  color: #2a2a2a;
  position: absolute;
  right: 2%;
  font-weight: 500;
}
.ins-main .ins-case {
  padding: 3% 0;
}
.ins-main .ins-case li {
  width: 24%;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  position: relative;
  margin: 0 0.4% 2.1% 0.4%;
  float: left;
}
.ins-main .ins-case li img {
  width: 100%;
}
.ins-main .ins-case li:nth-child(4n+4) {
  margin-right: 0;
}
.ins-main .ins-case li:hover:after {
  content: '';
  width: 22px;
  height: 10px;
  background: url("../images/case-angle_03.jpg") no-repeat center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -11px;
}
.ins-main .ins-case .view .swiper-container {
  height: 100%;
  margin-top: 0;
}
.ins-main .ins-case .view .swiper-container .swiper-slide {
  width: 100%;
}
.ins-main .ins-case .view .swiper-container .swiper-slide .list {
  width: 100%;
  padding: 2% 3%;
  background: #628eff;
}
.ins-main .ins-case .view .swiper-container .swiper-slide .list .txt-box {
  border-bottom: 1px solid #779dff;
  padding-bottom: 15px;
}
.ins-main .ins-case .view .swiper-container .swiper-slide .list .txt-box .txt-lf {
  width: 100px;
  text-align: center;
  background: #fff;
  float: left;
  height: 100px;
  line-height: 100px;
  font-size: 1.6rem;
  color: #000;
  border-radius: 100px;
}
.ins-main .ins-case .view .swiper-container .swiper-slide .list .txt-box .txt-rt {
  width: 88%;
  float: right;
}
.ins-main .ins-case .view .swiper-container .swiper-slide .list .txt-box .txt-rt p {
  font-size: 1.4rem;
  color: #fff;
  line-height: 180%;
  margin-top: 15px;
}
.ins-main .ins-case .view .swiper-container .swiper-slide .list .bot {
  position: relative;
}
.ins-main .ins-case .view .swiper-container .swiper-slide .list .bot p {
  font-size: 1.4rem;
  color: #fff;
  margin-top: 20px;
}
.ins-main .ins-case .view .swiper-container .swiper-slide .list .bot span {
  position: absolute;
  right: 0;
  top: 0px;
  color: #fff;
}
.ins-main .ins-case .preview {
  width: 100%;
  position: relative;
  border-top: none;
}
.ins-main .ins-case .preview .swiper-container {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.ins-main .ins-case .preview .swiper-slide {
  float: left;
  width: auto;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #eee;
}
.ins-main .ins-case .preview .swiper-slide img {
  width: 100%;
  cursor: pointer;
}
.ins-main .ins-case .preview .active-nav {
  border: 1px solid #628eff;
}
.ins-main .ins-case .preview .active-nav:after {
  content: '';
  width: 22px;
  height: 10px;
  background: url("../images/case-angle_03.jpg") no-repeat center;
  position: absolute;
  bottom: -31px;
  left: 50%;
  margin-left: -11px;
}
.ins-main .ins-case .case-list .list {
  position: relative;
  height: auto;
  overflow: hidden;
  margin-bottom: 2%;
}
.ins-main .ins-case .case-list .img {
  width: 20%;
  position: absolute;
  transform: translate(0%, -50%);
  left: 0%;
  top: 50%;
}
.ins-main .ins-case .case-list .img img {
  width: 100%;
  border: 1px solid #eee;
}
.ins-main .ins-case .case-list .rt-con {
  width: 80%;
  float: right;
}
.ins-main .ins-case .case-list .rt-con .box {
  width: 100%;
  padding: 2% 2%;
  background: #628eff;
}
.ins-main .ins-case .case-list .rt-con .box .txt-box {
  border-bottom: 1px solid #779dff;
  padding-bottom: 8px;
}
.ins-main .ins-case .case-list .rt-con .box .txt-box .txt-lf {
  width: 80px;
  text-align: center;
  background: #fff;
  float: left;
  height: 80px;
  line-height: 80px;
  font-size: 1.6rem;
  color: #000;
  border-radius: 100px;
}
.ins-main .ins-case .case-list .rt-con .box .txt-box .txt-rt {
  width: 88%;
  float: right;
}
.ins-main .ins-case .case-list .rt-con .box .txt-box .txt-rt p {
  font-size: 1.4rem;
  color: #fff;
  line-height: 180%;
}
.ins-main .ins-case .case-list .rt-con .box .bot {
  position: relative;
}
.ins-main .ins-case .case-list .rt-con .box .bot p {
  font-size: 1.4rem;
  color: #fff;
  margin: 17px 0 0;
}
.ins-main .ins-case .case-list .rt-con .box .bot span {
  position: absolute;
  right: 0;
  top: 0px;
  color: #fff;
}
@media (max-width: 992px) {
  .ins-main .ins-case .case-list .list {
    position: relative;
    height: auto;
    overflow: hidden;
    margin-bottom: 2%;
  }
  .ins-main .ins-case .case-list .img {
    width: 20%;
    position: absolute;
    transform: translate(0%, -50%);
    left: 0%;
    top: 50%;
  }
  .ins-main .ins-case .case-list .img img {
    width: 100%;
    border: 1px solid #eee;
  }
  .ins-main .ins-case .case-list .rt-con {
    width: 80%;
    float: right;
  }
  .ins-main .ins-case .case-list .rt-con .box {
    width: 100%;
    padding: 2% 2%;
    background: #628eff;
  }
  .ins-main .ins-case .case-list .rt-con .box .txt-box {
    border-bottom: 1px solid #779dff;
    padding-bottom: 8px;
  }
  .ins-main .ins-case .case-list .rt-con .box .txt-box .txt-lf {
    width: 60px;
    text-align: center;
    background: #fff;
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 1.6rem;
    color: #000;
    border-radius: 100px;
  }
  .ins-main .ins-case .case-list .rt-con .box .txt-box .txt-rt {
    width: 88%;
    float: right;
  }
  .ins-main .ins-case .case-list .rt-con .box .txt-box .txt-rt p {
    font-size: 1.4rem;
    color: #fff;
    line-height: 180%;
    margin-bottom: 0;
  }
  .ins-main .ins-case .case-list .rt-con .box .bot {
    position: relative;
  }
  .ins-main .ins-case .case-list .rt-con .box .bot p {
    font-size: 1.4rem;
    color: #fff;
    margin: 17px 0 0;
  }
  .ins-main .ins-case .case-list .rt-con .box .bot span {
    position: absolute;
    right: 0;
    top: 0px;
    color: #fff;
  }
}
@media (max-width: 768px) {
  .ins-main .ins-case .case-list .list {
    position: relative;
    height: auto;
    overflow: hidden;
    margin-bottom: 4%;
  }
  .ins-main .ins-case .case-list .img {
    width: 100%;
    position: static;
    transform: translate(0%, 0%);
    left: 0%;
    top: 0%;
    margin: 0 auto;
  }
  .ins-main .ins-case .case-list .img img {
    width: 100%;
    border: 1px solid #eee;
  }
  .ins-main .ins-case .case-list .rt-con {
    width: 100%;
    float: none;
  }
  .ins-main .ins-case .case-list .rt-con .box {
    width: 100%;
    padding: 2% 2%;
    background: #628eff;
  }
  .ins-main .ins-case .case-list .rt-con .box .txt-box {
    border-bottom: 1px solid #779dff;
    padding-bottom: 8px;
  }
  .ins-main .ins-case .case-list .rt-con .box .txt-box .txt-lf {
    width: 60px;
    text-align: center;
    background: #fff;
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 1.6rem;
    color: #000;
    border-radius: 100px;
  }
  .ins-main .ins-case .case-list .rt-con .box .txt-box .txt-rt {
    width: 78%;
    float: right;
  }
  .ins-main .ins-case .case-list .rt-con .box .txt-box .txt-rt p {
    font-size: 1.4rem;
    color: #fff;
    line-height: 180%;
    margin-bottom: 0;
  }
  .ins-main .ins-case .case-list .rt-con .box .bot {
    position: relative;
  }
  .ins-main .ins-case .case-list .rt-con .box .bot p {
    font-size: 1.4rem;
    color: #fff;
    margin: 17px 0 0;
  }
  .ins-main .ins-case .case-list .rt-con .box .bot span {
    position: absolute;
    right: 0;
    top: 0px;
    color: #fff;
  }
}
@media (max-width: 768px) {
  .ins-main .ins-case {
    padding: 3% 0;
  }
  .ins-main .ins-case li {
    width: 24%;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    position: relative;
    margin: 0 0.4% 2.1% 0.4%;
    float: left;
  }
  .ins-main .ins-case li img {
    width: 100%;
  }
  .ins-main .ins-case li:nth-child(4n+4) {
    margin-right: 0;
  }
  .ins-main .ins-case li:hover:after {
    content: '';
    width: 22px;
    height: 10px;
    background: url("../images/case-angle_03.jpg") no-repeat center;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -11px;
  }
  .ins-main .ins-case .view .swiper-container {
    height: 100%;
    margin-top: 0;
  }
  .ins-main .ins-case .view .swiper-container .swiper-slide {
    width: 100%;
  }
  .ins-main .ins-case .view .swiper-container .swiper-slide .list {
    width: 100%;
    padding: 2% 3%;
    background: #628eff;
  }
  .ins-main .ins-case .view .swiper-container .swiper-slide .list .txt-box {
    border-bottom: 1px solid #779dff;
    padding-bottom: 15px;
  }
  .ins-main .ins-case .view .swiper-container .swiper-slide .list .txt-box .txt-lf {
    width: 60px;
    text-align: center;
    background: #fff;
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 1.6rem;
    color: #000;
    border-radius: 60px;
  }
  .ins-main .ins-case .view .swiper-container .swiper-slide .list .txt-box .txt-rt {
    width: 77%;
    float: right;
  }
  .ins-main .ins-case .view .swiper-container .swiper-slide .list .txt-box .txt-rt p {
    font-size: 1.4rem;
    color: #fff;
    line-height: 180%;
    margin-top: 15px;
  }
  .ins-main .ins-case .view .swiper-container .swiper-slide .list .bot {
    position: relative;
  }
  .ins-main .ins-case .view .swiper-container .swiper-slide .list .bot p {
    font-size: 1.4rem;
    color: #fff;
    margin-top: 20px;
  }
  .ins-main .ins-case .view .swiper-container .swiper-slide .list .bot span {
    position: absolute;
    right: 0;
    top: 0px;
    color: #fff;
    display: none;
  }
  .ins-main .ins-case .preview {
    width: 100%;
    position: relative;
    border-top: none;
  }
  .ins-main .ins-case .preview .swiper-container {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .ins-main .ins-case .preview .swiper-slide {
    float: left;
    width: auto;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #eee;
  }
  .ins-main .ins-case .preview .swiper-slide img {
    width: 100%;
    cursor: pointer;
  }
  .ins-main .ins-case .preview .active-nav {
    border: 1px solid #628eff;
  }
  .ins-main .ins-case .preview .active-nav:after {
    content: '';
    width: 22px;
    height: 10px;
    background: url("../images/case-angle_03.jpg") no-repeat center;
    position: absolute;
    bottom: -31px;
    left: 50%;
    margin-left: -11px;
  }
}
.ins-main .ins-zhichi {
  margin-bottom: 2%;
}
.ins-main .ins-zhichi li {
  border: 1px solid #ececec;
  margin-bottom: 20px;
}
.ins-main .ins-zhichi li a {
  display: block;
  padding: 3%;
}
.ins-main .ins-zhichi li:hover {
  border: 1px solid #c10002;
}
.ins-main .ins-zhichi li:hover .date {
  background: #c10002;
}
.ins-main .ins-zhichi li:hover .date h5 {
  color: #fff;
}
.ins-main .ins-zhichi li:hover .date p {
  color: #fff;
}
.ins-main .ins-zhichi li:hover .txt h6 {
  color: #c10002;
}
.ins-main .ins-zhichi li:hover .txt span {
  color: #fff;
  border-color: #c10002;
  background: #c10002;
}
.ins-main .ins-zhichi li .date {
  height: 132px;
  background: #f9f9f9;
  transition: 0.4s;
  text-align: center;
  width: 20%;
  float: left;
}
.ins-main .ins-zhichi li .date h5 {
  font-size: 3.6rem;
  color: #c10002;
  padding: 20px 0 10px;
}
.ins-main .ins-zhichi li .date p {
  font-size: 1.6rem;
  color: #474747;
}
.ins-main .ins-zhichi li .txt {
  width: 75%;
  float: right;
}
.ins-main .ins-zhichi li .txt h6 {
  font-size: 1.8rem;
  color: #474747;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
}
.ins-main .ins-zhichi li .txt p {
  font-size: 1.4rem;
  color: #474747;
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ins-main .ins-zhichi li .txt span {
  display: block;
  height: 33px;
  line-height: 33px;
  width: 113px;
  text-align: center;
  border: 1px solid #ececec;
  font-size: 1.4rem;
  color: #474747;
}
@media (max-width: 768px) {
  .ins-main .ins-zhichi {
    margin-bottom: 2%;
  }
  .ins-main .ins-zhichi li {
    border: 1px solid #ececec;
    margin-bottom: 20px;
  }
  .ins-main .ins-zhichi li a {
    display: block;
    padding: 1% 0;
  }
  .ins-main .ins-zhichi li:hover {
    border: 1px solid #c10002;
  }
  .ins-main .ins-zhichi li:hover .date {
    background: #c10002;
  }
  .ins-main .ins-zhichi li:hover .date h5 {
    color: #fff;
  }
  .ins-main .ins-zhichi li:hover .date p {
    color: #fff;
  }
  .ins-main .ins-zhichi li:hover .txt h6 {
    color: #c10002;
  }
  .ins-main .ins-zhichi li:hover .txt span {
    color: #fff;
    border-color: #c10002;
    background: #c10002;
  }
  .ins-main .ins-zhichi li .date {
    height: 111px;
    background: #f9f9f9;
    transition: 0.4s;
    text-align: center;
    width: 25%;
    float: left;
  }
  .ins-main .ins-zhichi li .date h5 {
    font-size: 3.6rem;
    color: #c10002;
    padding: 20px 0 10px;
  }
  .ins-main .ins-zhichi li .date p {
    font-size: 1.6rem;
    color: #474747;
  }
  .ins-main .ins-zhichi li .txt {
    width: 70%;
    float: right;
  }
  .ins-main .ins-zhichi li .txt h6 {
    font-size: 1.8rem;
    color: #474747;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
  }
  .ins-main .ins-zhichi li .txt p {
    font-size: 1.4rem;
    color: #474747;
    line-height: 180%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .ins-main .ins-zhichi li .txt span {
    display: block;
    height: 28px;
    line-height: 28px;
    width: 93px;
    text-align: center;
    border: 1px solid #ececec;
    font-size: 1.4rem;
    color: #474747;
  }
}
.ins-main .ins-recruit {
  padding: 3% 0;
}
.ins-main .ins-recruit .table .tit2 {
  height: 60px;
  line-height: 60px;
  background: #ed7020;
}
.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: #ed7020;
}
.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: 1px solid #cdcdcd;
  clear: both;
  border-top: none;
  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: #ed7020;
  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: #ed7020;
  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 .table-box {
    overflow: auto;
  }
  .ins-main .ins-recruit .table {
    width: 700px;
    max-width: 700px;
  }
  .ins-main .ins-recruit .table .tit2 {
    height: 60px;
    line-height: 60px;
    background: #ed7020;
  }
  .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: #ed7020;
  }
  .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: 1px solid #b5b3b3;
    clear: both;
    border-top: none;
    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: #ed7020;
    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: #ed7020;
    font-size: 1.6rem;
    margin: 3% 0 2%;
    color: #fff;
  }
}
.ins-main .ins-question {
  padding: 3% 0;
}
.ins-main .ins-question .list-box {
  margin-top: 3%;
}
.ins-main .ins-question .list-box li {
  padding: 17px 22px;
  border: 1px solid #f5f5f5;
  transition: 0.3s;
  margin-bottom: 2%;
  background: #f7f7f7;
}
.ins-main .ins-question .list-box li:hover {
  background: #ed7020;
}
.ins-main .ins-question .list-box li:hover b {
  color: #fff;
}
.ins-main .ins-question .list-box li:hover h6 {
  color: #fff;
}
.ins-main .ins-question .list-box li:hover span {
  color: #fff;
}
.ins-main .ins-question .list-box li b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 2.4rem;
  color: #ed7020;
  font-weight: 600;
  margin-right: 8px;
  vertical-align: top;
}
.ins-main .ins-question .list-box li h6 {
  font-size: 1.8rem;
  color: #1c1c1c;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}
.ins-main .ins-question .list-box li span {
  font-size: 1.4rem;
  color: #464646;
  line-height: 180%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 97%;
}
@media (max-width: 768px) {
  .ins-main .ins-question {
    padding: 3% 0;
  }
  .ins-main .ins-question .list-box {
    margin-top: 3%;
  }
  .ins-main .ins-question .list-box li {
    padding: 17px 22px;
    border: 1px solid #f5f5f5;
    transition: 0.3s;
    margin-bottom: 4%;
    background: #f7f7f7;
  }
  .ins-main .ins-question .list-box li:hover {
    background: #ed7020;
  }
  .ins-main .ins-question .list-box li:hover b {
    color: #fff;
  }
  .ins-main .ins-question .list-box li:hover h6 {
    color: #fff;
  }
  .ins-main .ins-question .list-box li:hover span {
    color: #fff;
  }
  .ins-main .ins-question .list-box li b {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 2.4rem;
    color: #ed7020;
    font-weight: 600;
    margin-right: 8px;
    vertical-align: top;
    float: left;
  }
  .ins-main .ins-question .list-box li h6 {
    font-size: 1.8rem;
    color: #1c1c1c;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
  }
  .ins-main .ins-question .list-box li span {
    font-size: 1.4rem;
    color: #464646;
    line-height: 180%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 92%;
  }
}
.ins-main .ins-product .duanxin {
  background: #628eff;
}
.ins-main .ins-product .duanxin .txt {
  width: 50%;
  float: left;
  padding: 8% 10%;
}
.ins-main .ins-product .duanxin .txt h5 {
  font-size: 5.5rem;
  color: #fff;
  font-weight: 100;
}
.ins-main .ins-product .duanxin .txt p {
  font-size: 1.8rem;
  color: #fff;
  margin: 5% 0;
}
.ins-main .ins-product .duanxin .txt a {
  display: block;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #fff;
  font-size: 1.6rem;
  color: #152c53;
  margin-top: 17%;
}
.ins-main .ins-product .duanxin .img {
  width: 50%;
  float: right;
}
.ins-main .ins-product .duanxin .img img {
  max-width: 100%;
}
.ins-main .ins-product .duanxin-con {
  padding: 3% 0;
  position: relative;
}
.ins-main .ins-product .duanxin-con .slideTxtBox {
  height: 699px;
  position: relative;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li {
  cursor: pointer;
  text-align: center;
  position: relative;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li .icon-box {
  width: 97px;
  text-align: center;
  height: 97px;
  line-height: 97px;
  border-radius: 97px;
  padding-top: 31px;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li .icon-box span {
  display: block;
  width: 39px;
  height: 35px;
  margin: 0 auto;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li p {
  font-size: 1.4rem;
  color: #333;
  margin-top: 10px;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(1) {
  position: absolute;
  left: 9%;
  top: 20px;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(2) {
  position: absolute;
  left: 9%;
  top: 190px;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(3) {
  position: absolute;
  left: 9%;
  top: 360px;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(4) {
  position: absolute;
  left: 9%;
  top: 530px;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(5) {
  position: absolute;
  right: 9%;
  top: 0px;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(6) {
  position: absolute;
  right: 9%;
  top: 190px;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(7) {
  position: absolute;
  right: 9%;
  top: 360px;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(8) {
  position: absolute;
  right: 9%;
  top: 530px;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(1) .icon-box span {
  background: url("../images/duanxin-icon_03.png") no-repeat 0 center;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(2) .icon-box span {
  background: url("../images/duanxin-icon_03.png") no-repeat -78px center;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(3) .icon-box span {
  background: url("../images/duanxin-icon_03.png") no-repeat -156px center;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(4) .icon-box span {
  background: url("../images/duanxin-icon_03.png") no-repeat -234px center;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(5) .icon-box span {
  background: url("../images/duanxin-icon_03.png") no-repeat 0 center;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(6) .icon-box span {
  background: url("../images/duanxin-icon_03.png") no-repeat -78px center;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(7) .icon-box span {
  background: url("../images/duanxin-icon_03.png") no-repeat -156px center;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(8) .icon-box span {
  background: url("../images/duanxin-icon_03.png") no-repeat -234px center;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li.on .icon-box {
  background: #628eff;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li.on:after {
  content: '';
  width: 185px;
  height: 1px;
  background: url("../images/duanxin-line_03.jpg") no-repeat center;
  position: absolute;
  top: 50px;
  left: 110px;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(5).on:after {
  right: 110px;
  left: auto;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(6).on:after {
  right: 110px;
  left: auto;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(7).on:after {
  right: 110px;
  left: auto;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(8).on:after {
  right: 110px;
  left: auto;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(1).on .icon-box span {
  background: url("../images/duanxin-icon_03.png") no-repeat -39px center;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(2).on .icon-box span {
  background: url("../images/duanxin-icon_03.png") no-repeat -117px center;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(3).on .icon-box span {
  background: url("../images/duanxin-icon_03.png") no-repeat -195px center;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(4).on .icon-box span {
  background: url("../images/duanxin-icon_03.png") no-repeat -273px center;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(5).on .icon-box span {
  background: url("../images/duanxin-icon2_03.png") no-repeat -39px center;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(6).on .icon-box span {
  background: url("../images/duanxin-icon2_03.png") no-repeat -117px center;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(7).on .icon-box span {
  background: url("../images/duanxin-icon2_03.png") no-repeat -195px center;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(8).on .icon-box span {
  background: url("../images/duanxin-icon2_03.png") no-repeat -273px center;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .bd {
  position: absolute;
  left: 50%;
  margin-left: -183px;
  width: 366px;
  height: 699px;
  background: url("../images/ins-duanxin-bg_03.jpg") no-repeat center;
}
.ins-main .ins-product .duanxin-con .slideTxtBox .bd li img {
  margin: 61px 0 0 38px;
}
.ins-main .ins-product .haoma {
  background: #628eff;
}
.ins-main .ins-product .haoma .txt {
  width: 50%;
  float: left;
  padding: 8% 5%;
}
.ins-main .ins-product .haoma .txt h5 {
  font-size: 5.5rem;
  color: #fff;
  font-weight: 100;
}
.ins-main .ins-product .haoma .txt p {
  font-size: 1.8rem;
  color: #fff;
  margin: 5% 0;
}
.ins-main .ins-product .haoma .txt a {
  display: block;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #fff;
  font-size: 1.6rem;
  color: #152c53;
  margin-top: 17%;
}
.ins-main .ins-product .haoma .img {
  width: 50%;
  float: right;
}
.ins-main .ins-product .haoma .img img {
  max-width: 100%;
}
.ins-main .ins-product .haoma-con {
  padding: 4% 0;
  background: #f7f7f7;
}
.ins-main .ins-product .haoma-con li {
  height: 400px;
  background: #fff;
  text-align: center;
  width: 31.3333333%;
  float: left;
  margin-right: 3%;
  transition: 0.3s;
}
.ins-main .ins-product .haoma-con li:hover {
  transform: translate(0, -14px);
}
.ins-main .ins-product .haoma-con li img {
  margin: 60px 0 44px;
}
.ins-main .ins-product .haoma-con li p {
  font-size: 1.6rem;
  color: #373737;
}
.ins-main .ins-product .haoma-con li:nth-child(3) {
  margin-right: 0;
}
.ins-main .ins-product .yuyin {
  background: #628eff;
}
.ins-main .ins-product .yuyin .txt {
  width: 50%;
  float: left;
  padding: 8% 5%;
}
.ins-main .ins-product .yuyin .txt h5 {
  font-size: 5.5rem;
  color: #fff;
  font-weight: 100;
}
.ins-main .ins-product .yuyin .txt p {
  font-size: 1.8rem;
  color: #fff;
  margin: 5% 0;
}
.ins-main .ins-product .yuyin .txt a {
  display: block;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #fff;
  font-size: 1.6rem;
  color: #152c53;
  margin-top: 17%;
}
.ins-main .ins-product .yuyin .img {
  width: 50%;
  float: right;
}
.ins-main .ins-product .yuyin .img img {
  max-width: 100%;
}
.ins-main .ins-product .yuyin-con {
  padding: 4% 0;
  background: #f7f7f7;
}
.ins-main .ins-product .yuyin-con li {
  height: 400px;
  background: #fff;
  text-align: center;
  width: 48.5%;
  float: left;
  margin-right: 3%;
  transition: 0.3s;
}
.ins-main .ins-product .yuyin-con li:hover {
  transform: translate(0, -14px);
}
.ins-main .ins-product .yuyin-con li img {
  margin: 43px 0 26px;
}
.ins-main .ins-product .yuyin-con li p {
  font-size: 1.6rem;
  color: #373737;
}
.ins-main .ins-product .yuyin-con li:nth-child(2) {
  margin-right: 0;
}
.ins-main .ins-product .wulian {
  background: #628eff;
}
.ins-main .ins-product .wulian .txt {
  width: 50%;
  float: left;
  padding: 8% 5%;
}
.ins-main .ins-product .wulian .txt h5 {
  font-size: 5.5rem;
  color: #fff;
  font-weight: 100;
}
.ins-main .ins-product .wulian .txt p {
  font-size: 1.8rem;
  color: #fff;
  margin: 5% 0;
}
.ins-main .ins-product .wulian .txt a {
  display: block;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #fff;
  font-size: 1.6rem;
  color: #152c53;
  margin-top: 17%;
}
.ins-main .ins-product .wulian .img {
  width: 50%;
  float: right;
}
.ins-main .ins-product .wulian .img img {
  max-width: 100%;
}
.ins-main .ins-product .wulian-con {
  padding: 4% 0;
  background: #f7f7f7;
}
.ins-main .ins-product .wulian-con li {
  height: 400px;
  background: #fff;
  text-align: center;
  width: 31.3333333%;
  float: left;
  margin-right: 3%;
  transition: 0.3s;
}
.ins-main .ins-product .wulian-con li:hover {
  transform: translate(0, -14px);
}
.ins-main .ins-product .wulian-con li img {
  margin: 87px 0 69px;
}
.ins-main .ins-product .wulian-con li p {
  font-size: 1.6rem;
  color: #373737;
}
.ins-main .ins-product .wulian-con li:nth-child(3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-product .duanxin {
    background: #7990ff;
  }
  .ins-main .ins-product .duanxin .txt {
    width: 100%;
    float: left;
    padding: 8% 10%;
  }
  .ins-main .ins-product .duanxin .txt h5 {
    font-size: 4.5rem;
    color: #fff;
    font-weight: 100;
  }
  .ins-main .ins-product .duanxin .txt p {
    font-size: 1.8rem;
    color: #fff;
    margin: 5% 0;
  }
  .ins-main .ins-product .duanxin .txt a {
    display: block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    font-size: 1.6rem;
    color: #152c53;
    margin-top: 17%;
  }
  .ins-main .ins-product .duanxin .img {
    width: 100%;
    float: right;
  }
  .ins-main .ins-product .duanxin .img img {
    max-width: 100%;
  }
  .ins-main .ins-product .duanxin-con {
    padding: 3% 0;
    position: relative;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox {
    height: 933px;
    position: relative;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd {
    text-align: center;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li {
    cursor: pointer;
    text-align: center;
    position: relative;
    width: 24%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li .icon-box {
    width: 77px;
    text-align: center;
    height: 77px;
    line-height: 77px;
    border-radius: 77px;
    padding-top: 22px;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li .icon-box span {
    display: block;
    width: 39px;
    height: 35px;
    margin: 0 auto;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li p {
    font-size: 1.4rem;
    color: #333;
    margin-top: 10px;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(1) {
    position: static;
    left: 9%;
    top: 20px;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(2) {
    position: static;
    left: 9%;
    top: 190px;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(3) {
    position: static;
    left: 9%;
    top: 360px;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(4) {
    position: static;
    left: 9%;
    top: 530px;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(5) {
    position: static;
    right: 9%;
    top: 0px;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(6) {
    position: static;
    right: 9%;
    top: 190px;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(7) {
    position: static;
    right: 9%;
    top: 360px;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(8) {
    position: static;
    right: 9%;
    top: 530px;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(1) .icon-box span {
    background: url("../images/duanxin-icon_03.png") no-repeat 0 center;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(2) .icon-box span {
    background: url("../images/duanxin-icon_03.png") no-repeat -78px center;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(3) .icon-box span {
    background: url("../images/duanxin-icon_03.png") no-repeat -156px center;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(4) .icon-box span {
    background: url("../images/duanxin-icon_03.png") no-repeat -234px center;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(5) .icon-box span {
    background: url("../images/duanxin-icon_03.png") no-repeat 0 center;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(6) .icon-box span {
    background: url("../images/duanxin-icon_03.png") no-repeat -78px center;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(7) .icon-box span {
    background: url("../images/duanxin-icon_03.png") no-repeat -156px center;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(8) .icon-box span {
    background: url("../images/duanxin-icon_03.png") no-repeat -234px center;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li.on .icon-box {
    background: #628eff;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li.on:after {
    content: '';
    width: 185px;
    height: 1px;
    background: url("../images/duanxin-line_03.jpg") no-repeat center;
    position: absolute;
    top: 50px;
    left: 110px;
    display: none;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(5).on:after {
    right: 110px;
    left: auto;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(6).on:after {
    right: 110px;
    left: auto;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(7).on:after {
    right: 110px;
    left: auto;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(8).on:after {
    right: 110px;
    left: auto;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(1).on .icon-box span {
    background: url("../images/duanxin-icon_03.png") no-repeat -39px center;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(2).on .icon-box span {
    background: url("../images/duanxin-icon_03.png") no-repeat -117px center;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(3).on .icon-box span {
    background: url("../images/duanxin-icon_03.png") no-repeat -195px center;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(4).on .icon-box span {
    background: url("../images/duanxin-icon_03.png") no-repeat -273px center;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(5).on .icon-box span {
    background: url("../images/duanxin-icon2_03.png") no-repeat -39px center;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(6).on .icon-box span {
    background: url("../images/duanxin-icon2_03.png") no-repeat -117px center;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(7).on .icon-box span {
    background: url("../images/duanxin-icon2_03.png") no-repeat -195px center;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .hd ul li:nth-child(8).on .icon-box span {
    background: url("../images/duanxin-icon2_03.png") no-repeat -273px center;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .bd {
    position: absolute;
    left: 50%;
    margin-left: -183px;
    width: 366px;
    height: 699px;
    background: url("../images/ins-duanxin-bg_03.jpg") no-repeat center;
  }
  .ins-main .ins-product .duanxin-con .slideTxtBox .bd li img {
    margin: 61px 0 0 38px;
  }
  .ins-main .ins-product .haoma {
    background: #5180f9;
  }
  .ins-main .ins-product .haoma .txt {
    width: 100%;
    float: left;
    padding: 8% 5%;
  }
  .ins-main .ins-product .haoma .txt h5 {
    font-size: 4.5rem;
    color: #fff;
    font-weight: 100;
  }
  .ins-main .ins-product .haoma .txt p {
    font-size: 1.8rem;
    color: #fff;
    margin: 5% 0;
  }
  .ins-main .ins-product .haoma .txt a {
    display: block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    font-size: 1.6rem;
    color: #152c53;
    margin-top: 17%;
  }
  .ins-main .ins-product .haoma .img {
    width: 100%;
    float: right;
  }
  .ins-main .ins-product .haoma .img img {
    max-width: 100%;
  }
  .ins-main .ins-product .haoma-con {
    padding: 4% 0;
    background: #f7f7f7;
  }
  .ins-main .ins-product .haoma-con li {
    height: 310px;
    background: #fff;
    text-align: center;
    width: 100%;
    float: left;
    margin-right: 0%;
    transition: 0.3s;
    margin-bottom: 3%;
  }
  .ins-main .ins-product .haoma-con li:hover {
    transform: translate(0, -14px);
  }
  .ins-main .ins-product .haoma-con li img {
    margin: 30px 0 14px;
  }
  .ins-main .ins-product .haoma-con li p {
    font-size: 1.6rem;
    color: #373737;
  }
  .ins-main .ins-product .haoma-con li:nth-child(3) {
    margin-right: 0;
  }
  .ins-main .ins-product .yuyin {
    background: #3acb9b;
  }
  .ins-main .ins-product .yuyin .txt {
    width: 100%;
    float: left;
    padding: 8% 5%;
  }
  .ins-main .ins-product .yuyin .txt h5 {
    font-size: 4.5rem;
    color: #fff;
    font-weight: 100;
  }
  .ins-main .ins-product .yuyin .txt p {
    font-size: 1.8rem;
    color: #fff;
    margin: 5% 0;
  }
  .ins-main .ins-product .yuyin .txt a {
    display: block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    font-size: 1.6rem;
    color: #152c53;
    margin-top: 17%;
  }
  .ins-main .ins-product .yuyin .img {
    width: 100%;
    float: right;
  }
  .ins-main .ins-product .yuyin .img img {
    max-width: 100%;
  }
  .ins-main .ins-product .yuyin-con {
    padding: 4% 0;
    background: #f7f7f7;
  }
  .ins-main .ins-product .yuyin-con li {
    height: 400px;
    background: #fff;
    text-align: center;
    margin-bottom: 3%;
    width: 100%;
    float: left;
    margin-right: 0%;
    transition: 0.3s;
  }
  .ins-main .ins-product .yuyin-con li:hover {
    transform: translate(0, -14px);
  }
  .ins-main .ins-product .yuyin-con li img {
    margin: 43px 0 26px;
  }
  .ins-main .ins-product .yuyin-con li p {
    font-size: 1.6rem;
    color: #373737;
  }
  .ins-main .ins-product .yuyin-con li:nth-child(2) {
    margin-right: 0;
  }
  .ins-main .ins-product .wulian {
    background: #05c6ea;
  }
  .ins-main .ins-product .wulian .txt {
    width: 100%;
    float: left;
    padding: 8% 5%;
  }
  .ins-main .ins-product .wulian .txt h5 {
    font-size: 4.5rem;
    color: #fff;
    font-weight: 100;
  }
  .ins-main .ins-product .wulian .txt p {
    font-size: 1.8rem;
    color: #fff;
    margin: 5% 0;
  }
  .ins-main .ins-product .wulian .txt a {
    display: block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    font-size: 1.6rem;
    color: #152c53;
    margin-top: 17%;
  }
  .ins-main .ins-product .wulian .img {
    width: 100%;
    float: right;
  }
  .ins-main .ins-product .wulian .img img {
    max-width: 100%;
  }
  .ins-main .ins-product .wulian-con {
    padding: 4% 0;
    background: #f7f7f7;
  }
  .ins-main .ins-product .wulian-con li {
    height: 260px;
    background: #fff;
    text-align: center;
    margin-bottom: 3%;
    width: 100%;
    float: left;
    margin-right: 0%;
    transition: 0.3s;
  }
  .ins-main .ins-product .wulian-con li:hover {
    transform: translate(0, -14px);
  }
  .ins-main .ins-product .wulian-con li img {
    margin: 27px 0 19px;
  }
  .ins-main .ins-product .wulian-con li p {
    font-size: 1.6rem;
    color: #373737;
  }
  .ins-main .ins-product .wulian-con li:nth-child(3) {
    margin-right: 0;
  }
}
.ins-main .product-show {
  padding-bottom: 3%;
}
.ins-main .product-show .top-show {
  background: #fff;
  margin: 4% 0;
  border: 1px solid #eaeaea;
}
.ins-main .product-show .top-show .left {
  width: 45.8333333%;
  float: left;
  border-right: 1px solid #eaeaea;
}
.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%;
  background: #f3f3f3;
}
.ins-main .product-show .top-show .left .preview {
  width: 100%;
  padding: 2% 6%;
  position: relative;
  background: #fafafa;
  border-top: none;
}
.ins-main .product-show .top-show .left .preview .swiper-container {
  width: 100%;
  margin: 0 auto;
}
.ins-main .product-show .top-show .left .preview .arrow-left {
  background: url("../images/pro-prev_03.png") no-repeat center;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -11px;
  width: 12px;
  height: 22px;
  z-index: 2;
}
.ins-main .product-show .top-show .left .preview .arrow-left:hover {
  background: url("../images/pro-prev2_03.png") no-repeat center;
}
.ins-main .product-show .top-show .left .preview .arrow-right {
  background: url("../images/pro-next_03.png") no-repeat center;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -11px;
  width: 12px;
  height: 22px;
  z-index: 2;
}
.ins-main .product-show .top-show .left .preview .arrow-right:hover {
  background: url("../images/pro-next2_03.png") no-repeat center;
}
.ins-main .product-show .top-show .left .preview .swiper-slide {
  float: left;
  width: auto;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.ins-main .product-show .top-show .left .preview .swiper-slide img {
  width: 100%;
  cursor: pointer;
  border: 1px solid #efefef;
  background: #f3f3f3;
}
.ins-main .product-show .top-show .left .preview .active-nav img {
  border: 1px solid #cf7474;
}
.ins-main .product-show .top-show .right {
  width: 49%;
  float: right;
}
.ins-main .product-show .top-show .right .txt h5 {
  font-size: 2.4rem;
  color: #ed7020;
  margin: 8% 0 6%;
  text-transform: uppercase;
}
.ins-main .product-show .top-show .right .txt h6 {
  font-size: 1.8rem;
  color: #393939;
  font-weight: 600;
}
.ins-main .product-show .top-show .right .txt p {
  margin: 8% 0;
  line-height: 180%;
  font-size: 1.6rem;
  color: #6d6d6d;
}
.ins-main .product-show .top-show .right .txt .link {
  margin-top: 30px;
}
.ins-main .product-show .top-show .right .txt .link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 20px;
}
.ins-main .product-show .recomend {
  background: #fff;
}
.ins-main .product-show .recomend .recomend-tit {
  border-bottom: 1px solid #eee;
}
.ins-main .product-show .recomend .recomend-tit h6 {
  height: 49px;
  line-height: 49px;
  width: 182px;
  background: #ed7020;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.ins-main .product-show .recomend .swiper-container-recomend {
  overflow: hidden;
  position: relative;
  padding: 2% 0 3%;
}
.ins-main .product-show .recomend .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.ins-main .product-show .recomend .swiper-slide:hover p {
  color: #ed7020;
}
.ins-main .product-show .recomend .swiper-slide .img {
  overflow: hidden;
  border: 1px solid #efefef;
}
.ins-main .product-show .recomend .swiper-slide .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .product-show .recomend .swiper-slide p {
  font-size: 1.4rem;
  color: #7a7a7a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  margin-top: 15px;
  text-transform: capitalize;
}
.ins-main .product-show .recomend .swiper-pagination-bullet-active {
  background: #ed7020;
}
.ins-main .product-show .recomend .swiper-pagination-bullets {
  bottom: 20px;
}
.ins-main .product-show .inquire {
  background: #fff;
  margin-top: 1%;
}
.ins-main .product-show .inquire .recomend-tit {
  border-bottom: 1px solid #eee;
}
.ins-main .product-show .inquire .recomend-tit h6 {
  height: 49px;
  line-height: 49px;
  width: 182px;
  background: #ed7020;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.ins-main .product-show .inquire .bot-box {
  background: #fff;
  border: 1px solid #eaeaea;
  border-top: none;
}
.ins-main .product-show .inquire .bot-box .contact {
  width: 50%;
  float: left;
  padding: 2% 3% 3%;
}
.ins-main .product-show .inquire .bot-box .contact h6 {
  font-size: 1.6rem;
  color: #222222;
  margin-bottom: 4%;
}
.ins-main .product-show .inquire .bot-box .contact li {
  font-size: 1.4rem;
  color: #222222;
  margin: 0;
  line-height: 220%;
}
.ins-main .product-show .inquire .bot-box .message {
  width: 50%;
  float: right;
  padding: 2% 5% 3%;
}
.ins-main .product-show .inquire .bot-box .message h6 {
  font-size: 1.6rem;
  color: #222222;
  margin-bottom: 4%;
  text-transform: capitalize;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(1) li {
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(1) li span {
  width: 25%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 1.4rem;
  color: #5d5d5d;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(1) li span sup {
  color: #ed7020;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(1) li .txt {
  width: 75%;
  height: 34px;
  line-height: 34px;
  border: 1px solid #f5f5f5;
  padding: 0 6px;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(2) li {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(2) li span {
  width: 12.5%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 1.4rem;
  color: #5d5d5d;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(2) li span sup {
  color: #ed7020;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(2) li .txt {
  width: 87.5%;
  height: 34px;
  line-height: 34px;
  border: 1px solid #f5f5f5;
  padding: 0 6px;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(3) li {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(3) li span {
  width: 12.5%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 1.4rem;
  color: #5d5d5d;
  float: left;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(3) li span sup {
  color: #ed7020;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(3) li textarea {
  width: 87.5%;
  float: right;
  height: 100px;
  line-height: 28px;
  border: 1px solid #f5f5f5;
  padding: 0 6px;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(4) li {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(4) li .submit {
  width: 30%;
  height: 30px;
  line-height: 30px;
  background: #ed7020;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  border: none;
  float: left;
  margin-left: 12.5%;
}
@media (max-width: 768px) {
  .ins-main .product-show {
    padding: 2% 0% 4%;
    background: #f8f8f8;
  }
  .ins-main .product-show .top-show {
    background: #fff;
    margin: 2% 0;
  }
  .ins-main .product-show .top-show .left {
    width: 100%;
    float: left;
  }
  .ins-main .product-show .top-show .right {
    width: 100%;
    float: right;
    margin-top: 20px;
    padding: 0 2%;
  }
  .ins-main .product-show .top-show .right .link {
    margin-top: 30px;
  }
  .ins-main .product-show .top-show .right .link a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .ins-main .product-show .top-show .right .link a img {
    width: 120px;
  }
  .ins-main .product-show .recomend .recomend-tit h6 {
    height: 40px;
    line-height: 40px;
    width: 102px;
  }
  .ins-main .product-show .recomend .swiper-container-recomend {
    overflow: hidden;
    position: relative;
    padding: 2% 2% 0%;
  }
  .ins-main .product-show .inquire {
    background: #fff;
    margin-top: 3%;
  }
  .ins-main .product-show .inquire .recomend-tit h6 {
    height: 40px;
    line-height: 40px;
    width: 102px;
  }
  .ins-main .product-show .inquire .bot-box {
    background: #fff;
  }
  .ins-main .product-show .inquire .bot-box .contact {
    width: 100%;
    float: left;
    padding: 2% 3% 3%;
  }
  .ins-main .product-show .inquire .bot-box .contact h6 {
    font-size: 1.6rem;
    color: #222222;
    margin-bottom: 4%;
  }
  .ins-main .product-show .inquire .bot-box .contact p {
    font-size: 1.4rem;
    color: #686868;
    margin: 0;
    line-height: 200%;
  }
  .ins-main .product-show .inquire .bot-box .message {
    width: 100%;
  }
  .ins-main .product-show .inquire .bot-box .message ul:nth-child(3) li {
    float: left;
    width: 100%;
    margin-bottom: 12px;
  }
  .ins-main .product-show .inquire .bot-box .message ul:nth-child(3) li span {
    margin-bottom: 5px;
  }
  .ins-main .product-show .inquire .bot-box .message ul:nth-child(3) li textarea {
    width: 81.5%;
    float: right;
    line-height: 28px;
    border: 1px solid #f5f5f5;
    padding: 0 6px;
  }
  .ins-main .product-show .inquire .bot-box .message ul:nth-child(2) li span {
    width: 13.5%;
  }
  .ins-main .product-show .inquire .bot-box .message ul:nth-child(2) li .txt {
    width: 86.5%;
  }
  .ins-main .product-show .inquire .bot-box .message ul:nth-child(4) li {
    float: left;
    width: 100%;
    margin-bottom: 12px;
  }
  .ins-main .product-show .inquire .bot-box .message ul:nth-child(4) li .submit {
    width: 30%;
    height: 30px;
    line-height: 30px;
    background: #ed7020;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    border: none;
    float: left;
    margin-left: 18.5%;
  }
}
.page-num {
  clear: both;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  padding: 3% 0 2%;
}
.page-num span {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin: 0 2px;
  background-color: #628eff;
  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: #fff;
  color: #333;
  font-size: 14px;
}
.page-num a:hover {
  color: #fff;
  border-color: #628eff;
  background-color: #628eff;
}
@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: #628eff;
    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: #fff;
    color: #333;
    font-size: 14px;
    margin-bottom: 1%;
  }
  .page-num a:hover {
    color: #fff;
    border-color: #628eff;
    background-color: #628eff;
  }
}
/*弹窗样式*/
.layui-layer-page .layui-layer-content {
  height: auto!important;
}
.layui-layer .layui-layer-title {
  font-size: 0;
  background-color: #fff;
  border-bottom: 0;
}
.layui-layer .layui-layer-title {
  background: transparent;
}
@media (max-width: 768px) {
  .layui-layer {
    width: 96%!important;
  }
  .mod_player {
    width: 96%!important;
  }
  .layui-layer-photos {
    width: auto!important;
  }
}
.search-result {
  width: 500px;
  margin: 0 auto;
  padding: 8% 0;
}
.search-result h5 {
  height: 85px;
  line-height: 85px;
  text-align: center;
  background: #1ebdff;
  font-size: 2.2rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
.search-result .content {
  background: #fff;
  padding: 3% 5%;
}
.search-result form {
  position: relative;
  width: 60%;
  margin: 7% auto;
}
.search-result form .txt {
  width: 100%;
  height: 38px;
  line-height: 38px;
  border: 1px solid #efefef;
  padding: 0 10px;
  color: #aeaeae;
  background: transparent;
}
.search-result form .submit {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 38px;
  background: url("../images/chaxun_03.jpg") no-repeat center;
}
.search-result p {
  font-size: 1.6rem;
  color: #333;
  line-height: 180%;
}
.search-result .return a {
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  margin: 20px auto;
  background: #afafaf;
  font-size: 1.6rem;
  color: #fff;
}
.search-result .return a:hover {
  background: #1ebdff;
}
@media (max-width: 768px) {
  .search-result {
    width: 100%;
    margin: 0 auto;
    padding: 8% 15px;
  }
  .search-result h5 {
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: #1ebdff;
    font-size: 2.2rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .search-result .content {
    background: #fff;
    padding: 3% 5%;
  }
  .search-result form {
    position: relative;
    width: 80%;
    margin: 7% auto;
  }
  .search-result form .txt {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: 1px solid #efefef;
    padding: 0 10px;
    color: #aeaeae;
    background: transparent;
  }
  .search-result form .submit {
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 38px;
    background: url("../images/chaxun_03.jpg") no-repeat center;
  }
  .search-result p {
    font-size: 1.6rem;
    color: #333;
    line-height: 180%;
  }
  .search-result .return a {
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    margin: 20px auto;
    background: #afafaf;
    font-size: 1.6rem;
    color: #fff;
  }
  .search-result .return a:hover {
    background: #1ebdff;
  }
}
.ins-contact .contact-top .top-tit {
  text-align: center;
  margin: 4% 0;
}
.ins-contact .contact-top .top-tit h5 {
  font-size: 1.8rem;
  color: #101010;
}
.ins-contact .contact-top .top-tit b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 50px;
  height: 1px;
  background: #628eff;
}
.ins-contact .contact-top .icon-box {
  margin-bottom: 3%;
}
.ins-contact .contact-top .icon-box li {
  text-align: center;
  width: 33.333333%;
  float: left;
}
.ins-contact .contact-top .icon-box li p {
  font-size: 1.4rem;
  color: #676767;
  margin-top: 15px;
}
.ins-contact .map {
  padding: 3% 0;
  background: #f7f7f7;
}
.ins-contact .map .my-map {
  margin: 0 auto;
  width: 100%;
  height: 440px;
  padding: 4px;
  background: #fff;
}
.ins-contact .map .my-map .icon {
  background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}
.ins-contact .map .my-map .icon-cir {
  height: 31px;
  width: 28px;
}
.ins-contact .map .my-map .icon-cir-red {
  background-position: -11px -5px;
}
.ins-contact .map .amap-container {
  height: 100%;
}
.ins-contact .contact-bot .bot-tit {
  text-align: center;
  margin: 4% 0;
}
.ins-contact .contact-bot .bot-tit h5 {
  font-size: 1.8rem;
  color: #101010;
}
.ins-contact .contact-bot .bot-tit b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 50px;
  height: 1px;
  background: #628eff;
}
.ins-contact .contact-bot .form-box {
  padding: 0 5%;
  margin: 4% 0;
}
.ins-contact .contact-bot .form-box ul:nth-child(1) li {
  width: 31.3333333%;
  margin-right: 3%;
  background: #fff;
  padding-left: 8px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #efefef;
  float: left;
}
.ins-contact .contact-bot .form-box ul:nth-child(1) li sup {
  color: red;
}
.ins-contact .contact-bot .form-box ul:nth-child(1) li span {
  color: #7f7f7f;
}
.ins-contact .contact-bot .form-box ul:nth-child(1) li input {
  height: 46px;
  line-height: 46px;
  width: 80%;
  background: transparent;
  border: none;
  margin-left: 2%;
  color: #7f7f7f;
}
.ins-contact .contact-bot .form-box ul:nth-child(1) li:nth-child(3) {
  margin-right: 0;
}
.ins-contact .contact-bot .form-box ul:nth-child(3) {
  margin: 38px 0;
}
.ins-contact .contact-bot .form-box ul:nth-child(3) li {
  width: 100%;
  margin-right: 0;
  background: #fff;
  padding-left: 8px;
  height: 162px;
  border: 1px solid #efefef;
  float: left;
}
.ins-contact .contact-bot .form-box ul:nth-child(3) li span {
  float: left;
  color: #7f7f7f;
  margin-top: 8px;
}
.ins-contact .contact-bot .form-box ul:nth-child(3) li sup {
  color: red;
  opacity: 0;
}
.ins-contact .contact-bot .form-box ul:nth-child(3) li textarea {
  height: 162px;
  line-height: 30px;
  width: 80%;
  background: transparent;
  border: none;
  margin-left: 2%;
  color: #7f7f7f;
}
.ins-contact .contact-bot .form-box ul:nth-child(5) {
  margin: 38px 0;
  text-align: center;
}
.ins-contact .contact-bot .form-box ul:nth-child(5) .submit {
  width: 200px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #628eff;
  color: #fff;
  font-size: 1.6rem;
  margin: 0 auto;
  border: none;
}
@media (max-width: 768px) {
  .ins-contact .contact-top .top-tit {
    text-align: center;
    margin: 4% 0;
  }
  .ins-contact .contact-top .top-tit h5 {
    font-size: 1.8rem;
    color: #101010;
  }
  .ins-contact .contact-top .top-tit b {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 50px;
    height: 1px;
    background: #628eff;
  }
  .ins-contact .contact-top .icon-box li {
    text-align: center;
    width: 33.333333%;
    float: left;
  }
  .ins-contact .contact-top .icon-box li img {
    width: 70px;
  }
  .ins-contact .contact-top .icon-box li p {
    font-size: 1.4rem;
    color: #676767;
    margin-top: 15px;
  }
  .ins-contact .map {
    padding: 4% 0;
    background: #f7f7f7;
  }
  .ins-contact .map .my-map {
    margin: 0 auto;
    width: 100%;
    height: 340px;
    padding: 4px;
    background: #fff;
  }
  .ins-contact .map .my-map .icon {
    background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
  }
  .ins-contact .map .my-map .icon-cir {
    height: 31px;
    width: 28px;
  }
  .ins-contact .map .my-map .icon-cir-red {
    background-position: -11px -5px;
  }
  .ins-contact .map .amap-container {
    height: 100%;
  }
  .ins-contact .contact-bot .bot-tit {
    text-align: center;
    margin: 4% 0;
  }
  .ins-contact .contact-bot .bot-tit h5 {
    font-size: 1.8rem;
    color: #101010;
  }
  .ins-contact .contact-bot .bot-tit b {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 50px;
    height: 1px;
    background: #628eff;
  }
  .ins-contact .contact-bot .form-box {
    padding: 0 0%;
    margin: 4% 0;
  }
  .ins-contact .contact-bot .form-box ul:nth-child(1) li {
    width: 100%;
    margin-right: 0;
    background: #fff;
    padding-left: 8px;
    margin-bottom: 3%;
    height: 48px;
    line-height: 48px;
    border: 1px solid #efefef;
    float: left;
  }
  .ins-contact .contact-bot .form-box ul:nth-child(1) li sup {
    color: red;
  }
  .ins-contact .contact-bot .form-box ul:nth-child(1) li span {
    color: #7f7f7f;
  }
  .ins-contact .contact-bot .form-box ul:nth-child(1) li input {
    height: 46px;
    line-height: 46px;
    width: 80%;
    background: transparent;
    border: none;
    margin-left: 2%;
    color: #7f7f7f;
  }
  .ins-contact .contact-bot .form-box ul:nth-child(1) li:nth-child(3) {
    margin-right: 0;
  }
  .ins-contact .contact-bot .form-box ul:nth-child(3) {
    margin: 0;
  }
  .ins-contact .contact-bot .form-box ul:nth-child(3) li {
    width: 100%;
    margin-right: 0;
    background: #fff;
    padding-left: 8px;
    height: 162px;
    border: 1px solid #efefef;
    float: left;
  }
  .ins-contact .contact-bot .form-box ul:nth-child(3) li span {
    float: left;
    color: #7f7f7f;
    margin-top: 8px;
  }
  .ins-contact .contact-bot .form-box ul:nth-child(3) li sup {
    color: red;
    opacity: 0;
  }
  .ins-contact .contact-bot .form-box ul:nth-child(3) li textarea {
    height: 162px;
    line-height: 30px;
    width: 80%;
    background: transparent;
    border: none;
    margin-left: 2%;
    color: #7f7f7f;
  }
  .ins-contact .contact-bot .form-box ul:nth-child(5) {
    margin: 38px 0;
    text-align: center;
  }
  .ins-contact .contact-bot .form-box ul:nth-child(5) .submit {
    width: 200px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #628eff;
    color: #fff;
    font-size: 1.6rem;
    margin: 0 auto;
    border: none;
  }
}
.html_template2 {
  text-align: center;
  background: #fff;
  height: 400px;
}
.html_template2 .top-txt {
  text-align: left;
  background: #628eff;
  padding: 0.1% 4%;
}
.html_template2 .top-txt h3 {
  font-size: 2.5rem;
  color: #fff;
  text-transform: uppercase;
}
.html_template2 .box {
  padding: 20px 6%;
  text-align: left;
  height: 334px;
}
.html_template2 .box ul:nth-child(1) li {
  margin-bottom: 10px;
}
.html_template2 .box ul:nth-child(1) li span {
  display: block;
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 4px;
}
.html_template2 .box ul:nth-child(1) li span sup {
  color: red;
}
.html_template2 .box ul:nth-child(1) li input {
  width: 100%;
  border: none;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  background: #f7f7f7;
}
.html_template2 .box ul:nth-child(2) {
  margin-top: 15px;
  text-align: center;
}
.html_template2 .box ul:nth-child(2) li {
  vertical-align: top;
  float: left;
  width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 0;
}
.html_template2 .box ul:nth-child(2) li input {
  cursor: pointer;
  border: none;
  color: #fff;
  text-transform: uppercase;
  width: 120px;
  height: 40px;
  line-height: 40px;
  background: #628eff;
}
.html_template2 .box ul:nth-child(2) .submit {
  background: #628eff;
  position: relative!important;
}
.html_template2 .box ul:nth-child(2) .reset {
  background: #8a8a8a;
}
.layui-layer .layui-layer-title {
  height: 0!important;
}
