body {
  overflow-x: hidden;
  font-family: "Microsoft YaHei";
}
html {
  font-size: 10px;
  /*10 ÷ 16 × 100% = 62.5%*/
}
@media (max-width: 1200px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 7px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 9px;
  }
}
body > iframe {
  display: none;
}
a {
  text-decoration: none!important;
}
.navbar-brand {
  float: none;
  line-height: 0;
}
.mobile-con {
  display: none;
}
.header {
  height: 90px;
  line-height: 90px;
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}
@media (max-width: 768px) {
  .header {
    height: auto;
    line-height: normal;
  }
}
.header .nav-con {
  height: 90px;
  width: 100%;
  position: relative;
}
.header .nav-con .container {
  position: relative;
}
.header .nav-con .logo {
  float: left;
}
.header .nav-con .logo img {
  margin-top: 0px;
}
.header .nav-con #nav {
  width: 70%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
  margin: 0;
}
.header .nav-con #nav .sub-nav {
  text-align: center;
  position: relative;
  line-height: 80px;
  transition: 0.3s;
  margin: 0 1px;
  margin: 0 2.5rem;
  text-transform: capitalize;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
@media (max-width: 1620px) {
  .header .nav-con #nav .sub-nav {
    margin: 0 1.7rem;
  }
}
@media (max-width: 1200px) {
  .header .nav-con #nav .sub-nav {
    margin: 0 1rem;
  }
}
.header .nav-con #nav .sub-nav:hover a {
  color: #0089d1;
}
.header .nav-con #nav .sub-nav a {
  color: #333;
  font-size: 1.6rem;
  display: block;
  height: 100%;
  padding-top: 6px;
  height: 90px;
}
@media (max-width: 1620px) {
  .header .nav-con #nav .sub-nav a {
    font-size: 1.5rem;
  }
}
.header .nav-con #nav .sub-nav .drop-down {
  z-index: 999;
  position: absolute;
  top: 89px;
  left: -50%;
  display: none;
}
.header .nav-con #nav .sub-nav .drop-down {
  width: 200%;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
}
.header .nav-con #nav .sub-nav .drop-down li {
  border-bottom: 1px solid #eee;
  line-height: normal;
}
.header .nav-con #nav .sub-nav .drop-down li a {
  font-size: 1.3rem;
  display: block;
  color: #333!important;
  padding: 0;
  background: none!important;
  height: 40px;
  line-height: 40px;
  margin: 0;
  transition: 0.4s;
}
.header .nav-con #nav .sub-nav .drop-down li a:hover {
  background: #0089d1!important;
  color: #fff!important;
}
.header .nav-con #nav .active a {
  color: #0089d1;
}
.head-b2{position: fixed;display: flex;flex-wrap:wrap;width: 1400px;max-width:90vw;left: 50%;top: 90px;-webkit-transform: translateY(0%) translateX(-50%);transform: translateY(0%) translateX(-50%);background: #fff;height: auto;max-height:0;overflow:hidden;transition:all 0.5s;}
/* .head-b2>div{width:1400px;margin:0 auto;display: flex;flex-wrap:wrap;max-width:90%;} */
.header .nav-con #nav li:hover .head-b2{max-height:100vh;transition:all 0.5s;}
.head-b2 a{height:auto!important;color: #333!important;width: 20%;text-align: center;line-height: 30px;margin-bottom: 30px;transition:all 0.5s;}
.head-b2 a h4{overflow:hidden;margin: 0 15%;margin-bottom: 15px;}
.head-b2 a h4 img{display:block;height: 84px;margin: 0 auto;}
.head-b2 a:hover{background:#0089d1;color:#fff!important;transition:all 0.5s;}
.head-b2 a:hover img{}
@media (max-width: 992px) {
  .header .nav-con #nav {
    width: 80%;
    float: right;
  }
}
.header .lang {
  float: right;
  margin: 34px 82px 0 0;
  border-right: 1px solid #dfdfdf;
}
@media (max-width: 1600px) {
  .header .lang {
    margin: 34px 42px 0 0;
  }
}
@media (max-width: 992px) {
  .header .lang {
    margin: 34px 12px 0 0;
  }
}
.header .lang a {
  display: block;
  font-size: 1.4rem;
  color: #464646;
  line-height: 20px;
  padding: 0 77px 0 32px;
  background: url("../images/lang_06.jpg") no-repeat 107px center, url("../images/lang_03.jpg") no-repeat left center;
}
@media (max-width: 1600px) {
  .header .lang a {
    padding: 0 47px 0 32px;
  }
}
.header .lang a:hover {
  color: #0089d1;
}
@media (max-width: 992px) {
  .header .lang a {
    background: none;
  }
}
.header .search-con .toggle-btn {
  position: absolute;
  top: 30px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("../images/search-btn_03.jpg") no-repeat center;
}
.header .search-con .search {
  display: none;
  background: #f4f4f4;
  padding: 4px ;
  position: absolute;
  right: 15px;
  top: 90px;
  width: 240px;
  height: 51px;
  border-top: 4px solid #0089d1;
  z-index: 10;
}
.header .search-con .search select {
  padding-left: 5px;
  float: left;
  height: 38px;
  border: none;
  background: #ffffff url("../images/down_03.jpg") no-repeat 96% center;
  line-height: 38px;
  font-size: 1.4rem;
  color: #999;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: #fff;
  outline: 0;
  width: 50px;
}
.header .search-con .search .txt {
  float: left;
  width: 190px;
  height: 38px;
  border: none;
  padding: 0 8px;
  color: #666;
}
.header .search-con .search .submit {
  width: 57px;
  height: 37px;
  border: none;
  background-color: #0089d1;
  position: absolute;
  top: 5px;
  right: 8px;
  text-align: center;
  line-height: 35px;
  border-radius: 2px;
  color: #fff;
}
.header .mobile-con .navbar-default {
  background: #fff;
}
.header .mobile-con .navbar-header .navbar-brand {
  float: none;
  line-height: 0;
  padding: 0;
}
.header .mobile-con .navbar-default .navbar-nav > li > a {
  color: #999;
}
.header .mobile-con .navbar-default .navbar-nav > li > a:hover,
.header .mobile-con .navbar-default .navbar-nav > li > a:focus {
  color: #0089d1;
}
.header .mobile-con .navbar-brand > img {
  margin: 3px 0 0 3%;
  width: 55px;
}
.header .mobile-con .nivo-directionNav {
  display: none;
}
.header .mobile-con .box .nivo-controlNav {
  margin-left: -16px;
  bottom: -6px;
}
.header .mobile-con .nivo-controlNav a {
  width: 6px;
  height: 6px;
  margin: 0 3px;
}
.header .mobile-con .navbar-form {
  margin-top: -1px;
}
.header .mobile-con .navbar-nav {
  height: 500px;
  overflow: auto;
}
.header .mobile-con .dropdown .txt {
  margin-left: 20px;
}
.header .mobile-con .dropdown .txt h6 {
  font-size: 14px;
  color: #999;
}
.header .mobile-con .dropdown .txt a {
  font-size: 13px;
  display: inline-block;
  margin: 4px 12px;
  color: #999;
}
.header .mobile-con .dropdown .txt a:hover {
  color: #0089d1;
}
.header-fixed {
  background: #fff;
  z-index: 100;
}
/*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: 52px;
  }
}
.main .ad-box-pc {
  margin-top: -1px;
  position: relative;
}
.main .ad-box-pc .ad-lit {
  position: absolute;
  transform: translate(0%, -50%);
  left: 50%;
  bottom: 7%;
  z-index: 2;
}
.main .ad-box-pc .ad-lit {
  animation: ad-lit 1.3s ease-in-out 2.7s infinite alternate;
  transition-delay: 0;
}
@keyframes ad-lit {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, 20px);
  }
}
.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;
}
@media (max-width: 768px) {
  .main .ad-box-pc .top-banner {
    height: 210px!important;
  }
}
.main .ad-box-pc .swiper-slide {
  position: relative;
  overflow: hidden;
}
.main .ad-box-pc .swiper-slide img {
  width: 100%;
}
@media (max-width: 768px) {
  .main .ad-box-pc .swiper-slide {
    height: 210px!important;
  }
}
.main .ad-box-pc video {
  width: 100%;
}
.main .ad-box-pc video {
  position: fixed;
  transform: translate(-50%, 0%);
  left: 50%;
  bottom: 0%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-filter: grayscale(20%);
}
.main .ad-box-pc .ad-one .masking {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 3;
}
@keyframes lightflash {
  from {
    tranform: scale(0);
  }
  to {
    tranform: scale(1);
  }
}
.main .ad-box-pc .ad-one #light {
  -webkit-animation: lightflash 0s;
  -webkit-animation-delay: 2.9s;
}
.main .ad-box-pc .ad-one .txt-img {
  width: 50%;
  position: absolute;
  left: 25%;
  top: 29%;
  z-index: 4;
}
.main .ad-box-pc .ad-one .txt-img img {
  width: 100%;
}
.main .ad-box-pc .ad-one .lamp {
  width: 39.8958%;
  z-index: 2;
  position: absolute;
  left: 29.4%;
  bottom: 0%;
}
.main .ad-box-pc .ad-one .lamp img {
  width: 100%;
}
.main .ad-box-pc .ad-one .light {
  width: 91.27%;
  z-index: 2;
  position: absolute;
  left: 4%;
  bottom: 5.61111111%;
}
.main .ad-box-pc .ad-one .light img {
  width: 100%;
}
.main .ad-box-pc .ad-one .ship {
  width: 51.5%;
  position: absolute;
  left: 24%;
  bottom: 0%;
}
.main .ad-box-pc .ad-one .ship img {
  width: 100%;
}
.main .ad-box-pc .swiper-pagination {
  position: absolute;
  bottom: 5%;
  z-index: 99;
  text-align: left;
  padding-left: 10%;
}
.main .ad-box-pc .swiper-pagination-bullet {
  border-radius: 0px;
  border: none;
  background: #fff;
  height: 3px;
  width: 30px;
  opacity: 1;
}
.main .ad-box-pc .swiper-pagination-bullet-active {
  background: #0089d1;
  opacity: 1;
}
.main .ad-box-pc .swiper-button-next-pc {
  width: 29px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -26px;
  background: url("../images/ad-btn_05.png") no-repeat center;
  z-index: 6;
  opacity: 0.5;
}
.main .ad-box-pc .swiper-button-prev-pc {
  width: 29px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -26px;
  background: url("../images/ad-btn_03.png") no-repeat center;
  z-index: 6;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .main .ad-box-pc .swiper-pagination {
    position: absolute;
    bottom: 3%;
    z-index: 99;
  }
  .main .ad-box-pc .swiper-pagination-bullet {
    border-radius: 0px;
    border: none;
    background: #fff;
    height: 3px;
    width: 15px;
    opacity: 1;
  }
  .main .ad-box-pc .swiper-pagination-bullet-active {
    background: #0089d1;
    opacity: 1;
  }
}
.main .product {
  background: url("../images/pro-bg_02.jpg") no-repeat center;
  padding: 15% 0;
  position: relative;
}
@media (max-width: 768px) {
  .main .product {
    padding: 8% 0;
  }
}
.main .product .container {
  position: relative;
  padding: 0 4%;
}
.main .product .txt-box {
  margin-left: 3%;
  width: 530px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  .main .product .txt-box {
    width: 380px;
    margin-left: 0%;
  }
}
@media (max-width: 1200px) {
  .main .product .txt-box {
    width: 320px;
  }
}
@media (max-width: 992px) {
  .main .product .txt-box {
    width: 250px;
  }
}
@media (max-width: 768px) {
  .main .product .txt-box {
    width: 100%;
  }
}
.main .product .txt-box .txt-tit {
  color: #000;
}
.main .product .txt-box .txt-tit h5 {
  font-size: 2.3rem;
}
@media (max-width: 1400px) {
  .main .product .txt-box .txt-tit h5 {
    font-size: 2rem;
  }
}
.main .product .txt-box .txt-tit p {
  font-size: 1.6rem;
}
.main .product .txt-box .txt {
  margin: 10% 0;
}
@media (max-width: 1400px) {
  .main .product .txt-box .txt {
    margin: 8% 0;
  }
}
.main .product .txt-box .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 220%;
}
.main .product .txt-box .link a {
  font-size: 1.6rem;
  color: #000;
  padding-bottom: 3px;
  border-bottom: 4px solid #0089d1;
}
.main .product .img-box .img1 {
  width: 13.885%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 52.7%;
  top: 50%;
}
@media (max-width: 768px) {
  .main .product .img-box .img1 {
    width: 60%;
    position: relative;
    transform: translate(0%, 0%);
    left: auto;
    top: auto;
    margin: 0 auto;
  }
}
.main .product .img-box .img1 img {
  width: 100%;
}
.main .product .img-box .img2 {
  width: 15.85%;
  position: absolute;
  transform: translate(0%, -50%);
  right: 0;
  top: 50%;
}
.main .product .img-box .img2 {
  width: 16.85%;
  position: absolute;
  transform: translate(0%, -50%);
  right: 20%;
  top: 50%;
}
.main .product .img-box img{max-width:100%;}
.main .product .img-box .img2 img {
  width: 100%;
}
.main .product .bg {
  position: absolute;
  z-index: 0;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 17%;
  width: 100%;
  text-align: center;
  /* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */

  /* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */

}
.main .product .bg .txtMarquee-left .bd .tempWrap {
  width: auto!important;
}
.main .product .bg .txtMarquee-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.main .product .bg .txtMarquee-left .bd ul li {
  float: left;
  padding: 0 8%;
  text-align: center;
  _display: inline;
  color: #f8f8f8;
  font-weight: 900;
  width: auto!important;
  font-size: 20rem;
}
.main .index-tit {
  text-align: center;
  margin-bottom: 4%;
}
.main .index-tit h5 {
  font-size: 2.4rem;
  color: #000;
}
.main .index-tit p {
  font-size: 1.4rem;
  color: #6f6f6f;
  margin: 0;
}
.main .for-box {
  margin-top: -4px;
}
.main .for-box ul {
  margin: 0;
}
.main .for-box li {
  width: 33.333333%;
  float: left;
  position: relative;
}
@media (max-width: 768px) {
  .main .for-box li {
    width: 100%;
  }
}
.main .for-box li:hover .txt-box {
  opacity: 0;
}
.main .for-box li .img {
  width: 100%;
}
.main .for-box li .img img {
  width: 100%;
}
.main .for-box li .txt-box {
  transition: 0.4s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
}
.main .for-box li .txt-box .txt {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 60%;
  text-align: center;
}
.main .for-box li .txt-box .txt h6 {
  font-size: 2.2rem;
  color: #000;
}
@media (max-width: 1400px) {
  .main .for-box li .txt-box .txt h6 {
    font-size: 1.8rem;
  }
}
.main .for-box li .txt-box .txt p {
  font-size: 1.4rem;
  color: #333;
  line-height: 180%;
}
.main .advantage {
  padding: 3% 0;
}
.main .advantage .advantage-tit {
  text-align: center;
}
.main .advantage .advantage-tit h4 {
  font-size: 2.6rem;
  color: #0089d1;
  text-transform: uppercase;
}
.main .advantage .advantage-tit h5 {
  font-size: 2rem;
  color: #333;
}
.main .advantage .advantage-tit p {
  font-size: 1.6rem;
  color: #666;
}
.main .advantage .advantage-tit b {
  display: inline-block;
  width: 55px;
  height: 3px;
  background: #0089d1;
}
.main .advantage .content li {
  width: 18%;
  float: left;
  text-align: center;
  margin: 2% 2.5% 2% 0;
}
@media (max-width: 768px) {
  .main .advantage .content li {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.main .advantage .content li:hover .img {
  background-position: right center!important;
}
.main .advantage .content li:hover h6 {
  color: #0089d1;
}
.main .advantage .content li:hover p {
  color: #0089d1;
}
.main .advantage .content li .img {
  width: 35px;
  height: 38px;
  margin: 0 auto;
}
.main .advantage .content li h6 {
  font-size: 1.8rem;
  color: #333;
  margin: 8% 0;
}
@media (max-width: 1400px) {
  .main .advantage .content li h6 {
    font-size: 1.6rem;
  }
}
.main .advantage .content li p {
  font-size: 1.4rem;
  color: #666;
  line-height: 180%;
  height: 100px;
}
@media (max-width: 768px) {
  .main .advantage .content li p {
    height: auto;
  }
}
.main .advantage .content li:nth-child(1) .img {
  background: url("../images/ys-icon_03.png") no-repeat left center;
}
.main .advantage .content li:nth-child(2) .img {
  background: url("../images/ys-icon_05.png") no-repeat left center;
}
.main .advantage .content li:nth-child(3) .img {
  background: url("../images/ys-icon_07.png") no-repeat left center;
}
.main .advantage .content li:nth-child(4) .img {
  background: url("../images/ys-icon_09.png") no-repeat left center;
}
.main .advantage .content li:nth-child(5) .img {
  background: url("../images/ys-icon_11.png") no-repeat left center;
}
.main .advantage .content li:nth-child(6) .img {
  background: url("../images/ys-icon_13.png") no-repeat left center;
}
.main .advantage .content li:nth-child(7) .img {
  background: url("../images/ys-icon_15.png") no-repeat left center;
}
.main .advantage .content li:nth-child(8) .img {
  background: url("../images/ys-icon_17.png") no-repeat left center;
}
.main .advantage .content li:nth-child(9) .img {
  background: url("../images/ys-icon_19.png") no-repeat left center;
}
.main .advantage .content li:nth-child(10) .img {
  background: url("../images/ys-icon_21.png") no-repeat left center;
}
.main .advantage .content li:nth-child(5n+5) {
  margin-right: 0;
}
.main .case {
  position: relative;
}
.main .case .swiper-container-casebg {
  width: 100%;
  height: 650px;
}
@media (max-width: 768px) {
  .main .case .swiper-container-casebg {
    height: auto;
  }
}
.main .case .swiper-container-casebg .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  height: 650px;
}
@media (max-width: 768px) {
  .main .case .swiper-container-casebg .swiper-slide {
    height: 210px;
  }
}
.main .case .content {
  height: 650px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .main .case .content {
    height: auto;
    position: relative;
    top: auto;
    left: auto;
  }
}
.main .case .content .lf-box {
  width: 270px;
  height: 650px;
  background: rgba(255, 255, 255, 0.9);
  margin-left: 10%;
}
@media (max-width: 768px) {
  .main .case .content .lf-box {
    height: auto;
    width: 100%;
    margin-left: 0%;
  }
}
.main .case .content .lf-box .case-tit {
  background: url("../images/case-tit-bg_03.jpg");
  padding: 11% 7%;
  height: 160px;
}
@media (max-width: 768px) {
  .main .case .content .lf-box .case-tit {
    height: 80px;
    width: 100%;
    padding: 2% 7%;
  }
}
.main .case .content .lf-box .case-tit h4 {
  font-size: 2.3rem;
  color: #fff;
}
.main .case .content .lf-box .case-tit p {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #fff;
}
.main .case .content .lf-box .swiper-container-case {
  overflow: hidden;
  height: 430px;
  width: 120%;
  padding-right: 20%;
}
.main .case .content .lf-box .swiper-container-case .swiper-slide {
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.main .case .content .lf-box .swiper-container-case .swiper-slide a {
  display: block;
  height: 100%;
  padding-top: 15px;
}
.main .case .content .lf-box .swiper-container-case .swiper-slide .txt {
  display: block;
  margin: 0% 13% 0% 7%;
  height: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.main .case .content .lf-box .swiper-container-case .swiper-slide .txt h6 {
  font-size: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
  color: #333;
  margin-top: 0px;
}
.main .case .content .lf-box .swiper-container-case .swiper-slide .txt p {
  font-size: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  line-height: 160%;
  color: #666;
}
.main .case .content .lf-box .swiper-container-case .swiper-slide-active {
  background: url("../images/case-active-bg_03.jpg") no-repeat center;
  background-size: cover;
  width: 120%;
}
@media (max-width: 768px) {
  .main .case .content .lf-box .swiper-container-case .swiper-slide-active {
    width: 100%;
  }
}
.main .case .content .lf-box .swiper-container-case .swiper-slide-active:after {
  content: '';
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -6px;
}
.main .case .content .lf-box .swiper-container-case .swiper-slide-active .txt {
  border-color: transparent;
}
.main .case .content .lf-box .swiper-container-case .swiper-slide-active .txt h6 {
  color: #fff;
}
.main .case .content .lf-box .swiper-container-case .swiper-slide-active .txt p {
  color: #fff;
}
.main .case .content .lf-box .swiper-button-next-case {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 6px 10px 0 7%;
  background: url("../images/case-btn_03.png") no-repeat center;
  position: relative;
  z-index: 3;
  cursor: pointer;
}
.main .case .content .lf-box .swiper-button-next-case:hover {
  background: url("../images/case-btn_09.png") no-repeat center;
}
.main .case .content .lf-box .swiper-button-prev-case {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 6px 10px 0 0;
  background: url("../images/case-btn_05.png") no-repeat center;
  position: relative;
  z-index: 3;
  cursor: pointer;
}
.main .case .content .lf-box .swiper-button-prev-case:hover {
  background: url("../images/case-btn_07.png") no-repeat center;
}
.main .about {
  padding: 3% 0;
  background: #efefef;
}
.main .about .lf-box {
  width: 49.5%;
  float: left;
  position: relative;
}
@media (max-width: 768px) {
  .main .about .lf-box {
    width: 100%;
    float: none;
  }
}
.main .about .lf-box img {
  width: 100%;
}
.main .about .lf-box .txt {
  width: 40.65%;
  position: absolute;
  top: 8%;
  right: 3%;
}
@media (max-width: 768px) {
  .main .about .lf-box .txt {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
  }
}
.main .about .lf-box .txt h5 {
  font-size: 2rem;
  color: #333;
}
@media (max-width: 1600px) {
  .main .about .lf-box .txt h5 {
    font-size: 1.8rem;
  }
}
.main .about .lf-box .txt p {
  font-size: 1.3rem;
  color: #666;
  line-height: 220%;
  margin: 5% 0;
}
.main .about .lf-box .txt a {
  display: block;
  width: 130px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #fff;
  color: #333;
  font-size: 1.4rem;
}
.main .about .lf-box .txt a:hover {
  color: #fff;
  background: #0089d1;
}
.main .about .rt-box {
  width: 49.5%;
  float: right;
  position: relative;
}
@media (max-width: 768px) {
  .main .about .rt-box {
    width: 100%;
    margin-top: 3%;
    clear: both;
    float: none;
  }
}
.main .about .rt-box .rt-top {
  margin-bottom: 1.6%;
  background: #fff;
}
.main .about .rt-box .rt-top img {
  width: 36.5%;
  float: right;
}
.main .about .rt-box .rt-top .txt {
  float: left;
  margin: 6% 0 0 10%;
  width: 45%;
}
.main .about .rt-box .rt-top .txt h5 {
  font-size: 2rem;
  color: #0089d1;
  margin-bottom: 5%;
}
@media (max-width: 1600px) {
  .main .about .rt-box .rt-top .txt h5 {
    font-size: 1.8rem;
  }
}
.main .about .rt-box .rt-top .txt p {
  color: #333;
  line-height: 180%;
  font-size: 1.4rem;
}
.main .about .rt-box .rt-bot li {
  width: 49%;
  float: left;
  position: relative;
}
@media (max-width: 768px) {
  .main .about .rt-box .rt-bot li {
    width: 100%;
  }
}
.main .about .rt-box .rt-bot li .bg img {
  width: 100%;
}
.main .about .rt-box .rt-bot li .txt {
  width: 70%;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.main .about .rt-box .rt-bot li .txt img {
  margin-bottom: 4%;
}
.main .about .rt-box .rt-bot li .txt h5 {
  font-size: 2rem;
  color: #0089d1;
}
@media (max-width: 1600px) {
  .main .about .rt-box .rt-bot li .txt h5 {
    font-size: 1.8rem;
  }
}
.main .about .rt-box .rt-bot li .txt p {
  color: #333;
  line-height: 180%;
  font-size: 1.4rem;
}
.main .about .rt-box .rt-bot li:nth-child(1) {
  margin-right: 2%;
}
@media (max-width: 768px) {
  .main .about .rt-box .rt-bot li:nth-child(1) {
    margin-right: 0%;
    margin-bottom: 3%;
  }
}
.main .about .rt-box .rt-bot li:nth-child(2) h5 {
  color: #fff;
}
.main .about .rt-box .rt-bot li:nth-child(2) p {
  color: #fff;
}
.main .news {
  padding: 3% 0;
}
.main .news .news-tit {
  text-align: center;
}
.main .news .news-tit h4 {
  font-size: 2.6rem;
  color: #0089d1;
  text-transform: uppercase;
}
.main .news .news-tit h5 {
  font-size: 2rem;
  color: #333;
}
.main .news .news-tit p {
  font-size: 1.6rem;
  color: #666;
}
.main .news .news-tit b {
  display: inline-block;
  width: 55px;
  height: 3px;
  background: #0089d1;
}
.main .news .content {
  margin: 2.5% 0;
}
.main .news .content li {
  width: 19.25%;
  float: left;
  margin-right: 0.9375%;
}
@media (max-width: 768px) {
  .main .news .content li {
    width: 100%;
    margin: 0 0 14px 0;
  }
}
.main .news .content li:hover .img img {
  transform: scale(1.06);
}
.main .news .content li:hover .txt {
  background: url("../images/case-tit-bg_03.jpg") no-repeat center;
}
.main .news .content li:hover .txt h6 {
  color: #fff;
}
.main .news .content li:hover .txt p {
  color: #fff;
}
.main .news .content li:hover .txt span {
  color: #fff;
}
.main .news .content li .img {
  overflow: hidden;
}
.main .news .content li .img img {
  width: 100%;
  transition: 0.4s;
}
.main .news .content li .txt {
  background-size: cover;
  border: 1px solid #f0f0f0;
  border-top: none;
  padding: 2%;
}
.main .news .content li .txt h6 {
  font-size: 1.5rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
}
.main .news .content li .txt p {
  font-size: 1.4rem;
  color: #666;
  margin: 2% 0;
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
}
.main .news .content li .txt span {
  font-size: 1.4rem;
  color: #333;
}
.main .news .content li:nth-child(5) {
  margin-right: 0;
}
.main .news .more a {
  display: block;
  width: 250px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  background: url("../images/case-tit-bg_03.jpg") no-repeat center;
  font-size: 1.4rem;
  color: #fff;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .main .news .more a {
    width: 180px;
    height: 50px;
    line-height: 50px;
  }
}
.footer {
  background: #efefef;
}
.footer .footer-content {
  padding: 60px 0 45px;
  position: relative;
  border-bottom: 1px solid #dfdfdf;
}
@media (max-width: 768px) {
  .footer .footer-content {
    padding: 20px 0;
  }
}
.footer .footer-content .list {
  float: left;
  margin-right: 1.5%;
}
@media (max-width: 1200px) {
  .footer .footer-content .list {
    margin-right: 4%;
  }
}
@media (max-width: 992px) {
  .footer .footer-content .list {
    margin-right: 3%;
  }
}
@media (max-width: 768px) {
  .footer .footer-content .list {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.footer .footer-content .list h5 {
  font-size: 1.6rem;
  color: #333;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-top: 0;
}
.footer .footer-content .list ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.footer .footer-content .list li {
  font-size: 1.4rem;
  color: #7c7c7c;
  line-height: 26px;
}
.footer .footer-content .list li a {
  color: #7c7c7c;
}
.footer .footer-content .list li a:hover {
  color: #0089d1;
}
.footer .footer-content .list .form-box {
  margin-top: 3px;
  width: 100%;
}
.footer .footer-content .list .form-box input::-webkit-input-placeholder,
.footer .footer-content .list .form-box textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}
.footer .footer-content .list .form-box input:-moz-placeholder,
.footer .footer-content .list .form-box textarea:-moz-placeholder {
  color: #b8b8b8;
}
.footer .footer-content .list .form-box input::-moz-placeholder,
.footer .footer-content .list .form-box textarea::-moz-placeholder {
  color: #b8b8b8;
}
.footer .footer-content .list .form-box input:-ms-input-placeholder,
.footer .footer-content .list .form-box textarea:-ms-input-placeholder {
  color: #b8b8b8;
}
.footer .footer-content .list .form-box ul {
  width: 100%;
}
.footer .footer-content .list .form-box li {
  height: 28px;
  border: 1px solid #eaeaea;
  margin-bottom: 10px;
  font-size: 1.3rem;
  width: 100%;
}
.footer .footer-content .list .form-box li input {
  padding: 0 10px;
  background: #fff;
  width: 100%;
  border: none;
}
.footer .footer-content .list .form-box li textarea {
  padding: 5px 10px;
  background: #fff;
  width: 100%;
  border: none;
  height: 65px;
}
.footer .footer-content .list .form-box li:nth-child(3) {
  height: 65px;
}
.footer .footer-content .list .form-box li:nth-child(4) {
  height: 35px;
}
.footer .footer-content .list .form-box li:nth-child(4) input {
  padding: 0;
  background: #bfbfbf;
  width: 135px;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 1.3rem;
  line-height: 35px;
  transition: 0.3s;
}
.footer .footer-content .list .form-box li:nth-child(4) input:hover {
  background: #0089d1;
}
.footer .footer-content .list:nth-child(2) {
  width: 15.5%;
}
.footer .footer-content .list:nth-child(3) {
  width: 19.5%;
}
.footer .footer-content .list:nth-child(4) {
  width: 19.5%;
}
@media (max-width: 768px) {
  .footer .footer-content .list:nth-child(1) li {
    width: 33.33333%;
    float: left;
  }
  .footer .footer-content .list:nth-child(2) {
    width: 100%;
  }
  .footer .footer-content .list:nth-child(3) {
    width: 100%;
  }
  .footer .footer-content .list:nth-child(4) {
    width: 100%;
  }
}
.footer .footer-content .share {
  float: left;
}
@media (max-width: 768px) {
  .footer .footer-content .share {
    width: 100%;
    text-align: center;
  }
}
.footer .footer-content .share li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 30px;
  height: 30px;
  margin-right: 6px;
}
.footer .footer-content .share li:hover {
  background-position: right center!important;
}
.footer .footer-content .share li:nth-child(1) {
  background: url("../images/share_03.jpg") no-repeat left center;
}
.footer .footer-content .share li:nth-child(2) {
  background: url("../images/share_03.jpg") no-repeat left center;
}
.footer .footer-content .share li:nth-child(3) {
  background: url("../images/share_03.jpg") no-repeat left center;
}
.footer .footer-content .share li:nth-child(4) {
  background: url("../images/share_03.jpg") no-repeat left center;
}
.footer .footer-content .code {
  float: right;
  width: 6%;
  text-align: center;
}
.footer .footer-content .code img {
  width: 100%;
}
.footer .footer-content .code p {
  font-size: 1.3rem;
  color: #7c7c7c;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .footer .footer-content .code {
    width: 100%;
    text-align: center;
  }
  .footer .footer-content .code img {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 0;
  }
}
.footer .footer-bot {
  height: 50px;
  background: #efefef;
}
.footer .footer-bot .container {
  position: relative;
}
.footer .footer-bot p {
  margin: 0;
  font-size: 1.4rem;
  color: #7c7c7c;
  line-height: 49px;
}
.footer .footer-bot p a {
  color: #7c7c7c;
}
.footer .footer-bot p a:hover {
  color: #0089d1;
}
.footer .footer-bot .lf {
  float: left;
}
.footer .footer-bot .rt {
  float: right;
}
@media (max-width: 768px) {
  .footer .footer-bot {
    height: auto;
    text-align: center;
  }
  .footer .footer-bot .container {
    position: relative;
  }
  .footer .footer-bot p {
    margin: 0;
    font-size: 1.4rem;
    line-height: 26px;
  }
  .footer .footer-bot .lf {
    float: none;
    display: inline;
  }
  .footer .footer-bot .rt {
    float: none;
    display: inline;
    padding-left: 10px;
  }
}
.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.png") no-repeat center;
}
/*ins-style*/
.ins-main {
  padding-bottom: 1%;
}
@media (max-width: 768px) {
  .ins-main {
    margin-top: 52px;
  }
}
.ins-main .ins-ad img {
  width: 100%;
}
.ins-main .ins-nav {
  height: 50px;
  line-height: 50px;
  background: #fff;
}
.ins-main .ins-nav p {
  float: right;
  color: #a3a3a3;
  padding-left: 28px;
  background: url("../images/location_03.jpg") no-repeat left;
}
@media (max-width: 768px) {
  .ins-main .ins-nav p {
    float: none;
    margin: 0;
  }
}
.ins-main .ins-nav p a {
  color: #a3a3a3;
}
.ins-main .ins-nav p a:hover {
  color: #0089d1;
}
.ins-main .ins-nav p .active {
  color: #0089d1;
}
@media (max-width: 768px) {
  .ins-main .ins-nav {
    height: auto;
    line-height: 45px;
    background: #f7f7f7;
  }
  .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;
    width: 33.33333%;
    text-align: center;
    float: left;
  }
  .ins-main .ins-nav li a {
    line-height: 45px;
    transition: 0.3s;
    display: block;
    color: #626262;
  }
  .ins-main .ins-nav li a:hover {
    background: #62bfc4;
    color: #fff;
  }
  .ins-main .ins-nav .active a {
    background: #62bfc4;
    color: #fff;
  }
}
.ins-main .list-nav {
  text-align: center;
  padding: 13px 0;
  box-shadow: 0 0 10px #eee;
}
.ins-main .list-nav ul {
  margin: 0;
}
.ins-main .list-nav li {
  font-size: 1.5rem;
  display: inline-block;
  *
  display: inline;
  *
;
  width: auto;
  position: relative;
  width: a;
  text-align: center;
  margin: 0 9px;
}
@media (max-width: 768px) {
  .ins-main .list-nav li {
    width: 30.33333%;
    margin: 0 1% 1% 0;
  }
}
.ins-main .list-nav li a {
  padding: 0px 12px;
  line-height: 40px;
  transition: 0.3s;
  display: block;
  color: #222;
  background: #fff;
  border-radius: 7px;
}
.ins-main .list-nav li a:hover {
  background: #0089d1;
  color: #fff;
}
.ins-main .list-nav .active a {
  background: #0089d1;
  color: #fff;
}
.ins-main .ins-advantage .img {
  position: relative;
}
.ins-main .ins-advantage .img img {
  width: 100%;
}
.ins-main .ins-advantage .img .txt {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
}
.ins-main .ins-advantage .img .txt p {
  font-size: 2.4rem;
  color: #fff;
}
.ins-main .ins-advantage .img .txt p span {
  color: #0089d1;
}
.ins-main .ins-advantage .txt-bot {
  background: #fff;
  padding: 3% 5%;
  text-align: center;
}
.ins-main .ins-advantage .txt-bot h6 {
  font-size: 1.8rem;
  color: #333;
  font-weight: 600;
}
.ins-main .ins-advantage .txt-bot h6 span {
  color: #0089d1;
}
.ins-main .ins-advantage .txt-bot p {
  font-size: 1.4rem;
  color: #4e4e4e;
  line-height: 180%;
}
.ins-main .ins-advantage .list li {
  background: #fff;
  position: relative;
  margin-top: 2.5%;
}
.ins-main .ins-advantage .list li:hover h6 {
  color: #fff;
  background: #0089d1;
}
.ins-main .ins-advantage .list li h6 {
  font-size: 1.8rem;
  color: #333;
  font-weight: 600;
  width: 18%;
  padding: 5% 4%;
  text-align: center;
  border-right: 1px solid #eee;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .ins-main .ins-advantage .list li h6 {
    width: 100%;
  }
}
.ins-main .ins-advantage .list li p {
  font-size: 1.4rem;
  color: #4a4a4a;
  line-height: 180%;
  position: absolute;
  transform: translate(-40%, -50%);
  left: 50%;
  top: 50%;
  width: 70%;
}
@media (max-width: 768px) {
  .ins-main .ins-advantage .list li p {
    width: 100%;
    position: relative;
    transform: translate(0%, 0%);
    left: auto;
    top: auto;
    padding: 0 4% 6% 4%;
  }
}
.ins-main .ins-tedian .list li {
  background: #fff;
  width: 32.3333%;
  float: left;
  height: 380px;
  margin: 0 1.5% 1.5% 0;
  text-align: center;
  padding: 3%;
}
.ins-main .ins-tedian .list li:hover {
  box-shadow: 0 0 15px #999;
}
@media (max-width: 768px) {
  .ins-main .ins-tedian .list li {
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
  }
}
.ins-main .ins-tedian .list li img {
  margin: 32px 0 30px;
}
@media (max-width: 768px) {
  .ins-main .ins-tedian .list li img {
    margin: 22px 0 20px;
  }
}
.ins-main .ins-tedian .list li h6 {
  font-size: 1.6rem;
  color: #333;
  font-weight: 600;
  margin-bottom: 22px;
}
.ins-main .ins-tedian .list li p {
  font-size: 1.4rem;
  color: #5d5d5d;
  line-height: 180%;
  text-align: left;
}
.ins-main .ins-tedian .list li:nth-child(3n+3) {
  margin-right: 0;
}
.ins-main .ins-policy .policy-top {
  background: #fff;
}
.ins-main .ins-policy .policy-top .img {
  width: 50%;
  float: left;
}
.ins-main .ins-policy .policy-top .img img {
  width: 100%;
}
@media (max-width: 768px) {
  .ins-main .ins-policy .policy-top .img {
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
  }
}
.ins-main .ins-policy .policy-top .txt {
  padding: 5% 3%;
  width: 50%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .ins-policy .policy-top .txt {
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
  }
}
.ins-main .ins-policy .policy-top .txt h6 {
  font-size: 1.8rem;
  color: #000;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
}
.ins-main .ins-policy .policy-top .txt span {
  display: block;
  width: 50px;
  height: 3px;
  background: #0089d1;
  margin-top: -2px;
}
.ins-main .ins-policy .policy-top .txt p {
  font-size: 1.4rem;
  color: #5c5c5c;
  margin: 30px 0 0 0;
}
.ins-main .ins-policy .policy-bot {
  background: #fff;
  margin: 1.5% 0;
  padding: 2%;
}
.ins-main .ins-policy .policy-bot .bot-tit {
  text-align: center;
}
.ins-main .ins-policy .policy-bot .bot-tit h6 {
  font-size: 1.8rem;
  color: #000;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
}
.ins-main .ins-policy .policy-bot .bot-tit span {
  display: inline-block;
  width: 50px;
  height: 3px;
  background: #0089d1;
  margin-top: -2px;
  vertical-align: 14px;
}
.ins-main .ins-policy .policy-bot .list li {
  margin-top: 2%;
  position: relative;
}
.ins-main .ins-policy .policy-bot .list li:hover h6 {
  color: #fff;
  background: #0089d1;
}
.ins-main .ins-policy .policy-bot .list li span {
  display: inline-block;
  font-size: 3.6rem;
  color: #dddddd;
  line-height: 85px;
  vertical-align: -5px;
}
@media (max-width: 768px) {
  .ins-main .ins-policy .policy-bot .list li span {
    width: 100%;
    text-align: center;
  }
}
.ins-main .ins-policy .policy-bot .list li h6 {
  display: inline-block;
  width: 85px;
  text-align: center;
  height: 85px;
  border-radius: 85px;
  background: #f7f2e8;
  font-size: 1.4rem;
  color: #000;
  font-weight: 600;
  line-height: 85px;
  margin: 0 4%;
}
@media (max-width: 768px) {
  .ins-main .ins-policy .policy-bot .list li h6 {
    margin: 0 auto 15px;
    display: block;
  }
}
.ins-main .ins-policy .policy-bot .list li p {
  font-size: 1.4rem;
  color: #5c5c5c;
  line-height: 180%;
  position: absolute;
  transform: translate(-40%, -50%);
  left: 50%;
  top: 50%;
  width: 80%;
  margin: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-policy .policy-bot .list li p {
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
    position: relative;
    transform: translate(0%, 0%);
    left: 0%;
    top: 0%;
    text-align: center;
  }
}
.ins-main .ins-policy .cost {
  background: #fff;
  margin: 1.5% 0;
  padding: 2%;
}
.ins-main .ins-policy .cost .cost-tit {
  text-align: center;
}
.ins-main .ins-policy .cost .cost-tit h6 {
  font-size: 1.8rem;
  color: #000;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
}
.ins-main .ins-policy .cost .cost-tit span {
  display: inline-block;
  width: 50px;
  height: 3px;
  background: #0089d1;
  margin-top: -2px;
  vertical-align: 14px;
}
.ins-main .ins-policy .cost .table table {
  width: 100%;
  border: none;
}
.ins-main .ins-policy .cost .table tr {
  height: 45px;
  width: 25%;
  line-height: 45px;
}
@media (max-width: 768px) {
  .ins-main .ins-policy .cost .table tr {
    height: auto;
    line-height: 26px;
  }
}
.ins-main .ins-policy .cost .table td {
  padding-left: 14px;
}
@media (max-width: 768px) {
  .ins-main .ins-policy .cost .table td {
    padding-left: 4px;
  }
}
.ins-main .ins-policy .cost .table tr:nth-child(2n+2) {
  background: #f4f4f4;
}
.ins-main .ins-profile {
  padding: 3% 0;
}
.ins-main .ins-profile .profile-top {
  margin-bottom: 1.5%;
}
.ins-main .ins-profile .profile-top .img {
  width: 48%;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .ins-profile .profile-top .img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.ins-main .ins-profile .profile-top .img img {
  width: 100%;
}
.ins-main .ins-profile .profile-top .txt-box {
  width: 48%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .ins-profile .profile-top .txt-box {
    width: 100%;
    margin-bottom: 15px;
  }
}
.ins-main .ins-profile .profile-top .txt-box h5 {
  font-size: 2.3rem;
  color: #333;
  margin-bottom: 3%;
}
.ins-main .ins-profile .profile-top .txt-box p {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 3%;
  line-height: 220%;
}
@media (max-width: 1600px) {
  .ins-main .ins-profile .profile-top .txt-box p {
    line-height: 180%;
  }
}
.ins-main .ins-profile .profile-bot {
  margin-bottom: 1.5%;
}
.ins-main .ins-profile .profile-bot .img {
  width: 48%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .ins-profile .profile-bot .img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.ins-main .ins-profile .profile-bot .img img {
  width: 100%;
}
.ins-main .ins-profile .profile-bot .txt-box {
  width: 48%;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .ins-profile .profile-bot .txt-box {
    width: 100%;
    margin-bottom: 15px;
  }
}
.ins-main .ins-profile .profile-bot .txt-box p {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 3%;
  line-height: 220%;
}
@media (max-width: 1600px) {
  .ins-main .ins-profile .profile-bot .txt-box p {
    line-height: 180%;
  }
}
.ins-main .ins-years {
  padding: 3% 0;
}
.ins-main .ins-years .year-box .view .swiper-container {
  height: 100%;
  margin-bottom: 3.5%;
}
.ins-main .ins-years .year-box .view .swiper-container .swiper-slide {
  width: 100%;
  text-align: center;
}
.ins-main .ins-years .year-box .view .swiper-container .swiper-slide img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 34%;
  margin-right: 3%;
  vertical-align: text-top;
}
@media (max-width: 768px) {
  .ins-main .ins-years .year-box .view .swiper-container .swiper-slide img {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.ins-main .ins-years .year-box .view .swiper-container .swiper-slide .txt {
  text-align: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 44%;
vertical-align: text-top;
}
@media (max-width: 768px) {
  .ins-main .ins-years .year-box .view .swiper-container .swiper-slide .txt {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.ins-main .ins-years .year-box .view .swiper-container .swiper-slide .txt h5 {
  font-size: 2rem;
  color: #0089d1;
  margin: 3% 0;
}
.ins-main .ins-years .year-box .view .swiper-container .swiper-slide .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 180%;
}
.ins-main .ins-years .year-box .preview {
  width: 100%;
  position: relative;
  background: url("../images/years-line_03.jpg") repeat-x center top;
  border-top: none;
}
.ins-main .ins-years .year-box .preview .arrow-left {
  width: 50px;
  height: 50px;
  background: url("../images/year-btn_03.png") no-repeat left center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  z-index: 9;
  cursor: pointer;
}
.ins-main .ins-years .year-box .preview .arrow-left:hover {
  background: url("../images/year-btn_13.png") no-repeat left center;
}
.ins-main .ins-years .year-box .preview .arrow-right {
  width: 50px;
  height: 50px;
  background: url("../images/year-btn_05.png") no-repeat right center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
  z-index: 9;
  cursor: pointer;
}
.ins-main .ins-years .year-box .preview .arrow-right:hover {
  background: url("../images/year-btn_10.png") no-repeat left center;
}
.ins-main .ins-years .year-box .preview .swiper-container {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ins-main .ins-years .year-box .preview .swiper-container {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.ins-main .ins-years .year-box .preview .swiper-slide {
  float: left;
  width: auto;
  position: relative;
  padding: 45px 0;
}
.ins-main .ins-years .year-box .preview .swiper-slide:after {
  content: '';
  position: absolute;
  width: 3px;
  height: 15px;
  top: 1px;
  left: 50%;
  margin-left: -1px;
  background: #b3b3b3;
}
.ins-main .ins-years .year-box .preview .swiper-slide {
  text-align: center;
  font-size: 1.6rem;
  color: #b3b3b3;
}
.ins-main .ins-years .year-box .preview .active-nav {
  color: #0089d1;
}
.ins-main .ins-years .year-box .preview .active-nav:after {
  background: #0089d1;
}
.ins-main .ins-culture {
  padding: 3% 0;
}
.ins-main .ins-culture li {
  width: 20%;
  float: left;
  margin-right: 6.666666%;
}
@media (max-width: 768px) {
  .ins-main .ins-culture li {
    width: 90%;
    margin: 0 5% 20px 5%;
  }
}
.ins-main .ins-culture li:hover .txt h5 {
  color: #0089d1;
}
.ins-main .ins-culture li:hover .txt p {
  color: #0089d1;
}
.ins-main .ins-culture li .img {
  overflow: hidden;
}
.ins-main .ins-culture li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-culture li .txt h5 {
  font-size: 1.8rem;
  color: #222;
  margin: 15px 0;
}
.ins-main .ins-culture li .txt p {
  font-size: 1.4rem;
  color: #666;
}
.ins-main .ins-culture li:nth-child(4) {
  margin-right: 0;
}
.ins-main .ins-service {
  padding: 3.5% 0;
  background: url("../images/service-bg_02.jpg") no-repeat center bottom;
  margin-bottom: -3%;
}
.ins-main .ins-service .img {
  width: 35%;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .ins-service .img {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.ins-main .ins-service .img img {
  width: 100%;
}
.ins-main .ins-service .txt-box {
  width: 60%;
  float: right;
  margin-top: 2%;
}
@media (max-width: 768px) {
  .ins-main .ins-service .txt-box {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.ins-main .ins-service .txt-box h5 {
  font-size: 2rem;
  color: #222;
}
.ins-main .ins-service .txt-box h5 span {
  color: #0089d1;
  font-size: 2.3rem;
}
.ins-main .ins-service .txt-box .txt {
  margin: 8% 0 7%;
}
.ins-main .ins-service .txt-box .txt p {
  margin-bottom: 3%;
  line-height: 180%;
  font-size: 1.4rem;
  color: #666;
}
.ins-main .ins-service .txt-box .tel {
  background: url("../images/service-tel_03.png") no-repeat left center;
  display: inline-block;
  padding: 18px 30px 18px 85px;
  border-radius: 12px;
}
.ins-main .ins-service .txt-box .tel p {
  font-size: 1.3rem;
  color: #fff;
  margin: 0;
}
.ins-main .ins-service .txt-box .tel h6 {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
  margin: 5px 0 0 0;
}
.ins-main .ins-product .pro-top-pc {
  position: relative;
}
.ins-main .ins-product .pro-top-pc img {
  width: 100%;
}
.ins-main .ins-product .pro-top-pc .txt {
  position: absolute;
  top: 15%;
  left: 16%;
}
.ins-main .ins-product .pro-top-pc .txt h2 {
  font-size: 13rem;
  font-weight: 600;
  color: #f4f4f4;
}
@media (max-width: 1600px) {
  .ins-main .ins-product .pro-top-pc .txt h2 {
    font-size: 10rem;
  }
}
.ins-main .ins-product .pro-top-pc .txt h4 {
  font-size: 4.5rem;
  color: #1c96d7;
  margin: 5% 0;
}
@media (max-width: 1600px) {
  .ins-main .ins-product .pro-top-pc .txt h4 {
    font-size: 4rem;
  }
}
.ins-main .ins-product .pro-top-pc .txt p {
  font-size: 1.4rem;
  color: #666;
}
.ins-main .ins-product .pro-top {
  position: relative;
}
.ins-main .ins-product .pro-top img {
  width: 100%;
}
.ins-main .ins-product .weihai {
  padding: 3% 0;
}
.ins-main .ins-product .weihai .weihai-tit {
  text-align: center;
  margin-bottom: 3%;
}
.ins-main .ins-product .weihai .weihai-tit h5 {
  font-size: 2.6rem;
  color: #333;
}
.ins-main .ins-product .weihai .weihai-tit h5 span {
  color: #0089d1;
}
@media (max-width: 768px) {
  .ins-main .ins-product .weihai .weihai-tit h5 {
    font-size: 2rem;
  }
}
.ins-main .ins-product .weihai .weihai-tit p {
  font-size: 1.4rem;
  color: #666;
  margin: 1.7% 0 2%;
}
.ins-main .ins-product .weihai .weihai-tit h6 {
  font-size: 1.6rem;
  color: #333;
}
.ins-main .ins-product .weihai .weihai-tit h6 span {
  color: #0089d1;
}
.ins-main .ins-product .weihai li {
  width: 30.333333%;
  float: left;
  margin-right: 4.5%;
}
@media (max-width: 768px) {
  .ins-main .ins-product .weihai li {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.ins-main .ins-product .weihai li:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-product .weihai li:hover p {
  color: #0089d1;
}
.ins-main .ins-product .weihai li .img {
  overflow: hidden;
}
.ins-main .ins-product .weihai li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-product .weihai li p {
  font-size: 1.4rem;
  color: #666;
  margin: 15px 0 0 0;
  line-height: 180%;
}
.ins-main .ins-product .weihai li:nth-child(3) {
  margin-right: 0;
}
.ins-main .ins-product .sunhai {
  background: #f5f5f5;
}
.ins-main .ins-product .sunhai .img {
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .ins-product .sunhai .img {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.ins-main .ins-product .sunhai .img img {
  width: 100%;
}
.ins-main .ins-product .sunhai .txt {
  width: 50%;
  float: right;
  padding: 4% 5% 5% 5%;
}
@media (max-width: 1600px) {
  .ins-main .ins-product .sunhai .txt {
    padding: 3% 4% 0% 4%;
  }
}
@media (max-width: 768px) {
  .ins-main .ins-product .sunhai .txt {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.ins-main .ins-product .sunhai .txt h5 {
  font-size: 2.6rem;
  color: #333;
  margin-bottom: 5%;
}
@media (max-width: 768px) {
  .ins-main .ins-product .sunhai .txt h5 {
    font-size: 2rem;
  }
}
.ins-main .ins-product .sunhai .txt h5 span {
  color: #0089d1;
}
.ins-main .ins-product .sunhai .txt p {
  font-size: 1.4rem;
  color: #666;
  margin: 0 0 3%;
  line-height: 180%;
}
@media (max-width: 1600px) {
  .ins-main .ins-product .sunhai .txt p {
    line-height: 160%;
    margin: 0 0 2%;
  }
}
.ins-main .ins-product .wenti {
  padding: 3% 0;
}
.ins-main .ins-product .wenti .wenti-tit {
  
  text-align: center;
  margin-bottom: 3%;
}
.ins-main .ins-product .wenti .wenti-tit h5 {
  font-size: 2.6rem;
  color: #333;
  margin-bottom: 1.5%;
  
}
.ins-main .ins-product .wenti .wenti-tit h5 span {
  color: #0089d1;
}
@media (max-width: 768px) {
  .ins-main .ins-product .wenti .wenti-tit h5 {
    font-size: 2rem;
  }
}
.ins-main .ins-product .wenti .wenti-tit p {
  margin:auto;
  font-size: 1.4rem;
  text-align: left;
  color: #666;
  line-height: 180%;
  margin-bottom: 4px;
  width: 79%;
}
@media (max-width: 1600px) {
  .ins-main .ins-product .wenti .wenti-tit p {
    text-align: left;
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .ins-main .ins-product .wenti .wenti-tit p {
    display: inline;
  }
}
.ins-main .ins-product .wenti li {
  width: 30%;
  float: left;
  margin-right: 3.25%;
}
@media (max-width: 768px) {
  .ins-main .ins-product .wenti li {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.ins-main .ins-product .wenti li:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-product .wenti li:hover h6 {
  color: #0089d1;
}
.ins-main .ins-product .wenti li:hover p {
  color: #0089d1;
}
.ins-main .ins-product .wenti li .img {
  overflow: hidden;
}
.ins-main .ins-product .wenti li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-product .wenti li h6 {
  font-size: 1.6rem;
  color: #333;
  margin: 5% 0 3%;
}
.ins-main .ins-product .wenti li p {
  font-size: 1.4rem;
  color: #666;
  line-height: 180%;
}
.ins-main .ins-product .wenti li:nth-child(5) {
  margin-right: 0;
}
.ins-main .ins-product .jiqi {
  position: relative;
}
.ins-main .ins-product .jiqi img {
  width: 100%;
}
.ins-main .ins-product .jiqi .txt {
  position: absolute;
  width: 47%;
  top: 15%;
  right: 3%;
}
@media (max-width: 768px) {
  .ins-main .ins-product .jiqi .txt {
    width: 100%;
    margin: 0 0 15px 0;
    top: auto;
    right: auto;
    position: relative;
    padding: 0 15px;
  }
}
.ins-main .ins-product .jiqi .txt h5 {
  font-size: 2.6rem;
  color: #333;
  margin-bottom: 3%;
}
@media (max-width: 768px) {
  .ins-main .ins-product .jiqi .txt h5 {
    font-size: 2rem;
  }
}
.ins-main .ins-product .jiqi .txt p {
  font-size: 1.4rem;
  color: #333;
  line-height: 220%;
}
.ins-main .ins-product .zt {
  padding: 3% 0;
}
.ins-main .ins-product .zt .zt-tit {
  margin-bottom: 3%;
  text-align: center;
}
@media (max-width: 768px) {
  .ins-main .ins-product .zt .zt-tit {
    padding: 0 15px;
  }
}
.ins-main .ins-product .zt .zt-tit h5 {
  font-size: 2.6rem;
  color: #333;
  margin-bottom: 1.5%;
}
.ins-main .ins-product .zt .zt-tit h5 span {
  color: #0089d1;
}
@media (max-width: 768px) {
  .ins-main .ins-product .zt .zt-tit h5 {
    font-size: 2rem;
  }
}
.ins-main .ins-product .zt .zt-tit p {
  font-size: 1.4rem;
  color: #666;
  line-height: 180%;
  margin-bottom: 4px;
}
.ins-main .ins-product .zt li {
  width: 33.333333%;
  box-sizing: border-box;
  border: 1px solid #eee;
  margin: -1px 0 0 -1px;
  padding: 1.5%;
  float: left;
}
@media (max-width: 1200px) {
  .ins-main .ins-product .zt li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .ins-main .ins-product .zt li {
    width: 100%;
  }
}
.ins-main .ins-product .zt li:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-product .zt li .img {
  overflow: hidden;
  width: 46%;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .ins-product .zt li .img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.ins-main .ins-product .zt li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-product .zt li .txt {
  width: 50%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .ins-product .zt li .txt {
    width: 100%;
  }
}
.ins-main .ins-product .zt li .txt h6 {
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 3%;
  margin-top: 0;
}
.ins-main .ins-product .zt li .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 160%;
  margin: 0;
}
@media (max-width: 1820px) {
  .ins-main .ins-product .zt li .txt p {
    height: 134px;
  }
}
@media (max-width: 1600px) {
  .ins-main .ins-product .zt li .txt p {
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 1200px) {
  .ins-main .ins-product .zt li .txt p {
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 768px) {
  .ins-main .ins-product .zt li .txt p {
    height: auto;
  }
}
.ins-main .ins-product .for-box {
  margin-top: -4px;
}
.ins-main .ins-product .for-box ul {
  margin: 0;
}
.ins-main .ins-product .for-box li {
  width: 33.333333%;
  float: left;
  position: relative;
}
@media (max-width: 768px) {
  .ins-main .ins-product .for-box li {
    width: 100%;
  }
}
.ins-main .ins-product .for-box li:hover .txt-box {
  opacity: 0;
}
.ins-main .ins-product .for-box li .img {
  width: 100%;
}
.ins-main .ins-product .for-box li .img img {
  width: 100%;
}
.ins-main .ins-product .for-box li .txt-box {
  transition: 0.4s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
}
.ins-main .ins-product .for-box li .txt-box .txt {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 60%;
  text-align: center;
}
.ins-main .ins-product .for-box li .txt-box .txt h6 {
  font-size: 2.2rem;
  color: #000;
}
@media (max-width: 1400px) {
  .ins-main .ins-product .for-box li .txt-box .txt h6 {
    font-size: 1.8rem;
  }
}
.ins-main .ins-product .for-box li .txt-box .txt p {
  font-size: 1.4rem;
  color: #333;
  line-height: 180%;
}
.ins-main .ins-product .advantage {
  padding: 0% 0 3%;
}
.ins-main .ins-product .advantage .advantage-tit {
  text-align: center;
}
.ins-main .ins-product .advantage .advantage-tit h5 {
  font-size: 2.6rem;
  color: #0089d1;
}
.ins-main .ins-product .advantage .advantage-tit p {
  font-size: 1.6rem;
  color: #666;
}
.ins-main .ins-product .advantage .content li {
  width: 18%;
  float: left;
  text-align: center;
  margin: 2% 2.5% 2% 0;
}
@media (max-width: 768px) {
  .ins-main .ins-product .advantage .content li {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.ins-main .ins-product .advantage .content li:hover .img {
  background-position: right center!important;
}
.ins-main .ins-product .advantage .content li:hover h6 {
  color: #0089d1;
}
.ins-main .ins-product .advantage .content li:hover p {
  color: #0089d1;
}
.ins-main .ins-product .advantage .content li .img {
  width: 35px;
  height: 38px;
  margin: 0 auto;
}
.ins-main .ins-product .advantage .content li h6 {
  font-size: 1.8rem;
  color: #333;
  margin: 8% 0;
}
@media (max-width: 1400px) {
  .ins-main .ins-product .advantage .content li h6 {
    font-size: 1.6rem;
  }
}
.ins-main .ins-product .advantage .content li p {
  font-size: 1.4rem;
  color: #666;
  line-height: 180%;
  height: 100px;
}
@media (max-width: 768px) {
  .ins-main .ins-product .advantage .content li p {
    height: auto;
  }
}
.ins-main .ins-product .advantage .content li:nth-child(1) .img {
  background: url("../images/ys-icon_03.png") no-repeat left center;
}
.ins-main .ins-product .advantage .content li:nth-child(2) .img {
  background: url("../images/ys-icon_05.png") no-repeat left center;
}
.ins-main .ins-product .advantage .content li:nth-child(3) .img {
  background: url("../images/ys-icon_07.png") no-repeat left center;
}
.ins-main .ins-product .advantage .content li:nth-child(4) .img {
  background: url("../images/ys-icon_09.png") no-repeat left center;
}
.ins-main .ins-product .advantage .content li:nth-child(5) .img {
  background: url("../images/ys-icon_11.png") no-repeat left center;
}
.ins-main .ins-product .advantage .content li:nth-child(6) .img {
  background: url("../images/ys-icon_13.png") no-repeat left center;
}
.ins-main .ins-product .advantage .content li:nth-child(7) .img {
  background: url("../images/ys-icon_15.png") no-repeat left center;
}
.ins-main .ins-product .advantage .content li:nth-child(8) .img {
  background: url("../images/ys-icon_17.png") no-repeat left center;
}
.ins-main .ins-product .advantage .content li:nth-child(9) .img {
  background: url("../images/ys-icon_19.png") no-repeat left center;
}
.ins-main .ins-product .advantage .content li:nth-child(10) .img {
  background: url("../images/ys-icon_21.png") no-repeat left center;
}
.ins-main .ins-product .advantage .content li:nth-child(5n+5) {
  margin-right: 0;
}
.ins-main .ins-product .pro-bot {
  position: relative;
  margin-bottom: -3%;
}
.ins-main .ins-product .pro-bot img {
  width: 100%;
}
.ins-main .ins-product .pro-bot .tel {
  height: 60px;
  background: url("../images/bot-tel_03.png") no-repeat left center;
  padding-left: 80px;
  position: absolute;
  top: 50%;
  left: 10%;
}
.ins-main .ins-product .pro-bot .tel p {
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 6px;
}
.ins-main .ins-product .pro-bot .tel h6 {
  font-size: 2rem;
  color: #333;
  font-weight: 600;
}
.ins-main .ins-kp .lb {
  position: relative;
  padding-bottom: 3%;
  border-bottom: 1px solid #eee;
}
.ins-main .ins-kp .lb .swiper-container-kp {
  overflow: hidden;
}
.ins-main .ins-kp .lb .swiper-slide:hover .txt p {
  color: #62bfc4;
}
.ins-main .ins-kp .lb .swiper-slide .img {
  position: relative;
}
.ins-main .ins-kp .lb .swiper-slide .img .ding {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 15.4%;
}
.ins-main .ins-kp .lb .swiper-slide .img .ding img {
  width: 100%;
}
.ins-main .ins-kp .lb .swiper-slide .img img {
  width: 100%;
}
.ins-main .ins-kp .lb .swiper-slide .txt {
  background: #f7f7f7;
  padding: 3% 5%;
}
.ins-main .ins-kp .lb .swiper-slide .txt p {
  font-size: 1.6rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-kp .lb .swiper-slide .txt span {
  font-size: 1.4rem;
  color: #a1a1a1;
  display: block;
  line-height: 17px;
  padding-left: 25px;
  background: url("../images/time_03.png") no-repeat left center;
}
.ins-main .ins-kp .lb .swiper-button-next4 {
  position: absolute;
  right: -4%;
  top: 45%;
  cursor: pointer;
}
.ins-main .ins-kp .lb .swiper-button-prev4 {
  position: absolute;
  left: -4%;
  top: 45%;
  cursor: pointer;
}
.ins-main .ins-kp .list-box li {
  margin-top: 3%;
  transition: 0.4s;
}
.ins-main .ins-kp .list-box li:hover {
  transform: translate(10px, 0);
}
.ins-main .ins-kp .list-box li .img {
  width: 25.7%;
  float: left;
}
.ins-main .ins-kp .list-box li .img img {
  width: 100%;
}
@media (max-width: 768px) {
  .ins-main .ins-kp .list-box li .img {
    display: none;
  }
}
.ins-main .ins-kp .list-box li .txt {
  width: 72%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .ins-kp .list-box li .txt {
    width: 100%;
  }
}
.ins-main .ins-kp .list-box li .txt h6 {
  font-size: 1.6rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-kp .list-box li .txt p {
  font-size: 1.4rem;
  color: #707070;
  line-height: 220%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
}
.ins-main .ins-kp .list-box li .txt span {
  font-size: 1.4rem;
  color: #a1a1a1;
  display: block;
  line-height: 17px;
  margin-top: 15px;
  padding-left: 25px;
  background: url("../images/time_03.png") no-repeat left center;
}
.ins-main .ins-mingyi .list-box li {
  width: 31.833333%;
  float: left;
  margin: 0 2.25% 2.25% 0;
}
@media (max-width: 768px) {
  .ins-main .ins-mingyi .list-box li {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.ins-main .ins-mingyi .list-box li:hover .txt h6 {
  color: #62bfc4;
}
.ins-main .ins-mingyi .list-box li:hover .txt p {
  color: #62bfc4;
}
.ins-main .ins-mingyi .list-box li .img {
  overflow: hidden;
}
.ins-main .ins-mingyi .list-box li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-mingyi .list-box li .txt h6 {
  font-size: 1.6rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 15px 0 10px;
}
.ins-main .ins-mingyi .list-box li .txt p {
  font-size: 1.4rem;
  color: #707070;
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
}
.ins-main .ins-mingyi .list-box li .txt span {
  font-size: 1.4rem;
  color: #a1a1a1;
  display: block;
  line-height: 17px;
  margin-top: 10px;
  padding-left: 25px;
  background: url("../images/time_03.png") no-repeat left center;
}
.ins-main .ins-mingyi .list-box li:nth-child(3n+3) {
  margin-right: 0;
}
.ins-main .ins-liaoyu .list-box li {
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
}
@media (max-width: 768px) {
  .ins-main .ins-liaoyu .list-box li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.ins-main .ins-liaoyu .list-box li .img {
  overflow: hidden;
}
.ins-main .ins-liaoyu .list-box li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-liaoyu .list-box li .txt {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.ins-main .ins-liaoyu .list-box li .txt h6 {
  width: 80%;
  font-size: 1.6rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .ins-main .ins-liaoyu .list-box li .txt h6 {
    width: 70%;
  }
}
.ins-main .ins-liaoyu .list-box li .txt p {
  font-size: 1.4rem;
  color: #ababab;
}
.ins-main .ins-liaoyu .list-box li .txt span {
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  display: block;
  background: #f6ca7f;
  color: #fff;
  font-size: 1.4rem;
  padding: 0 1rem;
  position: absolute;
  right: 0;
  top: 15px;
}
@media (max-width: 768px) {
  .ins-main .ins-liaoyu .list-box li .txt span {
    top: 10px;
  }
}
.ins-main .ins-liaoyu .list-box li .link {
  padding: 20px 0 10px;
}
.ins-main .ins-liaoyu .list-box li .link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  margin-right: 2rem;
  background: #62bfc4;
}
@media (max-width: 768px) {
  .ins-main .ins-liaoyu .list-box li .link a {
    width: 110px;
    height: 35px;
    line-height: 35px;
  }
}
.ins-main .ins-liaoyu .list-box li .link a:nth-child(2) {
  background: #c5c5c5;
}
.ins-main .ins-liaoyu .list-box li:nth-child(2n+2) {
  margin-right: 0;
}
.ins-main .ins-xianxia .lb {
  padding: 3% 0 4%;
  background: #f7f7f7;
}
.ins-main .ins-xianxia .lb .lb-tit {
  margin-bottom: 3%;
  text-align: center;
}
.ins-main .ins-xianxia .lb .lb-tit h4 {
  font-size: 2.4rem;
  color: #010101;
}
.ins-main .ins-xianxia .lb .lb-tit p {
  font-size: 1.4rem;
  color: #9a9a9a;
  text-transform: uppercase;
}
.ins-main .ins-xianxia .lb .lb-tit p span {
  display: inline-block;
  height: 1px;
  width: 50px;
  background: #e5e5e5;
  margin: 0 15px;
  vertical-align: middle;
}
.ins-main .ins-xianxia .lb .container {
  position: relative;
}
.ins-main .ins-xianxia .lb .swiper-container-xx {
  overflow: hidden;
}
.ins-main .ins-xianxia .lb .swiper-slide:hover .txt p {
  color: #62bfc4;
}
.ins-main .ins-xianxia .lb .swiper-slide .img {
  position: relative;
}
.ins-main .ins-xianxia .lb .swiper-slide .img .hot {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 20%;
}
.ins-main .ins-xianxia .lb .swiper-slide .img .hot img {
  width: 100%;
}
.ins-main .ins-xianxia .lb .swiper-slide .img img {
  width: 100%;
}
.ins-main .ins-xianxia .lb .swiper-slide .txt {
  background: #fff;
  padding: 5%;
}
.ins-main .ins-xianxia .lb .swiper-slide .txt p {
  font-size: 1.6rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-xianxia .lb .swiper-slide .txt a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 115px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  margin-right: 1.5rem;
  background: #62bfc4;
}
.ins-main .ins-xianxia .lb .swiper-slide .txt a:nth-child(3) {
  background: #c5c5c5;
}
.ins-main .ins-xianxia .lb .swiper-button-next4 {
  position: absolute;
  right: -2%;
  top: 45%;
  cursor: pointer;
}
.ins-main .ins-xianxia .lb .swiper-button-prev4 {
  position: absolute;
  left: -2%;
  top: 45%;
  cursor: pointer;
}
.ins-main .ins-xianxia .list-box li {
  padding: 3% 0;
  transition: 0.4s;
  border-bottom: 1px solid #eee;
}
.ins-main .ins-xianxia .list-box li .img {
  width: 49%;
  float: left;
}
.ins-main .ins-xianxia .list-box li .img img {
  width: 100%;
}
@media (max-width: 768px) {
  .ins-main .ins-xianxia .list-box li .img {
    width: 100%;
  }
}
.ins-main .ins-xianxia .list-box li .txt {
  width: 49%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .ins-xianxia .list-box li .txt {
    width: 100%;
  }
}
.ins-main .ins-xianxia .list-box li .txt h6 {
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 6%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-xianxia .list-box li .txt p {
  font-size: 1.4rem;
  color: #ababab;
  margin-bottom: 3%;
}
.ins-main .ins-xianxia .list-box li .txt span {
  font-size: 1.4rem;
  color: #f6ca7f;
  margin-bottom: 3%;
  display: block;
}
.ins-main .ins-xianxia .list-box li .txt .link {
  padding: 20px 0 10px;
}
.ins-main .ins-xianxia .list-box li .txt .link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  margin-right: 2rem;
  background: #62bfc4;
}
@media (max-width: 768px) {
  .ins-main .ins-xianxia .list-box li .txt .link a {
    width: 110px;
    height: 35px;
    line-height: 35px;
  }
}
.ins-main .ins-xianxia .list-box li .txt .link a:nth-child(2) {
  background: #c5c5c5;
}
.ins-main .ins-diantai .list-box li {
  width: 49%;
  float: left;
  margin: 0 2% 2% 0;
}
@media (max-width: 768px) {
  .ins-main .ins-diantai .list-box li {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.ins-main .ins-diantai .list-box li .img {
  overflow: hidden;
}
.ins-main .ins-diantai .list-box li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-diantai .list-box li .txt h6 {
  font-size: 1.6rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 15px 0 10px;
}
.ins-main .ins-diantai .list-box li .txt span {
  font-size: 1.4rem;
  color: #a1a1a1;
  display: block;
  line-height: 17px;
  margin: 18px 0 8px;
  padding-left: 25px;
  background: url("../images/time_03.png") no-repeat left center;
}
.ins-main .ins-diantai .list-box li audio {
  outline: none;
  width: 100%;
}
.ins-main .ins-diantai .list-box li audio::-webkit-media-controls-panel {
  background: #fff;
  padding: 0;
}
.ins-main .ins-diantai .list-box li audio::-webkit-media-controls-play-button {
  background: url("../images/play_03.jpg") no-repeat center;
}
.ins-main .ins-diantai .list-box li audio::-internal-track-segment-background {
  height: 2px;
}
.ins-main .ins-diantai .list-box li:nth-child(2n+2) {
  margin-right: 0;
}
.ins-main .zj-box {
  margin-top: 3%;
}
.ins-main .zj-box .content {
  background: #62bfc4;
}
.ins-main .zj-box .content .img {
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .zj-box .content .img {
    width: 100%;
  }
}
.ins-main .zj-box .content .img img {
  width: 100%;
}
.ins-main .zj-box .content .txt {
  width: 50%;
  float: right;
  padding: 3%;
}
@media (max-width: 768px) {
  .ins-main .zj-box .content .txt {
    width: 100%;
  }
}
.ins-main .zj-box .content .txt .txt-top {
  padding-left: 2%;
}
.ins-main .zj-box .content .txt .txt-top h6 {
  font-size: 2.4rem;
  color: #fff;
}
.ins-main .zj-box .content .txt .txt-top p {
  font-size: 1.4rem;
  color: #fff;
}
.ins-main .zj-box .content .txt .txt-bot {
  background: #fff;
  padding: 3%;
  margin-top: 5%;
}
.ins-main .zj-box .content .txt .txt-bot p {
  font-size: 1.45rem;
  color: #4b4b4b;
  line-height: 180%;
  margin: 0;
}
.ins-main .ins-zj .list-box li {
  margin-top: 3%;
  transition: 0.4s;
}
.ins-main .ins-zj .list-box li:hover {
  transform: translate(10px, 0);
}
.ins-main .ins-zj .list-box li .img {
  width: 25.7%;
  float: left;
}
.ins-main .ins-zj .list-box li .img img {
  width: 100%;
}
@media (max-width: 768px) {
  .ins-main .ins-zj .list-box li .img {
    display: none;
  }
}
.ins-main .ins-zj .list-box li .txt {
  width: 72%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .ins-zj .list-box li .txt {
    width: 100%;
  }
}
.ins-main .ins-zj .list-box li .txt h6 {
  font-size: 1.6rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-zj .list-box li .txt p {
  font-size: 1.4rem;
  color: #707070;
  line-height: 220%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
}
.ins-main .ins-zj .list-box li .txt span {
  font-size: 1.4rem;
  color: #a1a1a1;
  display: block;
  line-height: 17px;
  margin-top: 15px;
  padding-left: 25px;
  background: url("../images/time_03.png") no-repeat left center;
}
.ins-main .ins-sc .sc-list {
  background: #f7f7f7;
  padding: 4% 0;
}
.ins-main .ins-sc .sc-list li {
  width: 23.5%;
  float: left;
  margin-right: 2%;
  padding: 2%;
  background: #fff;
  text-align: center;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .ins-main .ins-sc .sc-list li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}
.ins-main .ins-sc .sc-list li h5 {
  font-size: 2.4rem;
  color: #010101;
}
.ins-main .ins-sc .sc-list li p {
  background: url("../images/sc-line_03.jpg") repeat-x center;
}
.ins-main .ins-sc .sc-list li p span {
  font-size: 1.4rem;
  color: #9a9a9a;
  text-transform: uppercase;
  display: inline-block;
  background: #fff;
  padding: 0 0.8rem;
}
.ins-main .ins-sc .sc-list li:nth-child(4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-sc .sc-list li:nth-child(2) {
    margin-right: 0;
  }
}
.ins-main .ins-sc .lb {
  padding: 3% 0 3%;
}
.ins-main .ins-sc .lb .lb-tit {
  margin-bottom: 3%;
  text-align: center;
}
.ins-main .ins-sc .lb .lb-tit h4 {
  font-size: 2.4rem;
  color: #010101;
}
.ins-main .ins-sc .lb .lb-tit p {
  font-size: 1.4rem;
  color: #9a9a9a;
  text-transform: uppercase;
}
.ins-main .ins-sc .lb .lb-tit p span {
  display: inline-block;
  height: 1px;
  width: 50px;
  background: #e5e5e5;
  margin: 0 15px;
  vertical-align: middle;
}
.ins-main .ins-sc .lb .container {
  position: relative;
}
.ins-main .ins-sc .lb .swiper-container-xx {
  overflow: hidden;
}
.ins-main .ins-sc .lb .swiper-slide:hover .txt p {
  color: #62bfc4;
}
.ins-main .ins-sc .lb .swiper-slide .img {
  position: relative;
}
.ins-main .ins-sc .lb .swiper-slide .img .hot {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 20%;
}
.ins-main .ins-sc .lb .swiper-slide .img .hot img {
  width: 100%;
}
.ins-main .ins-sc .lb .swiper-slide .img img {
  width: 100%;
}
.ins-main .ins-sc .lb .swiper-slide .txt {
  background: #fff;
  padding: 3% 5% 5% 5%;
}
.ins-main .ins-sc .lb .swiper-slide .txt h6 {
  font-size: 1.6rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-sc .lb .swiper-slide .txt p {
  font-size: 1.4rem;
  color: #8c8c8c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  line-height: 160%;
}
.ins-main .ins-sc .lb .swiper-slide .txt a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 115px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  margin-right: 1.5rem;
  background: #62bfc4;
}
.ins-main .ins-sc .lb .swiper-slide .txt a:nth-child(3) {
  background: #c5c5c5;
}
.ins-main .ins-sc .lb .swiper-button-next4 {
  position: absolute;
  right: -2%;
  top: 45%;
  cursor: pointer;
}
.ins-main .ins-sc .lb .swiper-button-prev4 {
  position: absolute;
  left: -2%;
  top: 45%;
  cursor: pointer;
}
.ins-main .ins-sc .list-box .box {
  position: relative;
}
.ins-main .ins-sc .list-box .img-box {
  margin-bottom: 3%;
}
.ins-main .ins-sc .list-box .img-box img {
  width: 100%;
}
.ins-main .ins-sc .list-box .swiper-container-sc {
  overflow: hidden;
}
.ins-main .ins-sc .list-box .swiper-slide:hover .txt p {
  color: #62bfc4;
}
.ins-main .ins-sc .list-box .swiper-slide .img {
  position: relative;
}
.ins-main .ins-sc .list-box .swiper-slide .img .hot {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 20%;
}
.ins-main .ins-sc .list-box .swiper-slide .img .hot img {
  width: 100%;
}
.ins-main .ins-sc .list-box .swiper-slide .img img {
  width: 100%;
}
.ins-main .ins-sc .list-box .swiper-slide .txt {
  background: #fff;
  padding: 3% 5% 5% 5%;
}
@media (max-width: 768px) {
  .ins-main .ins-sc .list-box .swiper-slide .txt {
    padding: 3% 5% 3% 5%;
  }
}
.ins-main .ins-sc .list-box .swiper-slide .txt h6 {
  font-size: 1.6rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-sc .list-box .swiper-slide .txt p {
  font-size: 1.4rem;
  color: #8c8c8c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  line-height: 160%;
}
.ins-main .ins-sc .list-box .swiper-slide .txt a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 115px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  margin-right: 1.5rem;
  background: #62bfc4;
}
.ins-main .ins-sc .list-box .swiper-slide .txt a:nth-child(3) {
  background: #c5c5c5;
}
.ins-main .ins-sc .list-box .swiper-button-next-sc {
  position: absolute;
  right: -4%;
  top: 58%;
  cursor: pointer;
}
.ins-main .ins-sc .list-box .swiper-button-prev-sc {
  position: absolute;
  left: -4%;
  top: 58%;
  cursor: pointer;
}
.ins-main .ins-sc .list-box .more {
  text-align: center;
  margin: 3% 0 4%;
}
@media (max-width: 768px) {
  .ins-main .ins-sc .list-box .more img {
    width: 50px;
  }
}
.ins-main .ins-shequn {
  padding: 3% 0;
}
.ins-main .ins-shequn .list-box .list .img {
  margin-bottom: 3%;
}
.ins-main .ins-shequn .list-box .list .img img {
  width: 100%;
}
.ins-main .ins-shequn .list-box .list .box {
  margin-bottom: 3%;
}
.ins-main .ins-shequn .list-box .list .box h5 {
  height: 60px;
  line-height: 60px;
  background: #62bfc4;
  color: #fff;
  margin: 0;
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .ins-main .ins-shequn .list-box .list .box h5 {
    height: 40px;
    line-height: 40px;
  }
}
.ins-main .ins-shequn .list-box .list .box .content {
  border: 1px solid #f0f0f0;
  padding: 3%;
  border-top: none;
  padding-bottom: 0;
}
.ins-main .ins-shequn .list-box .list .box .content li {
  width: 25%;
  float: left;
  margin-bottom: 3%;
}
@media (max-width: 768px) {
  .ins-main .ins-shequn .list-box .list .box .content li {
    width: 50%;
  }
}
.ins-main .ins-shequn .list-box .list .box .content li p {
  font-size: 1.4rem;
  color: #515151;
}
.ins-main .ins-shequn .list-box .list .box .content li p span {
  color: #62bfc4;
}
.ins-main .ins-shequn .list-box .list .box .content .swiper-container-story {
  overflow: hidden;
  position: relative;
}
.ins-main .ins-shequn .list-box .list .box .content .swiper-slide {
  margin-bottom: 4%;
}
.ins-main .ins-shequn .list-box .list .box .content .swiper-slide:hover .txt p {
  color: #62bfc4;
}
.ins-main .ins-shequn .list-box .list .box .content .swiper-slide .img {
  position: relative;
  margin-bottom: 0;
}
.ins-main .ins-shequn .list-box .list .box .content .swiper-slide .img img {
  width: 100%;
}
.ins-main .ins-shequn .list-box .list .box .content .swiper-slide .txt {
  padding: 3% 5%;
}
.ins-main .ins-shequn .list-box .list .box .content .swiper-slide .txt h6 {
  font-size: 1.6rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-shequn .list-box .list .box .content .swiper-slide .txt p {
  font-size: 1.4rem;
  line-height: 160%;
  color: #707070;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
}
.ins-main .ins-shequn .list-box .list .box .content .swiper-slide .txt span {
  font-size: 1.4rem;
  color: #a1a1a1;
  display: block;
  line-height: 17px;
  padding-left: 25px;
  background: url("../images/time_03.png") no-repeat left center;
}
.ins-main .ins-shequn .list-box .list .box .content .swiper-pagination {
  text-align: center;
  width: 100%;
  bottom: 15px;
}
.ins-main .ins-shequn .list-box .list .box .content .swiper-pagination-bullet {
  border-radius: 9px;
  background: #dcdcdc;
  height: 9px;
  width: 9px;
  opacity: 1;
}
.ins-main .ins-shequn .list-box .list .box .content .swiper-pagination-bullet-active {
  background: #f6ca7f;
  opacity: 1;
}
.ins-main .ins-faq li {
  margin-bottom: 2%;
}
.ins-main .ins-faq li h6 {
  cursor: pointer;
  background: #fff;
  margin: 0;
  padding-left: 40px;
  background: #ffffff url("../images/faq_03.jpg") no-repeat 17px center;
  font-size: 1.6rem;
  color: #010101;
  line-height: 60px;
}
@media (max-width: 768px) {
  .ins-main .ins-faq li h6 {
    line-height: 160%;
    padding: 2% 0 2% 40px;
  }
}
.ins-main .ins-faq li .txt {
  background: #fff;
  padding: 0 40px 35px 40px;
  display: none;
}
.ins-main .ins-faq li .txt p {
  font-size: 1.4rem;
  color: #626262;
  line-height: 180%;
}
.ins-main .ins-faq li .txt a {
  display: block;
  width: 130px;
  height: 38px;
  line-height: 38px;
  background: #0089d1;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}
.ins-main .ins-about .profile {
  margin: 3% 0;
}
.ins-main .ins-about .profile .img {
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .ins-about .profile .img {
    width: 100%;
  }
}
.ins-main .ins-about .profile .img img {
  width: 100%;
}
.ins-main .ins-about .profile .txt-box {
  width: 45%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .ins-about .profile .txt-box {
    width: 100%;
    margin-top: 15px;
  }
}
.ins-main .ins-about .profile .txt-box h5 {
  font-size: 2.4rem;
  color: #2a2a2a;
  margin-bottom: 5%;
}
.ins-main .ins-about .profile .txt-box p {
  font-size: 1.4rem;
  color: #5b5b5b;
  line-height: 200%;
}
.ins-main .ins-about .center-box {
  padding: 3% 0;
  background: #f7f7f7;
}
.ins-main .ins-about .center-box .slideTxtBox .hd {
  position: relative;
  margin-bottom: 3%;
}
.ins-main .ins-about .center-box .slideTxtBox .hd ul li {
  width: 200px;
  height: 70px;
  border-radius: 10px;
  float: left;
  cursor: pointer;
  text-align: center;
  line-height: 70px;
  font-size: 1.6rem;
  color: #fff;
  background: #f6ca7f;
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .ins-main .ins-about .center-box .slideTxtBox .hd ul li {
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
}
.ins-main .ins-about .center-box .slideTxtBox .hd ul li.on {
  background: #62bfc4;
}
.ins-main .ins-about .center-box .slideTxtBox .bd {
  height: 675px;
  overflow: auto;
}
@media (max-width: 768px) {
  .ins-main .ins-about .center-box .slideTxtBox .bd {
    height: 350px;
  }
}
.ins-main .ins-about .center-box .slideTxtBox .bd::-webkit-scrollbar {
  /*滚动条整体样式*/

  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/

  height: 4px;
}
.ins-main .ins-about .center-box .slideTxtBox .bd::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/

  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #62bfc4;
}
.ins-main .ins-about .center-box .slideTxtBox .bd::-webkit-scrollbar-track {
  /*滚动条里面轨道*/

  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.ins-main .ins-about .center-box .slideTxtBox .bd li .list {
  margin-bottom: 2%;
}
.ins-main .ins-about .center-box .slideTxtBox .bd li .list .year {
  width: 115px;
  text-align: center;
  height: 115px;
  line-height: 115px;
  border-radius: 115px;
  background: #fff;
  border: 1px solid #efefef;
  font-size: 2.4rem;
  color: #62bfc4;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .ins-about .center-box .slideTxtBox .bd li .list .year {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.ins-main .ins-about .center-box .slideTxtBox .bd li .list .txt {
  width: 85%;
  float: left;
  margin-left: 3%;
  background: #fff;
  padding: 3%;
  border-radius: 10px;
  border: 1px solid #efefef;
}
@media (max-width: 1200px) {
  .ins-main .ins-about .center-box .slideTxtBox .bd li .list .txt {
    width: 80%;
    padding: 4%;
  }
}
@media (max-width: 768px) {
  .ins-main .ins-about .center-box .slideTxtBox .bd li .list .txt {
    width: 75%;
    padding: 4%;
  }
}
.ins-main .ins-about .center-box .slideTxtBox .bd li .list .txt p {
  font-size: 1.6rem;
  color: #4d4d4d;
}
.ins-main .ins-about .bot-box .content {
  margin: 6% 0;
  border: 1px solid #f5f5f5;
}
.ins-main .ins-about .bot-box li {
  height: auto;
  width: 33.33333%;
  float: left;
  padding-bottom: 25px;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px solid #f5f5f5;
}
@media (max-width: 768px) {
  .ins-main .ins-about .bot-box li {
    width: 100%;
    height: 200px;
  }
}
.ins-main .ins-about .bot-box li h5 {
  display: block;
  width: 120px;
  height: 120px;
  text-align: center;
  border-radius: 120px;
  background: #62bfc4;
  font-size: 2.4rem;
  color: #fff;
  margin: 15% auto 8%;
  line-height: 120px;
}
@media (max-width: 768px) {
  .ins-main .ins-about .bot-box li h5 {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 10% auto 8%;
  }
}
.ins-main .ins-about .bot-box li p {
  font-size: 1.4rem;
  color: #6c6c6c;
  line-height: 170%;
  margin: 0 10%;
}
.ins-main .ins-about .bot-box li:nth-child(2) h5 {
  background: #f6ca7f;
}
.ins-main .ins-about .bot-box li:nth-child(3) h5 {
  background: #f299a4;
}
.ins-main .ins-join {
  margin-bottom: 3%;
}
.ins-main .ins-join .txt-box p {
  font-size: 1.4rem;
  color: #5e5e5e;
  line-height: 180%;
}
.ins-main .ins-join .img-box {
  margin-top: 3%;
}
.ins-main .ins-join .img-box img {
  width: 100%;
}
.ins-main .ins-join .form-box h5 {
  width: 300px;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  height: 70px;
  line-height: 70px;
  position: relative;
  z-index: 2;
  background: #62bfc4;
  margin: -35px auto 3%;
}
@media (max-width: 768px) {
  .ins-main .ins-join .form-box h5 {
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin: -25px auto 3%;
  }
}
.ins-main .ins-join .form-box ul:nth-child(1) li {
  width: 31.333333%;
  float: left;
  margin-right: 3%;
}
@media (max-width: 768px) {
  .ins-main .ins-join .form-box ul:nth-child(1) li {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.ins-main .ins-join .form-box ul:nth-child(1) li input {
  height: 60px;
  padding: 0 10px;
  width: 100%;
  border: 1px solid #eee;
}
.ins-main .ins-join .form-box ul:nth-child(1) li:nth-child(3) {
  margin-right: 0;
}
.ins-main .ins-join .form-box ul:nth-child(3) {
  margin-top: 3%;
}
.ins-main .ins-join .form-box ul:nth-child(3) li:nth-child(1) {
  float: left;
  width: 70%;
}
.ins-main .ins-join .form-box ul:nth-child(3) li:nth-child(2) {
  float: right;
  width: 20%;
}
.ins-main .ins-join .form-box ul:nth-child(3) input {
  outline: none;
}
.ins-main .ins-join .form-box ul:nth-child(3) ::-webkit-file-upload-button {
  cursor: pointer;
  width: 335px;
  height: 60px;
  line-height: 60px;
  border: none;
  font-size: 0;
  text-align: center;
  font-weight: normal;
  background: #62bfc4 url("../images/file_03.jpg") no-repeat center;
}
.ins-main .ins-join .form-box ul:nth-child(3) ::-webkit-file-upload-button span {
  color: #fff;
}
.ins-main .ins-join .form-box ul:nth-child(3) ::-webkit-file-upload-button span img {
  vertical-align: middle;
}
.ins-main .ins-join .form-box ul:nth-child(3) b {
  font-weight: 500;
  font-size: 1.4rem;
  color: #8b8b8b;
  line-height: 60px;
}
.ins-main .ins-join .form-box ul:nth-child(3) .submit {
  float: right;
  cursor: pointer;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: none;
  background: #f6ca7f;
  font-size: 1.6rem;
  color: #fff;
}
@media (max-width: 768px) {
  .ins-main .ins-join .form-box ul:nth-child(3) {
    margin-top: 3%;
  }
  .ins-main .ins-join .form-box ul:nth-child(3) li:nth-child(1) {
    float: left;
    width: 100%;
  }
  .ins-main .ins-join .form-box ul:nth-child(3) li:nth-child(2) {
    float: right;
    width: 100%;
  }
  .ins-main .ins-join .form-box ul:nth-child(3) #text {
    opacity: 0;
    font-size: 0;
  }
  .ins-main .ins-join .form-box ul:nth-child(3) .file_box {
    cursor: pointer;
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: normal;
    background: #62bfc4;
  }
  .ins-main .ins-join .form-box ul:nth-child(3) .file_box span {
    color: #fff;
  }
  .ins-main .ins-join .form-box ul:nth-child(3) .file_box span img {
    vertical-align: middle;
  }
  .ins-main .ins-join .form-box ul:nth-child(3) b {
    display: block;
    padding-left: 0;
    line-height: 25px;
  }
  .ins-main .ins-join .form-box ul:nth-child(3) .submit {
    float: right;
    cursor: pointer;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: none;
    background: #f6ca7f;
    font-size: 1.6rem;
    color: #fff;
  }
}
.ins-main .ins-contact {
  padding: 3% 0;
}
.ins-main .ins-contact .list-box {
  margin-bottom: 4%;
}
.ins-main .ins-contact .list-box .list-tit {
  text-align: center;
  margin-bottom: 2%;
}
.ins-main .ins-contact .list-box .list-tit h5 {
  font-size: 2rem;
  color: #0089d1;
}
.ins-main .ins-contact .list-box .list-tit img {
  margin: 1.5% 0;
}
.ins-main .ins-contact .list-box .list-tit h6 {
  font-size: 1.8rem;
  color: #222;
  font-weight: 600;
}
.ins-main .ins-contact .list-box .list {
  margin-bottom: 2%;
}
.ins-main .ins-contact .list-box .list li {
  float: left;
  margin-right: 2%;
  margin-bottom: 6px;
  padding-left: 26px;
  font-size: 1.4rem;
  color: #727272;
}
@media (max-width: 1400px) {
  .ins-main .ins-contact .list-box .list li {
    font-size: 1.2rem;
  }
}
.ins-main .ins-contact .list-box .list li:nth-child(1) {
  background: url("../images/contact-icon_03.jpg") no-repeat left center;
}
.ins-main .ins-contact .list-box .list li:nth-child(2) {
  background: url("../images/contact-icon_05.jpg") no-repeat left center;
}
.ins-main .ins-contact .list-box .list li:nth-child(3) {
  background: url("../images/contact-icon_07.jpg") no-repeat left center;
}
.ins-main .ins-contact .list-box .list li:nth-child(4) {
  background: url("../images/contact-icon_09.jpg") no-repeat left center;
}
.ins-main .ins-contact .list-box .list li:nth-child(4) {
  margin-right: 0;
}
.ins-main .ins-contact .list-box .list2 {
  margin-bottom: 2%;
  text-align: center;
}
.ins-main .ins-contact .list-box .list2 li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 2%;
  margin-bottom: 6px;
  padding-left: 26px;
  font-size: 1.4rem;
  color: #727272;
}
@media (max-width: 1400px) {
  .ins-main .ins-contact .list-box .list2 li {
    font-size: 1.2rem;
  }
}
.ins-main .ins-contact .list-box .list2 li:nth-child(1) {
  background: url("../images/contact-icon_03.jpg") no-repeat left center;
}
.ins-main .ins-contact .list-box .list2 li:nth-child(2) {
  background: url("../images/contact-icon_09.jpg") no-repeat left center;
}
@media (max-width: 768px) {
  .ins-main .ins-contact .list-box .list2 li:nth-child(2) {
    background: url("../images/contact-icon_09.jpg") no-repeat left top;
  }
}
.ins-main .ins-contact .list-box .list2 li:nth-child(2) {
  margin-right: 0;
}
.ins-main .ins-contact .map-box .my-map {
  margin: 0 auto;
  width: 100%;
  height: 450px;
}
@media (max-width: 768px) {
  .ins-main .ins-contact .map-box .my-map {
    height: 300px;
  }
}
.ins-main .ins-contact .map-box .my-map .icon {
  background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}
.ins-main .ins-contact .map-box .my-map .icon-cir {
  height: 31px;
  width: 28px;
}
.ins-main .ins-contact .map-box .my-map .icon-cir-red {
  background-position: -11px -5px;
}
.ins-main .ins-contact .map-box .amap-container {
  height: 100%;
}
.ins-main .ins-contact .map-box .amap-copyright,
.ins-main .ins-contact .map-box .amap-logo {
  display: none !important;
}
.ins-main .ins-contact .map-box .amap-zoomcontrol {
  display: none !important;
}
.ins-main .ins-contact .map-box .amap-controls {
  display: none !important;
}
.ins-main .ins-contact .form-box .form-tit {
  text-align: center;
  margin-bottom: 3%;
}
.ins-main .ins-contact .form-box .form-tit h5 {
  font-size: 2rem;
  color: #0089d1;
}
.ins-main .ins-contact .form-box form input::-webkit-input-placeholder,
.ins-main .ins-contact .form-box form textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}
.ins-main .ins-contact .form-box form input:-moz-placeholder,
.ins-main .ins-contact .form-box form textarea:-moz-placeholder {
  color: #b8b8b8;
}
.ins-main .ins-contact .form-box form input::-moz-placeholder,
.ins-main .ins-contact .form-box form textarea::-moz-placeholder {
  color: #b8b8b8;
}
.ins-main .ins-contact .form-box form input:-ms-input-placeholder,
.ins-main .ins-contact .form-box form textarea:-ms-input-placeholder {
  color: #b8b8b8;
}
.ins-main .ins-contact .form-box form ul:nth-child(1) li {
  margin-bottom: 20px;
  width: 32.333333%;
  float: left;
  margin-right: 1.5%;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  .ins-main .ins-contact .form-box form ul:nth-child(1) li {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.ins-main .ins-contact .form-box form ul:nth-child(1) li span {
  font-size: 1.4rem;
  color: #b8b8b8;
}
.ins-main .ins-contact .form-box form ul:nth-child(1) li span sup {
  color: red;
}
.ins-main .ins-contact .form-box form ul:nth-child(1) li:nth-child(3) {
  margin-right: 0;
}
.ins-main .ins-contact .form-box form ul:nth-child(1) input {
  padding: 0 10px;
  border: none;
  color: #b8b8b8;
}
.ins-main .ins-contact .form-box form ul:nth-child(3) li {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.ins-main .ins-contact .form-box form ul:nth-child(3) textarea {
  border: none;
  width: 100%;
  height: 115px;
  color: #b8b8b8;
}
.ins-main .ins-contact .form-box form ul:nth-child(4) {
  text-align: center;
  margin-top: 3%;
}
.ins-main .ins-contact .form-box form ul:nth-child(4) input {
  line-height: 50px;
  border: none;
  width: 250px;
  background: #0089d1;
  font-size: 1.5rem;
  color: #fff;
}
@media (max-width: 992px) {
  .ins-main .ins-contact .form-box form ul:nth-child(4) input {
    width: 150px;
    line-height: 35px;
  }
}
.ins-main .list-show {
  padding: 2.5% 0;
}
.ins-main .list-show .show-tit {
  border-bottom: 1px solid #eee;
}
.ins-main .list-show .show-tit h5 {
  font-size: 2.4rem;
  color: #171717;
  margin: 2% 0 1%;
  font-weight: 500;
}
.ins-main .list-show .show-tit p {
  font-size: 1.4rem;
  color: #b3b3b3;
  text-transform: uppercase;
}
.ins-main .list-show .content img {
  max-width: 100%!important;
  margin: 3% 0;
}
.ins-main .list-show .content p {
  text-align: left;
  font-size: 1.5rem;
  color: #515151;
  line-height: 180%;
  margin-bottom: 2%;
}
.ins-main .list-show .link {
  margin: 5% auto 0;
}
.ins-main .list-show .link p a {
  font-size: 1.4rem;
  color: #a8a8a8;
}
.ins-main .list-show .link p a:hover {
  color: #62bfc4;
}
@media (max-width: 768px) {
  .ins-main .list-show {
    padding: 2.5% 0;
  }
  .ins-main .list-show .show-tit {
    border-bottom: 1px solid #eee;
  }
  .ins-main .list-show .show-tit h5 {
    font-size: 2.4rem;
    color: #171717;
    margin: 2% 0 1%;
    font-weight: 500;
  }
  .ins-main .list-show .show-tit p {
    font-size: 1.4rem;
    color: #b3b3b3;
    text-transform: uppercase;
  }
  .ins-main .list-show .content {
    width: 100%;
    margin: 0 auto;
  }
  .ins-main .list-show .content img {
    max-width: 100%!important;
    margin: 3% 0;
  }
  .ins-main .list-show .content p {
    text-align: left;
    font-size: 1.5rem;
    color: #515151;
    line-height: 180%;
    margin-bottom: 2%;
  }
  .ins-main .list-show .link {
    width: 100%;
    margin: 5% auto 0;
  }
  .ins-main .list-show .link p a {
    font-size: 1.4rem;
    color: #a8a8a8;
  }
  .ins-main .list-show .link p a:hover {
    color: #62bfc4;
  }
}
.ins-main .ins-recruit {
  padding: 3% 0;
}
.ins-main .ins-recruit .table {
  padding-bottom: 15px;
}
.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;
  border: 1px solid #efefef;
  height: 110px;
  background: url("../images/recruit_03.jpg") no-repeat 95% center;
}
.ins-main .ins-recruit .table .table-con .active {
  background: url("../images/recruit_13.jpg") no-repeat 95% center;
}
.ins-main .ins-recruit .table .table-con li {
  float: left;
  font-size: 1.3rem;
  color: #666;
  height: 110px;
  padding-top: 30px;
}
.ins-main .ins-recruit .table .table-con li h6 {
  font-size: 1.7rem;
  color: #333;
  margin-top: 0;
}
.ins-main .ins-recruit .table .table-con li p {
  margin-top: 16px;
}
.ins-main .ins-recruit .table .table-con li span {
  color: #0187e8;
  font-size: 1.3rem;
}
.ins-main .ins-recruit .table .table-con li a {
  color: #0187e8;
  font-size: 1.3rem;
  display: block;
}
.ins-main .ins-recruit .table .table-con li:nth-child(1) {
  width: 28%;
  padding-left: 2.5%;
}
.ins-main .ins-recruit .table .table-con li:nth-child(2) {
  width: 26%;
  padding-left: 34px;
  background: url("../images/recruit_06.jpg") no-repeat left center;
}
.ins-main .ins-recruit .table .table-con li:nth-child(3) {
  width: 46%;
  padding-left: 34px;
  background: url("../images/recruit_08.jpg") no-repeat left center;
}
.ins-main .ins-recruit .table .table-con .txt-box {
  display: none;
  border: 1px solid #efefef;
  clear: both;
  padding: 2%;
  position: relative;
  margin-top: -1px;
  border-top: none;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt h6 {
  font-size: 16px;
  font-weight: 600;
  padding: 1% 0 1% 13px;
  line-height: 180%;
  color: #0187e8;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 24px;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt a {
  display: inline-block;
  width: 160px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  background: #0187e8;
  font-size: 1.6rem;
  margin: 3% 0 2%;
  color: #fff;
}
@media (max-width: 768px) {
  .ins-main .ins-recruit {
    padding: 3% 0;
  }
  .ins-main .ins-recruit .table {
    padding-bottom: 15px;
  }
  .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;
    border: 1px solid #efefef;
    height: 110px;
    background: url("../images/recruit_03.jpg") no-repeat 95% center;
  }
  .ins-main .ins-recruit .table .table-con .active {
    background: url("../images/recruit_13.jpg") no-repeat 95% center;
  }
  .ins-main .ins-recruit .table .table-con li {
    float: left;
    font-size: 1.3rem;
    color: #666;
    height: 110px;
    padding-top: 30px;
  }
  .ins-main .ins-recruit .table .table-con li h6 {
    font-size: 1.7rem;
    color: #333;
    margin-top: 0;
  }
  .ins-main .ins-recruit .table .table-con li p {
    margin-top: 16px;
  }
  .ins-main .ins-recruit .table .table-con li span {
    color: #0187e8;
    font-size: 1.3rem;
  }
  .ins-main .ins-recruit .table .table-con li a {
    color: #0187e8;
    font-size: 1.3rem;
    display: block;
  }
  .ins-main .ins-recruit .table .table-con li:nth-child(1) {
    width: 28%;
    padding-left: 2.5%;
  }
  .ins-main .ins-recruit .table .table-con li:nth-child(2) {
    display: none;
    width: 26%;
    padding-left: 34px;
    background: url("../images/recruit_06.jpg") no-repeat left center;
  }
  .ins-main .ins-recruit .table .table-con li:nth-child(3) {
    width: 72%;
    padding-left: 34px;
    background: url("../images/recruit_08.jpg") no-repeat left center;
  }
  .ins-main .ins-recruit .table .table-con .txt-box {
    display: none;
    border: 1px solid #efefef;
    clear: both;
    padding: 2%;
    position: relative;
    margin-top: -1px;
    border-top: none;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .txt h6 {
    font-size: 16px;
    font-weight: 600;
    padding: 1% 0 1% 13px;
    line-height: 180%;
    color: #0187e8;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .txt p {
    font-size: 1.4rem;
    color: #666;
    line-height: 24px;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .txt a {
    display: inline-block;
    width: 160px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    background: #0187e8;
    font-size: 1.6rem;
    margin: 3% 0 2%;
    color: #fff;
  }
}
.ins-main .ins-news {
  padding: 3% 0 0%;
}
.ins-main .ins-news li {
  margin: 0 0 2% 0;
}
.ins-main .ins-news li:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-news li:hover .txt span {
  color: #fff;
  background: #0089d1;
  margin-left: 0px;
}
.ins-main .ins-news li .img {
  overflow: hidden;
  width: 25%;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .ins-news li .img {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.ins-main .ins-news li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-news li .txt {
  width: 71%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .ins-news li .txt {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.ins-main .ins-news li .txt h6 {
  font-size: 1.6rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-news li .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 200%;
  margin: 5% 0;
}
.ins-main .ins-news li .txt span {
  transition: 0.3s;
  display: block;
  width: 130px;
  height: 40px;
  border-radius: 7px;
  text-align: center;
  line-height: 40px;
  font-size: 1.4rem;
  color: #666;
  margin-left: -30px;
}
.ins-main .news-show {
  padding: 2.5%;
}
.ins-main .news-show .show-tit {
  border-bottom: 1px solid #eee;
}
.ins-main .news-show .show-tit h5 {
  font-size: 2.2rem;
  color: #171717;
  margin: 0% 0 1%;
  font-weight: 500;
}
.ins-main .news-show .show-tit p {
  font-size: 1.4rem;
  color: #b3b3b3;
  text-transform: uppercase;
}
.ins-main .news-show .content img {
  max-width: 100%!important;
  margin: 3% 0;
}
.ins-main .news-show .content p {
  text-align: left;
  font-size: 1.5rem;
  color: #515151;
  line-height: 180%;
  margin-bottom: 2%;
}
.ins-main .news-show .link {
  margin: 5% auto 0;
}
.ins-main .news-show .link p a {
  font-size: 1.4rem;
  color: #a8a8a8;
}
.ins-main .news-show .link p a:hover {
  color: #0089d1;
}
@media (max-width: 768px) {
  .ins-main .news-show {
    padding: 2.5% 0;
  }
  .ins-main .news-show .show-tit {
    border-bottom: 1px solid #eee;
  }
  .ins-main .news-show .show-tit h5 {
    font-size: 1.8rem;
    color: #171717;
    margin: 2% 0 1%;
    font-weight: 500;
  }
  .ins-main .news-show .show-tit p {
    font-size: 1.4rem;
    color: #b3b3b3;
    text-transform: uppercase;
  }
  .ins-main .news-show .content {
    width: 100%;
    margin: 0 auto;
  }
  .ins-main .news-show .content img {
    max-width: 100%!important;
    margin: 3% 0;
  }
  .ins-main .news-show .content p {
    text-align: left;
    font-size: 1.5rem;
    color: #515151;
    line-height: 180%;
    margin-bottom: 2%;
  }
  .ins-main .news-show .link {
    width: 100%;
    margin: 5% auto 0;
  }
  .ins-main .news-show .link p a {
    font-size: 1.4rem;
    color: #a8a8a8;
  }
  .ins-main .news-show .link p a:hover {
    color: #04244d;
  }
}
.ins-main .ins-case {
  padding: 3% 0 2%;
}
.ins-main .ins-case .case-top {
  position: relative;
  margin-bottom: 4%;
}
.ins-main .ins-case .case-top .swiper-container-case {
  overflow: hidden;
  background: #eee;
}
.ins-main .ins-case .case-top .swiper-container-case .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.ins-main .ins-case .case-top .swiper-container-case .img {
  width: 50%;
  float: left;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ins-main .ins-case .case-top .swiper-container-case .img {
    width: 100%;
  }
}
.ins-main .ins-case .case-top .swiper-container-case .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-case .case-top .swiper-container-case .txt {
  width: 50%;
  float: right;
  padding: 5%;
}
@media (max-width: 768px) {
  .ins-main .ins-case .case-top .swiper-container-case .txt {
    width: 100%;
    margin-bottom: 15px;
  }
}
.ins-main .ins-case .case-top .swiper-container-case .txt h5 {
  font-size: 1.7rem;
  color: #333;
  line-height: 160%;
}
.ins-main .ins-case .case-top .swiper-container-case .txt span {
  font-size: 1.3rem;
  padding-bottom: 2px;
  border-bottom: 3px solid #0089d1;
  position: absolute;
  bottom: 30%;
  right: 40.3%;
  color: #333;
}
@media (max-width: 768px) {
  .ins-main .ins-case .case-top .swiper-container-case .txt span {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.ins-main .ins-case .case-top .swiper-button-next-pc {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  right: -6%;
  top: 50%;
  margin-top: -25px;
  border-radius: 50px;
  background: url("../images/case-btn_05.jpg") no-repeat center;
  z-index: 6;
}
.ins-main .ins-case .case-top .swiper-button-prev-pc {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  left: -6%;
  top: 50%;
  margin-top: -25px;
  border-radius: 50px;
  background: url("../images/case-btn_03.jpg") no-repeat center;
  z-index: 6;
}
.ins-main .ins-case .content ul {
  margin: 0;
}
.ins-main .ins-case .content li {
  width: 33.333333%;
  float: left;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.ins-main .ins-case .content li:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-case .content li:hover .txt {
  background: #0089d1;
}
.ins-main .ins-case .content li:hover .txt h6 {
  color: #fff;
}
.ins-main .ins-case .content li:hover .txt span {
  color: #fff;
}
.ins-main .ins-case .content li .img {
  overflow: hidden;
}
.ins-main .ins-case .content li .img img {
  cursor: pointer;
  width: 100%;
  transition: 0.3s;
}
.ins-main .ins-case .content li .txt {
  padding: 4%;
  background: #eee;
  transition: 0.3s;
}
.ins-main .ins-case .content li .txt h6 {
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-case .content li .txt span {
  font-size: 1.4rem;
  color: #666;
}
@media (max-width: 768px) {
  .ins-main .ins-case {
    padding: 3% 0;
  }
  .ins-main .ins-case .content ul {
    margin: 0;
  }
  .ins-main .ins-case .content li {
    width: 49%;
    float: left;
    margin: 0 2% 2% 0;
    position: relative;
  }
  .ins-main .ins-case .content li:hover .masking {
    opacity: 1;
  }
  .ins-main .ins-case .content li:hover p {
    color: #0089d1;
  }
  .ins-main .ins-case .content li .img-box {
    overflow: hidden;
  }
  .ins-main .ins-case .content li .img-box img {
    cursor: pointer;
    width: 100%;
    transition: 0.3s;
  }
  .ins-main .ins-case .content li .masking {
    transition: 0.3s;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .ins-main .ins-case .content li p {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.4rem;
    color: #5a5a5a;
    margin: 15px 0 0 0;
  }
  .ins-main .ins-case .content li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .ins-main .ins-case .content li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-honor {
  padding: 3.5% 0 1%;
}
.ins-main .ins-honor .content ul {
  margin: 0;
}
.ins-main .ins-honor .content li {
  width: 24%;
  float: left;
  margin: 0 1.25% 1.5% 0;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .ins-main .ins-honor .content li {
    width: 49%;
    margin: 0 2% 2% 0;
  }
}
.ins-main .ins-honor .content li:hover .img-box .img .masking {
  opacity: 1;
}
.ins-main .ins-honor .content li:hover p {
  color: #0089d1;
}
.ins-main .ins-honor .content li .img-box {
  padding: 4%;
  border: 1px solid #f0f0f0;
}
.ins-main .ins-honor .content li .img-box .img {
  position: relative;
}
.ins-main .ins-honor .content li .img-box .img img {
  cursor: pointer;
  width: 100%;
  transition: 0.3s;
}
.ins-main .ins-honor .content li .img-box .img .masking {
  transition: 0.3s;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ins-main .ins-honor .content li .img-box .img .masking img {
  width: 100%;
}
.ins-main .ins-honor .content li p {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.4rem;
  color: #5a5a5a;
  margin: 15px 0 0 0;
}
.ins-main .ins-honor .content li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-honor .content li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .product-show {
  padding: 3% 0;
}
.ins-main .product-show .top-show {
  background: #fff;
  padding: 2%;
}
.ins-main .product-show .top-show .left {
  width: 47%;
  float: left;
}
.ins-main .product-show .top-show .left .view .swiper-container {
  height: 100%;
  padding: 1px;
}
.ins-main .product-show .top-show .left .view .swiper-container .swiper-slide {
  width: 100%;
}
.ins-main .product-show .top-show .left .view .swiper-container .swiper-slide img {
  width: 100%;
  border: 1px solid #f0f0f0;
  background: #f3f3f3;
}
.ins-main .product-show .top-show .left .preview {
  width: 100%;
  padding: 2% 0;
  position: relative;
  background: #fafafa;
  border-top: none;
}
.ins-main .product-show .top-show .left .preview .arrow-left {
  width: 15px;
  height: 50px;
  background: url("../images/ad-btn_10.png") no-repeat left center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  z-index: 9;
  cursor: pointer;
}
.ins-main .product-show .top-show .left .preview .arrow-right {
  width: 15px;
  height: 50px;
  background: url("../images/ad-btn_08.png") no-repeat right center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
  z-index: 9;
  cursor: pointer;
}
.ins-main .product-show .top-show .left .preview .swiper-container {
  width: 90%;
  margin: 0 auto;
}
.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 #0089d1;
}
.ins-main .product-show .top-show .right {
  width: 49%;
  float: right;
}
.ins-main .product-show .top-show .right .txt h5 {
  font-size: 2rem;
  color: #383838;
  margin: 3% 0;
  text-transform: uppercase;
}
.ins-main .product-show .top-show .right .txt .txt {
  margin: 6% 0;
}
.ins-main .product-show .top-show .right .txt p {
  margin: 4px 0;
  line-height: 150%;
  font-size: 1.6rem;
  color: #787878;
}
.ins-main .product-show .top-show .right .txt .link {
  margin-top: 40px;
}
.ins-main .product-show .top-show .right .txt .link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 20px;
}
.ins-main .product-show .top-show .right .txt .buy {
  margin-top: 4%;
}
.ins-main .product-show .top-show .right .txt .buy a {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 2rem;
  color: #fff;
  background: #0089d1;
  border-radius: 5px;
  text-align: center;
}
.ins-main .product-show .content-box {
  margin: 4% 0;
  padding: 3% 0;
  border-top: 1px solid #eee;
}
.ins-main .product-show .content-box .box-tit {
  margin-bottom: 3%;
  border-bottom: 1px solid #eee;
  background: #fff;
}
.ins-main .product-show .content-box .box-tit h5 {
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #0089d1;
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 0;
}
.ins-main .product-show .content-box .box {
  background: #fff;
}
.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 h5 {
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #0089d1;
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 0;
}
.ins-main .product-show .recomend .recomend-content {
  padding: 2%;
}
.ins-main .product-show .recomend .swiper-container-recomend {
  overflow: hidden;
  position: relative;
}
.ins-main .product-show .recomend .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.ins-main .product-show .recomend .swiper-slide:hover p {
  color: #0089d1;
}
.ins-main .product-show .recomend .swiper-slide .img {
  border: 1px solid #f5f5f5;
  overflow: hidden;
  position: relative;
}
.ins-main .product-show .recomend .swiper-slide .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .product-show .recomend .swiper-slide .img .masking {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.ins-main .product-show .recomend .swiper-slide p {
  font-size: 1.4rem;
  color: #585858;
  text-align: center;
  margin: 10px 3%;
}
@media (max-width: 768px) {
  .ins-main .product-show {
    padding: 3% 0;
  }
  .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 .left .view .swiper-container {
    height: 100%;
  }
  .ins-main .product-show .top-show .left .view .swiper-container .swiper-slide {
    width: 100%;
  }
  .ins-main .product-show .top-show .left .view .swiper-container .swiper-slide img {
    width: 100%;
    border: 1px solid #f0f0f0;
    background: #f3f3f3;
  }
  .ins-main .product-show .top-show .left .preview {
    width: 100%;
    padding: 2% 0;
    position: relative;
    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 .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 #0089d1;
  }
  .ins-main .product-show .top-show .right {
    width: 100%;
    float: right;
  }
  .ins-main .product-show .top-show .right .txt h5 {
    font-size: 2.4rem;
    color: #0089d1;
    margin: 5% 0;
  }
  .ins-main .product-show .top-show .right .txt h5 span {
    display: block;
    float: none;
    margin-top: 10px;
  }
  .ins-main .product-show .top-show .right .txt p {
    margin: 4px 0;
    line-height: 180%;
    font-size: 1.4rem;
    color: #969696;
  }
  .ins-main .product-show .top-show .right .txt .link {
    margin-top: 40px;
  }
  .ins-main .product-show .top-show .right .txt .link a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 20px;
  }
  .ins-main .product-show .top-show .right .txt .link a img {
    width: 120px;
  }
  .ins-main .product-show .content-box {
    margin: 4% 0;
    padding: 3% 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .ins-main .product-show .content-box .box-tit {
    margin-bottom: 3%;
  }
  .ins-main .product-show .content-box .box-tit h5 {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0089d1;
    color: #fff;
    font-size: 1.8rem;
  }
  .ins-main .product-show .recomend {
    background: #fff;
  }
  .ins-main .product-show .recomend .recomend-tit h5 {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0089d1;
    color: #fff;
    font-size: 1.8rem;
  }
  .ins-main .product-show .recomend .swiper-container-recomend {
    overflow: hidden;
    position: relative;
    padding: 3% 0 0;
  }
}
.ins-main .ins-shop .content ul {
  margin: 0;
}
.ins-main .ins-shop .content li {
  width: 24%;
  float: left;
  margin: 0 1.25% 1.5% 0;
}
.ins-main .ins-shop .content li:hover .masking {
  opacity: 1;
}
.ins-main .ins-shop .content li:hover p {
  color: #0089d1;
}
.ins-main .ins-shop .content li .img-box {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.ins-main .ins-shop .content li .img-box img {
  cursor: pointer;
  width: 100%;
  transition: 0.3s;
}
.ins-main .ins-shop .content li .masking {
  transition: 0.3s;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ins-main .ins-shop .content li .masking img {
  width: 100%;
}
.ins-main .ins-shop .content li p {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.4rem;
  color: #5a5a5a;
  margin: 15px 0 0 0;
}
.ins-main .ins-shop .content li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-shop {
    padding: 3% 0;
  }
  .ins-main .ins-shop .content ul {
    margin: 0;
  }
  .ins-main .ins-shop .content li {
    width: 49%;
    float: left;
    margin: 0 2% 2% 0;
    position: relative;
  }
  .ins-main .ins-shop .content li:hover .masking {
    opacity: 1;
  }
  .ins-main .ins-shop .content li:hover p {
    color: #509d10;
  }
  .ins-main .ins-shop .content li .img-box {
    overflow: hidden;
  }
  .ins-main .ins-shop .content li .img-box img {
    cursor: pointer;
    width: 100%;
    transition: 0.3s;
  }
  .ins-main .ins-shop .content li .masking {
    transition: 0.3s;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .ins-main .ins-shop .content li p {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.4rem;
    color: #5a5a5a;
    margin: 15px 0 0 0;
  }
  .ins-main .ins-shop .content li:nth-child(4n+4) {
    margin-right: 2%;
  }
  .ins-main .ins-shop .content li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-solution {
  padding: 2% 3%;
  background: #fff;
}
.ins-main .ins-solution li {
  margin-bottom: 2%;
  position: relative;
}
.ins-main .ins-solution li:hover .img img {
  transform: scale(1.06);
}
.ins-main .ins-solution li .img {
  overflow: hidden;
}
.ins-main .ins-solution li .img img {
  width: 100%;
  transition: 0.6s;
}
.ins-main .ins-solution li .txt {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
  background: rgba(4, 36, 77, 0.7);
  width: 40%;
}
.ins-main .ins-solution li .txt h5 {
  font-size: 2.4rem;
  color: #fff;
  width: 80%;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
  padding: 10% 0 5%;
}
.ins-main .ins-solution li .txt p {
  font-size: 1.6rem;
  margin: 5% 0;
  color: #fff;
}
@media (max-width: 768px) {
  .ins-main .ins-solution {
    padding: 2% 3%;
    background: #fff;
  }
  .ins-main .ins-solution li {
    margin-bottom: 2%;
    position: relative;
  }
  .ins-main .ins-solution li:hover .img img {
    transform: scale(1.06);
  }
  .ins-main .ins-solution li .img {
    overflow: hidden;
  }
  .ins-main .ins-solution li .img img {
    width: 100%;
    transition: 0.6s;
  }
  .ins-main .ins-solution li .txt {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: center;
    background: rgba(4, 36, 77, 0.7);
    width: 60%;
  }
  .ins-main .ins-solution li .txt h5 {
    font-size: 2rem;
    color: #fff;
    width: 80%;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
    padding: 10% 0 5%;
  }
  .ins-main .ins-solution li .txt p {
    font-size: 1.6rem;
    margin: 5% 0;
    color: #fff;
  }
}
.ins-main .solution-show {
  padding: 2% 3%;
  background: #fff;
}
.ins-main .solution-show .top-box {
  margin-bottom: 2%;
  position: relative;
}
.ins-main .solution-show .top-box .img {
  overflow: hidden;
}
.ins-main .solution-show .top-box .img img {
  width: 100%;
  transition: 0.6s;
}
.ins-main .solution-show .top-box .txt {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
  background: rgba(4, 36, 77, 0.7);
  width: 40%;
}
.ins-main .solution-show .top-box .txt h5 {
  font-size: 2.4rem;
  color: #fff;
  width: 80%;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
  padding: 10% 0 5%;
}
.ins-main .solution-show .top-box .txt p {
  font-size: 1.6rem;
  margin: 5% 0;
  color: #fff;
}
.ins-main .solution-show .content {
  margin: 2% 0;
}
.ins-main .solution-show .related-case h5 {
  width: 152px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 0 auto 2.5%;
  background: #04244d;
  font-size: 1.8rem;
  color: #fff;
}
.ins-main .solution-show .related-case .swiper-container-case {
  overflow: hidden;
}
.ins-main .solution-show .related-case .swiper-slide {
  position: relative;
  overflow: hidden;
}
.ins-main .solution-show .related-case .swiper-slide:hover .masking {
  opacity: 1;
}
.ins-main .solution-show .related-case .swiper-slide img {
  width: 100%;
}
.ins-main .solution-show .related-case .swiper-slide .masking {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  opacity: 0;
}
.ins-main .solution-show .related-case .swiper-pagination-case {
  text-align: center;
  margin-top: 12px;
}
.ins-main .solution-show .related-case .swiper-pagination-bullet {
  margin: 0 4px;
}
.ins-main .solution-show .related-case .swiper-pagination-bullet-active {
  background: #04244d;
}
@media (max-width: 768px) {
  .ins-main .solution-show {
    padding: 2% 3%;
    background: #fff;
  }
  .ins-main .solution-show .top-box {
    margin-bottom: 2%;
    position: relative;
  }
  .ins-main .solution-show .top-box .img {
    overflow: hidden;
  }
  .ins-main .solution-show .top-box .img img {
    width: 100%;
    transition: 0.6s;
  }
  .ins-main .solution-show .top-box .txt {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: center;
    background: rgba(4, 36, 77, 0.7);
    width: 60%;
  }
  .ins-main .solution-show .top-box .txt h5 {
    font-size: 2rem;
    color: #fff;
    width: 80%;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
    padding: 10% 0 5%;
  }
  .ins-main .solution-show .top-box .txt p {
    font-size: 1.6rem;
    margin: 5% 0;
    color: #fff;
  }
  .ins-main .solution-show .content {
    margin: 2% 0;
  }
  .ins-main .solution-show .related-case h5 {
    width: 122px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto 2.5%;
    background: #04244d;
    font-size: 1.8rem;
    color: #fff;
  }
  .ins-main .solution-show .related-case .swiper-container-case {
    overflow: hidden;
  }
  .ins-main .solution-show .related-case .swiper-slide {
    position: relative;
    overflow: hidden;
  }
  .ins-main .solution-show .related-case .swiper-slide:hover .masking {
    opacity: 1;
  }
  .ins-main .solution-show .related-case .swiper-slide img {
    width: 100%;
  }
  .ins-main .solution-show .related-case .swiper-slide .masking {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    opacity: 0;
  }
  .ins-main .solution-show .related-case .swiper-pagination-case {
    text-align: center;
    margin-top: 12px;
  }
  .ins-main .solution-show .related-case .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .ins-main .solution-show .related-case .swiper-pagination-bullet-active {
    background: #04244d;
  }
}
.ins-main .ins-con {
  background: #f7f7f7;
  padding: 3% 0;
}
.ins-main .ins-con .ins-lf {
  width: 21.3675%;
  float: left;
}
.ins-main .ins-con .ins-lf .lf-tit {
  height: 140px;
  background: #04244d;
  padding: 35px 0 0 30px;
}
.ins-main .ins-con .ins-lf .lf-tit h4 {
  font-size: 3rem;
  color: #fff;
}
.ins-main .ins-con .ins-lf .lf-tit p {
  color: #fff;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.ins-main .ins-con .ins-lf .lf-con {
  background: #fff;
  padding: 30px 0 30px 12%;
}
.ins-main .ins-con .ins-lf .lf-con h6 {
  font-size: 1.6rem;
  color: #353535;
  padding-left: 20px;
  margin-bottom: 18px;
  background: url("../images/lf-lit_03.jpg") no-repeat left center;
}
.ins-main .ins-con .ins-lf .lf-con h6 a {
  font-size: 1.6rem;
  color: #353535;
}
.ins-main .ins-con .ins-lf .lf-con h6 a:hover {
  color: #04244d;
}
.ins-main .ins-con .ins-lf .lf-con ul {
  margin-bottom: 20px;
}
.ins-main .ins-con .ins-lf .lf-con li {
  padding-left: 20px;
  line-height: 200%;
}
.ins-main .ins-con .ins-lf .lf-con li a {
  font-size: 1.4rem;
  color: #787878;
}
.ins-main .ins-con .ins-lf .lf-con li a:hover {
  color: #04244d;
}
.ins-main .ins-con .ins-rt {
  width: 76%;
  float: right;
  background: #ffffff;
}
@media (max-width: 768px) {
  .ins-main .ins-con {
    background: #f7f7f7;
    padding: 3% 0;
  }
  .ins-main .ins-con .ins-lf {
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }
  .ins-main .ins-con .ins-lf .lf-tit {
    height: 80px;
    background: #04244d;
    padding: 7px 0 0 30px;
  }
  .ins-main .ins-con .ins-lf .lf-tit h4 {
    font-size: 3rem;
    color: #fff;
  }
  .ins-main .ins-con .ins-lf .lf-tit p {
    color: #fff;
    font-size: 1.4rem;
    text-transform: uppercase;
  }
  .ins-main .ins-con .ins-lf .lf-con {
    background: #fff;
    padding: 20px 0 1px 10%;
  }
  .ins-main .ins-con .ins-lf .lf-con h6 {
    font-size: 1.6rem;
    color: #353535;
    padding-left: 20px;
    background: url("../images/lf-lit_03.jpg") no-repeat left center;
  }
  .ins-main .ins-con .ins-lf .lf-con ul {
    margin-bottom: 20px;
  }
  .ins-main .ins-con .ins-lf .lf-con li {
    padding-left: 20px;
    line-height: 180%;
  }
  .ins-main .ins-con .ins-lf .lf-con li a {
    font-size: 1.4rem;
    color: #787878;
  }
  .ins-main .ins-con .ins-lf .lf-con li a:hover {
    color: #04244d;
  }
  .ins-main .ins-con .ins-rt {
    width: 100%;
    float: right;
    background: #ffffff;
  }
}
.page-num {
  clear: both;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  padding: 2% 0 2%;
}
@media (max-width: 768px) {
  .page-num {
    float: none;
  }
}
.page-num li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0!important;
  border: none!important;
}
.page-num span {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin: 0 2px;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #c7c7c7;
  color: #333;
  padding: 0 12px;
  background: #fff;
}
.page-num .current {
  background-color: #0089d1;
  border: 1px solid #0089d1;
  padding: 0 12px;
  color: #fff;
}
.page-num a {
  display: inline-block;
  padding: 0 12px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin: 0 2px;
  color: #333;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #c7c7c7;
  background: #fff;
}
.page-num a:hover {
  color: #fff;
  border-color: #0089d1;
  background-color: #0089d1;
}
@media (max-width: 768px) {
  .page-num {
    clear: both;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    padding: 4% 0 4%;
  }
  .page-num li {
    margin-bottom: 5px;
  }
  .page-num span {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin: 0 2px;
    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;
    color: #333;
    font-size: 14px;
    margin-bottom: 1%;
  }
  .page-num a:hover {
    color: #fff;
    border-color: #0089d1;
    background-color: #0089d1;
  }
}
.nav-shadow {
  box-shadow: 0 0 15px #cdcbcb;
}
.html_template2 {
  text-align: center;
  background: #fff;
}
.html_template2 .top-txt {
  text-align: center;
  background: #62bfc4;
  padding: 3% 0;
}
.html_template2 .top-txt h3 {
  font-size: 2.5rem;
  color: #fff;
  text-transform: uppercase;
}
.html_template2 .top-txt p {
  font-size: 1.4rem;
  color: #fff;
}
.html_template2 form {
  padding: 5% 5% 0 5%;
  text-align: left;
}
.html_template2 form h6 {
  font-size: 1.8rem;
  color: #2e2e2e;
}
.html_template2 form h6 span {
  color: #62bfc4;
}
.html_template2 form li {
  line-height: 50px;
  margin-left: 10px;
}
.html_template2 form li input {
  margin-right: 0.6rem;
  vertical-align: -2px;
}
.layui-btn {
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  display: block;
  background: #62bfc4;
  text-align: center;
  cursor: pointer;
  font-size: 1.4rem;
  color: #fff;
}
.layui-btn:hover {
  color: #fff;
}
.layui-layer .layui-layer-title {
  height: 0!important;
}
.demo-class .layui-layer-btn .layui-layer-btn0 {
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  display: block;
  border-color: #62bfc4;
  background: #62bfc4;
  text-align: center;
  cursor: pointer;
  font-size: 1.4rem;
  color: #fff;
}
img{image-rendering: -moz-crisp-edges; /* Firefox */      
    image-rendering: -o-crisp-edges; /* Opera */      
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
    image-rendering: crisp-edges;-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */}
.demo-class .layui-layer-btn .layui-layer-btn0:hover {
  color: #fff;
}
.demo-class .layui-layer-btn {
  padding: 0 15px 28px;
}
@media (max-width: 768px) {
  .layui-layer {
    width: 335px!important;
  }
}
.shangcheng-list li {
  width: 31.333333%;
  float: left;
  margin-right: 3%;
  margin-bottom: 3%;
}
@media (max-width: 768px) {
  .shangcheng-list li {
    width: 100%;
    margin: 0 0 3% 0;
  }
}
.shangcheng-list li:hover .txt p {
  color: #62bfc4;
}
.shangcheng-list li .img {
  position: relative;
}
.shangcheng-list li .img .hot {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 20%;
}
.shangcheng-list li .img .hot img {
  width: 100%;
}
.shangcheng-list li .img img {
  width: 100%;
}
.shangcheng-list li .txt {
  background: #fff;
  padding: 3% 5% 5% 5%;
}
.shangcheng-list li .txt h6 {
  font-size: 1.6rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.shangcheng-list li .txt p {
  font-size: 1.4rem;
  color: #8c8c8c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  line-height: 160%;
}
.shangcheng-list li .txt a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 115px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  margin-right: 1.5rem;
  background: #62bfc4;
}
.shangcheng-list li .txt a:nth-child(3) {
  background: #c5c5c5;
}
.shangcheng-list li:nth-child(3n+3) {
  margin-right: 0;
}
.get-help {
  background: #f5f5f5;
}
.get-help .content {
  padding: 5% 0;
}
.get-help .content .list {
  padding: 1.5%;
  background: #fff;
  width: 48%;
  float: left;
  margin-right: 4%;
}
.get-help .content .list h5 {
  font-size: 1.8rem;
  color: #0a0a0a;
  padding: 5px 0 20px;
  margin-bottom: 40px;
  background: url("../images/help-line_03.jpg") no-repeat left bottom;
}
.get-help .content .list li {
  font-size: 1.4rem;
  color: #505050;
  margin-bottom: 30px;
}
.get-help .content .list li:hover {
  color: #62bfc4;
}
.get-help .content .list:nth-child(2) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .get-help {
    background: #f5f5f5;
  }
  .get-help .content {
    padding: 5% 0;
  }
  .get-help .content .list {
    padding: 1.5%;
    background: #fff;
    width: 100%;
    float: left;
    margin: 0 0 4% 0;
  }
  .get-help .content .list h5 {
    font-size: 1.8rem;
    color: #0a0a0a;
    padding: 5px 0 20px;
    margin-bottom: 40px;
    background: url("../images/help-line_03.jpg") no-repeat left bottom;
  }
  .get-help .content .list li {
    font-size: 1.4rem;
    color: #505050;
    margin-bottom: 30px;
  }
  .get-help .content .list li:hover {
    color: #62bfc4;
  }
  .get-help .content .list:nth-child(2) {
    margin-right: 0;
  }
}
.cpzx2 img{max-width:100%;}
    .cpzx2 a,.cpzx2 img{transition:all 0.5s;}
    .cpzx2{width:1400px;margin:80px auto;display:flex;justify-content:space-between;flex-wrap:wrap;}
    .cpzx2-l{width:370px;}
    .cpzx2-l *{font-weight: normal;}
    .cpzx2-l1{margin-bottom:20px;background-color: #F3F4FA;padding-bottom:40px;}
    .cpzx2-l1>h3{line-height:118px;color:#fff;background:#0089d1;padding-left:36px;font-size:28px;font-weight:normal;margin: 0;}
    .cpzx2-l1 dl{margin:30px 20px 0 20px;}
    .cpzx2-l1 dl dt{cursor:pointer;background:#fff;padding: 0 15px 0 25px;display:flex;align-items:center;justify-content:space-between;transition: all 0.5s;}
    .cpzx2-l1 dl dt h3{font-weight:normal;font-size:18px;color:#444;width:calc(100% - 30px);margin: 0;line-height: 50px;}
    .cpzx2-l1 dl dt p{width:20px;height:20px;background: #F3F4FA;border-radius:3px;margin: 0;position:relative;display:flex;justify-content:center;align-items:center;font-size:24px;color:#666;}
    .cpzx2-l1 dl dt p.down:after{content: '+';}
    .cpzx2-l1 dl dt p.up:after{content: '-';}
    .cpzx2-l1 dl dt:hover{background:#0089d1;}
    .cpzx2-l1 dl dt:hover h3{color:#fff;}
    .cpzx2-l1 dl dd{display:none;}
    .cpzx2-l1 dl dd a{display:block;line-height:45px;border-bottom: 1px dashed #DCDCDC;color: #666666;font-size:14px;padding-left: 25px;}
    .cpzx2-l1 dl dd a:hover{color:#0089d1;}
    .cpzx2-l2{margin-bottom:20px;background-color: #F3F4FA;}
    .cpzx2-l2 dt{line-height:53px;color:#fff;padding-left:25px;background:#0089d1;font-size:18px;}
    .cpzx2-l2 dd{padding: 10px 25px;}
    .cpzx2-l2 dd a{display:block;color: #444;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height:50px;}
    .cpzx2-l2 dd a:hover{color:#0089d1;}
    .cpzx2-l3{margin-bottom:20px;}
    .cpzx2-l3 dt{line-height:53px;color:#fff;padding-left:25px;background:#0089d1;font-size:18px;}
    .cpzx2-l3 dd{padding: 25px 25px 10px 25px;}
    .cpzx2-l3 dd>img{display:block;width:100%;margin-bottom:25px;}
    .cpzx2-l3 dd p{margin-bottom: 15px;display:flex;align-items:center;font-size:18px;color:#0089d1;}
    .cpzx2-l3 dd p i{}
    .cpzx2-l3 dd p span{font-size: 18px;color:#333;}
    .cpzx2-l4{}
    .cpzx2-l4 dt{line-height:53px;color:#fff;padding-left:25px;background:#0089d1;font-size:18px;}
    .cpzx2-l4{border: 1px solid #DCDCDC;margin-bottom: 10px;}
    .cpzx2-l4 a{display:block;text-align:center;font-size:16px;color:#333;padding-bottom: 20px;}
    .cpzx2-l4 a h4{overflow:hidden;margin-bottom:20px;}
    .cpzx2-l4 a h4 img{display:block;width: 100%;}
    .cpzx2-l4 a p{
    margin: 0;
}
    .cpzx2-l4 a:hover img{transform:scale(1.1);}
    .cpzx2-l4 a:hover{color:#0089d1;}
    .cpzx2-r{width:calc(100% - 400px);}
    .ny-zpal-z{background:#fff;padding:20px;}
    .ny-zpal-t{overflow:hidden;/*border-bottom:1px solid #ccc;*/padding-bottom: 50px;}
    .ny-zpal-z-t-l{float:left;width: 55%;border: 1px solid #DCDCDC;padding: 30px;}
    .magnifierContainer {width:100%;display: flex;}
    .imgMedium {width:100%;position: relative;}.imgLeft .magnifier {position: absolute;display: none;width: 200px;height: 200px;}
    .imgLeft .imasf{width:100%;position:relative;overflow:hidden;}
    .imgLeft .imasf .fad{width:20px;height:60px;margin-top:10px;line-height:60px;text-align:center;background:rgba(0,0,0,0.5);bottom:10px;cursor:pointer;float:left;color:#fff;}
    .imgLeft .imasf .fac{width:20px;height:60px;margin-top:10px;line-height:60px;text-align:center;background:rgba(0,0,0,0.5);bottom:10px;cursor:pointer;float:right;color:#fff;}
    .imasf-bb{overflow:hidden;}
    .imasf-bb .swiper-container{position:initial;width:calc(100% - 100px);}
    .imasf-bb .swiper-slide{box-sizing:border-box;border: 1px solid #ccc;}
    .imasf-bb .swiper-slide-active{border-color: #0089d1;}
    .imasf-bb .swiper-slide a{display:block;overflow:hidden;}
    .imasf-bb .swiper-slide a img{width:100%;}
    .imasf-bb .swiper-button-next{width: 20px;height: 60px;margin-top: 10px;line-height: 60px;text-align: center;cursor: pointer;color: #666;right:0;top: 50%;margin-top: -30px;font-size: 28px;font-family: "宋体";}
    .imasf-bb .swiper-button-prev{width: 20px;height: 60px;margin-top: 10px;line-height: 60px;text-align: center;cursor: pointer;color: #666;left:0;top: 50%;margin-top: -30px;font-family: "宋体";font-size: 28px;}
    .mediumContainer {width: 100%;overflow: hidden;text-align:center;vertical-align:middle;margin-bottom:20px;box-sizing:border-box;}
    .mediumContainer img{max-width:100%;display:block;margin:0 auto;}

    .imgRight{z-index:100;}
    .imgLeft{width:100%;}
    #zhezhao {width: 100%;height: 100%;background: transparent;position: absolute;top: 0;border: 1px solid transparent;}
    #zhezhao:hover {cursor: move;}
    .img_x {width: 100%!important;display: flex;}
    .img_x li{height: 54px;border: 2px solid transparent;margin: 8px 4px;padding: 2px;cursor:pointer;}
    .img_x li img{height:100%}
    .img_u {position:absolute;width: 500px;height: 400px;border: 1px solid #eee;float: left;margin-left: 15px;overflow: hidden; display: none; background:#fff;z-index:100;}
    .img_u img{width:1000px;max-width:1000px;}
    .ny-zpal-z-t-r{float:right;width: 42%;padding-top: 45px;}
    .ny-zpal-z-t-r h3{font-size: 28px;margin: 0;margin-bottom: 40px;font-weight:normal;color: #f00;}
    .ny-zpal-z-t-r h4{font-size:18px;margin: 0;color: #0089d1;margin-bottom: 36px;}
    .ny-zpal-z-t-r p{/*padding-bottom:10px;*/font-size: 14px;line-height: 28px;color: #666666;}
    .cpzx-zr{padding-top:50px;display:flex;align-items:center;flex-wrap:wrap;}
    .cpzx-zr a{width: 147px;height: 43px;background-color: #0089d1;color: #fff;line-height: 43px;text-align: center;font-size: 14px;}
    .cpzx-zr a:hover{opacity:0.8;}
    .cpzx-zr i{font-style:normal;    font-size: 26px;color: #0089d1;line-height: 43px;margin-left: 25px;}
    .cpzx-zc{
    margin-bottom: 70px;
}
    .cpzx-zc-t{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    background: #0089d1;
}
    .cpzx-zc-t a{
    display: block;
    line-height: 50px;
    color: #fff;
    padding: 0 45px;
    font-size: 14px;
}
    .cpzx-zc-t a.active{
    background-color: #353535;
}
    .cpzx-zc-b{}
    .cpzx-zc-b>div{
    display: none;
}
    .cpzx-zc-b>div:nth-child(1){
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: #666666;
}
    .cpzx-zc-b>div>h3{
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #333333;
    margin: 0;
    margin-bottom: 30px;
}
    .cpzx-zc-b>div>h3 i{
    font-size: 18px;
    color: #999999;
    margin-left: 15px;
    font-style: normal;
    text-transform: capitalize;
}
    .cpzx-zc-b table{
    border: 1px solid #e4e4e4;
    width: 100%;
    background: #f8f8f8;
}
    .cpzx-zc-b table tr{}
    .cpzx-zc-b table tr td{
    padding: 5px 10px;
    border: 1px solid #e4e4e4;
    height: 100px;
    text-align: right;
    box-sizing: border-box;
    width: 152px;
}
    .cpzx-zc-b table tr td:nth-child(2n){
    background: #fff;
    text-align: left;
    width: 35%;
}
    .cgal{
    margin-bottom: 50px;
}
    .cgal-t{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}
    .cgal-t h3{
    margin: 0;
    display: flex;
    align-items: center;
    color: #333;
}
    .cgal-t p{
    margin: 0;
    font-size: 16px;
    color: #999;
    margin-left: 18px;
    text-transform: capitalize;
}
    .cgal-t a{
    display: block;
    width: 88px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #B5B5B5;
    text-align: center;
    border-radius: 7px;
    color: #333333;
}
    .cgal-t a:hover{
    background: #0089d1;
    color: #fff;
}
    .cgal-b{
    display: flex;
    flex-wrap: wrap;
}
    .cgal-b a{
    width: calc((100% - 21px) / 3);
    margin-right: 10px;
    line-height: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}
    .cgal-b a:nth-child(3n){margin-right:0}
    .cgal-b a h4{
    overflow: hidden;
    margin-bottom: 10px;
}
    .cgal-b a h4 img{}
    .cgal-b a:hover{
    color: #0089d1;
}
    .cgal-b a:hover img{
    transform: scale(1.1);}
    .qtcp-b{border:1px solid #DCDCDC;}
    .qtcp-b a{line-height: 24px;color: #333;text-align: center;}
    .qtcp-b a:nth-child(3n){margin-right:0}
    .cgal-b a h4{overflow: hidden;margin: 0;margin-bottom: 10px;}
    .qtcp-b a h4 img{}
    .qtcp-b a:hover{color: #0089d1;}
    .qtcp-b a:hover img{transform: scale(1.1);}
    .qtcp-b .swiper-button-next{width:47px;line-height:47px;border-radius:100%;background:#909090;text-align:center;color:#fff;font-family:"宋体";font-size:24px;}
    .qtcp-b .swiper-button-prev{width:47px;line-height:47px;border-radius:100%;background:#909090;text-align:center;color:#fff;font-family:"宋体";font-size:24px;}
    @media(max-width:1420px){
        .cpzx2{width:1200px;}
    }
    @media(max-width:1200px){
        .cpzx2{width:calc(100% - 30px);margin:40px auto;}
        .cpzx2-l{display:none;}
        .cpzx2-r{width:100%;}
        .ny-zpal-z-t-l{margin-bottom:30px;width: 100%;padding: 20px;}
        .ny-zpal-z-t-r{width:100%;padding-top: 0;}
        .ny-zpal-z-t-r h3{font-size:22px;margin-bottom: 10px;}
        .ny-zpal-z-t-r h4{margin-bottom:10px;}
        .cpzx-zr{padding-top:10px;}
        .cpzx-zr i{font-size:20px;margin-left:10px;}
        .ny-zpal-t{padding-bottom: 40px;}
        .cpzx-zc-t{margin-bottom: 20px;}
        .cpzx-zc-t a{width:50%;padding:0;text-align:center;}
        .cpzx-zc-b>div>h3{font-size:20px;margin-bottom: 20px;}
        .cpzx-zc-b>div>h3 i{font-size:14px;}
        .cpzx-zc-b table tr td:nth-child(2n){width:30%;}
        .cgal{margin-bottom: 10px;}
        .cgal-t{margin-bottom:20px;}
        .cgal-b a{margin-right:0;width:100%}
        .cgal-t p{display:none;}
    }