body {
  overflow-x: hidden;
}
html {
  font-size: 10px;
  /*10 ÷ 16 × 100% = 62.5%*/
}
@media (max-width: 1200px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 7px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 8px;
  }
}
body > iframe {
  display: none;
}
a {
  text-decoration: none!important;
}
.navbar-brand {
  float: none;
  line-height: 0;
}
.mobile-con {
  display: none;
}
.header .header-box {
  background: #fff;
  height: 90px;
  line-height: 90px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.header .header-box .container {
  position: relative;
}
.header .header-box .logo {
  float: left;
}
@media (max-width: 1200px) {
  .header .header-box .logo img {
    width: 120px;
  }
}
@media (max-width: 992px) {
  .header .header-box .logo img {
    width: 100px;
  }
}
.header .header-box .nav-con {
  width: 75%;
  margin-right: 5%;
  text-align: center;
  float: right;
}
@media (max-width: 1200px) {
  .header .header-box .nav-con {
    width: 74%;
  }
}
@media (max-width: 992px) {
  .header .header-box .nav-con {
    margin-right: 11%;
  }
}
.header .header-box .nav-con #nav {
  width: 100%;
  float: right;
  margin-bottom: 0;
}
.header .header-box .nav-con #nav .sub-nav {
  text-align: center;
  position: relative;
  line-height: 84px;
  transition: 0.3s;
  margin: 0 1px;
  text-transform: uppercase;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.header .header-box .nav-con #nav .sub-nav:hover a {
  color: #1f70bb;
}
.header .header-box .nav-con #nav .sub-nav a {
  color: #2b2b2b;
  font-size: 1.6rem;
  display: block;
  height: 100%;
  padding: 0 1rem;
}
@media (max-width: 1200px) {
  .header .header-box .nav-con #nav .sub-nav a {
    padding: 0 0.5rem;
  }
}
@media (max-width: 992px) {
  .header .header-box .nav-con #nav .sub-nav a {
    padding: 0 0.2rem;
  }
}
.header .header-box .nav-con #nav .sub-nav .drop-down {
  z-index: 999;
  position: absolute;
  top: 87px;
  left: -25%;
  display: none;
}
.header .header-box .nav-con #nav .sub-nav .drop-down {
  width: 150%;
  text-align: center;
  background: #fff;
}
.header .header-box .nav-con #nav .sub-nav .drop-down li {
  line-height: 40px;
  border-bottom: 1px solid #f6f6f6;
}
.header .header-box .nav-con #nav .sub-nav .drop-down li a {
  font-size: 1.4rem;
  display: block;
  color: #2b2b2b!important;
  padding: 0;
}
.header .header-box .nav-con #nav .sub-nav .drop-down li a:hover {
  background: rgba(0, 126, 200, 0.9);
  color: #fff!important;
}
.header .header-box .nav-con #nav .sub-nav:last-child {
  padding-right: 0;
}
.header .header-box .nav-con #nav .active a {
  color: #1f70bb;
}
.header .header-box .search-con .toggle-btn {
  position: absolute;
  top: 32px;
  right: 0%;
  width: 22px;
  height: 24px;
  cursor: pointer;
  background: url("../images/search-btn_03.jpg") no-repeat center;
}
@media (max-width: 992px) {
  .header .header-box .search-con .toggle-btn {
    right: 14%;
  }
}
.header .header-box .search-con .search {
  display: none;
  position: absolute;
  right: 0;
  top: 90px;
  width: 260px;
  height: 60px;
  border-top: 4px solid #1f70bb;
  background-color: #fff;
  z-index: 10;
  line-height: 60px;
}
.header .header-box .search-con .search .txt {
  margin: 5px 7px;
  width: 246px;
  height: 43px;
  border: none;
  padding: 0 14px ;
  background-color: #f4f4f4;
}
.header .header-box .search-con .search .submit {
  width: 58px;
  height: 39px;
  border: none;
  background-color: #1f70bb;
  position: absolute;
  top: 10px;
  right: 8px;
  text-align: center;
  line-height: 39px;
  border-radius: 2px;
  color: #fff;
}
.header .header-box .language {
  position: absolute;
  right: 40px;
  top: 30px;
  line-height: 30px;
  border-left: 1px solid #eee;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .header .header-box .language {
    padding-left: 0;
    border: none;
  }
}
.header .header-box .language img {
  vertical-align: -2px;
}
.header .header-box .language a {
  font-size: 1.6rem;
  color: #4c4c4c;
}
.header .header-box .language a:hover {
  color: #1f70bb;
}
@media (max-width: 1200px) {
  
}
@media (max-width: 992px) {
  
}
.header .navigation-down {
  position: absolute;
  top: 80px;
  left: 0px;
  width: 100%;
  z-index: 100;
}
.header .navigation-down .nav-down-menu {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0px;
  background: #fff;
  text-align: center;
  padding: 3% 0;
}
.header .nav-down-menu .list {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  text-align: left;
  width: 11.3%;
}
.header .nav-down-menu .list h5 {
  color: #3b3b3b;
  padding: 4% 0 2%;
  font-size: 1.4rem;
}
.header .nav-down-menu .list .slideTxtBox .bd {
  margin: 4% 0;
}
.header .nav-down-menu .list .slideTxtBox .hd ul li {
  margin-bottom: 3%;
}
.header .nav-down-menu .list .slideTxtBox .hd ul li a {
  font-size: 1.4rem;
  color: #777;
}
.header .nav-down-menu .list .slideTxtBox .hd ul li.on a {
  color: #23b4ff;
}
.header .mobile-con .navbar-default .navbar-nav > li > a:hover,
.header .mobile-con .navbar-default .navbar-nav > li > a:focus {
  color: #1f70bb;
}
.header .mobile-con .navbar-default {
  background: #fff;
}
.header .mobile-con .navbar-header .navbar-brand {
  float: none;
  line-height: 0;
  padding: 0;
}
.header .mobile-con .navbar-brand > img {
  margin: 10px 0 0 3%;
  width: 125px;
}
.header .mobile-con .navbar-brand span {
  display: inline-block;
  position: absolute;
  left: 116px;
  top: 31px;
  font-size: 16px;
  color: #333;
}
.header .mobile-con .nivo-directionNav {
  display: none;
}
.header .mobile-con .box .nivo-controlNav {
  margin-left: -16px;
  bottom: -6px;
}
.header .mobile-con .nivo-controlNav a {
  width: 6px;
  height: 6px;
  margin: 0 3px;
}
.header .mobile-con .navbar-toggle {
  margin-top: 11px;
}
.header .mobile-con .language {
  display: inline-block;
  position: relative;
  margin: 17px 12px 0 0;
  float: right;
  color: #c3c3c3;
}
.header .mobile-con .language a {
  font-size: 14px;
  padding: 0px 6px;
  color: #c3c3c3;
}
.header .mobile-con .language a:hover {
  color: #fff;
}
.header .mobile-con .language .active {
  color: #fff;
}
.header .mobile-con .dropdown .txt {
  margin-left: 20px;
}
.header .mobile-con .dropdown .txt h6 {
  font-size: 14px;
}
.header .mobile-con .dropdown .txt a {
  font-size: 13px;
  display: inline-block;
  margin: 4px 12px;
  color: #666;
}
.header .mobile-con .dropdown .txt a:hover {
  color: #1b75cf;
}
.header .mobile-con .language2 {
  display: inline-block;
  position: relative;
  margin: 17px 12px 0 0;
  float: right;
  color: #666;
}
.header .mobile-con .language2 a {
  font-size: 14px;
  padding: 0px 6px;
  color: #666;
}
.header .mobile-con .language2 a:hover {
  color: #1f70bb;
}
.header .mobile-con .language2 .active {
  color: #1f70bb;
}
/*mobile-header*/
@media (max-width: 768px) {
  .pc-con {
    display: none!important;
  }
  .mobile-con {
    display: block!important;
  }
}
/*main*/
.main {
  clear: both;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .main {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .main {
    margin-top: 55px;
  }
}
.main .ad-box-pc {
  margin-top: -1px;
}
.main .ad-box-pc .swiper-container-pc {
  overflow: hidden;
  position: relative;
}
.main .ad-box-pc .swiper-container-pc:hover .swiper-button-next-pc {
  opacity: 1;
}
.main .ad-box-pc .swiper-container-pc:hover .swiper-button-prev-pc {
  opacity: 1;
}
.main .ad-box-pc .top-banner {
  width: 100%;
  position: relative;
}
.main .ad-box-pc .swiper-slide {
  overflow: hidden;
}
.main .ad-box-pc .swiper-slide img {
  width: 100%;
  transition: 2.5s linear;
  transform: scale(1.08);
}
.main .ad-box-pc .swiper-slide-active img {
  transform: scale(1);
}
.main .ad-box-pc .swiper-pagination {
  position: absolute;
  bottom: 5%;
  z-index: 99;
}
.main .ad-box-pc .swiper-pagination-bullet {
  border-radius: 10px;
  border: 1px solid #fff;
  background: transparent;
  height: 9px;
  width: 9px;
  opacity: 1;
}
.main .ad-box-pc .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.main .ad-box-pc .swiper-button-next-pc {
  width: 26px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -26px;
  background: url("../images/ad-btn_06.png") no-repeat center;
  z-index: 6;
  opacity: 0.5;
}
.main .ad-box-pc .swiper-button-prev-pc {
  width: 26px;
  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: 10px;
    border: 1px solid #fff;
    background: transparent;
    height: 5px;
    width: 5px;
    opacity: 1;
  }
  .main .ad-box-pc .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
  }
}
.main .index-tit {
  text-align: center;
  padding: 0 0 2%;
}
.main .index-tit h4 {
  font-size: 3rem;
  color: #1f70bb;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.main .index-tit p {
  font-size: 1.4rem;
  color: #595959;
  margin: 0 10%;
  line-height: 160%;
}
@media (max-width: 768px) {
  .main .index-tit p {
    margin: 0 15px;
  }
}
.main .product {
  padding: 3% 0;
  background: #f5f5f5;
}
.main .product .content .slideTxtBox .hd {
  text-align: center;
  position: relative;
  margin-bottom: 2%;
}
.main .product .content .slideTxtBox .hd ul li {
  width: auto;
  height: 44px;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
  font-size: 1.6rem;
  color: #595959;
  margin: 0 10px 15px 10px;
  padding: 0 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
@media (max-width: 1200px) {
  .main .product .content .slideTxtBox .hd ul li {
    margin-right: 0px;
    width: 117px;
  }
}
@media (max-width: 768px) {
  .main .product .content .slideTxtBox .hd ul li {
    margin: 0 1% 0px 1%;
    width: 48%;
    margin-bottom: 10px;
    float: left;
    height: 40px;
    line-height: 40px;
  }
}
.main .product .content .slideTxtBox .hd ul li:last-child {
  margin-right: 0;
}
.main .product .content .slideTxtBox .hd ul li.on {
  color: #fff;
  background: #1f70bb;
}
.main .product .content .slideTxtBox .bd ul {
  zoom: 1;
}
.main .product .content .slideTxtBox .bd li .list {
  width: 24%;
  float: left;
  margin-right: 1.333333%;
  text-align: center;
  margin-bottom: 2%;
}
@media (max-width: 768px) {
  .main .product .content .slideTxtBox .bd li .list {
    width: 49%;
    margin: 0 2% 2% 0;
  }
}
.main .product .content .slideTxtBox .bd li .list:hover .img img {
  transform: scale(1.1);
}
.main .product .content .slideTxtBox .bd li .list:hover p {
  color: #fff;
  background: #1f70bb;
}
.main .product .content .slideTxtBox .bd li .list .img {
  border: 1px solid #f4f4f4;
  overflow: hidden;
}
.main .product .content .slideTxtBox .bd li .list .img img {
  transition: 0.4s;
  width: 100%;
}
.main .product .content .slideTxtBox .bd li .list p {
  font-size: 1.4rem;
  color: #595959;
  background: #fff;
  padding: 4% 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.4s;
}
.main .product .content .slideTxtBox .bd li .list:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .main .product .content .slideTxtBox .bd li .list:nth-child(2n+2) {
    margin-right: 0;
  }
}
.main .yingyong {
  padding: 3% 0;
}
.main .yingyong .content li {
  position: relative;
  width: 49.25%;
  float: left;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
}
.main .yingyong .content li:hover .img p {
  opacity: 0;
}
.main .yingyong .content li:hover .masking {
  opacity: 1;
}
.main .yingyong .content li .img {
  position: relative;
  overflow: hidden;
}
.main .yingyong .content li .img img {
  width: 100%;
}
.main .yingyong .content li .img p {
  font-size: 1.6rem;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 8px;
  margin: 0;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .yingyong .content li .masking {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(31, 112, 187, 0.7);
  transition: 0.4s;
  opacity: 0;
}
.main .yingyong .content li .masking p {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 80px;
  text-align: center;
  font-size: 1.4rem;
  color: #1f70bb;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.main .yingyong .content li .masking p span {
  padding-top: 18px;
  display: block;
}
.main .yingyong .content li:nth-child(2) {
  margin-right: 0;
}
.main .yingyong .content li:nth-child(3) {
  width: 32.33333%;
  margin-right: 1.5%;
}
.main .yingyong .content li:nth-child(4) {
  width: 32.33333%;
  margin-right: 1.5%;
}
.main .yingyong .content li:nth-child(5) {
  width: 32.33333%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .main .yingyong {
    padding: 3% 0;
  }
  .main .yingyong .content li {
    position: relative;
    width: 100%;
    float: left;
    margin-right: 0%;
    margin-bottom: 1.5%;
  }
  .main .yingyong .content li:hover .img p {
    opacity: 0;
  }
  .main .yingyong .content li:hover .masking {
    opacity: 1;
  }
  .main .yingyong .content li .img {
    position: relative;
    overflow: hidden;
  }
  .main .yingyong .content li .img img {
    width: 100%;
  }
  .main .yingyong .content li .img p {
    font-size: 1.6rem;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 8px;
    margin: 0;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .main .yingyong .content li .masking {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(31, 112, 187, 0.7);
    transition: 0.4s;
    opacity: 0;
  }
  .main .yingyong .content li .masking p {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 80px;
    text-align: center;
    font-size: 1.4rem;
    color: #1f70bb;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
  .main .yingyong .content li .masking p span {
    padding-top: 18px;
    display: block;
  }
  .main .yingyong .content li:nth-child(2) {
    margin-right: 0;
  }
  .main .yingyong .content li:nth-child(3) {
    width: 100%;
    margin-right: 0;
  }
  .main .yingyong .content li:nth-child(4) {
    width: 100%;
    margin-right: 0;
  }
  .main .yingyong .content li:nth-child(5) {
    width: 100%;
    margin-right: 0;
  }
}
.main .about {
  padding: 3% 0;
  background: url("../images/about-bg_02.jpg") no-repeat center;
  background-size: cover;
}
.main .about .video-box {
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  .main .about .video-box {
    width: 100%;
    margin-bottom: 15px;
  }
}
.main .about .video-box video {
  width: 100%;
  border: 3px solid #fff;
}
.main .about .txt-box {
  width: 45%;
  float: right;
}
@media (max-width: 768px) {
  .main .about .txt-box {
    width: 100%;
  }
}
.main .about .txt-box h4 {
  font-size: 3rem;
  color: #1f70bb;
  font-weight: 600;
  background: url("../images/txt-line_03.jpg") no-repeat right center;
}
@media (max-width: 768px) {
  .main .about .txt-box h4 {
    background: none;
  }
}
.main .about .txt-box h4 span {
  font-size: 1.6rem;
  color: #1f70bb;
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: 500;
}
.main .about .txt-box p {
  font-size: 1.4rem;
  color: #f5f5f5;
  line-height: 220%;
  margin: 5% 0;
}
.main .about .txt-box a {
  display: block;
  width: 170px;
  text-align: center;
  height: 44px;
  line-height: 44px;
  background: #1f70bb;
  color: #fff;
  font-size: 1.4rem;
}
.main .honor {
  padding: 3% 0 2%;
  background: #f5f5f5;
}
.main .honor .content {
  padding-bottom: 31px;
  background: url("../images/honor-bg_03.jpg") center bottom;
}
.main .honor .swiper-container-honor {
  position: relative;
  background: #fff;
  padding: 3% 2%;
  overflow: hidden;
}
.main .honor .swiper-container-honor .swiper-slide {
  text-align: center;
  cursor: pointer;
}
.main .honor .swiper-container-honor .swiper-slide .box {
  position: relative;
}
.main .honor .swiper-container-honor .swiper-slide .box img {
  width: 100%;
}
.main .honor .swiper-container-honor .swiper-slide .box:hover .masking {
  opacity: 1;
}
.main .honor .swiper-container-honor .swiper-slide .box .masking {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.main .honor .swiper-container-honor .swiper-slide p {
  font-size: 1.4rem;
  color: #565656;
  margin: 6px 0 0;
}
.main .honor .swiper-container-honor .swiper-button-next4 {
  width: 45px;
  height: 45px;
  background: url("../images/honor-btn_06.png") no-repeat center;
  position: absolute;
  right: 2%;
  top: 45%;
  margin-top: -22px;
  z-index: 3;
  cursor: pointer;
}
.main .honor .swiper-container-honor .swiper-button-next4:hover {
  background: url("../images/honor-btn_11.png") no-repeat center;
}
.main .honor .swiper-container-honor .swiper-button-prev4 {
  width: 45px;
  height: 45px;
  background: url("../images/honor-btn_03.png") no-repeat center;
  position: absolute;
  left: 2%;
  top: 45%;
  margin-top: -22px;
  z-index: 3;
  cursor: pointer;
}
.main .honor .swiper-container-honor .swiper-button-prev4:hover {
  background: url("../images/honor-btn_13.png") no-repeat center;
}
.main .news {
  padding: 3% 0;
}
.main .news .content .slideTxtBox .hd {
  position: relative;
  margin-bottom: 2%;
  text-align: center;
}
.main .news .content .slideTxtBox .hd ul li {
  width: 130px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
  font-size: 1.6rem;
  color: #595959;
  margin-right: 18px;
  margin-bottom: 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.main .news .content .slideTxtBox .hd ul li:last-child {
  margin-right: 0;
}
.main .news .content .slideTxtBox .hd ul li.on {
  color: #fff;
  background: #1f70bb;
}
.main .news .content .slideTxtBox .bd ul {
  zoom: 1;
}
.main .news .content .slideTxtBox .bd li .list {
  width: 24%;
  float: left;
  margin-right: 1.333333%;
  text-align: center;
  margin-bottom: 2%;
}
@media (max-width: 768px) {
  .main .news .content .slideTxtBox .bd li .list {
    width: 49%;
    margin: 0 2% 2% 0;
  }
}
.main .news .content .slideTxtBox .bd li .list:hover .img img {
  transform: scale(1.1);
}
.main .news .content .slideTxtBox .bd li .list:hover .txt {
  background: #1f70bb;
}
.main .news .content .slideTxtBox .bd li .list:hover .txt h6 {
  color: #fff;
}
.main .news .content .slideTxtBox .bd li .list:hover .txt p {
  color: #fff;
}
.main .news .content .slideTxtBox .bd li .list:hover .txt span {
  color: #fff;
  background: url("../images/time_03.png") no-repeat left center;
}
.main .news .content .slideTxtBox .bd li .list .img {
  border: 1px solid #f4f4f4;
  overflow: hidden;
}
.main .news .content .slideTxtBox .bd li .list .img img {
  transition: 0.4s;
  width: 100%;
}
.main .news .content .slideTxtBox .bd li .list .txt {
  padding: 4%;
  background: #f5f5f5;
  text-align: left;
}
.main .news .content .slideTxtBox .bd li .list .txt h6 {
  font-size: 1.6rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .news .content .slideTxtBox .bd li .list .txt p {
  font-size: 1.4rem;
  color: #7a7a7a;
  line-height: 160%;
  margin: 3% 0 5%;
  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 .slideTxtBox .bd li .list .txt span {
  font-size: 1.4rem;
  color: #8e8e8e;
  display: block;
  padding-left: 30px;
  line-height: 22px;
  background: url("../images/time_06.png") no-repeat left center;
}
.main .news .content .slideTxtBox .bd li .list:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .main .news .content .slideTxtBox .bd li .list:nth-child(2n+2) {
    margin-right: 0;
  }
}
.footer {
  background: #2c2c2c;
}
.footer .footer-content {
  padding: 60px 0 45px;
  position: relative;
}
.footer .footer-content .list {
  float: left;
  margin-right: 3.333333%;
  width: 22.5%;
}
.footer .footer-content .list h5 {
  font-size: 1.6rem;
  color: #fff;
  text-transform: uppercase;
  padding-left: 15px;
  background: url("../images/h5-line_03.jpg") no-repeat left top;
  padding-bottom: 24px;
  border-bottom: 1px solid #434343;
  margin-bottom: 26px;
}
.footer .footer-content .list .form-box li {
  margin-bottom: 10px;
}
.footer .footer-content .list .form-box li input {
  background: #434343;
  border: none;
  padding: 0 10px;
  height: 45px;
  line-height: 45px;
  width: 100%;
  color: #ccc;
}
.footer .footer-content .list .form-box li textarea {
  background: #434343;
  border: none;
  padding: 10px;
  height: 88px;
  width: 100%;
  color: #ccc;
}
.footer .footer-content .list .form-box li:last-child input {
  font-size: 1.4rem;
  color: #fff;
  background: #1f70bb;
}
.footer .footer-content .list .contact li {
  font-size: 1.4rem;
  color: #d7d7d7;
  line-height: 200%;
  margin-bottom: 30px;
  padding-left: 38px;
}
.footer .footer-content .list .contact li:nth-child(1) {
  background: url("../images/footer-icon_03.jpg") no-repeat left center;
}
.footer .footer-content .list .contact li:nth-child(2) {
  background: url("../images/footer-icon_09.jpg") no-repeat left center;
}
.footer .footer-content .list .contact li:nth-child(3) {
  background: url("../images/footer-icon_12.jpg") no-repeat left center;
}
.footer .footer-content .list .contact li:nth-child(4) {
  background: url("../images/footer-icon_14.jpg") no-repeat left top;
}
.footer .footer-content .list .download li {
  font-size: 1.4rem;
  line-height: 200%;
  margin-bottom: 30px;
  padding-left: 38px;
  background: url("../images/footer-icon_07.jpg") no-repeat left center;
}
.footer .footer-content .list .download li a {
  color: #d7d7d7;
}
.footer .footer-content .list:nth-child(4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .footer {
    padding: 0;
  }
  .footer .footer-con2 {
    background: #474747;
    display: block!important;
    text-align: center;
  }
  .footer .footer-con2 p img {
    margin: 0;
  }
  .footer .footer-con2 p a {
    display: inline-block;
    margin: 20px 12px;
  }
  .footer .footer-con2 p a:hover img {
    margin-top: -4px;
  }
  .footer .footer-con2 h5 {
    background: #2c2c2c url("../images/lit_07.png") no-repeat right center;
    background-position: right 26px top 28px;
    margin: 0;
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid #aaa;
    padding: 18px 26px 18px 24px;
  }
  .footer .footer-con2 .list-con {
    display: none;
  }
  .footer .footer-con2 .list-con a {
    color: #fff;
    margin: 0;
    background: #474747;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
    padding: 12px 26px 12px 24px;
  }
  .footer .footer-con2 .list-con a:hover {
    color: #1e70ba;
  }
  .footer .footer-con2 .list-con li {
    color: #fff;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
    padding: 12px 26px 12px 24px;
    background: #edf2f8;
  }
  .footer .footer-con2 .form-box {
    display: none;
    padding: 3% 6%;
  }
  .footer .footer-con2 .form-box li {
    margin-bottom: 10px;
  }
  .footer .footer-con2 .form-box li input {
    background: #2c2c2c;
    border: none;
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
    width: 100%;
    color: #fff;
  }
  .footer .footer-con2 .form-box li textarea {
    background: #2c2c2c;
    border: none;
    padding: 10px;
    height: 88px;
    width: 100%;
    color: #fff;
  }
  .footer .footer-con2 .form-box li:last-child input {
    font-size: 1.4rem;
    color: #fff;
    background: #1f70bb;
  }
  .footer .footer-con2 .link {
    display: none;
    color: #fff;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
    padding: 12px 26px 12px 24px;
    background: #9a9a9a;
  }
  .footer .footer-con2 .link a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 3% 0 0;
  }
}
.footer .footer-bot {
  height: 50px;
  background: #242424;
}
.footer .footer-bot .container {
  position: relative;
}
.footer .footer-bot p {
  margin: 0;
  font-size: 1.4rem;
  color: #757575;
  line-height: 49px;
}
.footer .footer-bot p a {
  color: #757575;
}
.footer .footer-bot p a:hover {
  color: #1f70bb;
}
.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 p a:hover {
    color: #1f70bb;
  }
  .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*/
@media (max-width: 768px) {
  .ins-main {
    margin-top: 55px;
  }
}
.ins-main .ins-ad img {
  width: 100%;
}
.ins-main .nav-list {
  height: 70px;
  background: #f7f7f7;
}
.ins-main .nav-list li {
  width: 130px;
  text-align: center;
  float: left;
  border-right: 1px solid #f2f2f2;
}
@media (max-width: 992px) {
  .ins-main .nav-list li {
    width: 100px;
  }
}
.ins-main .nav-list li:hover a {
  color: #fff;
  background: #1e70ba;
}
.ins-main .nav-list li a {
  display: block;
  height: 68px;
  line-height: 68px;
  font-size: 1.6rem;
  color: #4b4b4b;
}
.ins-main .nav-list .active a {
  color: #fff;
  background: #1e70ba;
}
@media (max-width: 768px) {
  .ins-main .nav-list {
    height: auto;
    border-bottom: 1px solid #f2f2f2;
    background: #f7f7f7;
  }
  .ins-main .nav-list li {
    width: 33.333333%;
    text-align: center;
    float: left;
    border-right: 1px solid #f2f2f2;
  }
  .ins-main .nav-list li:hover a {
    color: #fff;
    background: #1e70ba;
  }
  .ins-main .nav-list li a {
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 1.6rem;
    color: #4b4b4b;
  }
  .ins-main .nav-list .active a {
    color: #fff;
    background: #1e70ba;
  }
}
.ins-main .ins-profile .content {
  padding: 3% 0;
}
.ins-main .ins-profile .content .video-box {
  width: 100%;
  margin-bottom: 20px;
}
.ins-main .ins-profile .content .txt-box {
  width: 100%;
}
.ins-main .ins-profile .content .txt-box h5 {
  font-size: 2.4rem;
  color: #1e70ba;
}
.ins-main .ins-profile .content .txt-box p {
  font-size: 1.4rem;
  color: #565656;
  line-height: 180%;
  margin-bottom: 2%;
}
.ins-main .ins-profile .content .img-box {
  margin-top: 3%;
}
.ins-main .ins-profile .content .img-box .swiper-container-img {
  overflow: hidden;
  position: relative;
}
.ins-main .ins-profile .content .img-box .swiper-container-img .swiper-slide {
  position: relative;
  cursor: pointer;
}
.ins-main .ins-profile .content .img-box .swiper-container-img .swiper-slide:hover .masking {
  opacity: 1;
}
.ins-main .ins-profile .content .img-box .swiper-container-img .swiper-slide img {
  width: 100%;
}
.ins-main .ins-profile .content .img-box .swiper-container-img .swiper-slide .masking {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
}
.ins-main .ins-profile .content .img-box .swiper-container-img .swiper-button-next4 {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  right: 2%;
  top: 50%;
  margin-top: -20px;
  background: url("../images/about-btn_03.png") no-repeat center;
  z-index: 6;
}
.ins-main .ins-profile .content .img-box .swiper-container-img .swiper-button-next4:hover {
  background: url("../images/about-btn_11.png") no-repeat center;
}
.ins-main .ins-profile .content .img-box .swiper-container-img .swiper-button-prev4 {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  left: 2%;
  top: 50%;
  margin-top: -20px;
  background: url("../images/about-btn_06.png") no-repeat center;
  z-index: 6;
}
.ins-main .ins-profile .content .img-box .swiper-container-img .swiper-button-prev4:hover {
  background: url("../images/about-btn_14.png") no-repeat center;
}
.ins-main .ins-idea {
  padding: 3% 0 1%;
}
.ins-main .ins-idea li {
  position: relative;
  margin-bottom: 15px;
}
.ins-main .ins-idea li img {
  width: 100%;
}
.ins-main .ins-idea li .txt {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2% 0 2% 3%;
  color: #fff;
}
.ins-main .ins-idea li .txt h6 {
  font-size: 1.8rem;
}
.ins-main .ins-idea li .txt p {
  font-size: 1.4rem;
  margin: 0;
}
.ins-main .ins-history {
  padding: 2% 0;
}
.ins-main .ins-history li {
  padding: 2% 0;
  background: url("../images/history-line_03.jpg") no-repeat right bottom;
  position: relative;
}
.ins-main .ins-history li:hover .years {
  background: #1e70ba;
  color: #fff;
}
.ins-main .ins-history li .years {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  text-align: center;
  line-height: 100px;
  background: #ececec;
  font-size: 2.4rem;
  color: #2c2c2c;
}
@media (max-width: 992px) {
  .ins-main .ins-history li .years {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    line-height: 80px;
  }
}
.ins-main .ins-history li .txt {
  width: 86%;
  position: absolute;
  transform: translate(-42%, -50%);
  left: 50%;
  top: 50%;
}
.ins-main .ins-history li .txt p {
  font-size: 1.6rem;
  color: #5a5a5a;
  line-height: 180%;
  margin: 0;
}
@media (max-width: 1200px) {
  .ins-main .ins-history li .txt {
    width: 84%;
    transform: translate(-40%, -50%);
  }
}
@media (max-width: 992px) {
  .ins-main .ins-history li .txt {
    width: 77%;
    transform: translate(-36%, -50%);
  }
}
@media (max-width: 992px) {
  .ins-main .ins-history li .txt {
    width: 68%;
    transform: translate(-32%, -50%);
  }
}
.ins-main .ins-culture .content {
  padding: 3% 0;
}
.ins-main .ins-culture .content li {
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
}
.ins-main .ins-culture .content li img {
  width: 100%;
}
.ins-main .ins-culture .content li p {
  height: 70px;
  line-height: 70px;
  padding: 0 12px;
  margin: 0;
  background: #f7f7f7;
  font-size: 1.6rem;
  color: #525252;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-culture .content li:nth-child(2n+2) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-culture .content {
    padding: 3% 0;
  }
  .ins-main .ins-culture .content li {
    width: 100%;
    float: left;
    margin-right: 0%;
    margin-bottom: 2%;
  }
  .ins-main .ins-culture .content li img {
    width: 100%;
  }
  .ins-main .ins-culture .content li p {
    height: 50px;
    line-height: 50px;
    padding: 0 8px;
    margin: 0;
    background: #f7f7f7;
    font-size: 1.6rem;
    color: #525252;
  }
  .ins-main .ins-culture .content li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-zuzhi {
  padding: 3% 0;
}
.ins-main .ins-zuzhi .img-top img {
  width: 100%;
}
.ins-main .ins-zuzhi .img-box {
  margin: 6% 0;
}
.ins-main .ins-zuzhi .img-box img {
  width: 100%;
}
@media (max-width: 768px) {
  .ins-main .ins-zuzhi .img-box {
    overflow: auto;
  }
  .ins-main .ins-zuzhi .img-box .img {
    width: 600px;
  }
}
.ins-main .ins-honor {
  padding: 3% 0 0;
}
.ins-main .ins-honor li {
  width: 32.333333%;
  float: left;
  margin: 0 1.5% 1.5% 0;
  text-align: center;
}
.ins-main .ins-honor li .img-box {
  border: 1px solid #f5f5f5;
  padding: 4%;
}
.ins-main .ins-honor li .img-box:hover .img .masking {
  opacity: 1;
}
.ins-main .ins-honor li .img-box .img {
  position: relative;
}
.ins-main .ins-honor li .img-box .img img {
  width: 100%;
  cursor: pointer;
}
.ins-main .ins-honor li .img-box .img .masking {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
}
.ins-main .ins-honor li p {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #646464;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-honor li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-honor {
    padding: 3% 0 0;
  }
  .ins-main .ins-honor li {
    width: 49%;
    float: left;
    margin: 0 2% 2% 0;
    text-align: center;
  }
  .ins-main .ins-honor li .img-box {
    border: 1px solid #f5f5f5;
    padding: 4%;
  }
  .ins-main .ins-honor li .img-box:hover .img .masking {
    opacity: 1;
  }
  .ins-main .ins-honor li .img-box .img {
    position: relative;
  }
  .ins-main .ins-honor li .img-box .img img {
    width: 100%;
    cursor: pointer;
  }
  .ins-main .ins-honor li .img-box .img .masking {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
    opacity: 0;
  }
  .ins-main .ins-honor li p {
    margin-top: 10px;
    font-size: 1.4rem;
    color: #646464;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-honor li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .ins-main .ins-honor li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-kaifa {
  padding: 3% 0;
}
.ins-main .ins-kaifa .img-box {
  margin-bottom: 3%;
}
.ins-main .ins-kaifa .img-box li {
  width: 32.33333%;
  float: left;
  margin-right: 1.5%;
}
@media (max-width: 768px) {
  .ins-main .ins-kaifa .img-box li {
    width: 100%;
    margin: 0 0 12px 0;
  }
}
.ins-main .ins-kaifa .img-box li img {
  width: 100%;
}
.ins-main .ins-kaifa .img-box li:nth-child(3) {
  margin-right: 0;
}
.ins-main .ins-kaifa .txt-box p {
  font-size: 1.4rem;
  color: #5f5f5f;
  line-height: 180%;
}
.ins-main .ins-quality {
  padding: 3% 0;
}
.ins-main .ins-quality .txt-box img {
  width: 100%;
  margin-bottom: 15px;
}
.ins-main .ins-quality .txt-box p {
  font-size: 1.4rem;
  color: #5f5f5f;
  line-height: 200%;
}
.ins-main .ins-quality .img-box li {
  width: 24%;
  float: left;
  margin-right: 1.33333%;
  margin-bottom: 1.5%;
}
@media (max-width: 768px) {
  .ins-main .ins-quality .img-box li {
    width: 49%;
    margin: 0 2% 0 0;
  }
}
.ins-main .ins-quality .img-box li img {
  cursor: pointer;
  width: 100%;
}
.ins-main .ins-quality .img-box li p {
  text-align: center;
  margin: 5px 0 0;
  font-size: 1.4rem;
  color: #5f5f5f;
}
.ins-main .ins-quality .img-box li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-quality .img-box li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-download li {
  padding: 4% 0 4% 73px;
  border-bottom: 1px solid #eee;
  position: relative;
  background: url("../images/ins-download_03.jpg") no-repeat left center;
}
.ins-main .ins-download li a {
  display: block;
}
.ins-main .ins-download li a:hover span {
  background: #1e70ba;
  color: #fff;
}
.ins-main .ins-download li p {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.4rem;
  color: #5f5f5f;
}
.ins-main .ins-download li span {
  display: block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
  background: #eee;
  font-size: 1.4rem;
  color: #5f5f5f;
  position: absolute;
  top: 30px;
  right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-download li {
    padding: 15px 0 15px 53px;
    border-bottom: 1px solid #eee;
    position: relative;
    background: url("../images/ins-download_03.jpg") no-repeat left center;
  }
  .ins-main .ins-download li a {
    display: block;
  }
  .ins-main .ins-download li a:hover span {
    background: #1e70ba;
    color: #fff;
  }
  .ins-main .ins-download li p {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.4rem;
    color: #5f5f5f;
    line-height: 50px;
    margin: 0;
  }
  .ins-main .ins-download li span {
    display: block;
    width: 80px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    background: #eee;
    font-size: 1.4rem;
    color: #5f5f5f;
    position: absolute;
    top: 25px;
    right: 0;
  }
}
.ins-main .ins-about {
  padding: 4% 0;
  background: #f8f8f8;
}
.ins-main .ins-about .jianjie {
  background: #fff;
  padding-bottom: 4%;
}
.ins-main .ins-about .jianjie .tit {
  text-align: center;
  padding: 3% 0;
  background: url("../images/tit-bg_03.png") no-repeat center;
}
.ins-main .ins-about .jianjie .tit h5 {
  font-size: 2.4rem;
  color: #000;
}
.ins-main .ins-about .jianjie .content {
  padding: 0 5%;
}
.ins-main .ins-about .jianjie .content .img {
  width: 40%;
  float: left;
}
.ins-main .ins-about .jianjie .content .img img {
  width: 100%;
}
.ins-main .ins-about .jianjie .content .txt {
  width: 56%;
  float: right;
}
.ins-main .ins-about .jianjie .content .txt p {
  font-size: 1.4rem;
  color: #636363;
  line-height: 200%;
  text-indent: 2.5rem;
}
.ins-main .ins-about .honor {
  background: #fff;
  padding-bottom: 4%;
  margin: 3% 0;
}
.ins-main .ins-about .honor .tit {
  text-align: center;
  padding: 3% 0;
  background: url("../images/tit-bg_03.png") no-repeat center;
}
.ins-main .ins-about .honor .tit h5 {
  font-size: 2.4rem;
  color: #000;
}
.ins-main .ins-about .honor .content {
  margin: 0 4%;
}
.ins-main .ins-about .honor .content .swiper-container-honor {
  overflow: hidden;
}
.ins-main .ins-about .honor .content .swiper-container-honor .swiper-slide {
  text-align: center;
}
.ins-main .ins-about .honor .content .swiper-container-honor .swiper-slide img {
  width: 100%;
  border: 1px solid #f0f0f0;
  cursor: pointer;
}
.ins-main .ins-about .honor .content .swiper-container-honor .swiper-slide p {
  font-size: 1.4rem;
  color: #636363;
  margin-top: 10px;
}
.ins-main .ins-about .honor .content .swiper-container-honor .swiper-pagination-honor {
  text-align: center;
}
.ins-main .ins-about .partner {
  background: #fff;
  padding-bottom: 4%;
}
.ins-main .ins-about .partner .tit {
  text-align: center;
  padding: 3% 0;
  background: url("../images/tit-bg_03.png") no-repeat center;
}
.ins-main .ins-about .partner .tit h5 {
  font-size: 2.4rem;
  color: #000;
}
.ins-main .ins-about .partner .content {
  margin: 0 4%;
}
.ins-main .ins-about .partner .content .swiper-container-partner {
  overflow: hidden;
}
.ins-main .ins-about .partner .content .swiper-container-partner .swiper-slide img {
  width: 100%;
  border: 1px solid #f0f0f0;
}
.ins-main .ins-about .partner .content .swiper-container-partner .swiper-pagination-partner {
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .ins-main .ins-about {
    padding: 4% 0;
    background: #f8f8f8;
  }
  .ins-main .ins-about .jianjie {
    background: #fff;
    padding-bottom: 4%;
  }
  .ins-main .ins-about .jianjie .content {
    padding: 0 5%;
  }
  .ins-main .ins-about .jianjie .content .img {
    width: 100%;
    float: left;
  }
  .ins-main .ins-about .jianjie .content .img img {
    width: 100%;
  }
  .ins-main .ins-about .jianjie .content .txt {
    width: 100%;
    float: right;
  }
  .ins-main .ins-about .jianjie .content .txt p {
    font-size: 1.4rem;
    color: #636363;
    line-height: 200%;
    text-indent: 2.5rem;
  }
}
.ins-main .ins-contact {
  padding: 3% 0;
}
.ins-main .ins-contact .content-top {
  border: 1px solid #f5f5f5;
}
.ins-main .ins-contact .content-top .list {
  width: 50%;
  float: left;
  height: 350px;
  padding: 15px 0 0 40px;
}
.ins-main .ins-contact .content-top .list li {
  margin: 20px 0;
  font-size: 1.4rem;
  color: #262626;
}
.ins-main .ins-contact .content-top .list li img {
  margin-right: 22px;
}
.ins-main .ins-contact .content-top .list:nth-child(5) {
  height: 290px;
}
.ins-main .ins-contact .content-top .list:nth-child(6) {
  height: 290px;
}
.ins-main .ins-contact .content-top .list-bg {
  background: #f7f7f7;
}
.ins-main .ins-contact .contact-box {
  background: #1e70ba;
  padding: 3% 4% 2%;
}
.ins-main .ins-contact .contact-box p {
  font-size: 1.4rem;
  color: #fff;
}
.ins-main .ins-contact .contact-box img {
  margin-right: 22px;
}
.ins-main .ins-contact .map-box {
  margin-top: 20px;
}
.ins-main .ins-contact .map-box .my-map {
  margin: 0 auto;
  width: 100%;
  height: 430px;
}
.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%;
}
@media (max-width: 768px) {
  .ins-main .ins-contact {
    padding: 3% 0;
  }
  .ins-main .ins-contact .content-top {
    border: 1px solid #f5f5f5;
  }
  .ins-main .ins-contact .content-top .list {
    width: 100%;
    float: left;
    height: auto;
    padding: 0 0 0 40px;
    background: #f7f7f7;
  }
  .ins-main .ins-contact .content-top .list li {
    margin: 10px 0;
    font-size: 1.4rem;
    color: #262626;
  }
  .ins-main .ins-contact .content-top .list li img {
    margin-right: 22px;
  }
  .ins-main .ins-contact .content-top .list:nth-child(5) {
    height: auto;
  }
  .ins-main .ins-contact .content-top .list:nth-child(6) {
    height: auto;
  }
  .ins-main .ins-contact .content-top .list-bg {
    background: #f7f7f7;
  }
  .ins-main .ins-contact .contact-box {
    background: #1e70ba;
    padding: 3% 4% 2%;
  }
  .ins-main .ins-contact .contact-box p {
    font-size: 1.4rem;
    color: #fff;
  }
  .ins-main .ins-contact .contact-box img {
    margin-right: 12px;
  }
  .ins-main .ins-contact .map-box {
    margin-top: 3.5%;
  }
  .ins-main .ins-contact .map-box .my-map {
    margin: 0 auto;
    width: 100%;
    height: 330px;
  }
  .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-shoufei {
  padding: 3% 0;
}
.ins-main .ins-tousu {
  padding: 3% 0;
}
.ins-main .ins-tousu .img-box img {
  width: 100%;
}
.ins-main .ins-tousu .txt-box {
  padding: 2% 0;
  z-index: 9;
  position: relative;
  background: #fff;
  width: 65%;
  margin: -5% auto 5%;
  box-shadow: 0 5px 5px #f7f7f7;
  text-align: center;
}
.ins-main .ins-tousu .txt-box h5 {
  font-size: 2.4rem;
  color: #1e70ba;
}
.ins-main .ins-tousu .txt-box p {
  font-size: 1.4rem;
  color: #565656;
}
.ins-main .ins-tousu .form-box {
  width: 65%;
  margin: 0 auto;
}
.ins-main .ins-tousu .form-box ul:nth-child(1) li:nth-child(1) {
  width: 48%;
  float: left;
}
.ins-main .ins-tousu .form-box ul:nth-child(1) li:nth-child(1) span {
  font-size: 1.4rem;
  color: #b2b2b2;
  margin-bottom: 12px;
  display: block;
}
.ins-main .ins-tousu .form-box ul:nth-child(1) li:nth-child(1) input {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #efefef;
  height: 48px;
}
.ins-main .ins-tousu .form-box ul:nth-child(1) li:nth-child(2) {
  width: 48%;
  float: right;
}
.ins-main .ins-tousu .form-box ul:nth-child(1) li:nth-child(2) span {
  font-size: 1.4rem;
  color: #b2b2b2;
  margin-bottom: 12px;
  display: block;
}
.ins-main .ins-tousu .form-box ul:nth-child(1) li:nth-child(2) input {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #efefef;
  height: 48px;
}
.ins-main .ins-tousu .form-box ul:nth-child(3) {
  margin-top: 3%;
}
.ins-main .ins-tousu .form-box ul:nth-child(3) li {
  width: 100%;
}
.ins-main .ins-tousu .form-box ul:nth-child(3) li span {
  font-size: 1.4rem;
  color: #b2b2b2;
  margin-bottom: 12px;
  display: block;
}
.ins-main .ins-tousu .form-box ul:nth-child(3) li span sup {
  color: red;
}
.ins-main .ins-tousu .form-box ul:nth-child(3) li textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #efefef;
  height: 130px;
}
.ins-main .ins-tousu .form-box ul:nth-child(4) {
  margin-top: 3%;
}
.ins-main .ins-tousu .form-box ul:nth-child(4) li {
  text-align: center;
}
.ins-main .ins-tousu .form-box ul:nth-child(4) li input {
  width: 200px;
  text-align: center;
  line-height: 50px;
  background: #1e70ba;
  cursor: pointer;
  border: none;
  font-size: 1.6rem;
  color: #fff;
}
@media (max-width: 768px) {
  .ins-main .ins-tousu {
    padding: 3% 0;
  }
  .ins-main .ins-tousu .img-box img {
    width: 100%;
  }
  .ins-main .ins-tousu .txt-box {
    padding: 2% 0;
    z-index: 9;
    position: relative;
    background: #fff;
    width: 100%;
    margin: 3% auto 5%;
    box-shadow: 0 5px 5px #f7f7f7;
    text-align: center;
  }
  .ins-main .ins-tousu .txt-box h5 {
    font-size: 2.4rem;
    color: #1e70ba;
  }
  .ins-main .ins-tousu .txt-box p {
    font-size: 1.4rem;
    color: #565656;
  }
  .ins-main .ins-tousu .form-box {
    width: 100%;
    margin: 0 auto;
  }
  .ins-main .ins-tousu .form-box ul:nth-child(1) li:nth-child(1) {
    width: 100%;
    float: left;
    margin-bottom: 3%;
  }
  .ins-main .ins-tousu .form-box ul:nth-child(1) li:nth-child(1) span {
    font-size: 1.4rem;
    color: #b2b2b2;
    margin-bottom: 12px;
    display: block;
  }
  .ins-main .ins-tousu .form-box ul:nth-child(1) li:nth-child(1) input {
    width: 100%;
    padding: 0 10px;
    border: 1px solid #efefef;
    height: 48px;
  }
  .ins-main .ins-tousu .form-box ul:nth-child(1) li:nth-child(2) {
    width: 100%;
    float: right;
  }
  .ins-main .ins-tousu .form-box ul:nth-child(1) li:nth-child(2) span {
    font-size: 1.4rem;
    color: #b2b2b2;
    margin-bottom: 12px;
    display: block;
  }
  .ins-main .ins-tousu .form-box ul:nth-child(1) li:nth-child(2) input {
    width: 100%;
    padding: 0 10px;
    border: 1px solid #efefef;
    height: 48px;
  }
  .ins-main .ins-tousu .form-box ul:nth-child(3) {
    margin-top: 3%;
  }
  .ins-main .ins-tousu .form-box ul:nth-child(3) li {
    width: 100%;
  }
  .ins-main .ins-tousu .form-box ul:nth-child(3) li span {
    font-size: 1.4rem;
    color: #b2b2b2;
    margin-bottom: 12px;
    display: block;
  }
  .ins-main .ins-tousu .form-box ul:nth-child(3) li span sup {
    color: red;
  }
  .ins-main .ins-tousu .form-box ul:nth-child(3) li textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #efefef;
    height: 130px;
  }
  .ins-main .ins-tousu .form-box ul:nth-child(4) {
    margin-top: 3%;
  }
  .ins-main .ins-tousu .form-box ul:nth-child(4) li {
    text-align: center;
  }
  .ins-main .ins-tousu .form-box ul:nth-child(4) li input {
    width: 150px;
    text-align: center;
    line-height: 50px;
    background: #1e70ba;
    cursor: pointer;
    border: none;
    font-size: 1.6rem;
    color: #fff;
  }
}
.ins-main .ins-application {
  padding: 3% 0;
}
.ins-main .ins-application .img-box img {
  width: 100%;
}
.ins-main .ins-application .txt-box {
  padding: 2% 0;
  z-index: 9;
  position: relative;
  background: #fff;
  width: 65%;
  margin: -5% auto 5%;
  box-shadow: 0 5px 5px #f7f7f7;
  text-align: center;
}
.ins-main .ins-application .txt-box h5 {
  font-size: 2.4rem;
  color: #1e70ba;
}
.ins-main .ins-application .txt-box p {
  font-size: 1.4rem;
  color: #565656;
}
.ins-main .ins-application .form-box {
  width: 65%;
  margin: 0 auto;
}
.ins-main .ins-application .form-box ul:nth-child(1) li {
  width: 48%;
  float: left;
  margin-bottom: 3%;
}
.ins-main .ins-application .form-box ul:nth-child(1) li span {
  font-size: 1.4rem;
  color: #b2b2b2;
  margin-bottom: 12px;
  display: block;
}
.ins-main .ins-application .form-box ul:nth-child(1) li span sup {
  color: red;
}
.ins-main .ins-application .form-box ul:nth-child(1) li input {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #efefef;
  height: 48px;
}
.ins-main .ins-application .form-box ul:nth-child(1) li:nth-child(even) {
  width: 48%;
  float: right;
}
.ins-main .ins-application .form-box ul:nth-child(1) li:nth-child(even) span {
  font-size: 1.4rem;
  color: #b2b2b2;
  margin-bottom: 12px;
  display: block;
}
.ins-main .ins-application .form-box ul:nth-child(1) li:nth-child(even) input {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #efefef;
  height: 48px;
}
.ins-main .ins-application .form-box ul:nth-child(3) {
  margin-top: 3%;
}
.ins-main .ins-application .form-box ul:nth-child(3) li {
  width: 100%;
}
.ins-main .ins-application .form-box ul:nth-child(3) li span {
  font-size: 1.4rem;
  color: #b2b2b2;
  margin-bottom: 12px;
  display: block;
}
.ins-main .ins-application .form-box ul:nth-child(3) li span sup {
  color: red;
}
.ins-main .ins-application .form-box ul:nth-child(3) li textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #efefef;
  height: 130px;
}
.ins-main .ins-application .form-box ul:nth-child(4) {
  margin-top: 3%;
}
.ins-main .ins-application .form-box ul:nth-child(4) li {
  text-align: center;
}
.ins-main .ins-application .form-box ul:nth-child(4) li input {
  width: 200px;
  text-align: center;
  line-height: 50px;
  background: #1e70ba;
  cursor: pointer;
  border: none;
  font-size: 1.6rem;
  color: #fff;
}
@media (max-width: 768px) {
  .ins-main .ins-application {
    padding: 3% 0;
  }
  .ins-main .ins-application .img-box img {
    width: 100%;
  }
  .ins-main .ins-application .txt-box {
    padding: 2% 0;
    z-index: 9;
    position: relative;
    background: #fff;
    width: 100%;
    margin: 5% auto 5%;
    box-shadow: 0 5px 5px #f7f7f7;
    text-align: center;
  }
  .ins-main .ins-application .txt-box h5 {
    font-size: 2.4rem;
    color: #1e70ba;
  }
  .ins-main .ins-application .txt-box p {
    font-size: 1.4rem;
    color: #565656;
  }
  .ins-main .ins-application .form-box {
    width: 100%;
    margin: 0 auto;
  }
  .ins-main .ins-application .form-box ul:nth-child(1) li {
    width: 100%;
    float: left;
    margin-bottom: 3%;
  }
  .ins-main .ins-application .form-box ul:nth-child(1) li span {
    font-size: 1.4rem;
    color: #b2b2b2;
    margin-bottom: 12px;
    display: block;
  }
  .ins-main .ins-application .form-box ul:nth-child(1) li span sup {
    color: red;
  }
  .ins-main .ins-application .form-box ul:nth-child(1) li input {
    width: 100%;
    padding: 0 10px;
    border: 1px solid #efefef;
    height: 48px;
  }
  .ins-main .ins-application .form-box ul:nth-child(1) li:nth-child(even) {
    width: 100%;
    float: right;
  }
  .ins-main .ins-application .form-box ul:nth-child(1) li:nth-child(even) span {
    font-size: 1.4rem;
    color: #b2b2b2;
    margin-bottom: 12px;
    display: block;
  }
  .ins-main .ins-application .form-box ul:nth-child(1) li:nth-child(even) input {
    width: 100%;
    padding: 0 10px;
    border: 1px solid #efefef;
    height: 48px;
  }
  .ins-main .ins-application .form-box ul:nth-child(3) {
    margin-top: 3%;
  }
  .ins-main .ins-application .form-box ul:nth-child(3) li {
    width: 100%;
  }
  .ins-main .ins-application .form-box ul:nth-child(3) li span {
    font-size: 1.4rem;
    color: #b2b2b2;
    margin-bottom: 12px;
    display: block;
  }
  .ins-main .ins-application .form-box ul:nth-child(3) li span sup {
    color: red;
  }
  .ins-main .ins-application .form-box ul:nth-child(3) li textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #efefef;
    height: 130px;
  }
  .ins-main .ins-application .form-box ul:nth-child(4) {
    margin-top: 3%;
  }
  .ins-main .ins-application .form-box ul:nth-child(4) li {
    text-align: center;
  }
  .ins-main .ins-application .form-box ul:nth-child(4) li input {
    width: 150px;
    text-align: center;
    line-height: 50px;
    background: #1e70ba;
    cursor: pointer;
    border: none;
    font-size: 1.6rem;
    color: #fff;
  }
}
.ins-main .ins-recruit {
  padding: 3% 0 0;
  background: #f3f3f3;
}
.ins-main .ins-recruit .tit {
  text-align: center;
  margin-bottom: 4%;
  background: url("../images/tit-bg_03.png") no-repeat center 82%;
}
.ins-main .ins-recruit .tit h5 {
  font-size: 2.4rem;
  color: #1f70bb;
}
.ins-main .ins-recruit .tit p {
  font-size: 1.6rem;
  color: #666;
  text-transform: uppercase;
}
.ins-main .ins-recruit .table {
  padding-bottom: 15px;
}
.ins-main .ins-recruit .table .tit2 {
  height: 60px;
  line-height: 60px;
  background: #1f70bb;
}
.ins-main .ins-recruit .table .tit2 li {
  float: left;
  text-align: center;
  width: 16.6666666%;
  font-size: 1.6rem;
  color: #fefefe;
}
.ins-main .ins-recruit .table .table-con {
  position: relative;
  z-index: 6;
  margin-top: 15px;
}
.ins-main .ins-recruit .table .table-con ul {
  margin: 0;
  cursor: pointer;
  height: 58px;
  line-height: 58px;
  border-top: 1px solid #cdcdcd;
}
.ins-main .ins-recruit .table .table-con li {
  float: left;
  height: 58px;
  line-height: 58px;
  font-size: 1.6rem;
  background: #fff;
  color: #333;
  width: 16.6666666%;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #cdcdcd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-recruit .table .table-con li span {
  color: #1f70bb;
}
.ins-main .ins-recruit .table .table-con li:first-child {
  border-left: 1px solid #cdcdcd;
}
.ins-main .ins-recruit .table .table-con .txt-box {
  display: none;
  border-bottom: 1px solid #b5b3b3;
  clear: both;
  padding: 2%;
  position: relative;
  background: #fff;
}
.ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 {
  font-size: 2.4rem;
  color: #333;
  display: inline-block;
}
.ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 b {
  color: #1f70bb;
  font-weight: 500;
}
.ins-main .ins-recruit .table .table-con .txt-box .box-tit span {
  display: inline-block;
  font-size: 1.4rem;
  color: #666;
  margin: 0 1%;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt h6 {
  font-size: 16px;
  color: #666;
  padding: 1% 0 1% 13px;
  line-height: 180%;
  background: url("../images/h6-lit_03.jpg") no-repeat left center;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 24px;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt a {
  display: inline-block;
  width: 160px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  background: #1f70bb;
  font-size: 1.6rem;
  margin: 3% 0 2%;
  color: #fff;
}
@media (max-width: 768px) {
  .ins-main .ins-recruit {
    padding: 3% 0 0;
    background: #f3f3f3;
  }
  .ins-main .ins-recruit .tit {
    text-align: center;
    margin-bottom: 4%;
    background: none;
  }
  .ins-main .ins-recruit .tit h5 {
    font-size: 2.4rem;
    color: #1f70bb;
  }
  .ins-main .ins-recruit .tit p {
    font-size: 1.6rem;
    color: #666;
    text-transform: uppercase;
  }
  .ins-main .ins-recruit .table-box {
    overflow: auto;
  }
  .ins-main .ins-recruit .table {
    width: 500px;
    max-width: 500px;
  }
  .ins-main .ins-recruit .table .tit2 {
    height: 60px;
    line-height: 60px;
    background: #1f70bb;
  }
  .ins-main .ins-recruit .table .tit2 li {
    float: left;
    text-align: center;
    width: 16.6666666%;
    font-size: 1.6rem;
    color: #fefefe;
  }
  .ins-main .ins-recruit .table .table-con {
    position: relative;
    z-index: 6;
    margin-top: 15px;
  }
  .ins-main .ins-recruit .table .table-con ul {
    margin: 0;
    cursor: pointer;
    height: 58px;
    line-height: 58px;
    border-top: 1px solid #cdcdcd;
  }
  .ins-main .ins-recruit .table .table-con li {
    float: left;
    height: 58px;
    line-height: 58px;
    font-size: 1.6rem;
    background: #fff;
    color: #333;
    width: 16.6666666%;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #cdcdcd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-recruit .table .table-con li span {
    color: #1f70bb;
  }
  .ins-main .ins-recruit .table .table-con li:first-child {
    border-left: 1px solid #cdcdcd;
  }
  .ins-main .ins-recruit .table .table-con .txt-box {
    display: none;
    border-bottom: 1px solid #b5b3b3;
    clear: both;
    padding: 2%;
    position: relative;
    background: #fff;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 {
    font-size: 2.4rem;
    color: #333;
    display: inline-block;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 b {
    color: #1f70bb;
    font-weight: 500;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .box-tit span {
    display: inline-block;
    font-size: 1.4rem;
    color: #666;
    margin: 0 1%;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .txt h6 {
    font-size: 16px;
    color: #666;
    padding: 1% 0 1% 13px;
    line-height: 180%;
    background: url("../images/h6-lit_03.jpg") no-repeat left center;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .txt p {
    font-size: 1.4rem;
    color: #666;
    line-height: 24px;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .txt a {
    display: inline-block;
    width: 160px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    background: #1f70bb;
    font-size: 1.6rem;
    margin: 3% 0 2%;
    color: #fff;
  }
}
.ins-main .ins-news li {
  padding: 3% 0;
  border-bottom: 1px solid #eee;
}
.ins-main .ins-news li:hover .txt h6 {
  color: #1e70ba;
}
.ins-main .ins-news li:hover .txt p {
  color: #1e70ba;
}
.ins-main .ins-news li .img {
  width: 34%;
  float: left;
}
.ins-main .ins-news li .img img {
  width: 100%;
}
.ins-main .ins-news li .txt {
  width: 63%;
  float: right;
}
.ins-main .ins-news li .txt h6 {
  font-size: 1.6rem;
  color: #313131;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5%;
}
.ins-main .ins-news li .txt p {
  font-size: 1.4rem;
  color: #7f7f7f;
  line-height: 170%;
  margin-bottom: 5%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -moz-line-clamp: 3;
  -o-line-clamp: 3;
}
.ins-main .ins-news li .txt span {
  display: block;
  line-height: 25px;
  color: #afafaf;
  font-size: 1.4rem;
  padding-left: 35px;
  background: url("../images/time_03.jpg") no-repeat left center;
}
.ins-main .ins-news li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-news li {
    padding: 3% 0;
    border-bottom: 1px solid #eee;
  }
  .ins-main .ins-news li:hover .txt h6 {
    color: #1e70ba;
  }
  .ins-main .ins-news li:hover .txt p {
    color: #1e70ba;
  }
  .ins-main .ins-news li .img {
    width: 100%;
    float: left;
  }
  .ins-main .ins-news li .img img {
    width: 100%;
  }
  .ins-main .ins-news li .txt {
    width: 100%;
    float: right;
  }
  .ins-main .ins-news li .txt h6 {
    font-size: 1.6rem;
    color: #313131;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5%;
  }
  .ins-main .ins-news li .txt p {
    font-size: 1.4rem;
    color: #7f7f7f;
    line-height: 170%;
    margin-bottom: 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -moz-line-clamp: 3;
    -o-line-clamp: 3;
  }
  .ins-main .ins-news li .txt span {
    display: block;
    line-height: 25px;
    color: #afafaf;
    font-size: 1.4rem;
    padding-left: 35px;
    background: url("../images/time_03.jpg") no-repeat left center;
  }
  .ins-main .ins-news li:nth-child(4n+4) {
    margin-right: 0;
  }
}
.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: 2.4rem;
  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 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: #1e70ba;
}
@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: 2.4rem;
    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: #1e70ba;
  }
}
.ins-main .ins-partner {
  padding: 2.5% 0;
}
.ins-main .ins-case {
  padding: 4% 0;
  background: #f8f8f8;
}
.ins-main .ins-case .content li {
  margin-bottom: 2%;
  width: 24%;
  margin-right: 1.3333333%;
  float: left;
}
.ins-main .ins-case .content li a {
  padding: 2%;
  background: #fff;
  transition: 0.3s;
  display: block;
}
.ins-main .ins-case .content li a:hover {
  background: #1f70bb;
}
.ins-main .ins-case .content li a:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-case .content li a:hover .txt h6 {
  color: #fff;
}
.ins-main .ins-case .content li a:hover .txt p {
  color: #fff;
}
.ins-main .ins-case .content li a:hover .txt span {
  color: #1f70bb;
  background: #fff;
}
.ins-main .ins-case .content li a .img {
  overflow: hidden;
}
.ins-main .ins-case .content li a .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-case .content li a .txt h6 {
  font-size: 1.6rem;
  color: #3b3b3b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-case .content li a .txt p {
  font-size: 1.4rem;
  color: #8c8c8c;
  line-height: 200%;
  margin-bottom: 5%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ins-main .ins-case .content li a .txt span {
  display: block;
  width: 100px;
  line-height: 25px;
  height: 25px;
  text-align: center;
  background: #f7f7f7;
  font-size: 1.4rem;
  color: #8c8c8c;
}
.ins-main .ins-case .content li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-case {
    padding: 4% 0;
    background: #f8f8f8;
  }
  .ins-main .ins-case .content li {
    margin-bottom: 2%;
    width: 49%;
    margin-right: 2%;
    float: left;
  }
  .ins-main .ins-case .content li a {
    padding: 2%;
    background: #fff;
    transition: 0.3s;
    display: block;
  }
  .ins-main .ins-case .content li a:hover {
    background: #1f70bb;
  }
  .ins-main .ins-case .content li a:hover .img img {
    transform: scale(1.1);
  }
  .ins-main .ins-case .content li a:hover .txt h6 {
    color: #fff;
  }
  .ins-main .ins-case .content li a:hover .txt p {
    color: #fff;
  }
  .ins-main .ins-case .content li a:hover .txt span {
    color: #1f70bb;
    background: #fff;
  }
  .ins-main .ins-case .content li a .img {
    overflow: hidden;
  }
  .ins-main .ins-case .content li a .img img {
    width: 100%;
    transition: 0.4s;
  }
  .ins-main .ins-case .content li a .txt h6 {
    font-size: 1.6rem;
    color: #3b3b3b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-case .content li a .txt p {
    font-size: 1.4rem;
    color: #8c8c8c;
    line-height: 200%;
    margin-bottom: 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .ins-main .ins-case .content li a .txt span {
    display: block;
    width: 100px;
    line-height: 25px;
    height: 25px;
    text-align: center;
    background: #f7f7f7;
    font-size: 1.4rem;
    color: #8c8c8c;
  }
  .ins-main .ins-case .content li:nth-child(4n+4) {
    margin-right: 0;
  }
  .ins-main .ins-case .content li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-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: #1e70ba;
  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: #1e70ba;
}
@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: #1e70ba;
    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: #1e70ba;
  }
}
.ins-main .ins-con {
  padding: 2% 0;
}
.ins-main .ins-con .ins-lf {
  width: 25%;
  float: left;
}
.ins-main .ins-con .ins-lf .lf-top {
  position: relative;
  z-index: 3;
  height: 100px;
  background: #1e70ba;
}
.ins-main .ins-con .ins-lf .lf-top h4 {
  font-size: 3rem;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 22px 0 8px 18px;
}
.ins-main .ins-con .ins-lf .lf-top p {
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  padding-left: 18px;
}
.ins-main .ins-con .ins-lf .lf-con .list-box {
  background: #f7f7f7;
  padding: 15px 0;
}
.ins-main .ins-con .ins-lf .lf-con .list-box .list {
  background: #f7f7f7;
}
.ins-main .ins-con .ins-lf .lf-con .list-box .list ul {
  margin: 0;
}
.ins-main .ins-con .ins-lf .lf-con .list-box .list h5 {
  font-size: 1.6rem;
  padding-left: 15%;
  cursor: pointer;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  height: 60px;
  line-height: 60px;
  background: url("../images/lf-lit_03.png") no-repeat 10% center;
}
.ins-main .ins-con .ins-lf .lf-con .list-box .list h5 a {
  color: #2e2e2e;
  display: block;
}
.ins-main .ins-con .ins-lf .lf-con .list-box .list .h5-active {
  background: #1e70ba url("../images/lf-lit2_03.png") no-repeat 10% center;
}
.ins-main .ins-con .ins-lf .lf-con .list-box .list .h5-active a {
  color: #fff;
}
.ins-main .ins-con .ins-lf .lf-con .list-box .list-con {
  background: #fff;
  padding: 3% 0!important;
}
.ins-main .ins-con .ins-lf .lf-con .list-box .list-active .list-con {
  display: block;
}
.ins-main .ins-con .ins-lf .lf-con .list-box .list-con {
  display: none;
}
.ins-main .ins-con .ins-lf .lf-con .list-box .sub-nav2 {
  line-height: 46px;
  font-size: 1.4rem;
  cursor: pointer;
  padding: 0% 0 0% 15%;
  background: #ffffff url("../images/lf-lit_03.png") no-repeat 10% 17px;
}
.ins-main .ins-con .ins-lf .lf-con .list-box .sub-nav2 a {
  color: #2e2e2e;
  display: block;
}
.ins-main .ins-con .ins-lf .lf-con .list-box .sub-nav2 .down {
  display: block;
}
.ins-main .ins-con .ins-lf .lf-con .list-box .sub-nav2 .a-active {
  color: #1e70ba;
}
.ins-main .ins-con .ins-lf .lf-con .list-box .sub-nav2:hover a {
  color: #1e70ba;
}
.ins-main .ins-con .ins-lf .lf-con .list-box .sub-nav2 ul {
  padding: 0px 0 5px;
  display: none;
}
.ins-main .ins-con .ins-lf .lf-con .list-box .sub-nav2 ul li {
  line-height: 35px;
  font-size: 1.4rem;
  transition: 0.2s;
}
.ins-main .ins-con .ins-lf .lf-con .list-box .sub-nav2 ul li a {
  color: #666!important;
  background: none!important;
}
.ins-main .ins-con .ins-lf .lf-con .list-box .sub-nav2 ul li:hover a {
  color: #1e70ba!important;
}
.ins-main .ins-con .ins-lf .lf-con .list-box .sub-nav2 ul .li-active a {
  color: #1e70ba!important;
}
.ins-main .ins-con .ins-lf .lf-con .list-box .sub-nav-active ul {
  display: block;
}
.ins-main .ins-con .ins-lf .lf-contact {
  margin-top: 20px;
}
.ins-main .ins-con .ins-lf .lf-contact .contact-box {
  background: #f7f7f7;
  padding: 3% 0;
}
.ins-main .ins-con .ins-lf .lf-contact .contact-box li {
  border-bottom: 1px solid #eee;
  padding: 5% 10% 5% 21%;
  font-size: 1.6rem;
  color: #2e2e2e;
}
.ins-main .ins-con .ins-lf .lf-contact .contact-box li:nth-child(1) {
  background: url("../images/lf-con-lit_03.jpg") no-repeat 10% center;
}
.ins-main .ins-con .ins-lf .lf-contact .contact-box li:nth-child(2) {
  background: url("../images/lf-con-lit_06.jpg") no-repeat 10% center;
}
.ins-main .ins-con .ins-lf .lf-contact .contact-box li:nth-child(3) {
  background: url("../images/lf-con-lit_08.jpg") no-repeat 10% center;
}
.ins-main .ins-con .ins-lf .lf-contact .contact-box li:nth-child(4) {
  background: url("../images/lf-con-lit_10.jpg") no-repeat 10% 14px;
}
.ins-main .ins-con .ins-rt {
  width: 72.65%;
  float: right;
}
.ins-main .ins-con .ins-rt .rt-top {
  border-bottom: 1px solid #eee;
}
.ins-main .ins-con .ins-rt .rt-top h5 {
  float: left;
  font-size: 1.8rem;
  color: #2e2e2e;
}
.ins-main .ins-con .ins-rt .rt-top .ins-nav {
  float: right;
  margin-top: 10px;
}
.ins-main .ins-con .ins-rt .rt-top .ins-nav p {
  font-size: 1.4rem;
  color: #969696;
  margin: 0;
}
.ins-main .ins-con .ins-rt .rt-top .ins-nav p a {
  color: #969696;
}
.ins-main .ins-con .ins-rt .rt-top .ins-nav p a:hover {
  color: #1e70ba;
}
.ins-main .ins-con .ins-rt .rt-top .ins-nav p .active {
  color: #1e70ba;
}
@media (max-width: 768px) {
  .ins-main .ins-con {
    padding: 2% 0;
  }
  .ins-main .ins-con .ins-lf {
    width: 100%;
    float: left;
  }
  .ins-main .ins-con .ins-lf .lf-top {
    position: relative;
    z-index: 3;
    height: 76px;
    background: #1e70ba;
  }
  .ins-main .ins-con .ins-lf .lf-top h4 {
    font-size: 3rem;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 14px 0 8px 18px;
  }
  .ins-main .ins-con .ins-lf .lf-top p {
    font-size: 1.4rem;
    color: #fff;
    text-transform: uppercase;
    padding-left: 18px;
  }
  .ins-main .ins-con .ins-lf .lf-con {
    margin-top: 10px;
  }
  .ins-main .ins-con .ins-lf .lf-con .list-box {
    background: #f7f7f7;
    padding: 0;
  }
  .ins-main .ins-con .ins-lf .lf-con .list-box .list {
    background: #f7f7f7;
  }
  .ins-main .ins-con .ins-lf .lf-con .list-box .list ul {
    margin: 0;
  }
  .ins-main .ins-con .ins-lf .lf-con .list-box .list h5 {
    font-size: 1.6rem;
    padding-left: 15%;
    cursor: pointer;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
    height: 50px;
    line-height: 50px;
    background: url("../images/lf-lit_03.png") no-repeat 10% center;
  }
  .ins-main .ins-con .ins-lf .lf-con .list-box .list h5 a {
    color: #2e2e2e;
  }
  .ins-main .ins-con .ins-lf .lf-con .list-box .list-con {
    background: #fff;
    padding: 1% 0!important;
  }
  .ins-main .ins-con .ins-lf .lf-con .list-box .list-active .list-con {
    display: block;
  }
  .ins-main .ins-con .ins-lf .lf-con .list-box .list-con {
    display: none;
  }
  .ins-main .ins-con .ins-lf .lf-con .list-box .sub-nav2 {
    line-height: 35px;
    font-size: 1.4rem;
    cursor: pointer;
    padding: 0% 0 0% 15%;
    background: #ffffff url("../images/lf-lit_03.png") no-repeat 10% 12px;
  }
  .ins-main .ins-con .ins-lf .lf-con .list-box .sub-nav2 a {
    color: #2e2e2e;
    display: block;
  }
  .ins-main .ins-con .ins-lf .lf-con .list-box .sub-nav2 .down {
    display: block;
  }
  .ins-main .ins-con .ins-lf .lf-con .list-box .sub-nav2 .a-active {
    color: #1e70ba;
  }
  .ins-main .ins-con .ins-lf .lf-con .list-box .sub-nav2:hover a {
    color: #1e70ba;
  }
  .ins-main .ins-con .ins-lf .lf-con .list-box .sub-nav2 ul {
    padding: 0px 0 5px;
    display: none;
  }
  .ins-main .ins-con .ins-lf .lf-con .list-box .sub-nav2 ul li {
    line-height: 28px;
    font-size: 1.4rem;
    transition: 0.2s;
  }
  .ins-main .ins-con .ins-lf .lf-con .list-box .sub-nav2 ul li a {
    color: #666!important;
    background: none!important;
  }
  .ins-main .ins-con .ins-lf .lf-con .list-box .sub-nav2 ul li:hover a {
    color: #1e70ba!important;
  }
  .ins-main .ins-con .ins-lf .lf-con .list-box .sub-nav2 ul .li-active a {
    color: #1e70ba!important;
  }
  .ins-main .ins-con .ins-lf .lf-con .list-box .sub-nav-active ul {
    display: block;
  }
  .ins-main .ins-con .ins-lf .lf-contact {
    margin-top: 20px;
  }
  .ins-main .ins-con .ins-lf .lf-contact .contact-box {
    background: #f7f7f7;
    padding: 3% 0;
  }
  .ins-main .ins-con .ins-lf .lf-contact .contact-box li {
    border-bottom: 1px solid #eee;
    padding: 5% 10% 5% 21%;
    font-size: 1.6rem;
    color: #2e2e2e;
  }
  .ins-main .ins-con .ins-lf .lf-contact .contact-box li:nth-child(1) {
    background: url("../images/lf-con-lit_03.jpg") no-repeat 10% center;
  }
  .ins-main .ins-con .ins-lf .lf-contact .contact-box li:nth-child(2) {
    background: url("../images/lf-con-lit_06.jpg") no-repeat 10% center;
  }
  .ins-main .ins-con .ins-lf .lf-contact .contact-box li:nth-child(3) {
    background: url("../images/lf-con-lit_08.jpg") no-repeat 10% center;
  }
  .ins-main .ins-con .ins-lf .lf-contact .contact-box li:nth-child(4) {
    background: url("../images/lf-con-lit_10.jpg") no-repeat 10% 14px;
  }
  .ins-main .ins-con .ins-rt {
    width: 100%;
    float: right;
  }
  .ins-main .ins-con .ins-rt .rt-top {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
  }
  .ins-main .ins-con .ins-rt .rt-top h5 {
    float: none;
    font-size: 1.6rem;
    color: #272727;
  }
  .ins-main .ins-con .ins-rt .rt-top .ins-nav {
    float: none;
    margin-top: 10px;
  }
  .ins-main .ins-con .ins-rt .rt-top .ins-nav p {
    font-size: 1.4rem;
    color: #949494;
    margin: 0;
  }
  .ins-main .ins-con .ins-rt .rt-top .ins-nav p a {
    color: #949494;
  }
  .ins-main .ins-con .ins-rt .rt-top .ins-nav p a:hover {
    color: #272727;
  }
  .ins-main .ins-con .ins-rt .rt-top .ins-nav p .active {
    color: #272727;
  }
}
.ins-main .ins-product {
  padding: 2% 0;
}
.ins-main .ins-product li {
  width: 32.33333%;
  float: left;
  margin-right: 1.5%;
  text-align: center;
  margin-bottom: 1.5%;
}
@media (max-width: 768px) {
  .ins-main .ins-product li {
    width: 49%;
    margin: 0 2% 2% 0;
  }
}
.ins-main .ins-product li:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-product li:hover p {
  color: #fff;
  background: #1f70bb;
}
.ins-main .ins-product li .img {
  border: 1px solid #f4f4f4;
  overflow: hidden;
}
.ins-main .ins-product li .img img {
  transition: 0.4s;
  width: 100%;
}
.ins-main .ins-product li p {
  font-size: 1.4rem;
  color: #595959;
  background: #fff;
  padding: 4% 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.4s;
}
.ins-main .ins-product li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-product li:nth-child(3n+3) {
    margin-right: 1.5%;
  }
  .ins-main .ins-product li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .product-show {
  padding: 3% 0;
  background: #fff;
}
.ins-main .product-show .top-show {
  background: #fff;
  margin: 0 0 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 .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 #1e70ba;
}
.ins-main .product-show .top-show .right {
  width: 49%;
  float: right;
}
.ins-main .product-show .top-show .right .txt h5 {
  font-size: 1.6rem;
  color: #383838;
  margin: 3% 0;
}
.ins-main .product-show .top-show .right .txt h5 span {
  float: right;
  font-size: 1.4rem;
  color: #b3b3b3;
}
.ins-main .product-show .top-show .right .txt h5 span b {
  font-size: 1.8rem;
  color: #ff0000;
}
.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.4rem;
  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 .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;
}
.ins-main .product-show .content-box .box-tit h5 {
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #1e70ba;
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.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: #1e70ba;
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.ins-main .product-show .recomend .swiper-container-recomend {
  overflow: hidden;
  position: relative;
  padding: 3% 0 0;
}
.ins-main .product-show .recomend .swiper-slide:hover p {
  color: #1e70ba;
}
.ins-main .product-show .recomend .swiper-slide .img {
  border: 1px solid #f5f5f5;
  position: relative;
}
.ins-main .product-show .recomend .swiper-slide .img img {
  width: 100%;
}
.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 0 0 0;
}
@media (max-width: 768px) {
  .ins-main .product-show {
    padding: 4% 0;
    background: #fff;
  }
  .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 #1e70ba;
  }
  .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: #1e70ba;
    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: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #1e70ba;
    color: #fff;
    font-size: 1.6rem;
  }
  .ins-main .product-show .recomend {
    background: #fff;
  }
  .ins-main .product-show .recomend .recomend-tit h5 {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #1e70ba;
    color: #fff;
    font-size: 1.6rem;
  }
  .ins-main .product-show .recomend .swiper-container-recomend {
    overflow: hidden;
    position: relative;
    padding: 3% 0 0;
  }
}
.page-num {
  clear: both;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  padding: 3% 0 3%;
}
.page-num span {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin: 0 2px;
  background-color: #1e70ba;
  color: #fff;
  font-size: 14px;
}
.page-num a {
  display: inline-block;
  padding: 0 12px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin: 0 2px;
  background-color: #f1f1f1;
  color: #333;
  font-size: 14px;
}
.page-num a:hover {
  color: #fff;
  border-color: #1e70ba;
  background-color: #1e70ba;
}
@media (max-width: 768px) {
  .page-num {
    clear: both;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    padding: 4% 0 4%;
  }
  .page-num span {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin: 0 2px;
    background-color: #1e70ba;
    color: #fff;
    font-size: 14px;
    margin-bottom: 1%;
  }
  .page-num a {
    display: inline-block;
    padding: 0 12px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin: 0 2px;
    background-color: #f1f1f1;
    color: #333;
    font-size: 14px;
    margin-bottom: 1%;
  }
  .page-num a:hover {
    color: #fff;
    border-color: #1e70ba;
    background-color: #1e70ba;
  }
}
.ins-service .img img {
  width: 100%;
  margin-bottom: 3%;
}
.nav-shadow {
  box-shadow: 0 0 15px #cdcbcb;
}
.ins-policy {
  padding: 3% 0 2%;
}
.ins-policy li {
  width: 32.333333%;
  float: left;
  margin: 0 1.5% 1.5% 0;
}
@media (max-width: 768px) {
  .ins-policy li {
    width: 100%;
    margin: 0 0% 2% 0;
  }
}
.ins-policy li img {
  width: 100%;
}
.ins-policy li h6 {
  line-height: 40px;
  font-size: 1.8rem;
  color: #1e70ba;
  margin-top: 10px;
}
.ins-policy li h6 span {
  display: inline-block;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #1e70ba;
  font-size: 1.8rem;
  color: #fff;
  margin-right: 10px;
}
.ins-policy li p {
  font-size: 1.4rem;
  color: #606060;
  line-height: 160%;
  height: 44px;
}
.ins-policy li:nth-child(3n+3) {
  margin-right: 0;
}
.ins-jxs {
  padding: 3% 0 2%;
}
.ins-jxs li {
  width: 49%;
  float: left;
  margin: 0 2% 2% 0;
}
.ins-jxs li img {
  width: 100%;
  cursor: pointer;
}
.ins-jxs li:nth-child(2n+2) {
  margin-right: 0;
}
.ins-jiameng .jiameng-top {
  padding: 3% 0;
}
.ins-jiameng .jiameng-top .img {
  width: 52.4%;
  float: left;
}
.ins-jiameng .jiameng-top .img img {
  width: 100%;
}
.ins-jiameng .jiameng-top .txt-box {
  width: 40%;
  float: right;
}
.ins-jiameng .jiameng-top .txt-box .list {
  padding: 4% 0 1%;
  border-bottom: 1px solid #e5e5e5;
}
.ins-jiameng .jiameng-top .txt-box .list h6 {
  font-size: 1.8rem;
  color: #1e70ba;
  font-weight: 600;
  margin-bottom: 5%;
}
.ins-jiameng .jiameng-top .txt-box .txt span {
  display: block;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  border-radius: 90px;
  background: #6494b5;
  color: #fff;
  font-size: 2.4rem;
  margin: 5% 0;
}
.ins-jiameng .jiameng-top .txt-box .txt p {
  font-size: 1.8rem;
  color: #1e70ba;
}
.ins-jiameng .question {
  padding: 3% 0 2%;
  background: #f7f7f7;
}
.ins-jiameng .question li {
  width: 49%;
  float: left;
  margin: 0 2% 2% 0;
  background: #fff;
}
.ins-jiameng .question li .img {
  width: 50%;
  float: left;
}
.ins-jiameng .question li .img img {
  width: 100%;
}
.ins-jiameng .question li .txt {
  width: 50%;
  float: right;
  padding: 10% 5%;
}
.ins-jiameng .question li .txt p {
  font-size: 1.4rem;
  color: #1e70ba;
  line-height: 160%;
  margin-bottom: 15%;
}
.ins-jiameng .question li .txt a {
  display: block;
  width: 160px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #f24040;
  color: #fff;
  font-size: 1.4rem;
}
.ins-jiameng .question li:nth-child(2n+2) {
  margin-right: 0;
}
.ins-jiameng .app img {
  width: 100%;
}
.ins-jiameng .ro .img {
  width: 50%;
  float: left;
}
.ins-jiameng .ro .img img {
  width: 100%;
}
.ins-jiameng .ro .txt {
  width: 50%;
  float: left;
  padding: 10% 0;
}
.ins-jiameng .ro .txt h5 {
  font-size: 3rem;
  color: #1e70ba;
}
.ins-jiameng .ro .txt p {
  font-size: 1.6rem;
  color: #4a4a4a;
  line-height: 220%;
  margin-top: 6%;
}
.ins-jiameng .peixun {
  padding: 3% 0 4%;
  background: #f7f7f7;
}
.ins-jiameng .peixun .container {
  position: relative;
}
.ins-jiameng .peixun .peixun-tit {
  text-align: center;
  margin-bottom: 4%;
}
.ins-jiameng .peixun .peixun-tit h5 {
  font-size: 2.4rem;
  color: #1e70ba;
}
.ins-jiameng .peixun .peixun-tit b {
  display: inline-block;
  background: #1e70ba;
  width: 40px;
  height: 1px;
}
.ins-jiameng .peixun .swiper-container-px {
  overflow: hidden;
}
.ins-jiameng .peixun .swiper-container-px .swiper-slide {
  padding: 1%;
  background: #fff;
}
.ins-jiameng .peixun .swiper-container-px .swiper-slide .list {
  position: relative;
  cursor: pointer;
}
.ins-jiameng .peixun .swiper-container-px .swiper-slide .list:hover .masking {
  opacity: 1;
}
.ins-jiameng .peixun .swiper-container-px .swiper-slide .list .img-box img {
  width: 100%;
}
.ins-jiameng .peixun .swiper-container-px .swiper-slide .list .masking {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  opacity: 0;
}
.ins-jiameng .peixun .swiper-container-px .swiper-slide .list .masking img {
  width: 100%;
}
.ins-jiameng .peixun .swiper-button-next4 {
  position: absolute;
  top: 65%;
  right: -15px;
  cursor: pointer;
}
.ins-jiameng .peixun .swiper-button-prev4 {
  position: absolute;
  top: 65%;
  left: -15px;
  cursor: pointer;
}
.ins-jiameng .hot {
  height: 580px;
  background: url("../images/hot_02.jpg") no-repeat center;
}
.ins-jiameng .form-box {
  padding: 3% 0;
}
.ins-jiameng .form-box .box-tit {
  text-align: center;
  margin-bottom: 4%;
}
.ins-jiameng .form-box .box-tit h5 {
  font-size: 2.4rem;
  color: #1e70ba;
}
.ins-jiameng .form-box .box-tit b {
  display: inline-block;
  background: #f24040;
  width: 40px;
  height: 1px;
}
.ins-jiameng .form-box form ul:nth-child(1) li {
  width: 32.333333%;
  margin-right: 1.5%;
  float: left;
}
.ins-jiameng .form-box form ul:nth-child(1) li input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #e9e9e9;
  padding: 0 10px;
  font-size: 1.6rem;
  color: #878787;
}
.ins-jiameng .form-box form ul:nth-child(1) li select {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #e9e9e9;
  padding: 0 10px;
  font-size: 1.6rem;
  color: #878787;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */

  -webkit-appearance: none;
  /* Safari 和 Chrome */

  background: url("../images/city_05.jpg") no-repeat 95% center;
}
.ins-jiameng .form-box form ul:nth-child(1) li:nth-child(3) {
  margin-right: 0;
}
.ins-jiameng .form-box form ul:nth-child(3) {
  text-align: center;
  margin-top: 3%;
}
.ins-jiameng .form-box form ul:nth-child(3) input {
  width: 250px;
  text-align: center;
  height: 64px;
  line-height: 64px;
  background: #f24040;
  border: none;
  cursor: pointer;
  font-size: 1.6rem;
  color: #fff;
}
@media (max-width: 768px) {
  .ins-jiameng .jiameng-top {
    padding: 3% 0;
  }
  .ins-jiameng .jiameng-top .img {
    width: 100%;
    float: left;
  }
  .ins-jiameng .jiameng-top .img img {
    width: 100%;
  }
  .ins-jiameng .jiameng-top .txt-box {
    width: 100%;
    float: right;
  }
  .ins-jiameng .jiameng-top .txt-box .list {
    padding: 4% 0 1%;
    border-bottom: 1px solid #e5e5e5;
  }
  .ins-jiameng .jiameng-top .txt-box .list h6 {
    font-size: 1.8rem;
    color: #1e70ba;
    font-weight: 600;
    margin-bottom: 5%;
  }
  .ins-jiameng .jiameng-top .txt-box .txt span {
    display: block;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    border-radius: 90px;
    background: #6494b5;
    color: #fff;
    font-size: 2.4rem;
    margin: 5% 0;
  }
  .ins-jiameng .jiameng-top .txt-box .txt p {
    font-size: 1.8rem;
    color: #1e70ba;
  }
  .ins-jiameng .question {
    padding: 3% 0 2%;
    background: #f7f7f7;
  }
  .ins-jiameng .question li {
    width: 100%;
    float: left;
    margin: 0 0 2% 0;
    background: #fff;
  }
  .ins-jiameng .question li .img {
    width: 100%;
    float: left;
  }
  .ins-jiameng .question li .img img {
    width: 100%;
  }
  .ins-jiameng .question li .txt {
    width: 100%;
    float: right;
    padding: 10% 5%;
  }
  .ins-jiameng .question li .txt p {
    font-size: 1.6rem;
    color: #1e70ba;
    line-height: 160%;
    margin-bottom: 15%;
  }
  .ins-jiameng .question li .txt a {
    display: block;
    width: 160px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #f24040;
    color: #fff;
    font-size: 1.4rem;
  }
  .ins-jiameng .question li:nth-child(2n+2) {
    margin-right: 0;
  }
  .ins-jiameng .app img {
    width: 100%;
  }
  .ins-jiameng .ro .img {
    width: 100%;
    float: left;
  }
  .ins-jiameng .ro .img img {
    width: 100%;
  }
  .ins-jiameng .ro .txt {
    width: 100%;
    float: left;
    padding: 10% 0;
  }
  .ins-jiameng .ro .txt h5 {
    font-size: 3rem;
    color: #1e70ba;
  }
  .ins-jiameng .ro .txt p {
    font-size: 1.6rem;
    color: #4a4a4a;
    line-height: 220%;
    margin-top: 6%;
  }
  .ins-jiameng .peixun {
    padding: 3% 0 4%;
    background: #f7f7f7;
  }
  .ins-jiameng .peixun .container {
    position: relative;
  }
  .ins-jiameng .peixun .peixun-tit {
    text-align: center;
    margin-bottom: 4%;
  }
  .ins-jiameng .peixun .peixun-tit h5 {
    font-size: 2.4rem;
    color: #1e70ba;
  }
  .ins-jiameng .peixun .peixun-tit b {
    display: inline-block;
    background: #1e70ba;
    width: 40px;
    height: 1px;
  }
  .ins-jiameng .peixun .swiper-container-px {
    overflow: hidden;
  }
  .ins-jiameng .peixun .swiper-container-px .swiper-slide {
    padding: 1%;
    background: #fff;
  }
  .ins-jiameng .peixun .swiper-container-px .swiper-slide .list {
    position: relative;
    cursor: pointer;
  }
  .ins-jiameng .peixun .swiper-container-px .swiper-slide .list:hover .masking {
    opacity: 1;
  }
  .ins-jiameng .peixun .swiper-container-px .swiper-slide .list .img-box img {
    width: 100%;
  }
  .ins-jiameng .peixun .swiper-container-px .swiper-slide .list .masking {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    opacity: 0;
  }
  .ins-jiameng .peixun .swiper-container-px .swiper-slide .list .masking img {
    width: 100%;
  }
  .ins-jiameng .peixun .swiper-button-next4 {
    position: absolute;
    top: 65%;
    right: -15px;
    cursor: pointer;
  }
  .ins-jiameng .peixun .swiper-button-prev4 {
    position: absolute;
    top: 65%;
    left: -15px;
    cursor: pointer;
  }
  .ins-jiameng .hot {
    height: 580px;
    background: url("../images/hot_02.jpg") no-repeat center;
  }
  .ins-jiameng .form-box {
    padding: 3% 0;
  }
  .ins-jiameng .form-box .box-tit {
    text-align: center;
    margin-bottom: 4%;
  }
  .ins-jiameng .form-box .box-tit h5 {
    font-size: 2.4rem;
    color: #1e70ba;
  }
  .ins-jiameng .form-box .box-tit b {
    display: inline-block;
    background: #f24040;
    width: 40px;
    height: 1px;
  }
  .ins-jiameng .form-box form ul:nth-child(1) li {
    width: 100%;
    margin-right: 0%;
    float: left;
    margin-bottom: 15px;
  }
  .ins-jiameng .form-box form ul:nth-child(1) li input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #e9e9e9;
    padding: 0 10px;
    font-size: 1.6rem;
    color: #878787;
  }
  .ins-jiameng .form-box form ul:nth-child(1) li select {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #e9e9e9;
    padding: 0 10px;
    font-size: 1.6rem;
    color: #878787;
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
  
    -webkit-appearance: none;
    /* Safari 和 Chrome */
  
    background: url("../images/city_05.jpg") no-repeat 95% center;
  }
  .ins-jiameng .form-box form ul:nth-child(1) li:nth-child(3) {
    margin-right: 0;
  }
  .ins-jiameng .form-box form ul:nth-child(3) {
    text-align: center;
    margin-top: 3%;
  }
  .ins-jiameng .form-box form ul:nth-child(3) input {
    width: 150px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: #f24040;
    border: none;
    cursor: pointer;
    font-size: 1.6rem;
    color: #fff;
  }
}
