﻿Fbody {
  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-top {
  height: 40px;
  background: #efefef;
  line-height: 40px;
}
.header .header-top p {
  font-size: 1.4rem;
  color: #6c6c6c;
  margin: 0;
}
.header .header-top .lf {
  float: left;
}
.header .header-top .rt {
  float: right;
}
.header .header-top span {
  margin-left: 43px;
  padding-left: 28px;
}
.header .header-top span:nth-child(1) {
  background: url("../images/header-icon_03.jpg") no-repeat left center;
}
.header .header-top span:nth-child(2) {
  background: url("../images/header-icon_05.jpg") no-repeat left center;
}
.header .header-box {
  background: #fff;
  height: 100px;
  line-height: 100px;
  width: 100%;
  z-index: 999;
}
.header .header-box .container {
  position: relative;
}
.header .header-box .logo {
  float: left;width:100%;
}
.header .header-box .nav-con {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  float: right;
    background: #264ca1;
}
.header .header-box .nav-con #nav {
  width: 100%;
  float: right;
  margin-bottom: 0;
        height: 50px;
}
.header .header-box .nav-con #nav .sub-nav {
  text-align: center;
  position: relative;
  line-height: 50px;
  transition: 0.3s;
  margin: 0 1px;
  text-transform: uppercase;
  display: inline-block;
  *display: inline;
  *zoom: 1;
    width: 13.8%;
    top: -25px;
}
.header .header-box .nav-con #nav .sub-nav:hover a {
  color: #fff;;
    background: #cc0917;
}
.header .header-box .nav-con #nav .on { color: #fff;;
    background: #cc0917;}
.header .header-box .nav-con #nav .sub-nav a {
  color: #fff;
  font-size: 1.6rem;
  display: block;
  height: 100%;
 /* padding: 0 2rem;*/
}
@media (max-width: 992px) {
  .header .header-box .nav-con #nav .sub-nav a {
    padding: 0 1rem;
  }
}
.header .header-box .nav-con #nav .sub-nav .drop-down {
  z-index: 999;
  position: absolute;
  top: 50px;
  left:0;
  display: none;
}
.header .header-box .nav-con #nav .sub-nav .drop-down:after {
  content: '';
  width: 15px;
  height: 8px;
  background: url("../images/nav-angle_03.jpg") no-repeat center;
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -7px;
}
.header .header-box .nav-con #nav .sub-nav .slideTxtBox ul li a { font-size: 14px;}
.header .header-box .nav-con #nav .sub-nav .drop-down {
  width: 161px;
  text-align: center;
  background: #fff;
 /* border-radius: 12px;*/
 /*box-shadow: 0 0 20px #efefef;*/
      padding: 5px;
}
.header .header-box .nav-con #nav .sub-nav .drop-down .slideTxtBox .hd {
   width: 100%
  float: left;
  position: relative;
}
.header .header-box .nav-con #nav .sub-nav .drop-down .slideTxtBox .hd ul li {
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 36px;
}
.header .header-box .nav-con #nav .sub-nav .drop-down .slideTxtBox .hd ul li a {
  color: #727272;
}
.header .header-box .nav-con #nav .sub-nav:hover .drop-down .slideTxtBox .hd ul li a {background: #fff;}
.header .header-box .nav-con #nav .sub-nav .drop-down .slideTxtBox .hd ul li.on a {
  color: #24469f;
}
.header .header-box .nav-con #nav .sub-nav .drop-down .slideTxtBox .bd {
  float: right;
}
.header .header-box .nav-con #nav .sub-nav .drop-down .slideTxtBox .bd li img {
  width: 147px;
  height: 142px;
  border: 1px solid #f5f5f5;
}
.header .header-box .nav-con #nav .sub-nav:last-child {
  padding-right: 0;
}
.header .header-box .nav-con #nav .active a {
  color: #24469f;
}
.header .header-box .search-con .toggle-btn {
  position: absolute;
  top: 35px;
  right: 15px;
  width: 22px;
  height: 25px;
  cursor: pointer;
  background: url("../images/search-btn_03.jpg") no-repeat center;
}
.header .header-box .search-con .search {
  display: none;
  position: absolute;
  right: 50px;
  top: 20px;
  width: 260px;
  height: 60px;
 /* border-top: 4px solid #24469f;*/
  background-color: #fff;
  z-index: 10;
  line-height: 60px;
}
.header .header-box .search-con .search .txt {
  margin: 8px 7px;
  width: 246px;
  height: 43px;
  border: none;
  padding: 0 14px ;
  background-color: #f4f4f4;
}
.header .header-box .search-con .search .submit {
  width: 58px;
  height: 39px;
  border: none;
  background-color: #24469f;
  position: absolute;
  top: 10px;
  right: 8px;
  text-align: center;
  line-height: 39px;
  border-radius: 2px;
  color: #fff;
}
.header .header-box .language {
  position: absolute;
  right: 15px;
  top: 0px;
}
.header .header-box .language a {
  font-size: 1.4rem;
  color: #c3c3c3;
}
.header .header-box .language a:hover {
  color: #fff;
}
.header .mobile-con .navbar-default .navbar-nav > li > a:hover,
.header .mobile-con .navbar-default .navbar-nav > li > a:focus {
  color: #24469f;
}
.header .mobile-con .navbar-default {
  background: #fff;
}
.header .mobile-con .navbar-header .navbar-brand {
  float: none;
  line-height: 0;
  padding: 0;
}
.header .mobile-con .navbar-brand > img {
  margin: 6px 0 0 3%;
  width: 70%;
}
.header .mobile-con .navbar-brand span {
  display: inline-block;
  position: absolute;
  left: 116px;
  top: 31px;
  font-size: 16px;
  color: #333;
}
.header .mobile-con .nivo-directionNav {
  display: none;
}
.header .mobile-con .box .nivo-controlNav {
  margin-left: -16px;
  bottom: -6px;
}
.header .mobile-con .nivo-controlNav a {
  width: 6px;
  height: 6px;
  margin: 0 3px;
}
.header .mobile-con .navbar-toggle {
  margin-top: 11px;
}
.header .mobile-con .language {
  display: inline-block;
  position: relative;
  margin: 17px 12px 0 0;
  float: right;
  color: #c3c3c3;
}
.header .mobile-con .language a {
  font-size: 14px;
  padding: 0px 6px;
  color: #c3c3c3;
}
.header .mobile-con .language a:hover {
  color: #fff;
}
.header .mobile-con .language .active {
  color: #fff;
}
.header .mobile-con .navbar-nav {
  height: 500px;
  overflow: auto;
}
.header .mobile-con .dropdown .txt {
  margin-left: 20px;
}
.header .mobile-con .dropdown .txt h6 {
  font-size: 14px;
}
.header .mobile-con .dropdown .txt a {
  font-size: 13px;
  display: inline-block;
  margin: 4px 12px;
  color: #666;
}
.header .mobile-con .dropdown .txt a:hover {
  color: #1b75cf;
}
/*mobile-header*/
@media (max-width: 768px) {
  .pc-con {
    display: none!important;
  }
  .mobile-con {
    display: block!important;
  }
}
/*main*/
.main {
  clear: both;
}
@media (max-width: 768px) {
  .main {
    margin-top: 55px;
  }
}
.main .ad-box-pc {
  margin-top: -1px;
}
.main .ad-box-pc .swiper-container-pc {
  overflow: hidden;
  position: relative;
}
.main .ad-box-pc .swiper-container-pc:hover .swiper-button-next-pc {
  opacity: 1;
}
.main .ad-box-pc .swiper-container-pc:hover .swiper-button-prev-pc {
  opacity: 1;
}
.main .ad-box-pc .top-banner {
  width: 100%;
  position: relative;
}
.main .ad-box-pc .swiper-slide {
  overflow: hidden;
}
.main .ad-box-pc .swiper-slide img {
  width: 100%;
  transition: 2.5s linear;
  transform: scale(1.06);
}
.main .ad-box-pc .swiper-slide-active img {
  transform: scale(1);
}
.main .ad-box-pc .swiper-pagination {
  position: absolute;
  bottom: 5%;
  z-index: 99;
}
.main .ad-box-pc .swiper-pagination-bullet {
  border-radius: 10px;
  border: 1px solid #fff;
  background: transparent;
  height: 9px;
  width: 9px;
  opacity: 1;
}
.main .ad-box-pc .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.main .ad-box-pc .swiper-button-next-pc {
  width: 26px;
  height: 51px;
  cursor: pointer;
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -26px;
  background: url("../images/next_03.png") no-repeat center;
  z-index: 6;
  opacity: 0.5;
}
.main .ad-box-pc .swiper-button-prev-pc {
  width: 26px;
  height: 51px;
  cursor: pointer;
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -26px;
  background: url("../images/prev_03.png") no-repeat center;
  z-index: 6;
  opacity: 0.5;
}
.page_nav {
    display: block;
    margin: 20px auto;
    padding: 15px 0;
    }
.layer-photos-demo {     overflow: hidden; margin-bottom: 20px;}
.page_nav  {margin: 15px 10px;     text-align: center;}
.page_nav a {    border: 1px solid #717171;  padding: 8px 20px; color:#717171;margin-left:2px;margin-right:2px;}
.page_nav .on{border: 1px solid #5284f4;  padding: 8px 20px; color:#fff; background: #5284f4; }
.page_nav a:hover {    border: 1px solid #5284f4;  padding: 8px 20px; color:#fff; background: #5284f4;}
.news-tit { text-align:center;}
@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 .new-product {
  padding: 5% 0;
  background: #f7f7f7;
}
.main .new-product .lf-box {
  width: 19.5833333%;
  float: left;
}
.main .new-product .lf-box .txt {
  height: 320px;
  text-align: center;
  background: #24469f;
}
.main .new-product .lf-box .txt h5 {
  font-size: 2.4rem;
  color: #fff;
  padding: 52px 0 10px;
  margin: 0;
}
.main .new-product .lf-box .txt p {
  font-size: 1.4rem;
  color: #476dbf;
}
.main .new-product .lf-box .txt span {
  display: block;
  height: 50px;
  width: 1px;
  background: #fff;
  margin: 40px auto;
}
.main .new-product .lf-box .txt a {
  display: block;
  width: 146px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #6284ce;
  font-size: 1.5rem;
  color: #fff;
  margin: 0 auto;
}
.main .new-product .lf-box .pro-btn {
  margin-top: 50px;
}
.main .new-product .lf-box .pro-btn .swiper-button-prev-new-pro {
  height: 55px;
  margin-bottom: 10px;
  cursor: pointer;
  background: url("../images/news-pro-btn_03.jpg") no-repeat center;
}
.main .new-product .lf-box .pro-btn .swiper-button-next-new-pro {
  height: 55px;
  margin-bottom: 10px;
  cursor: pointer;
  background: url("../images/news-pro-btn_06.jpg") no-repeat center;
}
.main .new-product .product-box {
  width: 74.333333%;
  float: right;
  height: 490px;
  background: #fff;
}
.main .new-product .product-box .swiper-container-new-pro {
  overflow: hidden;
}
.main .new-product .product-box .swiper-container-new-pro .swiper-slide .txt-box {
  width: 40%;
  float: left;
  margin: 5% 0 0 7%;
}
.main .new-product .product-box .swiper-container-new-pro .swiper-slide .txt-box h5 {
  font-size: 3rem;
  color: #130700;
  margin-bottom: 4%;
}
.main .new-product .product-box .swiper-container-new-pro .swiper-slide .txt-box h6 {
  font-size: 1.8rem;
  color: #676767;
}
.main .new-product .product-box .swiper-container-new-pro .swiper-slide .txt-box .txt {
  margin: 15% 0;
}
.main .new-product .product-box .swiper-container-new-pro .swiper-slide .txt-box .txt p {
  font-size: 1.4rem;
  color: #8b8b8b;
  margin-bottom: 6px;
}
.main .new-product .product-box .swiper-container-new-pro .swiper-slide .txt-box a {
  display: block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 1.4rem;
  color: #3b3b3b;
  background: #eee;
  transition: 0.3s;
}
.main .new-product .product-box .swiper-container-new-pro .swiper-slide .txt-box a:hover {
  background: #24469f;
  color: #fff;
}
.main .new-product .product-box .swiper-container-new-pro .swiper-slide .img {
  width: 52%;
  float: right;
}
.main .new-product .product-box .swiper-container-new-pro .swiper-slide .img img {
  width: 100%;
}
@media (max-width: 1200px) {
  .main .new-product .lf-box .txt {
    height: 260px;
  }
  .main .new-product .lf-box .txt span {
    display: block;
    height: 40px;
    width: 1px;
    background: #fff;
    margin: 20px auto;
  }
}
@media (max-width: 992px) {
  .main .new-product .lf-box .txt {
    height: 230px;
    text-align: center;
    background: #24469f;
  }
  .main .new-product .lf-box .txt h5 {
    font-size: 2.4rem;
    color: #fff;
    padding: 52px 0 10px;
    margin: 0;
  }
  .main .new-product .lf-box .txt p {
    font-size: 1.4rem;
    color: #f8f8f8;
  }
  .main .new-product .lf-box .txt span {
    display: block;
    height: 30px;
    width: 1px;
    background: #fff;
    margin: 10px auto;
  }
  .main .new-product .lf-box .txt a {
    display: block;
    width: 106px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #6284ce;
    font-size: 1.5rem;
    color: #fff;
    margin: 0 auto;
  }
  .main .new-product .lf-box .pro-btn {
    margin-top: 25px;
  }
  .main .new-product .lf-box .pro-btn .swiper-button-prev-new-pro {
    height: 45px;
    margin-bottom: 10px;
    cursor: pointer;
    background: url("../images/news-pro-btn_03.jpg") no-repeat center;
  }
  .main .new-product .lf-box .pro-btn .swiper-button-next-new-pro {
    height: 45px;
    margin-bottom: 10px;
    cursor: pointer;
    background: url("../images/news-pro-btn_06.jpg") no-repeat center;
  }
  .main .new-product .product-box {
    float: right;
    height: 355px;
  }
}
@media (max-width: 768px) {
  .main .new-product {
    padding: 3.5% 0;
    background: #f7f7f7;
  }
  .main .new-product .lf-box {
    width: 100%;
    float: left;
  }
  .main .new-product .lf-box .txt {
    height: auto;
    text-align: center;
    background: #24469f;
    padding-bottom: 20px;
  }
  .main .new-product .lf-box .txt h5 {
    font-size: 2.4rem;
    color: #fff;
    padding: 22px 0 10px;
    margin: 0;
  }
  .main .new-product .lf-box .txt p {
    font-size: 1.4rem;
    color: #476dbf;
  }
  .main .new-product .lf-box .txt span {
    display: none;
  }
  .main .new-product .lf-box .txt a {
    display: block;
    width: 146px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #6284ce;
    font-size: 1.5rem;
    color: #fff;
    margin: 0 auto;
  }
  .main .new-product .lf-box .pro-btn {
    margin-top: 15px;
  }
  .main .new-product .lf-box .pro-btn .swiper-button-prev-new-pro {
    height: 45px;
    margin-bottom: 10px;
    cursor: pointer;
    background: url("../images/news-pro-btn_03.jpg") no-repeat center;
    width: 49%;
    float: left;
  }
  .main .new-product .lf-box .pro-btn .swiper-button-next-new-pro {
    height: 45px;
    margin-bottom: 10px;
    cursor: pointer;
    background: url("../images/news-pro-btn_06.jpg") no-repeat center;
    width: 49%;
    float: right;
  }
  .main .new-product .product-box {
    width: 100%;
    float: right;
    height: auto;
    background: #fff;
  }
  .main .new-product .product-box .swiper-container-new-pro {
    overflow: hidden;
  }
  .main .new-product .product-box .swiper-container-new-pro .swiper-slide .txt-box {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 15px;
  }
  .main .new-product .product-box .swiper-container-new-pro .swiper-slide .txt-box h5 {
    font-size: 3rem;
    color: #130700;
    margin-bottom: 4%;
  }
  .main .new-product .product-box .swiper-container-new-pro .swiper-slide .txt-box h6 {
    font-size: 1.8rem;
    color: #676767;
  }
  .main .new-product .product-box .swiper-container-new-pro .swiper-slide .txt-box .txt {
    margin: 5% 0;
  }
  .main .new-product .product-box .swiper-container-new-pro .swiper-slide .txt-box .txt p {
    font-size: 1.4rem;
    color: #8b8b8b;
    margin-bottom: 6px;
  }
  .main .new-product .product-box .swiper-container-new-pro .swiper-slide .txt-box a {
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 1.4rem;
    color: #3b3b3b;
    background: #eee;
    transition: 0.3s;
  }
  .main .new-product .product-box .swiper-container-new-pro .swiper-slide .txt-box a:hover {
    background: #24469f;
    color: #fff;
  }
  .main .new-product .product-box .swiper-container-new-pro .swiper-slide .img {
    width: 100%;
    float: right;
  }
  .main .new-product .product-box .swiper-container-new-pro .swiper-slide .img img {
    width: 100%;
  }
}
.main .product {
  background: #f5f5f5;
  padding: 3% 0 4%;
}
.main .product .slideTxtBox-product .hd {
  height: 42px;
  line-height: 42px;
  margin-bottom: 60px;
}
.main .product .slideTxtBox-product .hd .pro-tit {
  float: left;
 
}
.main .product .slideTxtBox-product .hd .pro-tit h5 {
 color: #264ca1;
        font-size: 30px;
    font-weight: bold;
}
.main .product .slideTxtBox-product .hd ul {
  float: right;
}
.main .product .slideTxtBox-product .hd ul li {
  height: 42px;
  line-height: 42px;
  cursor: pointer;
  font-size: 1.6rem;
  color: #2b2b2b;
  padding: 0 3rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.main .product .slideTxtBox-product .hd ul li.on {
  color: #fff;
  background: #24469f;
}
.main .product .slideTxtBox-product .bd li {
  position: relative;
}
.main .product .slideTxtBox-product .bd li .swiper-container-product {
  overflow: hidden;
}
.main .product .slideTxtBox-product .bd li .swiper-container-product .swiper-slide:hover .txt {
  background: #24469f;
}
.main .product .slideTxtBox-product .bd li .swiper-container-product .swiper-slide:hover .txt h6 {
  color: #fff;
}
.main .product .slideTxtBox-product .bd li .swiper-container-product .swiper-slide:hover .txt p {
  color: #fff;
}
.main .product .slideTxtBox-product .bd li .swiper-container-product .swiper-slide img {
  width: 100%;
}
.main .product .slideTxtBox-product .bd li .swiper-container-product .swiper-slide .txt {
  text-align: center;
  background: #fff;
  height: 110px;
}
.main .product .slideTxtBox-product .bd li .swiper-container-product .swiper-slide .txt h6 {
  font-size: 1.8rem;
  color: #130700;
  padding: 30px 0 10px;
  margin: 0;
}
.main .product .slideTxtBox-product .bd li .swiper-container-product .swiper-slide .txt p {
  font-size: 1.4rem;
  color: #676767;
}
.main .product .slideTxtBox-product .bd li .swiper-button-next3 {
  width: 14px;
  height: 26px;
  background: url("../images/pro-btn_05.png") no-repeat center;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -13px;
  cursor: pointer;
  z-index: 3;
}
.main .product .slideTxtBox-product .bd li .swiper-button-prev3 {
  width: 14px;
  height: 26px;
  background: url("../images/pro-btn_03.png") no-repeat center;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -13px;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 768px) {
  .main .product {
    background: #f5f5f5;
    padding: 3% 0 4%;
  }
  .main .product .slideTxtBox-product .hd {
    height: auto;
    line-height: 42px;
    margin-bottom: 0px;
    text-align: center;
  }
  .main .product .slideTxtBox-product .hd .pro-tit {
    float: none;
    text-align: center;
    float: left;
    text-align: center;
    width: 100%;
   /* margin: 20px 0 50px;*/     
  }
  .main .product .slideTxtBox-product .hd .pro-tit h5 {
    font-size: 2.4rem;
    color: #24469f;
    margin: 20px 0;
  }
  .main .product .slideTxtBox-product .hd ul {
    float: right;
  }
  .main .product .slideTxtBox-product .hd ul li {
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    font-size: 1.6rem;
    color: #2b2b2b;
    padding: 0 3rem;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .main .product .slideTxtBox-product .hd ul li.on {
    color: #fff;
    background: #24469f;
  }
  .main .product .slideTxtBox-product .bd li {
    position: relative;
  }
  .main .product .slideTxtBox-product .bd li .swiper-container-product {
    overflow: hidden;
  }
  .main .product .slideTxtBox-product .bd li .swiper-container-product .swiper-slide:hover .txt {
    background: #24469f;
  }
  .main .product .slideTxtBox-product .bd li .swiper-container-product .swiper-slide:hover .txt h6 {
    color: #fff;
  }
  .main .product .slideTxtBox-product .bd li .swiper-container-product .swiper-slide:hover .txt p {
    color: #fff;
  }
  .main .product .slideTxtBox-product .bd li .swiper-container-product .swiper-slide img {
    width: 100%;
  }
  .main .product .slideTxtBox-product .bd li .swiper-container-product .swiper-slide .txt {
    text-align: center;
    background: #fff;
    height: 62px;
  }
  .main .product .slideTxtBox-product .bd li .swiper-container-product .swiper-slide .txt h6 {
    font-size: 1.8rem;
    color: #130700;
    padding: 10px 0 10px;
    margin: 0;
  }
  .main .product .slideTxtBox-product .bd li .swiper-container-product .swiper-slide .txt p {
    font-size: 1.4rem;
    color: #676767;
  }
  .main .product .slideTxtBox-product .bd li .swiper-button-next3 {
    width: 14px;
    height: 26px;
    background: url("../images/pro-btn_05.png") no-repeat center;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -13px;
    cursor: pointer;
    z-index: 3;
  }
  .main .product .slideTxtBox-product .bd li .swiper-button-prev3 {
    width: 14px;
    height: 26px;
    background: url("../images/pro-btn_03.png") no-repeat center;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -13px;
    cursor: pointer;
    z-index: 3;
  }
}
.main .contact{
    background: #24469f;
    padding: 2% 0 2%;
}
.contact .cont_con:before {
   content: '“';
    display: block;
    position: absolute;
    left: 20%;
    color: #fff;
    font-size: 60px;
}
.contact .cont_con:after {
   content: '”';
    display: block;
    position: absolute;
    right: 20%;
    color: #fff;
    font-size: 60px;
}

.contact .cont_con h1{ font-size:30px;color:#fff; text-align: center; font-weight: bold;}
.contact .cont_con p{ font-size:16px;color:#fff; text-align: center; padding: 10px 0 15px 0;}
.contact .cont_bnt a { border: 1px solid #fff;  width: 120px;text-align: center; height: 30px;line-height: 30px;font-size: 1.4rem;border-radius: 5px;    padding: 5px 25px;color: #fff; margin: auto;}
.contact .cont_bnt{  text-align: center;} 
.main .youshi {
  height: 800px;
  background: url("../images/youshi-bg_02.jpg") no-repeat center;
}
.main .youshi .container {
  position: relative;
}
.main .youshi .swiper-container-youshi {
  margin-top: 8.8%;
  overflow: hidden;
}
.main .youshi .swiper-container-youshi .swiper-slide .txt-box {
  width: 33.333333%;
  float: left;
  height: 480px;
  background: #24469f;
  padding-left: 6%;
}
.main .youshi .swiper-container-youshi .swiper-slide .txt-box h5 {
  font-size: 3.6rem;
  color: #fff;
  margin-top: 60px;
}
.main .youshi .swiper-container-youshi .swiper-slide .txt-box span {
  font-size: 1.6rem;
  color: #476dbf;
}
.main .youshi .swiper-container-youshi .swiper-slide .txt-box b {
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  margin-top: 30px;
}
.main .youshi .swiper-container-youshi .swiper-slide .txt-box .txt {
  margin-top: 70px;
}
.main .youshi .swiper-container-youshi .swiper-slide .txt-box .txt p {
  font-size: 14px;
  color: #fff;
}
.main .youshi .swiper-container-youshi .swiper-slide .img {
  width: 62.5%;
  float: right;
}
.main .youshi .swiper-container-youshi .swiper-slide .img img {
  width: 100%;
}
.main .youshi .swiper-button-next-youshi {
  width: 32px;
  height: 19px;
  background: url("../images/youshi-btn_03.png") no-repeat center;
  position: absolute;
  right: -100px;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
  z-index: 3;
}
.main .youshi .swiper-button-next-youshi:hover {
  background: url("../images/youshi-btn_05.png") no-repeat center;
}
.main .youshi .swiper-button-prev-youshi {
  width: 32px;
  height: 19px;
  background: url("../images/youshi-btn_09.png") no-repeat center;
  position: absolute;
  left: -100px;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
  z-index: 3;
}
.main .youshi .swiper-button-prev-youshi:hover {
  background: url("../images/youshi-btn_10.png") no-repeat center;
}
@media (max-width: 1200px) {
  .main .youshi {
    height: 620px;
  }
  .main .youshi .swiper-container-youshi .swiper-slide .txt-box {
    height: 457px;
  }
}
@media (max-width: 992px) {
  .main .youshi {
    height: 480px;
    background: url("../images/youshi-bg_02.jpg") no-repeat center;
  }
  .main .youshi .container {
    position: relative;
  }
  .main .youshi .swiper-container-youshi {
    margin-top: 8.8%;
    overflow: hidden;
  }
  .main .youshi .swiper-container-youshi .swiper-slide .txt-box {
    width: 33.333333%;
    float: left;
    height: 349px;
    background: #24469f;
    padding-left: 3%;
  }
  .main .youshi .swiper-container-youshi .swiper-slide .txt-box h5 {
    font-size: 3.6rem;
    color: #fff;
    margin-top: 30px;
  }
  .main .youshi .swiper-container-youshi .swiper-slide .txt-box span {
    font-size: 1.6rem;
    color: #476dbf;
  }
  .main .youshi .swiper-container-youshi .swiper-slide .txt-box b {
    display: block;
    width: 50px;
    height: 1px;
    background: #fff;
    margin-top: 30px;
  }
  .main .youshi .swiper-container-youshi .swiper-slide .txt-box .txt {
    margin-top: 40px;
  }
  .main .youshi .swiper-container-youshi .swiper-slide .txt-box .txt p {
    font-size: 14px;
    color: #fff;
  }
}
@media (max-width: 768px) {
  .main .youshi {
    height: auto;
    background: #f7f7f7;
  }
  .main .youshi .swiper-container-youshi {
    margin-top: 8.8%;
    overflow: hidden;
  }
  .main .youshi .swiper-container-youshi .swiper-slide .txt-box {
    width: 100%;
    float: left;
    height: auto;
    background: #24469f;
    padding: 0 15px;
  }
  .main .youshi .swiper-container-youshi .swiper-slide .txt-box h5 {
    font-size: 3.6rem;
    color: #fff;
    margin-top: 20px;
  }
  .main .youshi .swiper-container-youshi .swiper-slide .txt-box span {
    font-size: 1.6rem;
    color: #476dbf;
  }
  .main .youshi .swiper-container-youshi .swiper-slide .txt-box b {
    display: block;
    width: 50px;
    height: 1px;
    background: #fff;
    margin-top: 15px;
  }
  .main .youshi .swiper-container-youshi .swiper-slide .txt-box .txt {
    margin: 20px 0;
  }
  .main .youshi .swiper-container-youshi .swiper-slide .txt-box .txt p {
    font-size: 14px;
    color: #fff;
  }
  .main .youshi .swiper-container-youshi .swiper-slide .img {
    width: 100%;
    float: right;
  }
  .main .youshi .swiper-container-youshi .swiper-slide .img img {
    width: 100%;
  }
  .main .youshi .swiper-button-next-youshi {
    width: 32px;
    height: 19px;
    background: url("../images/youshi-btn_03.png") no-repeat center;
    position: absolute;
    right: -100px;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
    z-index: 3;
  }
  .main .youshi .swiper-button-next-youshi:hover {
    background: url("../images/youshi-btn_05.png") no-repeat center;
  }
  .main .youshi .swiper-button-prev-youshi {
    width: 32px;
    height: 19px;
    background: url("../images/youshi-btn_09.png") no-repeat center;
    position: absolute;
    left: -100px;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
    z-index: 3;
  }
  .main .youshi .swiper-button-prev-youshi:hover {
    background: url("../images/youshi-btn_10.png") no-repeat center;
  }
}
.main .case {
  height: 600px;
  background: url("../images/case-bg_02.jpg") no-repeat center top;
}
.main .case .container {
  position: relative;
}
.main .case .case-tit {
  height: 184px;
  text-align: center;
}
.main .case .case-tit h5 {
  font-size: 2.4rem;
  color: #0f0f0f;
  padding-top: 67px;
  margin-top: 0;
}
.main .case .case-tit p {
  font-size: 1.4rem;
  color: #515151;
}
.main .case .case-tit p span {
  width: 37px;
  height: 1px;
  background: #24469f;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 10px;
}
.main .case .swiper-container-case {
  overflow: hidden;
}
.main .case .swiper-container-case .swiper-slide .txt-box {
  width: 50%;
  float: left;
  padding-right: 6%;
}
.main .case .swiper-container-case .swiper-slide .txt-box h6 {
  font-size: 1.8rem;
  color: #fff;
  margin: 80px 0 45px;
}
.main .case .swiper-container-case .swiper-slide .txt-box p {
  font-size: 1.4rem;
  color: #fff;
  line-height: 180%;
}
.main .case .swiper-container-case .swiper-slide .txt-box a {
  display: block;
  width: 120px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: #fffffc;
  font-size: 1.4rem;
  color: #030303;
  margin-top: 54px;
}
.main .case .swiper-container-case .swiper-slide .img {
  width: 50%;
  float: right;
}
.main .case .swiper-container-case .swiper-slide .img img {
  width: 100%;
}
.main .case .swiper-button-next-case {
  width: 32px;
  height: 19px;
  background: url("../images/youshi-btn_03.png") no-repeat center;
  position: absolute;
  right: -100px;
  top: 64%;
  margin-top: -10px;
  cursor: pointer;
  z-index: 3;
}
.main .case .swiper-button-next-case:hover {
  background: url("../images/youshi-btn_05.png") no-repeat center;
}
.main .case .swiper-button-prev-case {
  width: 32px;
  height: 19px;
  background: url("../images/youshi-btn_09.png") no-repeat center;
  position: absolute;
  left: -100px;
  top: 64%;
  margin-top: -10px;
  cursor: pointer;
  z-index: 3;
}
.main .about .why {     overflow: hidden; margin:0 0 60px 0}
.main .about .why ul li { width: 25%; text-align: center;float: left; padding: 0 40px; background: #f5f5f5;  min-height: 210px;}
.main .about .why ul li:hover { background:#224599; }
.main .about .why ul li h2 { color: #274a9e; font-size: 16px; font-weight: bold;}
.main .about .why ul li:hover h2 {color: #fff;}
.main .about .why ul li p {color: #a6a5aa; font-size: 14px;}
.main .about .why ul li .img-icon01 { background-image: url(../images/img-icon01.png);width: 60px; height: 60px;background-repeat:no-repeat ;background-position: center center;margin: auto;margin: 20px auto 30px;}
.main .about .why ul li:hover .img-icon01 { background-image: url(../images/img-icon1.png);width: 60px; height: 60px;background-repeat:no-repeat ;background-position: center center;}
.main .about .why ul li .img-icon02 { background-image: url(../images/img-icon02.png);width: 60px; height: 60px;background-repeat:no-repeat ;background-position: center center;margin: auto;margin: 20px auto 30px;}
.main .about .why ul li:hover .img-icon02 { background-image: url(../images/img-icon2.png);width: 60px; height: 60px;background-repeat:no-repeat ;background-position: center center;}
.main .about .why ul li .img-icon03 { background-image: url(../images/img-icon03.png);width: 60px; height: 60px;background-repeat:no-repeat ;background-position: center center;margin: auto;margin: 20px auto 30px;}
.main .about .why ul li:hover .img-icon03 { background-image: url(../images/img-icon3.png);width: 60px; height: 60px;background-repeat:no-repeat ;background-position: center center;}
.main .about .why ul li .img-icon04 { background-image: url(../images/img-icon04.png);width: 60px; height: 60px;background-repeat:no-repeat ;background-position: center center;margin: auto;margin: 20px auto 30px;}
.main .about .why ul li:hover .img-icon04 { background-image: url(../images/img-icon4.png);width: 60px; height: 60px;background-repeat:no-repeat ;background-position: center center;}

@media (max-width: 1200px) {
  .main .case {
    height: 519px;
  }
  .main .case .container {
    position: relative;
  }
  .main .case .case-tit {
    height: 184px;
  }
  .main .case .case-tit h5 {
    font-size: 2.4rem;
    color: #0f0f0f;
    padding-top: 80px;
    margin-top: 0;
  }
  .main .case .case-tit p {
    font-size: 1.4rem;
    color: #515151;
  }
  .main .case .case-tit p span {
    width: 37px;
    height: 1px;
    background: #24469f;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 10px;
  }
  .main .case .swiper-container-case {
    overflow: hidden;
  }
  .main .case .swiper-container-case .swiper-slide .txt-box {
    width: 50%;
    float: left;
    padding-right: 6%;
  }
  .main .case .swiper-container-case .swiper-slide .txt-box h6 {
    font-size: 1.8rem;
    color: #fff;
    margin: 60px 0 35px;
  }
  .main .case .swiper-container-case .swiper-slide .txt-box p {
    font-size: 1.4rem;
    color: #fff;
    line-height: 180%;
  }
  .main .case .swiper-container-case .swiper-slide .txt-box a {
    display: block;
    width: 120px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #fffffc;
    font-size: 1.4rem;
    color: #030303;
    margin-top: 34px;
  }
  .main .case .swiper-container-case .swiper-slide .img {
    width: 50%;
    float: right;
  }
  .main .case .swiper-container-case .swiper-slide .img img {
    width: 100%;
  }
  .main .case .swiper-button-next-case {
    width: 32px;
    height: 19px;
    background: url("../images/youshi-btn_03.png") no-repeat center;
    position: absolute;
    right: -100px;
    top: 64%;
    margin-top: -10px;
    cursor: pointer;
    z-index: 3;
  }
  .main .case .swiper-button-next-case:hover {
    background: url("../images/youshi-btn_05.png") no-repeat center;
  }
  .main .case .swiper-button-prev-case {
    width: 32px;
    height: 19px;
    background: url("../images/youshi-btn_09.png") no-repeat center;
    position: absolute;
    left: -100px;
    top: 64%;
    margin-top: -10px;
    cursor: pointer;
    z-index: 3;
  }
}
@media (max-width: 992px) {
  .main .case {
    height: auto;
    background: #fff;
  }
  .main .case .container {
    position: relative;
  }
  .main .case .case-tit {
    height: 100px;
    text-align: center;
  }
  .main .case .case-tit h5 {
    font-size: 2.4rem;
    color: #0f0f0f;
    padding-top: 28px;
    margin-top: 0;
  }
  .main .case .case-tit p {
    font-size: 1.4rem;
    color: #515151;
  }
  .main .case .case-tit p span {
    width: 37px;
    height: 1px;
    background: #24469f;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 10px;
  }
  .main .case .swiper-container-case {
    overflow: hidden;
  }
  .main .case .swiper-container-case .swiper-slide .txt-box {
    background: #24469f;
    height: 256px;
    width: 50%;
    float: left;
    padding: 0 3%;
  }
  .main .case .swiper-container-case .swiper-slide .txt-box h6 {
    font-size: 1.8rem;
    color: #fff;
    margin: 30px 0 15px;
  }
  .main .case .swiper-container-case .swiper-slide .txt-box p {
    font-size: 1.4rem;
    color: #fff;
    line-height: 180%;
  }
  .main .case .swiper-container-case .swiper-slide .txt-box a {
    display: block;
    width: 120px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #fffffc;
    font-size: 1.4rem;
    color: #030303;
    margin-top: 14px;
  }
  .main .case .swiper-container-case .swiper-slide .img {
    width: 50%;
    float: right;
  }
  .main .case .swiper-container-case .swiper-slide .img img {
    width: 100%;
  }
  .main .case .swiper-button-next-case {
    width: 32px;
    height: 19px;
    background: url("../images/youshi-btn_03.png") no-repeat center;
    position: absolute;
    right: -100px;
    top: 64%;
    margin-top: -10px;
    cursor: pointer;
    z-index: 3;
  }
  .main .case .swiper-button-next-case:hover {
    background: url("../images/youshi-btn_05.png") no-repeat center;
  }
  .main .case .swiper-button-prev-case {
    width: 32px;
    height: 19px;
    background: url("../images/youshi-btn_09.png") no-repeat center;
    position: absolute;
    left: -100px;
    top: 64%;
    margin-top: -10px;
    cursor: pointer;
    z-index: 3;
  }
}
@media (max-width: 768px) {
    .contact .cont_con h1 { font-size:2.4rem;}
  .main .case .swiper-container-case .swiper-slide .txt-box {
    width: 100%;
  }
  .main .case .swiper-container-case .swiper-slide .img {
    width: 100%;
  }
}
.main .about {
  margin-top: 2%;
}
.main .about .img {
  width: 50%;
  float: left;
}
.main .about .img img {
  max-width: 100%;
  float: left;
  margin-left: 5%;
}
.main .about .txt-box {
  width: 50%;
  float: left;
  padding-top: 2%;
}
.main .about .txt-box h2 {font-size: 30px;font-weight: bold;color:#264ca1; }
.main .about .txt-box img {
  max-width: 100%;
}
.main .about .txt-box p {
  font-size: 14px;
  color: #8b8b8b;
  line-height: 180%;
  margin: 5% 0;
}
.main .about .txt-box a {
  display: block;
  width: 120px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: #1c428d;
  transition: 0.2s;
  font-size: 1.4rem;
  color: #fff;
    border-radius: 5px;
}
.main .about .txt-box a:hover {
  background: #e73943;
}


@media (max-width: 768px) {

  .main .about {
    margin-top: 2%;
    margin-bottom: 4%;
  }
  .main .about .img {
    width: 100%;
    float: right;
  }
  .main .about .img img {
    max-width: 100%;
    float: left;
    margin-left: 5%;
  }
  .main .about .txt-box {
    width: 100%;
    float: right;
   /* padding-top: 10%;*/
  }
  .main .about .txt-box img {
    max-width: 100%;
  }
  .main .about .txt-box p {
    font-size: 1.4rem;
    color: #8b8b8b;
    line-height: 180%;
    margin: 5% 0;
  }
  .main .about .txt-box a {
    display: block;
    width: 120px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #2c2c2c;
    transition: 0.2s;
    font-size: 1.4rem;
    color: #fff;
  }
  .main .about .txt-box a:hover {
    background: #24469f;
  }
    .main .about .txt-box h2 {font-size:2.4rem;text-align: center;}
    .main .about .why ul li {
    width: 50%;
    text-align: center;
    float: left;
    padding: 0 20px;
    background: #f5f5f5;
    min-height: 210px;
}

}

.main .news {
  background: #fff;
  padding: 4% 0;
}
.main .news .slideTxtBox-news .hd {
  height: 42px;
  line-height: 42px;
  margin-bottom: 50px;
    text-align: center;
}
.main .news .slideTxtBox-news .hd h5 {
 /* float: left;*/
 color: #264ca1;
    font-size: 30px;
    font-weight: bold;
}
.main .news .slideTxtBox-news .hd ul {
  float: right;
}
.main .news .slideTxtBox-news .hd ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  height: 42px;
  line-height: 42px;
  font-size: 1.6rem;
  color: #515151;
  padding: 0 3rem;
}
.main .news .slideTxtBox-news .hd ul li.on {
  color: #fff;
  background: #24469f;
}
.main .news .slideTxtBox-news .bd li .list {
  width: 32%;
  float: left;
  margin-right: 1.3333333%;
  padding: 1.5%;
  background: #f7f7f7;
  transition: 0.3s;
}
.main .news .slideTxtBox-news .bd li .list:hover {
  background: #24469f;
}
.main .news .slideTxtBox-news .bd li .list:hover .date h5 {
  color: #fff;
}
.main .news .slideTxtBox-news .bd li .list:hover .date p {
  color: #fff;
}
.main .news .slideTxtBox-news .bd li .list:hover .txt h6 {
  color: #fff;
}
.main .news .slideTxtBox-news .bd li .list:hover .txt p {
  color: #fff;
}
.main .news .slideTxtBox-news .bd li .list .date h5 {
  font-size: 3rem;
  color: #323232;
  margin-bottom: 5px;
}
.main .news .slideTxtBox-news .bd li .list .date p {
  font-size: 1.6rem;
  color: #898989;
  margin-bottom: 15px;
}
.main .news .slideTxtBox-news .bd li .list .img img {
  width: 100%;
}
.main .news .slideTxtBox-news .bd li .list .txt {
  padding-bottom: 2%;
}
.main .news .slideTxtBox-news .bd li .list .txt h6 {
  margin: 20px 0;
  font-size: 1.6rem;
  color: #434343;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .news .slideTxtBox-news .bd li .list .txt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.4rem;
  color: #8b8b8b;
  line-height: 170%;
}
.main .news .slideTxtBox-news .bd li .list:nth-child(4) {
  margin-right: 0;
}
.main .news .more {
  margin-top: 5%;
}
.main .news .more a {
  display: block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  transition: 0.3s;
  font-size: 1.4rem;
    color: #fff;
    border-radius: 5px;
    background: #1c428d;
    
    
}
.main .news .more a:hover {
  background: #24469f;
  color: #fff;
}
@media (max-width: 768px) {
  .main .news {
    background: #f7f7f7;
    padding: 4% 0;
  }
  .main .news .slideTxtBox-news .hd {
    height: 42px;
    line-height: 42px;
    margin-bottom: 20px;
      text-align: center;
  }
  .main .news .slideTxtBox-news .hd h5 {
    /*float: left;*/
    font-size: 2.4rem;
    color: #2e2e2e;
  }
  .main .news .slideTxtBox-news .hd ul {
    float: right;
  }
  .main .news .slideTxtBox-news .hd ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    height: 42px;
    line-height: 42px;
    font-size: 1.6rem;
    color: #515151;
    padding: 0 2rem;
  }
  .main .news .slideTxtBox-news .hd ul li.on {
    color: #fff;
    background: #24469f;
  }
  .main .news .slideTxtBox-news .bd li .list {
    width: 49%;
    float: left;
    margin-right: 2%;
    padding: 1.5%;
    background: #fff;
    transition: 0.3s;
  }
  .main .news .slideTxtBox-news .bd li .list:hover {
    background: #24469f;
  }
  .main .news .slideTxtBox-news .bd li .list:hover .date h5 {
    color: #fff;
  }
  .main .news .slideTxtBox-news .bd li .list:hover .date p {
    color: #fff;
  }
  .main .news .slideTxtBox-news .bd li .list:hover .txt h6 {
    color: #fff;
  }
  .main .news .slideTxtBox-news .bd li .list:hover .txt p {
    color: #fff;
  }
  .main .news .slideTxtBox-news .bd li .list .date h5 {
    font-size: 3rem;
    color: #323232;
    margin-bottom: 5px;
  }
  .main .news .slideTxtBox-news .bd li .list .date p {
    font-size: 1.6rem;
    color: #898989;
    margin-bottom: 15px;
  }
  .main .news .slideTxtBox-news .bd li .list .img img {
    width: 100%;
  }
  .main .news .slideTxtBox-news .bd li .list .txt {
    padding-bottom: 2%;
  }
  .main .news .slideTxtBox-news .bd li .list .txt h6 {
    margin: 20px 0;
    font-size: 1.6rem;
    color: #434343;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .main .news .slideTxtBox-news .bd li .list .txt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 1.4rem;
    color: #8b8b8b;
    line-height: 170%;
  }
  .main .news .slideTxtBox-news .bd li .list:nth-child(2) {
    margin-right: 0;
  }
  .main .news .slideTxtBox-news .bd li .list:nth-child(4) {
    margin-right: 0;
  }
  .main .news .more {
    margin-top: 5%;
  }
  .main .news .more a {
    display: block;
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 0 auto;
    transition: 0.3s;
    font-size: 1.6rem;
    color: #3c3c3c;
    background: #fff;
  }
  .main .news .more a:hover {
    background: #24469f;
    color: #fff;
  }
}


.footer {


    background: url(../images/bg.jpg);
    background-size: cover;
    
}


.footer .footer-content {
  height: 320px;
  padding-top: 76px;
  position: relative;
}
.footer .footer-content .list {
    min-height: 156px;
  width: 19%;
  float: left;
        border-right: 1px solid #224599;
        padding: 0 20px 0 20px;
}
.footer .footer-content .list h5 {
     font-weight: bold; font-size: 1.6rem;
  color: #fff;
  margin-top: 0;
}
.footer .footer-content .list ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-top: 15px;
}
.footer .footer-content .list li {
  font-size: 1.4rem;
  color: #adadad;
  line-height: 30px;
}
.footer .footer-content .list li a {
  color: #adadad;
}
.footer .footer-content .list li a:hover {
  color: #24469f;
}
.footer .footer-content .list:nth-child(4) {
  width: 29%;
}


































.footer .footer-content .code {
  width: 13%;
  position: absolute;
  top: 100px;
  right: 0;
}
.footer .footer-content .code h5 {font-size: 1.6rem;
    color: #fff;
    margin-top: 0;}
.footer .footer-content .code img {
  background: #fff;
  padding: 1%;
}
@media (max-width: 768px) {
  .footer {
    padding: 0;
  }
  .footer .footer-con2 {
    background: #3d3c42;
    display: block!important;
    text-align: center;
  }
  .footer .footer-con2 p img {
    margin: 0;
  }
  .footer .footer-con2 p a {
    display: inline-block;
    margin: 20px 12px;
  }
  .footer .footer-con2 p a:hover img {
    margin-top: -4px;
  }
  .footer .footer-con2 h5 {
    background: #3d3c42 url("../images/lit_07.png") no-repeat right center;
    background-position: right 26px top 28px;
    margin: 0;
    font-weight: 500;
    color: #c4c4c4;
    font-size: 15px;
    border-bottom: 1px solid #aaa;
    padding: 18px 26px 18px 24px;
  }
  .footer .footer-con2 .list-con {
    display: none;
  }
  .footer .footer-con2 .list-con a {
    color: #c4c4c4;
    margin: 0;
    background: #595959;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
    padding: 12px 26px 12px 24px;
  }
  .footer .footer-con2 .list-con a:hover {
    color: #24469f;
  }
  .footer .footer-con2 .list-con li {
    color: #333;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
    padding: 12px 26px 12px 24px;
    background: #edf2f8;
  }
  .footer .footer-con2 .link {
    display: none;
    color: #333;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
    padding: 12px 26px 12px 24px;
    background: #595959;
  }
  .footer .footer-con2 .link a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 3% 0 0;
  }
}
.footer .footer-bot {
  height: 70px;
  border-top: 1px solid #16336c;
}
.footer .footer-bot .container {
  position: relative;
}
.footer .footer-bot p {
  margin: 0;
  font-size: 1.4rem;
  color: #f8f8f8;
  line-height: 69px;text-align: center;
}
.footer .footer-bot p a {
  color: #505050;
}
.footer .footer-bot p a:hover {
  color: #24469f;
}
@media (max-width: 768px) {
  .footer .footer-bot {
    height: auto;
    background: #3d3c42;
    text-align: center;
  }
  .footer .footer-bot .container {
    position: relative;
  }
  .footer .footer-bot p {
    margin: 0;
    font-size: 1.4rem;
    color: #999;
    line-height: 26px;
  }
  .footer .footer-bot p a {
    color: #999;
  }
  .footer .footer-bot p a:hover {
    color: #24469f;
  }
  .footer .footer-bot .lf {
    float: none;
  }
  .footer .footer-bot .rt {
    float: none;
  }
}
.footer .returnTop {
  z-index: 99;
  display: block;
  cursor: pointer;
  position: fixed;
  bottom: 90px;
  right: 30px;
  opacity: 1;
  width: 48px;
  height: 48px;
  background: url("../images/return-top_03.jpg") no-repeat center;
}
/*ins-style*/
@media (max-width: 768px) {
  .ins-main {
    margin-top: 55px;
  }
}
.ins-main .ins-ad img {
  width: 100%;
}
.ins-main .ins-nav {
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #f5f5f5;
}
.ins-main .ins-nav .rt-nav {
  float: right;
}
.ins-main .ins-nav .rt-nav p {
  margin: 0;
  padding-left: 26px;
  background: url("../images/location_03.jpg") no-repeat left center;
  font-size: 1.4rem;
  color: #333;
}
.ins-main .ins-nav .rt-nav p a {
  color: #333;
}
.ins-main .ins-nav .rt-nav p a:hover {
  color: #0187e8;
}
.ins-main .ins-nav .rt-nav p .active {
  color: #0187e8;
}
.ins-main .ins-nav .list-nav {
  float: left;
  text-align: center;
}
.ins-main .ins-nav .list-nav ul {
  margin: 0;
}
.ins-main .ins-nav .list-nav li {
  font-size: 1.6rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
}
.ins-main .ins-nav .list-nav li a {
  line-height: 57px;
  transition: 0.3s;
  padding: 0 1.5rem;
  display: block;
  color: #4f4f4f;
}
.ins-main .ins-nav .list-nav li a:hover {
  background: #0187e8;
  color: #fff;
}
.ins-main .ins-nav .list-nav .active a {
  background: #0187e8;
  color: #fff;
}
@media (max-width: 768px) {
  .ins-main .ins-nav {
    height: auto;
    line-height: 40px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 15px;
  }
  .ins-main .ins-nav .rt-nav {
    float: none;
  }
  .ins-main .ins-nav .rt-nav p {
    margin: 0;
    padding-left: 26px;
    background: url("../images/location_03.jpg") no-repeat left center;
    font-size: 1.4rem;
    color: #333;
  }
  .ins-main .ins-nav .rt-nav p a {
    color: #333;
  }
  .ins-main .ins-nav .rt-nav p a:hover {
    color: #0187e8;
  }
  .ins-main .ins-nav .rt-nav p .active {
    color: #0187e8;
  }
  .ins-main .ins-nav .list-nav {
    float: none;
    text-align: center;
  }
  .ins-main .ins-nav .list-nav ul {
    margin: 0;
  }
  .ins-main .ins-nav .list-nav li {
    font-size: 1.6rem;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
  }
  .ins-main .ins-nav .list-nav li a {
    line-height: 40px;
    transition: 0.3s;
    padding: 0 1.5rem;
    display: block;
    color: #4f4f4f;
  }
  .ins-main .ins-nav .list-nav li a:hover {
    background: #0187e8;
    color: #fff;
  }
  .ins-main .ins-nav .list-nav .active a {
    background: #0187e8;
    color: #fff;
  }
}
.ins-main .product-center {
  background: #f7f7f7;
  padding: 4% 0;
}
.ins-main .product-center .pro-tit {
  text-align: center;
  margin-bottom: 5%;
}
.ins-main .product-center .content li {
  width: 49%;
  float: left;
  margin-right: 2%;
}
.ins-main .product-center .content li:hover .img img {
  transform: scale(1.05);
}
.ins-main .product-center .content li:hover .txt {
  background: #24469f;
}
.ins-main .product-center .content li:hover .txt p {
  color: #fff;
}
.ins-main .product-center .content li:hover .txt span {
  color: #1f1f1f;
  background: #fff;
}
.ins-main .product-center .content li .img {
  overflow: hidden;
}
.ins-main .product-center .content li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .product-center .content li .txt {
  padding: 0 5%;
  height: 128px;
  line-height: 128px;
  background: #fff;
  transition: 0.4s;
  margin-top: 1px;
}
.ins-main .product-center .content li .txt p {
  font-size: 1.6rem;
  color: #555;
  float: left;
}
.ins-main .product-center .content li .txt span {
  display: block;
  float: right;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  background: #24469f;
  margin-top: 36px;
}
.ins-main .product-center .content li:nth-child(2n+2) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .product-center {
    background: #f7f7f7;
    padding: 4% 0;
  }
  .ins-main .product-center .pro-tit {
    text-align: center;
    margin-bottom: 5%;
  }
  .ins-main .product-center .pro-tit img {
    width: 150px;
  }
  .ins-main .product-center .content li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 3%;
  }
  .ins-main .product-center .content li .img {
    overflow: hidden;
  }
  .ins-main .product-center .content li .img img {
    width: 100%;
    transition: 0.4s;
  }
  .ins-main .product-center .content li .txt {
    padding: 0 5%;
    height: 38px;
    line-height: 38px;
    background: #fff;
    transition: 0.4s;
    margin-top: 1px;
  }
  .ins-main .product-center .content li .txt p {
    font-size: 1.6rem;
    color: #555;
    float: none;
    text-align: center;
  }
  .ins-main .product-center .content li .txt span {
    display: none;
  }
  .ins-main .product-center .content li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-contact {
  background: #f7f7f7;
  padding: 4% 0;
}
.ins-main .ins-contact .contact-tit {
  text-align: center;
  margin-bottom: 5%;
}
.ins-main .ins-contact .top-content {
  height: 360px;
  background: #fff;
  padding: 5%;
  position: relative;
}
.ins-main .ins-contact .top-content h5 {
  font-size: 2.4rem;
  color: #2c2c2c;
  margin-bottom: 50px;
}
.ins-main .ins-contact .top-content li {
  margin-bottom: 20px;
  height: 35px;
  line-height: 35px;
  padding-left: 58px;
  font-size: 1.6rem;
  color: #535353;
}
.ins-main .ins-contact .top-content li:nth-child(1) {
  background: url("../images/contact-icon_03.jpg") no-repeat left center;
}
.ins-main .ins-contact .top-content li:nth-child(2) {
  background: url("../images/contact-icon_06.jpg") no-repeat left center;
}
.ins-main .ins-contact .top-content li:nth-child(3) {
  background: url("../images/contact-icon_08.jpg") no-repeat left center;
}
.ins-main .ins-contact .top-content li:nth-child(4) {
  background: url("../images/contact-icon_10.jpg") no-repeat left center;
}
.ins-main .ins-contact .top-content .img {
  width: 46%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.ins-main .ins-contact .top-content .img img {
  width: 100%;
}
.ins-main .ins-contact .map {
  padding: 2%;
  background: #fff;
  margin: 2% 0;
}
.ins-main .ins-contact .map .my-map {
  margin: 0 auto;
  width: 100%;
  height: 480px;
}
.ins-main .ins-contact .map .my-map .icon {
  background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}
.ins-main .ins-contact .map .my-map .icon-cir {
  height: 31px;
  width: 28px;
}
.ins-main .ins-contact .map .my-map .icon-cir-red {
  background-position: -11px -5px;
}
.ins-main .ins-contact .map .amap-container {
  height: 100%;
}
.ins-main .ins-contact .show-bot {
  background: #fff;
  padding: 2%;
}
.ins-main .ins-contact .show-bot .liuyan-tit {
  width: 20%;
  float: left;
  margin-top: 2%;
  padding-left: 2.5%;
}
.ins-main .ins-contact .show-bot .liuyan-tit h5 {
  font-size: 3.6rem;
  color: #232323;
}
.ins-main .ins-contact .show-bot .liuyan-tit p {
  font-size: 1.6rem;
  color: #8a8a8a;
}
.ins-main .ins-contact .show-bot .form-box {
  width: 70%;
  float: left;
  margin-top: 2%;
}
.ins-main .ins-contact .show-bot .form-box ul:nth-child(1) li {
  height: 45px;
  line-height: 45px;
  background: #f7f7f7;
  margin-bottom: 13px;
}
.ins-main .ins-contact .show-bot .form-box ul:nth-child(1) li span {
  font-size: 1.4rem;
  color: #939393;
  padding: 0 1rem;
}
.ins-main .ins-contact .show-bot .form-box ul:nth-child(1) li span sup {
  color: red;
}
.ins-main .ins-contact .show-bot .form-box ul:nth-child(1) li input {
  height: 43px;
  line-height: 43px;
  color: #939393;
  width: 80%;
  border: none;
  background: transparent;
}
.ins-main .ins-contact .show-bot .form-box ul:nth-child(2) li {
  height: 100px;
  background: #f7f7f7;
  margin-bottom: 13px;
  padding-top: 10px;
}
.ins-main .ins-contact .show-bot .form-box ul:nth-child(2) li span {
  font-size: 1.4rem;
  color: #939393;
  padding: 0 1rem;
  float: left;
  margin-top: 3px;
}
.ins-main .ins-contact .show-bot .form-box ul:nth-child(2) li span sup {
  opacity: 0;
}
.ins-main .ins-contact .show-bot .form-box ul:nth-child(2) li textarea {
  height: 98px;
  color: #939393;
  width: 80%;
  border: none;
  background: transparent;
}
.ins-main .ins-contact .show-bot .form-box .submit {
  cursor: pointer;
  border: none;
  width: 160px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: #24469f;
  color: #fff;
  margin-top: 10px;
}
.ins-main .ins-contact .show-bot .img {
  float: right;
  width: 35%;
}
.ins-main .ins-contact .show-bot .img img {
  width: 100%;
}
@media (max-width: 768px) {
  .ins-main .ins-contact {
    background: #f7f7f7;
    padding: 4% 0;
  }
  .ins-main .ins-contact .contact-tit {
    text-align: center;
    margin-bottom: 5%;
  }
  .ins-main .ins-contact .contact-tit img {
    width: 160px;
  }
  .ins-main .ins-contact .top-content {
    height: auto;
    background: #fff;
    padding: 5% 5% 1% 5%;
    position: relative;
  }
  .ins-main .ins-contact .top-content h5 {
    font-size: 2.4rem;
    color: #2c2c2c;
    margin-bottom: 20px;
  }
  .ins-main .ins-contact .top-content li {
    margin-bottom: 20px;
    height: 35px;
    line-height: 35px;
    padding-left: 58px;
    font-size: 1.6rem;
    color: #535353;
  }
  .ins-main .ins-contact .map {
    padding: 2%;
    background: #fff;
    margin: 2% 0;
  }
  .ins-main .ins-contact .map .my-map {
    margin: 0 auto;
    width: 100%;
    height: 350px;
  }
  .ins-main .ins-contact .show-bot {
    background: #fff;
    padding: 2%;
  }
  .ins-main .ins-contact .show-bot .liuyan-tit {
    width: 100%;
    float: left;
    margin-top: 2%;
    padding-left: 2.5%;
  }
  .ins-main .ins-contact .show-bot .liuyan-tit h5 {
    font-size: 3rem;
    color: #232323;
  }
  .ins-main .ins-contact .show-bot .liuyan-tit p {
    font-size: 1.6rem;
    color: #8a8a8a;
  }
  .ins-main .ins-contact .show-bot .form-box {
    width: 100%;
    float: left;
    margin-top: 2%;
  }
  .ins-main .ins-contact .show-bot .form-box ul:nth-child(1) li {
    height: 45px;
    line-height: 45px;
    background: #f7f7f7;
    margin-bottom: 13px;
  }
  .ins-main .ins-contact .show-bot .form-box ul:nth-child(1) li span {
    font-size: 1.4rem;
    color: #939393;
    padding: 0 1rem;
  }
  .ins-main .ins-contact .show-bot .form-box ul:nth-child(1) li span sup {
    color: red;
  }
  .ins-main .ins-contact .show-bot .form-box ul:nth-child(1) li input {
    height: 43px;
    line-height: 43px;
    color: #939393;
    width: 80%;
    border: none;
    background: transparent;
  }
  .ins-main .ins-contact .show-bot .form-box ul:nth-child(2) li {
    height: 100px;
    background: #f7f7f7;
    margin-bottom: 13px;
    padding-top: 10px;
  }
  .ins-main .ins-contact .show-bot .form-box ul:nth-child(2) li span {
    font-size: 1.4rem;
    color: #939393;
    padding: 0 1rem;
    float: left;
    margin-top: 3px;
  }
  .ins-main .ins-contact .show-bot .form-box ul:nth-child(2) li span sup {
    opacity: 0;
  }
  .ins-main .ins-contact .show-bot .form-box ul:nth-child(2) li textarea {
    height: 98px;
    color: #939393;
    width: 80%;
    border: none;
    background: transparent;
  }
  .ins-main .ins-contact .show-bot .form-box .submit {
    cursor: pointer;
    border: none;
    width: 160px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #24469f;
    color: #fff;
    margin-top: 10px;
  }
  .ins-main .ins-contact .show-bot .img {
    float: right;
    width: 35%;
  }
  .ins-main .ins-contact .show-bot .img img {
    width: 100%;
  }
}
.ins-main .ins-question {
  background: #f7f7f7;
  padding: 4% 0;
}
.ins-main .ins-question .wenda-tit {
  text-align: center;
  margin-bottom: 5%;
}
.ins-main .ins-question .content li {
  background: #fff;
  padding: 2%;
  margin-bottom: 3%;
}
.ins-main .ins-question .content li:hover {
  background: #ff3d29;
}
.ins-main .ins-question .content li:hover h6 {
  color: #fff;
  background: url("../images/wenda-lit_08.jpg") no-repeat left center;
}
.ins-main .ins-question .content li:hover p {
  color: #fff;
  background: url("../images/wenda-lit_10.jpg") no-repeat left 5px;
}
.ins-main .ins-question .content li h6 {
  height: 35px;
  line-height: 35px;
  font-size: 1.6rem;
  font-weight: 600;
  padding-left: 63px;
  background: url("../images/wenda-lit_03.jpg") no-repeat left center;
}
.ins-main .ins-question .content li p {
  font-size: 1.4rem;
  color: #5e5e5e;
  line-height: 180%;
  padding-left: 63px;
  background: url("../images/wenda-lit_06.jpg") no-repeat left 5px;
}
@media (max-width: 768px) {
  .ins-main .ins-question {
    background: #f7f7f7;
    padding: 4% 0;
  }
  .ins-main .ins-question .wenda-tit {
    text-align: center;
    margin-bottom: 5%;
  }
  .ins-main .ins-question .wenda-tit img {
    width: 150px;
  }
  .ins-main .ins-question .content li {
    background: #fff;
    padding: 2%;
    margin-bottom: 3%;
  }
  .ins-main .ins-question .content li:hover {
    background: #ff3d29;
  }
  .ins-main .ins-question .content li:hover h6 {
    color: #fff;
    background: url("../images/wenda-lit_08.jpg") no-repeat left center;
  }
  .ins-main .ins-question .content li:hover p {
    color: #fff;
    background: url("../images/wenda-lit_10.jpg") no-repeat left 5px;
  }
  .ins-main .ins-question .content li h6 {
    height: 35px;
    line-height: 35px;
    font-size: 1.6rem;
    font-weight: 600;
    padding-left: 53px;
    background: url("../images/wenda-lit_03.jpg") no-repeat left center;
  }
  .ins-main .ins-question .content li p {
    font-size: 1.4rem;
    color: #5e5e5e;
    line-height: 180%;
    padding-left: 53px;
    background: url("../images/wenda-lit_06.jpg") no-repeat left 5px;
  }
}
.ins-main .ins-download {
  background: #f7f7f7;
  padding: 4% 0;
}
.ins-main .ins-download .xiazai-tit {
  text-align: center;
  margin-bottom: 5%;
}
.ins-main .ins-download .content {
  height: 1120px;
  background: url("../images/download-bg_03.jpg") no-repeat center;
}
.ins-main .ins-download .content .list-box {
  width: 50%;
  float: left;
  padding: 0 5%;
}
.ins-main .ins-download .content .list-box ul {
  padding: 5% 0 6%;
}
.ins-main .ins-download .content .list-box li {
  padding: 3% 0;
  border-bottom: 1px solid #eee;
  position: relative;
}
.ins-main .ins-download .content .list-box li h6 {
  font-size: 2.4rem;
  color: #130700;
  padding-left: 22px;
  background: url("../images/download-lit_03.jpg") no-repeat left center;
}
.ins-main .ins-download .content .list-box li p {
  font-size: 1.4rem;
  color: #7a7a7a;
  padding-left: 22px;
}
.ins-main .ins-download .content .list-box li a {
  position: absolute;
  top: 30px;
  right: 0;
}
   
   .list-nav-bt { width: 100%;
    margin: auto;
    background: #24469f;
    color: #fff;
    min-height: 50px;
    font-size: 26px;
        padding: 10px 20px 0;
    text-align: left;
}
.list-nav-zs {
   width: 100%;
    margin: auto;
    /* background: #24469f; */
    color: #2b2b2b;
    min-height: 50px;
    font-size: 26px;
    padding: 10px 20px 0;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 768px) {
  .ins-main .ins-download {
    background: #f7f7f7;
    padding: 4% 0;
  }
  .ins-main .ins-download .xiazai-tit {
    text-align: center;
    margin-bottom: 5%;
  }
  .ins-main .ins-download .xiazai-tit img {
    width: 150px;
  }
  .ins-main .ins-download .content {
    height: auto;
    background: #fff;
  }
  .ins-main .ins-download .content .list-box {
    width: 100%;
    float: left;
    padding: 0 5%;
  }
  .ins-main .ins-download .content .list-box ul {
    padding: 5% 0 6%;
  }
  .ins-main .ins-download .content .list-box li {
    padding: 3% 0;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .ins-main .ins-download .content .list-box li h6 {
    font-size: 2.4rem;
    color: #130700;
    padding-left: 22px;
    background: url("../images/download-lit_03.jpg") no-repeat left center;
  }
  .ins-main .ins-download .content .list-box li p {
    font-size: 1.4rem;
    color: #7a7a7a;
    padding-left: 22px;
  }
  .ins-main .ins-download .content .list-box li a {
    position: absolute;
    top: 30px;
    right: 0;
  }
}
.ins-main .ins-product {
 /* background: #f7f7f7;*/
  padding: 2% 0;
}

#left_con_show_list h3 {
    line-height: 35px;
    padding-bottom: 10px;
    border-bottom: solid 2px #14569f;
    margin-bottom: 15px;
}   
#left_con_show_list {
    font-size: 14px;
    line-height: 35px;
    padding: 10px;
        text-align: left;
}
#left_con_show_list img {
   /* margin-top: 9px;*/
}
#left_con_show_list a{ color:#000;}

.list-nav-zs .more { height: 25px;
    font-size: 12px;
    line-height: 25px;
    color: #666666;
    float: right;
}
.list-nav-zs .more a {color:#666666;}
.pro-tel img{width: 100%}
.ins-main .ins-product .pro-tit {
  text-align: center;
  margin-bottom: 4%;
}
.ins-main .ins-product .list-nav {
  text-align: center;
  margin-bottom: 4%;
    width: 25%;
    float: left;
    border: 1px solid #d5d5d5;
}
.ins-main .ins-product .pro-cont {width: 72%;
    float: right;      background: #fff;}
.ins-main .ins-product .list-nav ul {}
.ins-main .ins-product .list-nav li {
  /*margin: 0 0.5%;*/
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  text-align: left;
  height: 45px;
  line-height: 45px;
  font-size: 1.6rem;
  background: #fff;
  transition: 0.3s;
    border-bottom: 1px dashed #d5d5d5;
    padding: 0 0 0 20px;
}
.ins-main .ins-product .list-nav li a {
  color: #2a2a2a;
  display: block;
}
.ins-main .ins-product .list-nav li:hover {
  background: #436ece;
}
.ins-main .ins-product .list-nav li:hover a {
  color: #fff;
}
/*.ins-main .ins-product .list-nav .active {
  background: #436ece;
}
.ins-main .ins-product .list-nav .active a {
  color: #fff;
}*/
.ins-main .ins-product .content li {
      width: 28.5%;
  float: left;
  margin:0 2.25% 2%;
  border: 1px solid #e1e1e1;
}
.ins-main .ins-product .content li:hover .img img {
  transform: scale(1.05);
}
.ins-main .ins-product .content li:hover .txt {
  background: #24469f;
}
.ins-main .ins-product .content li:hover .txt p {
  color: #fff;
}
.ins-main .ins-product .content li:hover .txt h6 {
  color: #fff;
}
.ins-main .ins-product .content li .img {
  overflow: hidden;
}
.ins-main .ins-product .content li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-product .content li .txt {
  padding: 0 5%;
  height: 100px;
  text-align: center;
  background: #fff;
  transition: 0.4s;
  margin-top: 1px;
}
.ins-main .ins-product .content li .txt h6 {
  font-size: 16px;
  color: #171717;
  margin-top: 0;
  padding-top: 24px;
}
.ins-main .ins-product .content li .txt p {
  font-size: 1.6rem;
  color: #555;
}
/*.ins-main .ins-product .content li:nth-child(3n+3) {
  margin-right: 0;
}*/
@media (max-width: 768px) {
  .ins-main .ins-product {
    background: #f7f7f7;
    padding: 4% 0;
  }
  .ins-main .ins-product .pro-tit {
    text-align: center;
    margin-bottom: 5%;
  }
  .ins-main .ins-product .pro-tit img {
    width: 150px;
  }
  .ins-main .ins-product .list-nav {
    text-align: center;
      display: none;
    margin-bottom: 4%;
  }
  .ins-main .ins-product .list-nav li {
    margin: 0 0.5% 2% 0.5%;
  }
  .ins-main .ins-product .content li {
    width: 45%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .ins-main .ins-product .content li:hover .img img {
    transform: scale(1.05);
  }
  .ins-main .ins-product .content li:hover .txt {
    background: #24469f;
  }
  .ins-main .ins-product .content li:hover .txt p {
    color: #fff;
  }
  .ins-main .ins-product .content li:hover .txt h6 {
    color: #fff;
  }
  .ins-main .ins-product .content li .img {
    overflow: hidden;
  }
  .ins-main .ins-product .content li .img img {
    width: 100%;
    transition: 0.4s;
  }
  .ins-main .ins-product .content li .txt {
    padding: 0 5%;
    height: 75px;
    text-align: center;
    background: #fff;
    transition: 0.4s;
    margin-top: 1px;
  }
  .ins-main .ins-product .content li .txt h6 {
    font-size: 16px;
    color: #171717;
    margin-top: 0;
    padding-top: 14px;
  }
    
 
    
  .ins-main .ins-product .content li .txt p {
    font-size: 1.6rem;
    color: #555;
  }
  .ins-main .ins-product .content li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .ins-main .ins-product .content li:nth-child(2n+2) {
    margin-right: 0%;
  }
}
.ins-main .ins-news {
  background: #f7f7f7;
  padding: 4% 0;
}
.ins-main .ins-news .news-tit {
  text-align: center;
  margin-bottom: 4%;
}
.ins-main .ins-news .list-nav {
  text-align: center;
  margin-bottom: 4%;
}
.ins-main .ins-news .list-nav li {
  margin: 0 0.5%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 140px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  font-size: 1.6rem;
  background: #fff;
  transition: 0.3s;
}
.ins-main .ins-news .list-nav li a {
  color: #2a2a2a;
  display: block;
}
.ins-main .ins-news .list-nav li:hover {
  background: #24469f;
}
.ins-main .ins-news .list-nav li:hover a {
  color: #fff;
}
.ins-main .ins-news .list-nav .active {
  background: #24469f;
}
.ins-main .ins-news .list-nav .active a {
  color: #fff;
}
.ins-main .ins-news .content li {
  padding: 2%;
  background: #fff;
  margin-bottom: 2%;
}
.ins-main .ins-news .content li:hover {
  background: #24469f;
}
.ins-main .ins-news .content li:hover .img img {
  transform: scale(1.05);
}
.ins-main .ins-news .content li:hover .txt p {
  color: #fff;
}
.ins-main .ins-news .content li:hover .txt h6 {
  color: #fff;
}
.ins-main .ins-news .content li:hover .txt span {
  color: #fff;
}
.ins-main .ins-news .content li .img {
  overflow: hidden;
  width: 32.6%;
  float: left;
}
.ins-main .ins-news .content li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-news .content li .txt {
  width: 65%;
  float: right;
}
.ins-main .ins-news .content li .txt h6 {
  font-size: 1.6rem;
  color: #434343;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-news .content li .txt p {
  font-size: 1.4rem;
  color: #8b8b8b;
  margin: 4% 0;
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ins-main .ins-news .content li .txt span {
  font-size: 1.4rem;
  color: #b7b7b7;
}
@media (max-width: 768px) {
  .ins-main .ins-news {
    background: #f7f7f7;
    padding: 4% 0;
  }
  .ins-main .ins-news .news-tit {
    text-align: center;
    margin-bottom: 4%;
  }
  .ins-main .ins-news .news-tit img {
    width: 160px;
  }
  .ins-main .ins-news .list-nav {
    text-align: center;
    margin-bottom: 4%;
  }
  .ins-main .ins-news .list-nav li {
    margin: 0 0.5%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 120px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 1.6rem;
    background: #fff;
    transition: 0.3s;
  }
  .ins-main .ins-news .list-nav li a {
    color: #2a2a2a;
    display: block;
  }
  .ins-main .ins-news .list-nav li:hover {
    background: #24469f;
  }
  .ins-main .ins-news .list-nav li:hover a {
    color: #fff;
  }
  .ins-main .ins-news .list-nav .active {
    background: #24469f;
  }
  .ins-main .ins-news .list-nav .active a {
    color: #fff;
  }
  .ins-main .ins-news .content li {
    padding: 2%;
    background: #fff;
    margin-bottom: 2%;
  }
  .ins-main .ins-news .content li:hover {
    background: #24469f;
  }
  .ins-main .ins-news .content li:hover .img img {
    transform: scale(1.05);
  }
  .ins-main .ins-news .content li:hover .txt p {
    color: #fff;
  }
  .ins-main .ins-news .content li:hover .txt h6 {
    color: #fff;
  }
  .ins-main .ins-news .content li:hover .txt span {
    color: #fff;
  }
  .ins-main .ins-news .content li .img {
    overflow: hidden;
    width: 32.6%;
    float: left;
    display: none;
  }
  .ins-main .ins-news .content li .img img {
    width: 100%;
    transition: 0.4s;
  }
  .ins-main .ins-news .content li .txt {
    width: 100%;
    float: right;
  }
  .ins-main .ins-news .content li .txt h6 {
    font-size: 1.6rem;
    color: #434343;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-news .content li .txt p {
    font-size: 1.4rem;
    color: #8b8b8b;
    margin: 4% 0;
    line-height: 180%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .ins-main .ins-news .content li .txt span {
    font-size: 1.4rem;
    color: #b7b7b7;
  }
}
.ins-main .news-show {
  background: #f7f7f7;
  padding: 4% 0;
}
.ins-main .news-show .show-box {
  background: #fff;
  padding: 0 10% 3% 10%;
}
.ins-main .news-show .show-box .show-tit {
  text-align: center;
  padding: 60px 0 40px;
}
.ins-main .news-show .show-box .show-tit h4 {
  font-size: 3rem;
  color: #141414;
  font-weight: 500;
}
.ins-main .news-show .show-box .show-tit p {
  font-size: 1.4rem;
  color: #bebebe;
  margin: 20px 0 15px;
}
@media (max-width: 1400px) {
  .ins-main .news-show .show-box .show-tit p {
    margin: 15px 0 15px;
  }
}
.ins-main .news-show .show-box .show-tit .share {
  width: 140px;
  margin: 0 auto;
}
.ins-main .news-show .show-box .show-content img {
  max-width: 100%;
}
.ins-main .news-show .show-box .show-content p {
  font-size: 1.4rem;
  color: #4f4f4f;
  line-height: 26px;
  margin-bottom: 15px;
}
.ins-main .news-show .show-box .link {
  padding: 3% 0 1%;
  border-top: 1px solid #eee;
}
.ins-main .news-show .show-box .link p {
  margin-bottom: 20px;
}
.ins-main .news-show .show-box .link p a {
  font-size: 1.4rem;
  color: #585858;
}
.ins-main .news-show .show-box .link p a:hover {
  color: #24469f;
}
@media (max-width: 768px) {
  .ins-main .news-show {
    background: #f7f7f7;
    padding: 4% 0;
  }
  .ins-main .news-show .show-box {
    background: #fff;
    padding: 0 3% 3% 3%;
  }
  .ins-main .news-show .show-box .show-tit {
    text-align: center;
    padding: 20px 0 20px;
  }
  .ins-main .news-show .show-box .show-tit h4 {
    font-size: 3rem;
    color: #141414;
    font-weight: 500;
  }
  .ins-main .news-show .show-box .show-tit p {
    font-size: 1.4rem;
    color: #bebebe;
    margin: 10px 0 10px;
  }
  .ins-main .news-show .show-box .show-tit .share {
    width: 140px;
    margin: 0 auto;
  }
  .ins-main .news-show .show-box .show-content img {
    max-width: 100%;
  }
  .ins-main .news-show .show-box .show-content p {
    font-size: 1.4rem;
    color: #4f4f4f;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .ins-main .news-show .show-box .link {
    padding: 3% 0 1%;
    border-top: 1px solid #eee;
  }
  .ins-main .news-show .show-box .link p {
    margin-bottom: 20px;
  }
  .ins-main .news-show .show-box .link p a {
    font-size: 1.4rem;
    color: #585858;
  }
  .ins-main .news-show .show-box .link p a:hover {
    color: #24469f;
  }
}
@media (max-width: 768px) and (max-width: 1400px) {
  .ins-main .news-show .show-box .show-tit p {
    margin: 15px 0 15px;
  }
}
.ins-main .ins-honor {
  background: #f7f7f7;
  padding: 4% 0 2%;
}
.ins-main .ins-honor .honor-tit {
  text-align: center;
  margin-bottom: 5%;
}
.ins-main .ins-honor .content li {
  width: 19%;
  float: left;
  margin-right: 1.25%;
  position: relative;
  margin-bottom: 1.25%;
}
.ins-main .ins-honor .content li:hover .masking {
  opacity: 1;
}
.ins-main .ins-honor .content li .img-box img {
  width: 100%;
}
.ins-main .ins-honor .content li .masking {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
}
.ins-main .ins-honor .content li .masking img {
  width: 100%;
}
.ins-main .ins-honor .content li:nth-child(5n+5) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-honor {
    background: #f7f7f7;
    padding: 4% 0;
  }
  .ins-main .ins-honor .honor-tit {
    text-align: center;
    margin-bottom: 5%;
  }
  .ins-main .ins-honor .honor-tit img {
    width: 150px;
  }
  .ins-main .ins-honor .content li {
    width: 49%;
    float: left;
    margin-right: 2%;
    position: relative;
    margin-bottom: 2%;
  }
  .ins-main .ins-honor .content li:hover .masking {
    opacity: 1;
  }
  .ins-main .ins-honor .content li .img-box img {
    width: 100%;
  }
  .ins-main .ins-honor .content li .masking {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
    cursor: pointer;
  }
  .ins-main .ins-honor .content li .masking img {
    width: 100%;
  }
  .ins-main .ins-honor .content li:nth-child(5n+5) {
    margin-right: 2%;
  }
  .ins-main .ins-honor .content li:nth-child(2n+2) {
    margin-right: 0%;
  }
}
.ins-main .ins-about .jianjie-top .txt-box {
  width: 50%;
  float: left;
  padding-left: 5%;
    padding-top: 2%;
}
.ins-main .ins-about .jianjie-top .txt-box img {
  max-width: 100%;
  margin-top: 16%;
}
.ins-main .ins-about .jianjie-top .txt-box h6 {
  font-weight: 600;
  font-size: 1.8rem;
  color: #0e0e0e;
}
.ins-main .ins-about .jianjie-top .txt-box p {
  font-size: 1.4rem;
  color: #656565;
  line-height: 180%;
  margin: 5% 0;
}
.ins-main .ins-about .jianjie-top .txt-box .list li {
  width: 32.3333333%;
  float: left;
  margin-right: 1.5%;
}
.ins-main .ins-about .jianjie-top .txt-box .list li img {
  width: 100%;
  cursor: pointer;
}
.ins-main .ins-about .jianjie-top .txt-box .list li:nth-child(3) {
  margin-right: 0;
}




.ins-main .ins-about .jianjie-top .txt-box1 {
  width: 100%;
  float: left;
  /*padding-left: 5%;*/
    padding-top: 2%;
      padding-bottom: 5%;
}
.ins-main .ins-about .jianjie-top .txt-box1 img {
  max-width: 100%;
  margin-bottom: 5%;
}
.ins-main .ins-about .jianjie-top .txt-box1 h6 {
  font-weight: 600;
  font-size: 3rem;
  color: #0e0e0e;
  text-align: center;
}
.ins-main .ins-about .jianjie-top .txt-box1 p {
  font-size: 1.4rem;
  color: #656565;
  line-height: 180%;
  margin: 2% 0;
     text-align: center;
      font-weight: bold;
}
.ins-main .ins-about .jianjie-top .txt-box1 .list li {
  width: 48%;
  float: left;
  margin-right: 1.5%;
}
.ins-main .ins-about .jianjie-top .txt-box1 .list li img {
  width: 100%;
  cursor: pointer;
    border: #ededed 5px solid;
}




.ins-main .ins-about .jianjie-top .img {
  width: 46%;
  float: right;
        padding-top: 5%;
}
.ins-main .ins-about .jianjie-top .img img {
  width: 100%;
}
.ins-main .ins-about .jianjie-center {
  padding: 4% 0;
  background: #f7f7f7;
}
.ins-main .ins-about .jianjie-center .img img {
  width: 100%;
}
.ins-main .ins-about .jianjie-center .txt {
  background: #fff;
  padding: 2% 2%;
}
.ins-main .ins-about .jianjie-center .txt p {
  font-size: 1.4rem;
  color: #656565;
  line-height: 180%;
  margin: 0;
}
.ins-main .ins-about .jianjie-bot {
  padding: 4% 0;
    background: #f7f7f7;
}
.ins-main .ins-about .jianjie-bot li {
  width: 31.8333333%;
  float: left;
  margin-right: 2%;
}
.ins-main .ins-about .jianjie-bot li:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-about .jianjie-bot li:hover .txt {
  background: #cc0917;
}
.ins-main .ins-about .jianjie-bot li:hover .txt h6 {
  color: #fff;
}
.ins-main .ins-about .jianjie-bot li:hover .txt p {
  color: #fff;
}
.ins-main .ins-about .jianjie-bot li .img {
  overflow: hidden;
}
.ins-main .ins-about .jianjie-bot li .img img {
  width: 100%;
  transition: 0.3s;
}
.ins-main .ins-about .jianjie-bot li .txt {
  transition: 0.3s;
  height: 200px;
  padding: 3%;
  border: 1px solid #f5f5f5;
  border-top: none;
}
.ins-main .ins-about .jianjie-bot li .txt h6 {
  font-size: 1.6rem;
  color: #0e0e0e;
  margin: 20px 0;
}
.ins-main .ins-about .jianjie-bot li .txt p {
  font-size: 1.4rem;
  color: #656565;
  line-height: 180%;
}
.ins-main .ins-about .jianjie-bot li:nth-child(3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-about .jianjie-top .txt-box {
    width: 100%;
    float: left;
    padding: 0% 0 5% 0;
  }
  .ins-main .ins-about .jianjie-top .txt-box img {
    max-width: 100%;
    margin-top: 6%;
  }
  .ins-main .ins-about .jianjie-top .txt-box h6 {
    font-weight: 600;
    font-size: 2rem;
    color: #0e0e0e;
  }
  .ins-main .ins-about .jianjie-top .txt-box p {
    font-size: 1.6rem;
    color: #656565;
    line-height: 180%;
    margin: 5% 0;
  }
  .ins-main .ins-about .jianjie-top .txt-box .list li {
    width: 32.3333333%;
    float: left;
    margin-right: 1.5%;
  }
  .ins-main .ins-about .jianjie-top .txt-box .list li img {
    width: 100%;
  }
  .ins-main .ins-about .jianjie-top .txt-box .list li:nth-child(3) {
    margin-right: 0;
  }
    
    
    
    
  .ins-main .ins-about .jianjie-top .txt-box1 {
    width: 100%;
    float: left;
    padding: 0% 0 5% 0;
  }
  .ins-main .ins-about .jianjie-top .txt-box1 img {
    max-width: 100%;
    /*margin-top: 6%;*/
  }
  .ins-main .ins-about .jianjie-top .txt-box1 h6 {
    font-weight: 600;
    font-size: 2rem;
    color: #0e0e0e;
  }
  .ins-main .ins-about .jianjie-top .txt-box1 p {
    font-size: 1.6rem;
    color: #656565;
    line-height: 180%;
    margin: 5% 0;
  }
  .ins-main .ins-about .jianjie-top .txt-box1 .list li {
    width: 98.5%;
    float: left;
    margin-right: 1.5%;
  }
  .ins-main .ins-about .jianjie-top .txt-box1 .list li img {
    width: 100%;
  }
 
    
    
    
    
    
    
  .ins-main .ins-about .jianjie-bot {
    padding: 4% 0;
  }
  .ins-main .ins-about .jianjie-bot li {
    width: 100%;
    float: left;
    margin: 0 0 3% 0;
  }
  .ins-main .ins-about .jianjie-bot li:hover .img img {
    transform: scale(1.1);
  }
  .ins-main .ins-about .jianjie-bot li:hover .txt {
    background: #ff3d29;
  }
  .ins-main .ins-about .jianjie-bot li:hover .txt h6 {
    color: #fff;
  }
  .ins-main .ins-about .jianjie-bot li:hover .txt p {
    color: #fff;
  }
  .ins-main .ins-about .jianjie-bot li .img {
    overflow: hidden;
  }
  .ins-main .ins-about .jianjie-bot li .img img {
    width: 100%;
    transition: 0.3s;
  }
  .ins-main .ins-about .jianjie-bot li .txt {
    transition: 0.3s;
    height: 167px;
    padding: 3%;
    border: 1px solid #f5f5f5;
    border-top: none;
  }
  .ins-main .ins-about .jianjie-bot li .txt h6 {
    font-size: 1.6rem;
    color: #0e0e0e;
    margin: 20px 0;
  }
  .ins-main .ins-about .jianjie-bot li .txt p {
    font-size: 1.4rem;
    color: #656565;
    line-height: 180%;
  }
  .ins-main .ins-about .jianjie-bot li:nth-child(3) {
    margin-right: 0;
  }
}
.ins-main .ins-recruit {
  padding: 3% 0 0;
  background: #f3f3f3;
}
.ins-main .ins-recruit .tit {
  text-align: center;
  margin-bottom: 4%;
  background: url("../images/tit-bg_03.png") no-repeat center 82%;
}
.ins-main .ins-recruit .tit h5 {
  font-size: 2.4rem;
  color: #0187e8;
}
.ins-main .ins-recruit .tit p {
  font-size: 1.6rem;
  color: #666;
  text-transform: uppercase;
}
.ins-main .ins-recruit .table {
  padding-bottom: 15px;
}
.ins-main .ins-recruit .table .tit2 {
  height: 60px;
  line-height: 60px;
  background: #0187e8;
}
.ins-main .ins-recruit .table .tit2 li {
  float: left;
  text-align: center;
  width: 16.6666666%;
  font-size: 1.6rem;
  color: #fefefe;
}
.ins-main .ins-recruit .table .table-con {
  position: relative;
  z-index: 6;
  margin-top: 15px;
}
.ins-main .ins-recruit .table .table-con ul {
  margin: 0;
  cursor: pointer;
  height: 58px;
  line-height: 58px;
  border-top: 1px solid #cdcdcd;
}
.ins-main .ins-recruit .table .table-con li {
  float: left;
  height: 58px;
  line-height: 58px;
  font-size: 1.6rem;
  background: #fff;
  color: #333;
  width: 16.6666666%;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #cdcdcd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-recruit .table .table-con li span {
  color: #0187e8;
}
.ins-main .ins-recruit .table .table-con li:first-child {
  border-left: 1px solid #cdcdcd;
}
.ins-main .ins-recruit .table .table-con .txt-box {
  display: none;
  border-bottom: 1px solid #b5b3b3;
  clear: both;
  padding: 2%;
  position: relative;
  background: #fff;
}
.ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 {
  font-size: 2.4rem;
  color: #333;
  display: inline-block;
}
.ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 b {
  color: #0187e8;
  font-weight: 500;
}
.ins-main .ins-recruit .table .table-con .txt-box .box-tit span {
  display: inline-block;
  font-size: 1.4rem;
  color: #666;
  margin: 0 1%;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt h6 {
  font-size: 16px;
  color: #666;
  padding: 1% 0 1% 13px;
  line-height: 180%;
  background: url("../images/h6-lit_03.jpg") no-repeat left center;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 24px;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt a {
  display: inline-block;
  width: 160px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  background: #0187e8;
  font-size: 1.6rem;
  margin: 3% 0 2%;
  color: #fff;
}
@media (max-width: 768px) {
  .ins-main .ins-recruit {
    padding: 3% 0 0;
    background: #f3f3f3;
  }
  .ins-main .ins-recruit .tit {
    text-align: center;
    margin-bottom: 4%;
    background: none;
  }
  .ins-main .ins-recruit .tit h5 {
    font-size: 2.4rem;
    color: #0187e8;
  }
  .ins-main .ins-recruit .tit p {
    font-size: 1.6rem;
    color: #666;
    text-transform: uppercase;
  }
  .ins-main .ins-recruit .table-box {
    overflow: auto;
  }
  .ins-main .ins-recruit .table {
    width: 500px;
    max-width: 500px;
  }
  .ins-main .ins-recruit .table .tit2 {
    height: 60px;
    line-height: 60px;
    background: #0187e8;
  }
  .ins-main .ins-recruit .table .tit2 li {
    float: left;
    text-align: center;
    width: 16.6666666%;
    font-size: 1.6rem;
    color: #fefefe;
  }
  .ins-main .ins-recruit .table .table-con {
    position: relative;
    z-index: 6;
    margin-top: 15px;
  }
  .ins-main .ins-recruit .table .table-con ul {
    margin: 0;
    cursor: pointer;
    height: 58px;
    line-height: 58px;
    border-top: 1px solid #cdcdcd;
  }
  .ins-main .ins-recruit .table .table-con li {
    float: left;
    height: 58px;
    line-height: 58px;
    font-size: 1.6rem;
    background: #fff;
    color: #333;
    width: 16.6666666%;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #cdcdcd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-recruit .table .table-con li span {
    color: #0187e8;
  }
  .ins-main .ins-recruit .table .table-con li:first-child {
    border-left: 1px solid #cdcdcd;
  }
  .ins-main .ins-recruit .table .table-con .txt-box {
    display: none;
    border-bottom: 1px solid #b5b3b3;
    clear: both;
    padding: 2%;
    position: relative;
    background: #fff;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 {
    font-size: 2.4rem;
    color: #333;
    display: inline-block;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 b {
    color: #0187e8;
    font-weight: 500;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .box-tit span {
    display: inline-block;
    font-size: 1.4rem;
    color: #666;
    margin: 0 1%;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .txt h6 {
    font-size: 16px;
    color: #666;
    padding: 1% 0 1% 13px;
    line-height: 180%;
    background: url("../images/h6-lit_03.jpg") no-repeat left center;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .txt p {
    font-size: 1.4rem;
    color: #666;
    line-height: 24px;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .txt a {
    display: inline-block;
    width: 160px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    background: #0187e8;
    font-size: 1.6rem;
    margin: 3% 0 2%;
    color: #fff;
  }
}
.ins-main .ins-solution {
  padding: 4% 0;
  background: #f8f8f8;
}
.ins-main .ins-solution .content li {
  margin-bottom: 4%;
}
.ins-main .ins-solution .content li .img {
  width: 50%;
  float: left;
}
.ins-main .ins-solution .content li .img img {
  width: 100%;
}
.ins-main .ins-solution .content li .txt {
  width: 42%;
  float: right;
  margin-right: 3%;
}
.ins-main .ins-solution .content li .txt h6 {
  font-size: 1.8rem;
  color: #010101;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 15px 0;
}
.ins-main .ins-solution .content li .txt p {
  font-size: 1.4rem;
  color: #626262;
  line-height: 200%;
  margin: 10% 0 12%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
.ins-main .ins-solution .content li .txt a {
  display: block;
  width: 100px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  background: #0187e8;
  font-size: 1.4rem;
  color: #fff;
}
.ins-main .ins-solution .content li:nth-child(even) {
  margin-bottom: 4%;
}
.ins-main .ins-solution .content li:nth-child(even) .img {
  width: 50%;
  float: right;
}
.ins-main .ins-solution .content li:nth-child(even) .img img {
  width: 100%;
}
.ins-main .ins-solution .content li:nth-child(even) .txt {
  width: 42%;
  float: left;
  margin-left: 3%;
}
@media (max-width: 768px) {
  .ins-main .ins-solution {
    padding: 4% 0;
    background: #f8f8f8;
  }
  .ins-main .ins-solution .content li {
    margin-bottom: 4%;
  }
  .ins-main .ins-solution .content li .img {
    width: 100%;
    float: left;
  }
  .ins-main .ins-solution .content li .img img {
    width: 100%;
  }
  .ins-main .ins-solution .content li .txt {
    width: 100%;
    float: right;
    margin-right: 0%;
    margin: 20px 0;
  }
  .ins-main .ins-solution .content li .txt h6 {
    font-size: 1.8rem;
    color: #010101;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px 0;
  }
  .ins-main .ins-solution .content li .txt p {
    font-size: 1.4rem;
    color: #626262;
    line-height: 200%;
    margin: 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
  }
  .ins-main .ins-solution .content li .txt a {
    display: block;
    width: 100px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    background: #0187e8;
    font-size: 1.4rem;
    color: #fff;
  }
  .ins-main .ins-solution .content li:nth-child(even) {
    margin-bottom: 4%;
  }
  .ins-main .ins-solution .content li:nth-child(even) .img {
    width: 100%;
    float: right;
  }
  .ins-main .ins-solution .content li:nth-child(even) .img img {
    width: 100%;
  }
  .ins-main .ins-solution .content li:nth-child(even) .txt {
    width: 100%;
    float: left;
    margin-left: 0%;
  }
}
.ins-main .ins-case {
  background: #f7f7f7;
  padding: 4% 0;
}
.ins-main .ins-case .case-tit {
  text-align: center;
  margin-bottom: 5%;
}
.ins-main .ins-case .content li {
  width: 49%;
  float: left;
  margin-right: 2%;
  padding: 1%;
  background: #fff;
  margin-bottom: 2%;
}
.ins-main .ins-case .content li:hover {
  background: #24469f;
}
.ins-main .ins-case .content li:hover .img img {
  transform: scale(1.05);
}
.ins-main .ins-case .content li:hover .txt p {
  color: #fff;
}
.ins-main .ins-case .content li:hover .txt h6 {
  color: #fff;
}
.ins-main .ins-case .content li .img {
  overflow: hidden;
}
.ins-main .ins-case .content li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-case .content li .txt {
  height: 130px;
  transition: 0.4s;
}
.ins-main .ins-case .content li .txt p {
  font-size: 1.4rem;
  color: #848484;
  float: left;
  line-height: 190%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ins-main .ins-case .content li .txt h6 {
  font-size: 1.6rem;
  color: #242424;
  padding: 30px 0 15px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-case .content li:nth-child(2n+2) {
  margin-right: 0;
}

            
@media (max-width: 768px) {
  .ins-main .ins-case {
    background: #f7f7f7;
    padding: 4% 0;
  }
  .ins-main .ins-case .case-tit {
    text-align: center;
    margin-bottom: 5%;
  }
  .ins-main .ins-case .case-tit img {
    width: 150px;
  }
  .ins-main .ins-case .content li {
    width: 100%;
    float: left;
    margin-right: 0%;
    padding: 1%;
    background: #fff;
    margin-bottom: 2%;
  }
  .ins-main .ins-case .content li .txt {
    height: auto;
    transition: 0.4s;
  }
  .ins-main .ins-case .content li .txt p {
    font-size: 1.4rem;
    color: #848484;
    float: left;
    line-height: 190%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .ins-main .ins-case .content li .txt h6 {
    font-size: 1.6rem;
    color: #242424;
    padding: 20px 0 10px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-case .content li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .case-show {
  background: #f7f7f7;
  padding: 4% 0;
}
.ins-main .case-show .content {
  padding: 2%;
  background: #fff;
}
.ins-main .case-show .content .img img {
  width: 100%;
}
.ins-main .case-show .content .case-tit {
  margin: 4% 0;
  text-align: center;
}
.ins-main .case-show .content .case-tit h5 {
  font-size: 2.4rem;
  color: #222;
  margin-bottom: 18px;
}
.ins-main .case-show .content .case-tit b {
  display: block;
  width: 45px;
  height: 1px;
  background: #24469f;
  margin: 0 auto;
}
.ins-main .case-show .content .case-txt {
  padding-bottom: 2%;
  border-bottom: 1px solid #eee;
}
.ins-main .case-show .content .case-txt p {
  font-size: 1.4rem;
  color: #505050;
  line-height: 240%;
}
.ins-main .case-show .lunbo {
  margin: 4% 0;
  position: relative;
}
.ins-main .case-show .lunbo .swiper-container-show {
  overflow: hidden;
}
.ins-main .case-show .lunbo .swiper-container-show .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.ins-main .case-show .lunbo .swiper-container-show .swiper-slide:hover .txt {
  background: #24469f;
}
.ins-main .case-show .lunbo .swiper-container-show .swiper-slide:hover .txt p {
  color: #fff;
}
.ins-main .case-show .lunbo .swiper-container-show .swiper-slide:hover .txt h6 {
  color: #fff;
}
.ins-main .case-show .lunbo .swiper-container-show .swiper-slide .img {
  overflow: hidden;
}
.ins-main .case-show .lunbo .swiper-container-show .swiper-slide .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .case-show .lunbo .swiper-container-show .swiper-slide .txt {
  padding: 0 5%;
  height: 100px;
  text-align: center;
  background: #fff;
  transition: 0.4s;
  margin-top: 1px;
}
.ins-main .case-show .lunbo .swiper-container-show .swiper-slide .txt h6 {
  font-size: 2.4rem;
  color: #171717;
  margin-top: 0;
  padding-top: 24px;
}
.ins-main .case-show .lunbo .swiper-container-show .swiper-slide .txt p {
  font-size: 1.6rem;
  color: #555;
}
.ins-main .case-show .lunbo .swiper-button-prev-show {
  cursor: pointer;
  width: 21px;
  height: 40px;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -20px;
  background: url("../images/lunbo-btn_03.png") no-repeat center;
  z-index: 3;
}
.ins-main .case-show .lunbo .swiper-button-prev-show:hover {
  background: url("../images/lunbo-btn_09.png") no-repeat center;
}
.ins-main .case-show .lunbo .swiper-button-next-show {
  cursor: pointer;
  width: 21px;
  height: 40px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -20px;
  background: url("../images/lunbo-btn_05.png") no-repeat center;
  z-index: 3;
}
.ins-main .case-show .lunbo .swiper-button-next-show:hover {
  background: url("../images/lunbo-btn_10.png") no-repeat center;
}
.ins-main .product-show {
 /* padding: 4% 0;*/
 /* background: #f7f7f7;*/
    width: 72%;
    float: right;
}
.ins-main .product-show .show-top {
  position: relative;
  background: #fff;
}
.ins-main .product-show .show-top .img-box {
  width: 50%;
  float: left;
    margin-top:20px;
}
.ins-main .product-show .show-top .img-box .swiper-container-show {
  overflow: hidden;
  position: relative;
}
.ins-main .product-show .show-top .img-box .swiper-slide img {
  width: 100%;
}
.ins-main .product-show .show-top .img-box .swiper-button-next-show {
  width: 14px;
  height: 26px;
  cursor: pointer;
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -13px;
  background: url("../images/pro-btn_05.png") no-repeat center;
  z-index: 6;
}
.ins-main .product-show .show-top .img-box .swiper-button-prev-show {
  width: 14px;
  height: 26px;
  cursor: pointer;
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -13px;
  background: url("../images/pro-btn_03.png") no-repeat center;
  z-index: 6;
}
.ins-main .product-show .show-top .txt-box {
  width: 50%;
  float: right;
  padding: 5% 0 0 5%;
}
.ins-main .product-show .show-top .txt-box .tit h5 {
  font-size: 18px;
font-weight: bold;
  color: #353535;
}
.ins-main .product-show .show-top .txt-box .tit h6 {
  color: #353535;
  margin-bottom: 20px;
    font-size: 16px;
}
.ins-main .product-show .show-top .txt-box .tit li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 10px;
}
.ins-main .product-show .show-top .txt-box .txt {
  margin: 10% 0;
}
.ins-main .product-show .show-top .txt-box .txt p {
  font-size: 1.4rem;
  color: #585858;
  margin: 0;
  line-height: 180%;
}
.ins-main .product-show .show-top .txt-box .txt a {
  margin-top: 10%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ins-main .product-show .show-content {
  margin: 2% 0;
  background: #fff;
}
.ins-main .product-show .show-content .slideTxtBox-show .hd {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
}
.ins-main .product-show .show-content .slideTxtBox-show .hd ul li {
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  width: 150px;
  text-align: center;
  float: left;
  border-right: 1px solid #f5f5f5;
}
.ins-main .product-show .show-content .slideTxtBox-show .hd ul li.on {
  color: #fff;
  background: #cc0917;
}
.ins-main .product-show .show-content .slideTxtBox-show .bd ul {
  padding: 20px;
  zoom: 1;
}
.ins-main .product-show .show-content .slideTxtBox-show .bd li img {
  max-width: 100%;
}
.ins-main .product-show .show-bot {
  background: #fff;
}
.ins-main .product-show .show-bot .liuyan-tit {
  width: 20%;
  float: left;
  margin-top: 5%;
  padding-left: 2.5%;
}
.ins-main .product-show .show-bot .liuyan-tit h5 {
  font-size: 3.6rem;
  color: #232323;
}
.ins-main .product-show .show-bot .liuyan-tit p {
  font-size: 1.6rem;
  color: #8a8a8a;
}
.ins-main .product-show .show-bot .form-box {
  width: 42%;
  float: left;
  margin-top: 5%;
}
.ins-main .product-show .show-bot .form-box ul:nth-child(1) li {
  height: 45px;
  line-height: 45px;
  background: #f7f7f7;
  margin-bottom: 13px;
}
.ins-main .product-show .show-bot .form-box ul:nth-child(1) li span {
  font-size: 1.4rem;
  color: #939393;
  padding: 0 1rem;
}
.ins-main .product-show .show-bot .form-box ul:nth-child(1) li span sup {
  color: red;
}
.ins-main .product-show .show-bot .form-box ul:nth-child(1) li input {
  height: 43px;
  line-height: 43px;
  color: #939393;
  width: 80%;
  border: none;
  background: transparent;
}
.ins-main .product-show .show-bot .form-box ul:nth-child(2) li {
  height: 100px;
  background: #f7f7f7;
  margin-bottom: 13px;
  padding-top: 10px;
}
.ins-main .product-show .show-bot .form-box ul:nth-child(2) li span {
  font-size: 1.4rem;
  color: #939393;
  padding: 0 1rem;
  float: left;
  margin-top: 3px;
}
.ins-main .product-show .show-bot .form-box ul:nth-child(2) li span sup {
  opacity: 0;
}
.ins-main .product-show .show-bot .form-box ul:nth-child(2) li textarea {
  height: 98px;
  color: #939393;
  width: 80%;
  border: none;
  background: transparent;
}
.ins-main .product-show .show-bot .form-box .submit {
  cursor: pointer;
  border: none;
  width: 160px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: #24469f;
  color: #fff;
  margin-top: 20px;
}
.ins-main .product-show .show-bot .img {
  float: right;
  width: 35%;
}
.ins-main .product-show .show-bot .img img {
  width: 100%;
}
@media (max-width: 768px) {
  .ins-main .product-show {
    padding: 4% 0;
    background: #f7f7f7;
      width: 100%;
  }
    .ins-main .ins-product .pro-cont {width: 100%;}
  .ins-main .product-show .show-top {
    position: relative;
    background: #fff;
  }
  .ins-main .product-show .show-top .img-box {
    width: 100%;
    float: left;
    margin-top: 20px;
  }
  .ins-main .product-show .show-top .txt-box {
    width: 100%;
  }
  .ins-main .product-show .show-top .txt-box .txt {
    margin: 10% 0;
  }
  .ins-main .product-show .show-top .txt-box .txt a img {
    width: 130px;
  }
  .ins-main .product-show .show-content {
    margin: 2% 0;
    background: #fff;
  }
  .ins-main .product-show .show-content .slideTxtBox-show .hd {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
  }
  .ins-main .product-show .show-content .slideTxtBox-show .hd ul li {
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    width: 110px;
    text-align: center;
    float: left;
    border-right: 1px solid #f5f5f5;
  }
  .ins-main .product-show .show-content .slideTxtBox-show .bd ul {
    padding: 10px;
    zoom: 1;
  }
  .ins-main .product-show .show-content .slideTxtBox-show .bd li img {
    max-width: 100%;
  }
  .ins-main .product-show .show-bot {
    background: #fff;
    padding: 0 15px;
  }
  .ins-main .product-show .show-bot .liuyan-tit {
    width: 100%;
    float: left;
    margin-top: 5%;
    padding-left: 2.5%;
  }
  .ins-main .product-show .show-bot .liuyan-tit h5 {
    font-size: 3rem;
    color: #232323;
  }
  .ins-main .product-show .show-bot .liuyan-tit p {
    font-size: 1.6rem;
    color: #8a8a8a;
  }
  .ins-main .product-show .show-bot .form-box {
    width: 100%;
    float: left;
    margin-top: 5%;
  }
  .ins-main .product-show .show-bot .form-box ul:nth-child(1) li {
    height: 45px;
    line-height: 45px;
    background: #f7f7f7;
    margin-bottom: 13px;
  }
  .ins-main .product-show .show-bot .form-box ul:nth-child(1) li span {
    font-size: 1.4rem;
    color: #939393;
    padding: 0 1rem;
  }
  .ins-main .product-show .show-bot .form-box ul:nth-child(1) li span sup {
    color: red;
  }
  .ins-main .product-show .show-bot .form-box ul:nth-child(1) li input {
    height: 43px;
    line-height: 43px;
    color: #939393;
    width: 80%;
    border: none;
    background: transparent;
  }
  .ins-main .product-show .show-bot .form-box ul:nth-child(2) li {
    height: 100px;
    background: #f7f7f7;
    margin-bottom: 13px;
    padding-top: 10px;
  }
  .ins-main .product-show .show-bot .form-box ul:nth-child(2) li span {
    font-size: 1.4rem;
    color: #939393;
    padding: 0 1rem;
    float: left;
    margin-top: 3px;
  }
  .ins-main .product-show .show-bot .form-box ul:nth-child(2) li span sup {
    opacity: 0;
  }
  .ins-main .product-show .show-bot .form-box ul:nth-child(2) li textarea {
    height: 98px;
    color: #939393;
    width: 80%;
    border: none;
    background: transparent;
  }
  .ins-main .product-show .show-bot .form-box .submit {
    cursor: pointer;
    border: none;
    width: 160px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #24469f;
    color: #fff;
    margin-top: 20px;
  }
  .ins-main .product-show .show-bot .img {
    float: right;
    width: 35%;
  }
  .ins-main .product-show .show-bot .img img {
    width: 100%;
  }
}
.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: #24469f;
  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: #24469f;
  background-color: #24469f;
}
@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: #24469f;
    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: #24469f;
    background-color: #24469f;
  }
}
.ins-service .img img {
  width: 100%;
  margin-bottom: 3%;
}
.nav-shadow {
  box-shadow: 0 0 15px #cdcbcb;
}
