body {
  overflow-x: hidden;
}
html {
  font-size: 10px;
  /*10 ÷ 16 × 100% = 62.5%*/
}
@media (max-width: 1200px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 7px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 9px;
  }
}
body > iframe {
  display: none;
}
a {
  text-decoration: none!important;
}
.navbar-brand {
  float: none;
  line-height: 0;
}
.mobile-con {
  display: none;
}
.header .header-box {
  height: 100px;
  line-height: 100px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  position: absolute;
  border-bottom: 1px solid transparent;
  transition: 0.4s;
}
.header .header-box .container {
  position: relative;
}
.header .header-box .logo {
  float: left;
  width: 163px;
  height: 43px;
  margin-top: 30px;
  background: url("../images/logo_03.png") no-repeat center;
}
.header .header-box .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .header-box .icon {
  float: right;
  margin-right: 6%;
}
.header .header-box .icon li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 5px;
  position: relative;
  cursor: pointer;
}
.header .header-box .icon li span {
  display: block;
  width: 25px;
  height: 25px;
  margin-top: 35px;
}
.header .header-box .icon li .number {
  position: absolute;
  top: 29px;
  left: -68px;
  display: none;
}
.header .header-box .icon li .number p {
  color: #fff;
  font-size: 1.5rem;
  white-space: nowrap;
}
.header .header-box .icon li .code {
  position: absolute;
  top: 67px;
  left: -38px;
  display: none;
}
.header .header-box .icon li:nth-child(1) span {
  background: url("../images/tel2.png") no-repeat center;
}
.header .header-box .icon li:nth-child(2) span {
  background: url("../images/wx2.png") no-repeat center;
}
.header .header-box .icon li:nth-child(1):hover .number {
  display: block;
}
.header .header-box .icon li:nth-child(2):hover .code {
  display: block;
}
.header .header-box .nav-con {
  width: 72%;
  margin: 0 auto;
  text-align: right;
  float: right;
  padding-right: 4%;
}
@media (max-width: 1200px) {
  .header .header-box .nav-con {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .header .header-box .nav-con {
    width: 64%;
    padding-right: 1%;
  }
}
.header .header-box .nav-con #nav {
  width: 100%;
  float: right;
  margin-bottom: 0;
}
.header .header-box .nav-con #nav .sub-nav {
  text-align: center;
  position: relative;
  line-height: 100px;
  transition: 0.3s;
  margin: 0 -1px;
  text-transform: uppercase;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.header .header-box .nav-con #nav .sub-nav:hover span {
  width: 100%;
}
.header .header-box .nav-con #nav .sub-nav a {
  color: #fff;
  font-size: 1.6rem;
  display: block;
  height: 100%;
  padding: 0 1.2rem;
}
@media (max-width: 1200px) {
  .header .header-box .nav-con #nav .sub-nav a {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .header .header-box .nav-con #nav .sub-nav a {
    padding: 0 0.4rem;
  }
}
.header .header-box .nav-con #nav .sub-nav span {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 2px;
  left: 50%;
  top: 98px;
  content: '';
  transform: translateX(-50%) translateY(0%);
  background-color: #305399;
  transition: width .5s;
}
.header .header-box .nav-con #nav .active span {
  width: 100%;
}
.header .header-box .nav-con #nav .nav-up-selected span {
  width: 100%;
}
.header .header-box .search-con .lang {
  color: #fff;
  font-size: 1.6rem;
  position: absolute;
  top: 0px;
  right: 52px;
}
.header .header-box .search-con .lang a {
  color: #fff;
}
.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.png") no-repeat center;
}
.header .header-box .search-con .search {
  display: none;
  position: absolute;
  right: 0;
  top: 69px;
  width: 260px;
  height: 60px;
  border-top: 4px solid #305399;
  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: #305399;
  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 .header-box-active {
  background: #fff;
  border-bottom: 1px solid #dbdbdb;
  transition: 0.4s;
}
.header .header-box-active .logo {
  background: url("../images/logo_03.jpg") no-repeat center;
}
.header .header-box-active .icon li .number p {
  color: #333;
}
.header .header-box-active .icon li:nth-child(1) span {
  background: url("../images/tel-active.png") no-repeat center;
}
.header .header-box-active .icon li:nth-child(2) span {
  background: url("../images/wx-active.png") no-repeat center;
}
.header .header-box-active .nav-con #nav .sub-nav a {
  color: #353535;
}
.header .header-box-active .search-con .lang {
  color: #373737;
}
.header .header-box-active .search-con .lang a {
  color: #373737;
}
.header .header-box-active .search-con .toggle-btn {
  background: url("../images/search-btn-active.png") no-repeat center;
}
.header .ins-header-box {
  background: #fff;
  position: static;
}
.header .ins-header-box .logo {
  float: left;
}
@media (max-width: 992px) {
  .header .ins-header-box .logo img {
    width: auto;
  }
}
.header .ins-header-box .nav-con #nav .sub-nav a {
  color: #373737;
}
.header .ins-header-box .nav-con #nav .sub-nav .drop-down {
  top: 99px;
  left: -20%;
}
.header .ins-header-box .search-con .toggle-btn {
  background: url("../images/search-btn_03.png") no-repeat center;
}
.partner{margin-bottom:3%;}
.partner img{display:block;width:100%;}
.partner .swiper-container-partner{overflow:hidden;}
.header .navigation-down {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 100%;
  z-index: 100;
  background: #fff;
  transition: 0.4s;
}
.header .navigation-down .nav-down-menu {
  width: 100%;
  padding: 1.5% 0;
}
.header .nav-down-menu .slideTxtBox ul {
  margin: 0;
}
.header .nav-down-menu .slideTxtBox .hd {
  float: left;
  width: 200px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.header .nav-down-menu .slideTxtBox .hd li {
  margin-bottom: 20px;
  font-size: 1.5rem;
  color: #333;
}
.header .nav-down-menu .slideTxtBox .hd li a {
  color: #333;
}
.header .nav-down-menu .slideTxtBox .hd li a:hover {
  color: #305399;
}
.header .nav-down-menu .slideTxtBox .bd {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.header .nav-down-menu .slideTxtBox .bd img {
  width: 373px;
  height: 214px;
}
@media (max-width: 1200px) {
  
}
@media (max-width: 992px) {
  
}
.header .mobile-con .navbar-default .navbar-nav > li > a:hover,
.header .mobile-con .navbar-default .navbar-nav > li > a:focus {
  color: #d4b08c;
}
.header .mobile-con .navbar-default {
  background: #5e8abb;
}
.header .mobile-con .navbar-header .navbar-brand {
  float: none;
  line-height: 0;
  padding: 0;
}
.header .mobile-con .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.header .mobile-con .navbar-brand > img {
  margin: 7px 0 0 3%;
  width: 130px;
}
.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 .navbar-default .navbar-nav > li > a {
  color: #fff;
}
.header .mobile-con .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #fff;
}
.header .mobile-con .box .nivo-controlNav {
  margin-left: -16px;
  bottom: -6px;
}
.header .mobile-con .nivo-controlNav a {
  width: 6px;
  height: 6px;
  margin: 0 3px;
}
.header .mobile-con .navbar-toggle {
  margin-top: 11px;
}
.header .mobile-con .language {
  display: inline-block;
  position: relative;
  margin: 17px 12px 0 0;
  float: right;
  color: #c3c3c3;
}
.header .mobile-con .language a {
  font-size: 14px;
  padding: 0px 6px;
  color: #c3c3c3;
}
.header .mobile-con .language a:hover {
  color: #fff;
}
.header .mobile-con .language .active {
  color: #fff;
}
.header .mobile-con .dropdown .txt {
  margin-left: 20px;
}
.header .mobile-con .dropdown .txt h6 {
  font-size: 14px;
}
.header .mobile-con .dropdown .txt a {
  font-size: 13px;
  display: inline-block;
  margin: 4px 12px;
  color: #666;
}
.header .mobile-con .dropdown .txt a:hover {
  color: #1b75cf;
}
/*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.08);
}
.main .ad-box-pc .swiper-slide-active img {
  transform: scale(1);
}
.main .ad-box-pc .swiper-pagination {
  position: absolute;
  bottom: 5%;
  z-index: 99;
}
.main .ad-box-pc .swiper-pagination-bullet {
  border-radius: 27px;
  height: 27px;
  width: 27px;
  opacity: 1;
  background: url("../images/ad-dot_05.png") no-repeat center;
}
.main .ad-box-pc .swiper-pagination-bullet-active {
  background: url("../images/ad-dot_03.png") no-repeat center;
  opacity: 1;
}
.main .ad-box-pc .swiper-button-next-pc {
  width: 33px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -26px;
  background: url("../images/ad-btn_03.png") no-repeat center;
  z-index: 6;
  opacity: 0.5;
}
.main .ad-box-pc .swiper-button-prev-pc {
  width: 33px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -26px;
  background: url("../images/ad-btn_06.png") no-repeat center;
  z-index: 6;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .main .ad-box-pc .swiper-pagination {
    position: absolute;
    bottom: 3%;
    z-index: 99;
  }
  .main .ad-box-pc .swiper-pagination-bullet {
    border-radius: 10px;
    border: 1px solid #fff;
    background: transparent;
    height: 5px;
    width: 5px;
    opacity: 1;
  }
  .main .ad-box-pc .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
  }
}
.main .index-tit {
  text-align: center;
  margin-bottom: 3%;
}
.main .index-tit h5 {
  font-size: 3rem;
  color: #305399;
}
@media (max-width: 768px) {
  .main .index-tit h5 {
    font-size: 2.5rem;
  }
}
.main .index-tit p {
  font-size: 1.6rem;
  color: #305399;
}
.main .jishu {
  padding: 3% 0;
  background: #f1f1f1 url("../images/jishu-bg_02.jpg") no-repeat left bottom;
}
.main .jishu .list-icon {
  margin-bottom: 3%;
}
.main .jishu .list-icon li {
  width: 16.66666%;
  text-align: center;
  float: left;
  padding: 2% 0;
  border-radius: 10px;
  transition: 0.3s;
}
.main .jishu .list-icon li:hover {
  background: #c0dcfc;
}
.main .jishu .list-icon li:hover img {
  transform: scale(1.15);
}
.main .jishu .list-icon li img {
  transition: 0.4s;
}
.main .jishu .list-icon li p {
  font-size: 1.4rem;
  color: #305399;
  margin: 20px 0 0;
}
.main .jishu .content .txt-box {
  width: 41.2%;
  float: left;
  margin-top: 2%;
}
.main .jishu .content .txt-box h6 {
  font-size: 1.6rem;
  color: #5c88ba;
  text-transform: uppercase;
}
.main .jishu .content .txt-box h5 {
  font-size: 3rem;
  color: #3e6ca1;
  margin: 20px 0;
}
.main .jishu .content .txt-box b {
  display: block;
  width: 50px;
  height: 2px;
  background: #d2d5de;
}
.main .jishu .content .txt-box p {
  font-size: 1.4rem;
  color: #305399;
  line-height: 180%;
  margin: 5% 0 10%;
}
.main .jishu .content .txt-box a {
  display: block;
  width: 210px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  background: #5e8abb;
  color: #fff;
  font-size: 1.6rem;
}
.main .jishu .content .img {
  width: 48%;
  float: right;
}
.main .jishu .content .img img {
  width: 100%;
}
@media (max-width: 768px) {
  .main .jishu {
    padding: 3% 0;
    background: #f1f1f1;
  }
  .main .jishu .list-icon {
    margin-bottom: 3%;
  }
  .main .jishu .list-icon li {
    width: 33.33333%;
    text-align: center;
    float: left;
    padding: 2% 0;
    border-radius: 10px;
    transition: 0.3s;
  }
  .main .jishu .list-icon li:hover {
    background: #c0dcfc;
  }
  .main .jishu .list-icon li p {
    font-size: 1.4rem;
    color: #305399;
    margin: 20px 0 0;
  }
  .main .jishu .content .txt-box {
    width: 100%;
    float: left;
    margin-top: 5%;
  }
  .main .jishu .content .txt-box h6 {
    font-size: 1.6rem;
    color: #5c88ba;
    text-transform: uppercase;
  }
  .main .jishu .content .txt-box h5 {
    font-size: 3rem;
    color: #3e6ca1;
    margin: 20px 0;
  }
  .main .jishu .content .txt-box b {
    display: block;
    width: 50px;
    height: 2px;
    background: #d2d5de;
  }
  .main .jishu .content .txt-box p {
    font-size: 1.4rem;
    color: #305399;
    line-height: 180%;
    margin: 5% 0 10%;
  }
  .main .jishu .content .txt-box a {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    background: #5e8abb;
    color: #fff;
    font-size: 1.6rem;
  }
  .main .jishu .content .img {
    width: 100%;
    float: right;
    margin-right: 0%;
    margin-top: 15px;
  }
  .main .jishu .content .img img {
    width: 100%;
  }
}
.main .case {
  padding: 3% 0;
  background: #ffffff url("../images/case-bg_03.jpg") no-repeat left bottom;
}
.main .case .list-icon {
  margin-bottom: 3%;
  text-align: center;
}
.main .case .list-icon li {
  width: 16.66666%;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 2% 0;
  border-radius: 10px;
  transition: 0.3s;
  border: 2px solid transparent;
}
.main .case .list-icon li:hover {
  border-color: #e6eaf5;
}
.main .case .list-icon li:hover p {
  color: #3e6ca1;
}
.main .case .list-icon li .img {
  width: 87px;
  height: 87px;
  margin: 0 auto;
}
.main .case .list-icon li p {
  font-size: 1.4rem;
  color: #adb2be;
  margin: 20px 0 0;
}
.main .case .list-icon li:nth-child(1) .img {
  background: url("../images/case-icon_03.png") no-repeat center;
}
.main .case .list-icon li:nth-child(2) .img {
  background: url("../images/case-icon_05.png") no-repeat center;
}
.main .case .list-icon li:nth-child(3) .img {
  background: url("../images/case-icon_07.png") no-repeat center;
}
.main .case .list-icon li:nth-child(4) .img {
  background: url("../images/case-icon_09.png") no-repeat center;
}
.main .case .list-icon li:nth-child(5) .img {
  background: url("../images/case-icon_11.png") no-repeat center;
}
.main .case .list-icon li:nth-child(1):hover .img {
  background: url("../images/case-icon2_03.png") no-repeat center;
}
.main .case .list-icon li:nth-child(2):hover .img {
  background: url("../images/case-icon2_05.png") no-repeat center;
}
.main .case .list-icon li:nth-child(3):hover .img {
  background: url("../images/case-icon2_07.png") no-repeat center;
}
.main .case .list-icon li:nth-child(4):hover .img {
  background: url("../images/case-icon2_09.png") no-repeat center;
}
.main .case .list-icon li:nth-child(5):hover.img {
  background: url("../images/case-icon2_11.png") no-repeat center;
}
.main .case .content .txt-box {
  width: 47.5%;
  float: right;
  margin-top: 2%;
}
.main .case .content .txt-box h6 {
  font-size: 1.6rem;
  color: #5c88ba;
  text-transform: uppercase;
}
.main .case .content .txt-box h5 {
  font-size: 3rem;
  color: #3e6ca1;
  margin: 20px 0;
}
.main .case .content .txt-box b {
  display: block;
  width: 50px;
  height: 2px;
  background: #d2d5de;
}
.main .case .content .txt-box p {
  font-size: 1.4rem;
  color: #305399;
  line-height: 180%;
  margin: 5% 0 10%;
}
.main .case .content .txt-box a {
  display: block;
  width: 210px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  background: #5e8abb;
  color: #fff;
  font-size: 1.6rem;
}
.main .case .content .img {
  width: 46.65%;
  float: left;
  margin-right: -2%;
}
.main .case .content .img img {
  width: 100%;
}
@media (max-width: 768px) {
  .main .case {
    padding: 3% 0;
    background: #fff;
  }
  .main .case .list-icon {
    margin-bottom: 3%;
    text-align: center;
  }
  .main .case .list-icon li {
    width: 30.33333%;
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 2% 0;
    border-radius: 10px;
    transition: 0.3s;
    border: 2px solid transparent;
  }
  .main .case .list-icon li:hover {
    border-color: #e6eaf5;
  }
  .main .case .list-icon li:hover p {
    color: #3e6ca1;
  }
  .main .case .list-icon li .img {
    width: 87px;
    height: 87px;
    margin: 0 auto;
  }
  .main .case .list-icon li p {
    font-size: 1.4rem;
    color: #adb2be;
    margin: 20px 0 0;
  }
  .main .case .list-icon li:nth-child(1) .img {
    background: url("../images/case-icon_03.png") no-repeat center;
  }
  .main .case .list-icon li:nth-child(2) .img {
    background: url("../images/case-icon_05.png") no-repeat center;
  }
  .main .case .list-icon li:nth-child(3) .img {
    background: url("../images/case-icon_07.png") no-repeat center;
  }
  .main .case .list-icon li:nth-child(4) .img {
    background: url("../images/case-icon_09.png") no-repeat center;
  }
  .main .case .list-icon li:nth-child(5) .img {
    background: url("../images/case-icon_11.png") no-repeat center;
  }
  .main .case .list-icon li:nth-child(1):hover .img {
    background: url("../images/case-icon2_03.png") no-repeat center;
  }
  .main .case .list-icon li:nth-child(2):hover .img {
    background: url("../images/case-icon2_05.png") no-repeat center;
  }
  .main .case .list-icon li:nth-child(3):hover .img {
    background: url("../images/case-icon2_07.png") no-repeat center;
  }
  .main .case .list-icon li:nth-child(4):hover .img {
    background: url("../images/case-icon2_09.png") no-repeat center;
  }
  .main .case .list-icon li:nth-child(5):hover.img {
    background: url("../images/case-icon2_11.png") no-repeat center;
  }
  .main .case .content .txt-box {
    width: 100%;
    float: right;
    margin-top: 5%;
  }
  .main .case .content .txt-box h6 {
    font-size: 1.6rem;
    color: #5c88ba;
    text-transform: uppercase;
  }
  .main .case .content .txt-box h5 {
    font-size: 3rem;
    color: #3e6ca1;
    margin: 20px 0;
  }
  .main .case .content .txt-box b {
    display: block;
    width: 50px;
    height: 2px;
    background: #d2d5de;
  }
  .main .case .content .txt-box p {
    font-size: 1.4rem;
    color: #305399;
    line-height: 180%;
    margin: 5% 0 10%;
  }
  .main .case .content .txt-box a {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    background: #5e8abb;
    color: #fff;
    font-size: 1.6rem;
  }
  .main .case .content .img {
    width: 100%;
    float: left;
    margin-right: 0%;
    margin-top: 15px;
  }
  .main .case .content .img img {
    width: 100%;
  }
}
.main .product {
  padding: 3% 0;
  background: #f1f1f1 url("../images/pro-bg_02.jpg ") no-repeat left bottom;
}
.main .product .content .swiper-container-pro {
  overflow: hidden;
  margin: 5% 0;
}
.main .product .content .swiper-container-pro .swiper-slide {
  text-align: center;
}
.main .product .content .swiper-container-pro .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.main .product .content .swiper-container-pro .swiper-slide .img {
  overflow: hidden;
}
.main .product .content .swiper-container-pro .swiper-slide .img img {
  width: 100%;
  transition: 0.4s;
}
.main .product .content .swiper-container-pro .swiper-slide h6 {
  font-size: 2.2rem;
  color: #0e54a4;
}
.main .product .content .swiper-container-pro .swiper-slide p {
  font-size: 1.4rem;
  color: #5187c5;
}
.main .product .more a {
  width: 240px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 55px;
  background: #5e8abb;
  color: #fff;
  font-size: 1.6rem;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .main .product {
    padding: 3% 0;
    background: #f1f1f1;
  }
  .main .product .content .swiper-container-pro {
    overflow: hidden;
    margin: 5% 0;
  }
  .main .product .content .swiper-container-pro .swiper-slide {
    text-align: center;
  }
  .main .product .content .swiper-container-pro .swiper-slide .img {
    overflow: hidden;
  }
  .main .product .content .swiper-container-pro .swiper-slide .img img {
    width: 100%;
  }
  .main .product .content .swiper-container-pro .swiper-slide h6 {
    font-size: 2.2rem;
    color: #0e54a4;
  }
  .main .product .content .swiper-container-pro .swiper-slide p {
    font-size: 1.4rem;
    color: #5187c5;
  }
  .main .product .more a {
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 45px;
    background: #5e8abb;
    color: #fff;
    font-size: 1.6rem;
    display: block;
    margin: 0 auto;
  }
}
.main .news {
  padding: 3% 0;
  background: #ffffff url("../images/news-bg_02.jpg ") no-repeat left bottom;
}
.main .news .content .swiper-container-news {
  overflow: hidden;
  margin: 6% 0;
  position: relative;
}
.main .news .content .swiper-container-news .swiper-slide .img {
  width: 46.916666%;
  float: left;
}
.main .news .content .swiper-container-news .swiper-slide .img img {
  width: 100%;
  border-radius: 164px 10px 10px 164px;
}
.main .news .content .swiper-container-news .swiper-slide .txt-box {
  width: 47%;
  float: right;
}
.main .news .content .swiper-container-news .swiper-slide .txt-box h6 {
  font-size: 2.2rem;
  color: #3e6ca1;
}
.main .news .content .swiper-container-news .swiper-slide .txt-box b {
  display: block;
  width: 50px;
  height: 2px;
  background: #b4b9cc;
  margin: 3% 0 6%;
}
.main .news .content .swiper-container-news .swiper-slide .txt-box p {
  font-size: 1.4rem;
  color: #3e6ca1;
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -moz-line-clamp: 3;
  -o-line-clamp: 3;
}
.main .news .content .swiper-container-news .swiper-slide .txt-box span {
  font-size: 1.4rem;
  color: #3e6ca1;
  display: block;
  margin-top: 10%;
}
.main .news .content .swiper-container-news .swiper-button-prev-news {
  position: absolute;
  bottom: 20px;
  right: 75px;
  cursor: pointer;
  z-index: 99;
}
.main .news .content .swiper-container-news .swiper-button-next-news {
  position: absolute;
  bottom: 20px;
  right: 0;
  cursor: pointer;
  z-index: 99;
}
.main .news .content .swiper-container-news .swiper-pagination-news {
  z-index: 99;
  float: right;
  margin-top: -20px;
  width: 47%;
  position: relative;
}
.main .news .content .swiper-container-news .swiper-pagination-bullet {
  height: 34px;
  width: 34px;
  opacity: 1;
  border-radius: 34px;
  background: url("../images/news-dot_05.jpg") no-repeat center;
  margin: 0 2px;
}
.main .news .content .swiper-container-news .swiper-pagination-bullet-active {
  background: url("../images/news-dot_03.jpg") no-repeat center;
  opacity: 1;
}
.main .news .more a {
  width: 240px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 55px;
  background: #5e8abb;
  color: #fff;
  font-size: 1.6rem;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .main .news {
    padding: 3% 0;
    background: #fff;
  }
  .main .news .content .swiper-container-news {
    overflow: hidden;
    margin: 6% 0;
    position: relative;
  }
  .main .news .content .swiper-container-news .swiper-slide .img {
    width: 100%;
    float: left;
  }
  .main .news .content .swiper-container-news .swiper-slide .img img {
    width: 100%;
    border-radius: 0;
  }
  .main .news .content .swiper-container-news .swiper-slide .txt-box {
    width: 100%;
    float: right;
    margin-top: 15px;
  }
  .main .news .content .swiper-container-news .swiper-slide .txt-box h6 {
    font-size: 2.2rem;
    color: #3e6ca1;
  }
  .main .news .content .swiper-container-news .swiper-slide .txt-box b {
    display: block;
    width: 50px;
    height: 2px;
    background: #b4b9cc;
    margin: 3% 0 6%;
  }
  .main .news .content .swiper-container-news .swiper-slide .txt-box p {
    font-size: 1.4rem;
    color: #3e6ca1;
    line-height: 180%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -moz-line-clamp: 3;
    -o-line-clamp: 3;
  }
  .main .news .content .swiper-container-news .swiper-slide .txt-box span {
    font-size: 1.4rem;
    color: #3e6ca1;
    display: block;
    margin-top: 10%;
  }
  .main .news .content .swiper-container-news .swiper-button-prev-news {
    position: absolute;
    bottom: 20px;
    right: 75px;
    cursor: pointer;
    z-index: 99;
  }
  .main .news .content .swiper-container-news .swiper-button-next-news {
    position: absolute;
    bottom: 20px;
    right: 0;
    cursor: pointer;
    z-index: 99;
  }
  .main .news .content .swiper-container-news .swiper-pagination-news {
    z-index: 99;
    float: right;
    margin-top: -20px;
    width: 47%;
    position: relative;
  }
  .main .news .content .swiper-container-news .swiper-pagination-bullet {
    height: 34px;
    width: 34px;
    opacity: 1;
    border-radius: 34px;
    background: url("../images/news-dot_05.jpg") no-repeat center;
    margin: 0 11px;
  }
  .main .news .content .swiper-container-news .swiper-pagination-bullet-active {
    background: url("../images/news-dot_03.jpg") no-repeat center;
    opacity: 1;
  }
  .main .news .more a {
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 45px;
    background: #5e8abb;
    color: #fff;
    font-size: 1.6rem;
    display: block;
    margin: 0 auto;
  }
}
.footer {
  background: #272727;
}
.footer .footer-top {
  padding: 4% 0;
  position: relative;
}
.footer .footer-top .logo-box {
  width: 25.83333%;
  float: left;
}
.footer .footer-top .logo-box img {
  max-width: 100%;
  margin-bottom: 5%;
}
.footer .footer-top .logo-box p {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 5px;
  color: #9f9f9f;
}
.footer .footer-top .logo-box p span {
  display: block;
  padding-left: 47px;
}
.footer .footer-top .logo-box p:nth-child(1) {
  background: url("../images/tel2.png") no-repeat left center;
  padding-left: 30px;
  line-height: 25px;
  color: #fff;
}
.footer .footer-top .logo-box h5 {
  font-size: 2.9rem;
  color: #1563be;
  margin: 10px 0;
}
.footer .footer-top .list {
  float: left;
  width: 16.5%;
}
.footer .footer-top .list h5 {
  font-size: 2rem;
  color: #c7c7c7;
  text-transform: uppercase;
  margin: 10px 0 20px 0;
}
.footer .footer-top .list ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.footer .footer-top .list li {
  font-size: 1.4rem;
  color: #9f9f9f;
  line-height: 26px;
}
.footer .footer-top .list li a {
  color: #9f9f9f;
}
.footer .footer-top .list li a:hover {
  color: #1c5196;
}
.footer .footer-top .list p {
  font-size: 1.4rem;
  color: #9f9f9f;
  line-height: 26px;
  margin-bottom: 20px;
}
.footer .footer-top .list:last-child {
  width: 22%;
  float: right;
}
.footer .footer-top .list:last-child form {
  position: relative;
}
.footer .footer-top .list:last-child .txt {
  color: #9f9f9f;
  height: 42px;
  width: 100%;
  background: #3c3c3c;
  padding: 0 10px;
  border: none;
}
.footer .footer-top .list:last-child .submit {
  width: 42px;
  height: 42px;
  background: url("../images/input_03.jpg") no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  border: none;
}
@media (max-width: 768px) {
  .footer .footer-top {
    padding: 20px 0;
    position: relative;
  }
  .footer .footer-top .logo-box {
    width: 100%;
    float: left;
    text-align: center;
  }
  .footer .footer-top .logo-box img {
    max-width: 100%;
    margin-bottom: 5%;
  }
  .footer .footer-top .logo-box p {
    font-size: 1.4rem;
    color: #fff;
  }
  .footer .footer-top .logo-box h5 {
    font-size: 2.9rem;
    color: #1563be;
  }
  .footer .footer-top .list {
    float: left;
    width: 33.33333%;
  }
  .footer .footer-top .list h5 {
    font-size: 2rem;
    color: #c7c7c7;
    text-transform: uppercase;
    margin: 10px 0 20px 0;
  }
  .footer .footer-top .list ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
  }
  .footer .footer-top .list li {
    font-size: 1.4rem;
    color: #9f9f9f;
    line-height: 26px;
  }
  .footer .footer-top .list li a {
    color: #9f9f9f;
  }
  .footer .footer-top .list li a:hover {
    color: #1c5196;
  }
  .footer .footer-top .list p {
    font-size: 1.4rem;
    color: #9f9f9f;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .footer .footer-top .list:last-child {
    width: 100%;
    float: right;
  }
  .footer .footer-top .list:last-child form {
    position: relative;
  }
  .footer .footer-top .list:last-child .txt {
    height: 42px;
    width: 100%;
    background: #3c3c3c;
    padding: 0 10px;
    border: none;
    color: #9f9f9f;
  }
  .footer .footer-top .list:last-child .submit {
    width: 42px;
    height: 42px;
    background: url("../images/input_03.jpg") no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    border: none;
  }
}
.footer .footer-bot {
  height: 60px;
  background: #1e1e1e;
}
.footer .footer-bot .container {
  position: relative;
}
.footer .footer-bot .lf li {
  margin-top: 25px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 20px;
}
.footer .footer-bot .lf li a {
  display: block;
  width: 21px;
  height: 14px;
}
.footer .footer-bot .lf li:nth-child(1) a {
  background: url("../images/footer-icon_03.png") no-repeat left center;
}
.footer .footer-bot .lf li:nth-child(2) a {
  background: url("../images/footer-icon_05.png") no-repeat left center;
}
.footer .footer-bot .lf li:nth-child(3) a {
  background: url("../images/footer-icon_07.png") no-repeat left center;
}
.footer .footer-bot .lf li:nth-child(4) a {
  background: url("../images/footer-icon_09.png") no-repeat left center;
}
.footer .footer-bot .lf li:nth-child(1):hover a {
  background: url("../images/footer-icon_03.png") no-repeat right center;
}
.footer .footer-bot .lf li:nth-child(2):hover a {
  background: url("../images/footer-icon_05.png") no-repeat right center;
}
.footer .footer-bot .lf li:nth-child(3):hover a {
  background: url("../images/footer-icon_07.png") no-repeat right center;
}
.footer .footer-bot .lf li:nth-child(4):hover a {
  background: url("../images/footer-icon_09.png") no-repeat right center;
}
.footer .footer-bot p {
  margin: 0;
  font-size: 1.4rem;
  color: #999;
  line-height: 59px;
}
.footer .footer-bot p a {
  color: #999;
}
.footer .footer-bot p a:hover {
  color: #305399;
}
.footer .footer-bot .lf {
  float: left;
}
.footer .footer-bot .rt {
  float: right;
}
@media (max-width: 768px) {
  .footer .footer-bot {
    height: auto;
    text-align: center;
    background: #252525;
    border-top: none;
  }
  .footer .footer-bot .container {
    position: relative;
  }
  .footer .footer-bot .lf li {
    margin: 0 10px;
  }
  .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: #305399;
  }
  .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.png") no-repeat center;
}
/*ins-style*/
@media (max-width: 768px) {
  .ins-main {
    margin-top: 55px;
  }
}
.ins-main .ins-ad {
  position: relative;
}
.ins-main .ins-ad .img-box img {
  width: 100%;
}
.ins-main .ins-ad .txt {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .ins-main .ins-ad .txt {
    display: none;
  }
}
.ins-main .ins-ad .txt h4 {
  font-size: 4rem;
  font-weight: 100;
  letter-spacing: 5px;
}
.ins-main .ins-ad .txt p {
  font-size: 2rem;
  font-weight: 100;
  margin: 4% 0;
  letter-spacing: 2px;
}
.ins-main .ins-ad .txt img {
  width: auto;
}
.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;
}
@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 .list-nav {
  height: 64px;
  margin-top: -64px;
  text-align: center;
  z-index: 6;
  position: relative;
}
.ins-main .list-nav ul {
  margin: 0;
}
.ins-main .list-nav li {
  font-size: 1.6rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 3%;
}
.ins-main .list-nav li:hover a {
  color: #00f0ff;
  border-color: #00f0ff;
}
.ins-main .list-nav li a {
  color: #fff;
  padding-bottom: 16px;
  border-bottom: 1px solid transparent;
}
.ins-main .list-nav .active a {
  color: #00f0ff;
  border-color: #00f0ff;
}
@media (max-width: 768px) {
  .ins-main .list-nav {
    height: 64px;
    margin-top: -64px;
    text-align: center;
    z-index: 6;
    position: relative;
  }
  .ins-main .list-nav ul {
    margin: 0;
  }
  .ins-main .list-nav li {
    font-size: 1.6rem;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 3% 10px 3%;
  }
  .ins-main .list-nav li:hover a {
    color: #00f0ff;
    border-color: #00f0ff;
  }
  .ins-main .list-nav li a {
    color: #fff;
    padding-bottom: 8px;
    border-bottom: 1px solid transparent;
  }
  .ins-main .list-nav .active a {
    color: #00f0ff;
    border-color: #00f0ff;
  }
}
.ins-main .ins-team {
  padding: 4% 0 3%;
  background: #f1f1f1;
}
.ins-main .ins-team li {
  width: 22%;
  float: left;
  margin-right: 4%;
  margin-bottom: 2.66666%;
}
@media (max-width: 768px) {
  .ins-main .ins-team li {
    width: 49%;
    margin: 0 2% 2% 0;
  }
}
.ins-main .ins-team li img {
  width: 100%;
}
.ins-main .ins-team li p {
  text-align: center;
  margin: 15px 0 0 0;
  font-size: 1.6rem;
  color: #333;
}
.ins-main .ins-team li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-team li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-bankuai {
  padding: 2% 0 3%;
  background: #f1f1f1;
}
.ins-main .ins-bankuai li {
  padding: 3% 0;
  border-bottom: 1px solid #cdcdcd;
}
.ins-main .ins-bankuai li:hover .img img {
  transform: scale(1.08);
}
.ins-main .ins-bankuai li:hover .txt h6 {
  color: #5e8abb;
}
.ins-main .ins-bankuai li .img {
  width: 43.16666%;
  float: left;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ins-main .ins-bankuai li .img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.ins-main .ins-bankuai li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-bankuai li .txt {
  width: 50%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .ins-bankuai li .txt {
    width: 100%;
  }
}
.ins-main .ins-bankuai li .txt h6 {
  font-size: 1.8rem;
  color: #000;
}
.ins-main .ins-bankuai li .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 220%;
}
.ins-main .ins-bankuai li:nth-child(2n+2) .img {
  float: right;
}
.ins-main .ins-bankuai li:nth-child(2n+2) .txt {
  float: left;
}
.ins-main .ins-profile {
  padding: 4% 0 3%;
  background: #f1f1f1;
}
.ins-main .ins-profile li {
  margin-bottom: 6%;
}
.ins-main .ins-profile li .img {
  width: 47%;
  float: right;
}
.ins-main .ins-profile li .img img {
  width: 100%;
}
.ins-main .ins-profile li .txt {
  width: 47%;
  float: left;
}
.ins-main .ins-profile li .txt h6 {
  font-size: 2.4rem;
  color: #3e6ca1;
  margin-bottom: 4%;
}
.ins-main .ins-profile li .txt h6 span {
  display: block;
  font-size: 1.2rem;
  font-family: arial;
  margin-top: 13px;
}
.ins-main .ins-profile li .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 180%;
  margin-bottom: 3%;
}
.ins-main .ins-profile li:nth-child(2) {
  margin-bottom: 0;
}
.ins-main .ins-profile li:nth-child(2) .img {
  float: left;
}
.ins-main .ins-profile li:nth-child(2) .txt {
  float: right;
}
.ins-main .ins-profile li:nth-child(2) .txt h6 {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .ins-main .ins-profile {
    padding: 4% 0 3%;
    background: #f1f1f1;
  }
  .ins-main .ins-profile li {
    margin-bottom: 6%;
  }
  .ins-main .ins-profile li .img {
    width: 100%;
    float: right;
    margin-bottom: 15px;
  }
  .ins-main .ins-profile li .img img {
    width: 100%;
  }
  .ins-main .ins-profile li .txt {
    width: 100%;
    float: left;
  }
  .ins-main .ins-profile li .txt h6 {
    font-size: 2.4rem;
    color: #3e6ca1;
    margin-bottom: 4%;
  }
  .ins-main .ins-profile li .txt h6 span {
    display: block;
    font-size: 1.2rem;
    font-family: arial;
    margin-top: 13px;
  }
  .ins-main .ins-profile li .txt p {
    font-size: 1.4rem;
    color: #666;
    line-height: 180%;
    margin-bottom: 3%;
  }
  .ins-main .ins-profile li:nth-child(2) {
    margin-bottom: 0;
  }
  .ins-main .ins-profile li:nth-child(2) .img {
    float: left;
  }
  .ins-main .ins-profile li:nth-child(2) .txt {
    float: right;
  }
  .ins-main .ins-profile li:nth-child(2) .txt h6 {
    font-size: 2rem;
  }
}
.ins-main .ins-culture {
  padding: 4% 0;
  background: #f1f1f1;
}
.ins-main .ins-culture .top-list {
  margin-bottom: 6%;
}
.ins-main .ins-culture .top-list li {
  width: 32.333333%;
  float: left;
  margin-right: 1.5%;
}
.ins-main .ins-culture .top-list li .img img {
  width: 100%;
}
.ins-main .ins-culture .top-list li .txt {
  padding-left: 4%;
}
.ins-main .ins-culture .top-list li .txt h5 {
  font-size: 2rem;
  color: #3e6ca1;
  margin: 15px 0;
}
.ins-main .ins-culture .top-list li .txt p {
  font-size: 1.4rem;
  color: #3e6ca1;
  margin-bottom: 5px;
}
.ins-main .ins-culture .top-list li:nth-child(3n+3) {
  margin-right: 0;
}
.ins-main .ins-culture .bot-list li {
  float: left;
  height: 80px;
  padding-left: 100px;
  margin-right: 4%;
}
.ins-main .ins-culture .bot-list li h6 {
  font-size: 2rem;
  color: #3e6ca1;
  margin-top: 15px;
}
.ins-main .ins-culture .bot-list li p {
  font-size: 1.4rem;
  color: #3e6ca1;
}
.ins-main .ins-culture .bot-list li:nth-child(4) {
  margin-right: 0;
}
.ins-main .ins-culture .bot-list li:nth-child(1) {
  background: url("../images/wenhua-icon_03.jpg") no-repeat left center;
}
.ins-main .ins-culture .bot-list li:nth-child(2) {
  background: url("../images/wenhua-icon_05.jpg") no-repeat left center;
}
.ins-main .ins-culture .bot-list li:nth-child(3) {
  background: url("../images/wenhua-icon_07.jpg") no-repeat left center;
}
.ins-main .ins-culture .bot-list li:nth-child(4) {
  background: url("../images/wenhua-icon_09.jpg") no-repeat left center;
}
@media (max-width: 768px) {
  .ins-main .ins-culture {
    padding: 4% 0;
    background: #f1f1f1;
  }
  .ins-main .ins-culture .top-list {
    margin-bottom: 6%;
  }
  .ins-main .ins-culture .top-list li {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .ins-main .ins-culture .top-list li .img img {
    width: 100%;
  }
  .ins-main .ins-culture .top-list li .txt {
    padding-left: 4%;
  }
  .ins-main .ins-culture .top-list li .txt h5 {
    font-size: 2rem;
    color: #3e6ca1;
    margin: 15px 0;
  }
  .ins-main .ins-culture .top-list li .txt p {
    font-size: 1.4rem;
    color: #3e6ca1;
    margin-bottom: 5px;
  }
  .ins-main .ins-culture .top-list li:nth-child(3n+3) {
    margin-right: 0;
  }
  .ins-main .ins-culture .bot-list li {
    float: left;
    height: 80px;
    padding-left: 100px;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .ins-main .ins-culture .bot-list li h6 {
    font-size: 2rem;
    color: #3e6ca1;
    margin-top: 15px;
  }
  .ins-main .ins-culture .bot-list li p {
    font-size: 1.4rem;
    color: #3e6ca1;
  }
  .ins-main .ins-culture .bot-list li:nth-child(4) {
    margin-right: 0;
  }
  .ins-main .ins-culture .bot-list li:nth-child(1) {
    background: url("../images/wenhua-icon_03.jpg") no-repeat left center;
  }
  .ins-main .ins-culture .bot-list li:nth-child(2) {
    background: url("../images/wenhua-icon_05.jpg") no-repeat left center;
  }
  .ins-main .ins-culture .bot-list li:nth-child(3) {
    background: url("../images/wenhua-icon_07.jpg") no-repeat left center;
  }
  .ins-main .ins-culture .bot-list li:nth-child(4) {
    background: url("../images/wenhua-icon_09.jpg") no-repeat left center;
  }
}
.ins-main .ins-net {
  padding: 4% 0 2%;
  background: #f1f1f1;
  text-align: center;
}
.ins-main .ins-net img {
  max-width: 100%;
}
.ins-main .ins-honor {
  padding: 4% 0;
  background: #f1f1f1;
  text-align: center;
}
.ins-main .ins-honor li {
  width: 23%;
  float: left;
  margin-right: 2.666666%;
  margin-bottom: 2.66666%;
}
@media (max-width: 768px) {
  .ins-main .ins-honor li {
    width: 49%;
    margin: 0 2% 2% 0;
  }
}
.ins-main .ins-honor li img {
  width: 100%;
  cursor: pointer;
}
.ins-main .ins-honor li p {
  text-align: center;
  font-size: 1.4rem;
  margin: 10px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-honor li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-honor li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-case {
  padding: 4% 0;
  background: #f1f1f1;
  text-align: center;
}
.ins-main .ins-case li {
  width: 23%;
  float: left;
  margin-right: 2.666666%;
  margin-bottom: 2.66666%;
}
@media (max-width: 768px) {
  .ins-main .ins-case li {
    width: 49%;
    margin: 0 2% 2% 0;
  }
}
.ins-main .ins-case li:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-case li .img {
  overflow: hidden;
}
.ins-main .ins-case li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-case li p {
  text-align: center;
  font-size: 1.4rem;
  color: #333;
  margin: 10px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-case li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-case li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .case-show {
  padding: 4% 0;
  background: #f1f1f1;
  text-align: center;
}
.ins-main .case-show h4 {
  font-size: 2.4rem;
  color: #5b5b5b;
  text-align: center;
  margin-bottom: 4%;
}
.ins-main .case-show .top-show {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ins-main .case-show .top-show {
    width: 100%;
  }
}
.ins-main .case-show .top-show .view .swiper-container {
  height: 100%;
  padding: 1px;
}
.ins-main .case-show .top-show .view .swiper-container .swiper-slide {
  width: 100%;
}
.ins-main .case-show .top-show .view .swiper-container .swiper-slide img {
  width: 100%;
  border: 1px solid #f0f0f0;
  background: #f3f3f3;
}
.ins-main .case-show .top-show .preview {
  width: 100%;
  padding: 1% 0;
  position: relative;
  border-top: none;
}
.ins-main .case-show .top-show .preview .arrow-left {
  position: absolute;
  width: 23px;
  height: 43px;
  left: 15px;
  top: 50%;
  margin-top: -21px;
  background: url("../images/show-btn_03.png") no-repeat center;
  cursor: pointer;
  z-index: 6;
}
.ins-main .case-show .top-show .preview .arrow-right {
  position: absolute;
  width: 23px;
  height: 43px;
  right: 15px;
  top: 50%;
  margin-top: -21px;
  background: url("../images/show-btn_06.png") no-repeat center;
  cursor: pointer;
  z-index: 6;
}
.ins-main .case-show .top-show .preview .swiper-container {
  width: 100%;
  margin: 0 auto;
}
.ins-main .case-show .top-show .preview .swiper-slide {
  float: left;
  width: auto;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.ins-main .case-show .top-show .preview .swiper-slide img {
  width: 100%;
  cursor: pointer;
  border: 1px solid #efefef;
  background: #f3f3f3;
}
.ins-main .case-show .top-show .preview .active-nav img {
  border: 1px solid #0086d4;
}
.ins-main .case-show .top-show .txt-box {
  margin: 4% 0;
  text-align: left;
}
.ins-main .case-show .top-show .txt-box p {
  font-size: 1.6rem;
  color: #333;
  line-height: 180%;
}
.ins-main .case-show .return a {
  display: block;
  margin: 0 auto;
  width: 170px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: #0086d4;
  color: #fff;
  font-size: 1.4rem;
}
.ins-main .ins-huanjing {
  padding: 2.5% 0 1.5%;
}
.ins-main .ins-huanjing li {
  border: 1px solid #f1f1f1;
  padding: 1%;
  position: relative;
  width: 32.33333%;
  float: left;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
}
.ins-main .ins-huanjing li .img-box {
  position: relative;
  cursor: pointer;
}
.ins-main .ins-huanjing li .img-box:hover .masking {
  opacity: 1;
}
.ins-main .ins-huanjing li .img-box img {
  width: 100%;
}
.ins-main .ins-huanjing li .img-box .masking {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.ins-main .ins-huanjing li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-huanjing {
    padding: 2.5% 0 1.5%;
  }
  .ins-main .ins-huanjing li {
    border: 1px solid #f1f1f1;
    padding: 1%;
    position: relative;
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .ins-main .ins-huanjing li .img-box {
    position: relative;
    cursor: pointer;
  }
  .ins-main .ins-huanjing li .img-box:hover .masking {
    opacity: 1;
  }
  .ins-main .ins-huanjing li .img-box img {
    width: 100%;
  }
  .ins-main .ins-huanjing li .img-box .masking {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
  }
  .ins-main .ins-huanjing li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .ins-main .ins-huanjing li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-history {
  padding: 3% 0;
}
.ins-main .ins-history .content {
  background: url("../images/licheng-bg_03.jpg") repeat-y center;
  position: relative;
}
.ins-main .ins-history .content .top-img {
  text-align: center;
}
.ins-main .ins-history .content .list-box {
  margin-top: 4%;
}
.ins-main .ins-history .content .list-box li {
  width: 53.8%;
  float: left;
  position: relative;
  height: 91px;
  margin-bottom: 30px;
}
@media (max-width: 1300px) {
  .ins-main .ins-history .content .list-box li {
    width: 54.3%;
  }
}
@media (max-width: 1200px) {
  .ins-main .ins-history .content .list-box li {
    width: 55.3%;
  }
}
@media (max-width: 992px) {
  .ins-main .ins-history .content .list-box li {
    width: 57%;
  }
}
.ins-main .ins-history .content .list-box li:hover .date {
  border-color: #d4b08c;
}
.ins-main .ins-history .content .list-box li:hover .date h6 {
  background: #d4b08c;
  color: #fff;
}
.ins-main .ins-history .content .list-box li:hover p {
  color: #d4b08c;
}
.ins-main .ins-history .content .list-box li .date {
  float: right;
  border-radius: 91px;
  padding: 7px;
  background: #fff;
  border: 1px solid #efefef;
}
.ins-main .ins-history .content .list-box li .date h6 {
  font-size: 1.8rem;
  color: #070707;
  background: #f7f7f7;
  margin: 0;
  width: 84px;
  height: 84px;
  border-radius: 84px;
  text-align: center;
  line-height: 84px;
}
.ins-main .ins-history .content .list-box li p {
  font-size: 1.4rem;
  color: #727272;
  line-height: 160%;
  width: 80%;
  position: absolute;
  transform: translate(0%, -50%);
  left: 0%;
  top: 50%;
}
@media (max-width: 992px) {
  .ins-main .ins-history .content .list-box li p {
    width: 70%;
  }
}
.ins-main .ins-history .content .list-box li:nth-child(even) {
  float: right;
}
.ins-main .ins-history .content .list-box li:nth-child(even) .date {
  float: left;
}
.ins-main .ins-history .content .list-box li:nth-child(even) p {
  font-size: 1.4rem;
  color: #727272;
  line-height: 160%;
  position: absolute;
  transform: translate(25%, -50%);
  right: 0%;
  top: 50%;
}
@media (max-width: 992px) {
  .ins-main .ins-history .content .list-box li:nth-child(even) p {
    transform: translate(40%, -50%);
  }
}
@media (max-width: 768px) {
  .ins-main .ins-history {
    padding: 3% 0;
  }
  .ins-main .ins-history .content {
    background: none;
    position: relative;
  }
  .ins-main .ins-history .content .top-img {
    display: none;
  }
  .ins-main .ins-history .content .list-box {
    margin-top: 4%;
  }
  .ins-main .ins-history .content .list-box li {
    width: 100%;
    float: left;
    position: relative;
    height: 91px;
    margin-bottom: 30px;
  }
  .ins-main .ins-history .content .list-box li:hover .date {
    border-color: #d4b08c;
  }
  .ins-main .ins-history .content .list-box li:hover .date h6 {
    background: #d4b08c;
    color: #fff;
  }
  .ins-main .ins-history .content .list-box li:hover p {
    color: #d4b08c;
  }
  .ins-main .ins-history .content .list-box li .date {
    float: left;
    border-radius: 91px;
    padding: 7px;
    background: #fff;
    border: 1px solid #efefef;
  }
  .ins-main .ins-history .content .list-box li .date h6 {
    font-size: 1.8rem;
    color: #070707;
    background: #f7f7f7;
    margin: 0;
    width: 64px;
    height: 64px;
    border-radius: 64px;
    text-align: center;
    line-height: 64px;
  }
  .ins-main .ins-history .content .list-box li p {
    font-size: 1.4rem;
    color: #727272;
    line-height: 160%;
    width: 80%;
    position: absolute;
    transform: translate(40%, -50%);
    left: 0%;
    top: 50%;
  }
  .ins-main .ins-history .content .list-box li:nth-child(even) {
    float: right;
  }
  .ins-main .ins-history .content .list-box li:nth-child(even) .date {
    float: left;
  }
  .ins-main .ins-history .content .list-box li:nth-child(even) p {
    font-size: 1.4rem;
    color: #727272;
    line-height: 160%;
    position: absolute;
    transform: translate(25%, -50%);
    right: 0%;
    top: 50%;
  }
}
@media (max-width: 768px) and (max-width: 992px) {
  .ins-main .ins-history .content .list-box li p {
    width: 70%;
  }
}
@media (max-width: 768px) and (max-width: 992px) {
  .ins-main .ins-history .content .list-box li:nth-child(even) p {
    transform: translate(40%, -50%);
  }
}
.ins-main .ins-message {
  padding: 4% 0;
  background: #f1f1f1;
}
.ins-main .ins-message ul:nth-child(1) li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
}
.ins-main .ins-message ul:nth-child(1) li input {
  background: #f6f6f6;
  padding: 0 15px;
  font-size: 1.6rem;
  color: #666;
  border: none;
  width: 100%;
  height: 57px;
}
.ins-main .ins-message ul:nth-child(1) li:nth-child(2n+2) {
  margin-right: 0;
}
.ins-main .ins-message ul:nth-child(1) li:nth-child(5) {
  width: 100%;
  margin: 0;
}
.ins-main .ins-message ul:nth-child(1) li:nth-child(5) textarea {
  background: #f6f6f6;
  padding: 15px;
  font-size: 1.6rem;
  color: #666;
  border: none;
  width: 100%;
  height: 215px;
}
.ins-main .ins-message ul:nth-child(3) {
  text-align: center;
  margin-top: 3%;
}
.ins-main .ins-message ul:nth-child(3) input {
  width: 200px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 1.5rem;
  background: #283776;
}
@media (max-width: 768px) {
  .ins-main .ins-message {
    padding: 4% 0;
    background: #f1f1f1;
  }
  .ins-main .ins-message ul:nth-child(1) li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
    float: left;
  }
  .ins-main .ins-message ul:nth-child(1) li input {
    background: #f6f6f6;
    padding: 0 15px;
    font-size: 1.6rem;
    color: #666;
    border: none;
    width: 100%;
    height: 57px;
  }
  .ins-main .ins-message ul:nth-child(1) li:nth-child(2n+2) {
    margin-right: 0;
  }
  .ins-main .ins-message ul:nth-child(1) li:nth-child(5) {
    width: 100%;
    margin: 0;
  }
  .ins-main .ins-message ul:nth-child(1) li:nth-child(5) textarea {
    background: #f6f6f6;
    padding: 15px;
    font-size: 1.6rem;
    color: #666;
    border: none;
    width: 100%;
    height: 160px;
  }
  .ins-main .ins-message ul:nth-child(3) {
    text-align: center;
    margin-top: 3%;
  }
  .ins-main .ins-message ul:nth-child(3) input {
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 1.5rem;
    background: #283776;
  }
}
.ins-main .ins-contact .content {
  position: relative;
}
.ins-main .ins-contact .txt-box {
  color: #fff;
  position: absolute;
  top: 100px;
  right: 5%;
  z-index: 99;
  width: 548px;
  height: 447px;
  padding: 30px;
  background: #283776;
}
.ins-main .ins-contact .txt-box h5 {
  font-size: 2rem;
  margin-bottom: 3%;
}
.ins-main .ins-contact .txt-box li {
  font-size: 1.6rem;
  padding-left: 41px;
  line-height: 220%;
}
.ins-main .ins-contact .txt-box li:nth-child(1) {
  background: url("../images/contact-icon_08.jpg") no-repeat left center;
}
.ins-main .ins-contact .txt-box li:nth-child(2) {
  background: url("../images/contact-icon_08.jpg") no-repeat left center;
}
.ins-main .ins-contact .txt-box li:nth-child(3) {
  background: url("../images/cz.png") no-repeat left center;
}
.ins-main .ins-contact .txt-box li:nth-child(4) {
  background: url("../images/contact-icon_12.jpg") no-repeat left center;
}
.ins-main .ins-contact .txt-box li:nth-child(5) {
  background: url("../images/contact-icon_14.jpg") no-repeat left center;
}
.ins-main .ins-contact .txt-box li:nth-child(6) {
  background: url("../images/contact-icon_03.jpg") no-repeat left center;
}
.ins-main .ins-contact .txt-box li:nth-child(7) {
  background: url("../images/wx3.png") no-repeat left 7px;
}
.ins-main .ins-contact .map-box .amap-controls {
  display: none;
}
.ins-main .ins-contact .map-box .my-map {
  margin: 0 auto;
  width: 100%;
  height: 780px;
}
.ins-main .ins-contact .map-box .my-map .icon {
  background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}
.ins-main .ins-contact .map-box .my-map .icon-cir {
  height: 31px;
  width: 28px;
}
.ins-main .ins-contact .map-box .my-map .icon-cir-red {
  background-position: -11px -5px;
}
.ins-main .ins-contact .map-box .amap-container {
  height: 100%;
}
@media (max-width: 768px) {
  .ins-main .ins-contact .content {
    position: relative;
  }
  .ins-main .ins-contact .txt-box {
    color: #fff;
    position: static;
    top: 100px;
    right: 5%;
    z-index: 99;
    width: 100%;
    height: auto;
    padding: 20px;
    background: #283776;
  }
  .ins-main .ins-contact .txt-box h5 {
    font-size: 2rem;
    margin-bottom: 3%;
  }
  .ins-main .ins-contact .txt-box li {
    font-size: 1.6rem;
    padding-left: 41px;
    line-height: 220%;
  }
  .ins-main .ins-contact .map-box .amap-controls {
    display: none;
  }
  .ins-main .ins-contact .map-box .my-map {
    margin: 0 auto;
    width: 100%;
    height: 350px;
  }
  .ins-main .ins-contact .map-box .my-map .icon {
    background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
  }
  .ins-main .ins-contact .map-box .my-map .icon-cir {
    height: 31px;
    width: 28px;
  }
  .ins-main .ins-contact .map-box .my-map .icon-cir-red {
    background-position: -11px -5px;
  }
  .ins-main .ins-contact .map-box .amap-container {
    height: 100%;
  }
}
.ins-main .ins-about {
  padding: 0 0 3%;
}
.ins-main .ins-about .jianjie {
  padding: 3% 0 4%;
  border-bottom: 1px solid #eee;
}
.ins-main .ins-about .jianjie img {
  width: 100%;
}
.ins-main .ins-about .jianjie .txt {
  margin-top: 4%;
}
.ins-main .ins-about .jianjie .txt p {
  font-size: 1.4rem;
  color: #6f6f6f;
  line-height: 180%;
}
.ins-main .ins-about .partner {
  padding: 3% 0 4%;
}
.ins-main .ins-about .partner .partner-tit {
  position: relative;
  margin-bottom: 3%;
  text-align: center;
}
.ins-main .ins-about .partner .partner-tit h2 {
  font-size: 3rem;
  color: #000;
}
@media (max-width: 768px) {
  .ins-main .ins-about .partner .partner-tit h2 {
    font-size: 2.8rem;
  }
}
.ins-main .ins-about .partner .partner-tit p {
  font-size: 1.6rem;
  color: #959595;
}
.ins-main .ins-about .partner .content {
  margin-top: 3%;
}
.ins-main .ins-about .partner .content .swiper-container-partner {
  overflow: hidden;
}
.ins-main .ins-about .partner .content .swiper-container-partner .swiper-slide img {
  width: 100%;
  border: 1px solid #eee;
}
.ins-main .ins-about .partner .content .control {
  text-align: center;
  margin-top: 3%;
}
.ins-main .ins-about .partner .content .control .swiper-button-prev4,
.ins-main .ins-about .partner .content .control .swiper-button-next4 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 4px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .ins-main .ins-about {
    padding: 0 0 3%;
  }
  .ins-main .ins-about .jianjie {
    padding: 3% 0 4%;
    border-bottom: 1px solid #eee;
  }
  .ins-main .ins-about .jianjie img {
    width: 100%;
  }
  .ins-main .ins-about .jianjie .txt {
    margin-top: 4%;
  }
  .ins-main .ins-about .jianjie .txt p {
    font-size: 1.4rem;
    color: #6f6f6f;
    line-height: 180%;
  }
  .ins-main .ins-about .partner {
    padding: 3% 0 4%;
  }
  .ins-main .ins-about .partner .partner-tit {
    position: relative;
    margin-bottom: 3%;
    text-align: center;
  }
  .ins-main .ins-about .partner .partner-tit h2 {
    font-size: 3rem;
    color: #000;
  }
  .ins-main .ins-about .partner .partner-tit p {
    font-size: 1.4rem;
    color: #959595;
  }
  .ins-main .ins-about .partner .content {
    margin-top: 3%;
  }
  .ins-main .ins-about .partner .content .swiper-container-partner {
    overflow: hidden;
  }
  .ins-main .ins-about .partner .content .swiper-container-partner .swiper-slide img {
    width: 100%;
    border: 1px solid #eee;
  }
  .ins-main .ins-about .partner .content .control {
    text-align: center;
    margin-top: 3%;
  }
  .ins-main .ins-about .partner .content .control .swiper-button-prev4,
  .ins-main .ins-about .partner .content .control .swiper-button-next4 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 4px;
    cursor: pointer;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .ins-main .ins-about .partner .partner-tit h2 {
    font-size: 2.4rem;
  }
}
.ins-main .ins-advantage {
  padding: 3% 0;
}
.ins-main .ins-advantage .top-list {
  text-align: center;
  margin-bottom: 3%;
}
.ins-main .ins-advantage .top-list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 1px solid #eee;
  width: 215px;
  text-align: center;
  height: 80px;
  line-height: 80px;
}
.ins-main .ins-advantage .top-list li:hover {
  background: #d4b08c;
}
.ins-main .ins-advantage .top-list li:hover a {
  color: #fff;
}
.ins-main .ins-advantage .top-list li a {
  display: block;
  font-size: 1.6rem;
  color: #373737;
}
.ins-main .ins-advantage .top-list .active {
  background: #d4b08c;
}
.ins-main .ins-advantage .top-list .active a {
  color: #fff;
}
.ins-main .ins-advantage .content .img img {
  width: 100%;
}
.ins-main .ins-advantage .content .con-tit {
  text-align: center;
  margin: 3% 0;
}
.ins-main .ins-advantage .content .con-tit h4 {
  font-size: 3rem;
  color: #305399;
}
.ins-main .ins-advantage .content .con-tit p {
  font-size: 1.6rem;
  color: #323232;
}
.ins-main .ins-advantage .content .txt p {
  font-size: 1.4rem;
  color: #767676;
  line-height: 200%;
}
@media (max-width: 768px) {
  .ins-main .ins-advantage {
    padding: 3% 0;
  }
  .ins-main .ins-advantage .top-list {
    text-align: center;
    margin-bottom: 3%;
  }
  .ins-main .ins-advantage .top-list li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 1px solid #eee;
    width: 50%;
    float: left;
    text-align: center;
    height: 50px;
    line-height: 50px;
  }
  .ins-main .ins-advantage .top-list li:hover {
    background: #d4b08c;
  }
  .ins-main .ins-advantage .top-list li:hover a {
    color: #fff;
  }
  .ins-main .ins-advantage .top-list li a {
    display: block;
    font-size: 1.6rem;
    color: #373737;
  }
  .ins-main .ins-advantage .top-list .active {
    background: #d4b08c;
  }
  .ins-main .ins-advantage .top-list .active a {
    color: #fff;
  }
  .ins-main .ins-advantage .content .img img {
    width: 100%;
  }
  .ins-main .ins-advantage .content .con-tit {
    text-align: center;
    margin: 3% 0;
  }
  .ins-main .ins-advantage .content .con-tit h4 {
    font-size: 2.4rem;
    color: #305399;
  }
  .ins-main .ins-advantage .content .con-tit p {
    font-size: 1.6rem;
    color: #323232;
  }
  .ins-main .ins-advantage .content .txt p {
    font-size: 1.4rem;
    color: #767676;
    line-height: 200%;
  }
}
.ins-main .ins-recruit {
  padding: 3% 0 0;
  background: #f3f3f3;
}
.ins-main .ins-recruit .tit {
  text-align: center;
  margin-bottom: 4%;
  background: url("../images/tit-bg_03.png") no-repeat center 82%;
}
.ins-main .ins-recruit .tit h5 {
  font-size: 2.4rem;
  color: #0187e8;
}
.ins-main .ins-recruit .tit p {
  font-size: 1.6rem;
  color: #666;
  text-transform: uppercase;
}
.ins-main .ins-recruit .table {
  padding-bottom: 15px;
}
.ins-main .ins-recruit .table .tit2 {
  height: 60px;
  line-height: 60px;
  background: #0187e8;
}
.ins-main .ins-recruit .table .tit2 li {
  float: left;
  text-align: center;
  width: 16.6666666%;
  font-size: 1.6rem;
  color: #fefefe;
}
.ins-main .ins-recruit .table .table-con {
  position: relative;
  z-index: 6;
  margin-top: 15px;
}
.ins-main .ins-recruit .table .table-con ul {
  margin: 0;
  cursor: pointer;
  height: 58px;
  line-height: 58px;
  border-top: 1px solid #cdcdcd;
}
.ins-main .ins-recruit .table .table-con li {
  float: left;
  height: 58px;
  line-height: 58px;
  font-size: 1.6rem;
  background: #fff;
  color: #333;
  width: 16.6666666%;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #cdcdcd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-recruit .table .table-con li span {
  color: #0187e8;
}
.ins-main .ins-recruit .table .table-con li:first-child {
  border-left: 1px solid #cdcdcd;
}
.ins-main .ins-recruit .table .table-con .txt-box {
  display: none;
  border-bottom: 1px solid #b5b3b3;
  clear: both;
  padding: 2%;
  position: relative;
  background: #fff;
}
.ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 {
  font-size: 2.4rem;
  color: #333;
  display: inline-block;
}
.ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 b {
  color: #0187e8;
  font-weight: 500;
}
.ins-main .ins-recruit .table .table-con .txt-box .box-tit span {
  display: inline-block;
  font-size: 1.4rem;
  color: #666;
  margin: 0 1%;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt h6 {
  font-size: 16px;
  color: #666;
  padding: 1% 0 1% 13px;
  line-height: 180%;
  background: url("../images/h6-lit_03.jpg") no-repeat left center;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 24px;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt a {
  display: inline-block;
  width: 160px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  background: #0187e8;
  font-size: 1.6rem;
  margin: 3% 0 2%;
  color: #fff;
}
@media (max-width: 768px) {
  .ins-main .ins-recruit {
    padding: 3% 0 0;
    background: #f3f3f3;
  }
  .ins-main .ins-recruit .tit {
    text-align: center;
    margin-bottom: 4%;
    background: none;
  }
  .ins-main .ins-recruit .tit h5 {
    font-size: 2.4rem;
    color: #0187e8;
  }
  .ins-main .ins-recruit .tit p {
    font-size: 1.6rem;
    color: #666;
    text-transform: uppercase;
  }
  .ins-main .ins-recruit .table-box {
    overflow: auto;
  }
  .ins-main .ins-recruit .table {
    width: 500px;
    max-width: 500px;
  }
  .ins-main .ins-recruit .table .tit2 {
    height: 60px;
    line-height: 60px;
    background: #0187e8;
  }
  .ins-main .ins-recruit .table .tit2 li {
    float: left;
    text-align: center;
    width: 16.6666666%;
    font-size: 1.6rem;
    color: #fefefe;
  }
  .ins-main .ins-recruit .table .table-con {
    position: relative;
    z-index: 6;
    margin-top: 15px;
  }
  .ins-main .ins-recruit .table .table-con ul {
    margin: 0;
    cursor: pointer;
    height: 58px;
    line-height: 58px;
    border-top: 1px solid #cdcdcd;
  }
  .ins-main .ins-recruit .table .table-con li {
    float: left;
    height: 58px;
    line-height: 58px;
    font-size: 1.6rem;
    background: #fff;
    color: #333;
    width: 16.6666666%;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #cdcdcd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-recruit .table .table-con li span {
    color: #0187e8;
  }
  .ins-main .ins-recruit .table .table-con li:first-child {
    border-left: 1px solid #cdcdcd;
  }
  .ins-main .ins-recruit .table .table-con .txt-box {
    display: none;
    border-bottom: 1px solid #b5b3b3;
    clear: both;
    padding: 2%;
    position: relative;
    background: #fff;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 {
    font-size: 2.4rem;
    color: #333;
    display: inline-block;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 b {
    color: #0187e8;
    font-weight: 500;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .box-tit span {
    display: inline-block;
    font-size: 1.4rem;
    color: #666;
    margin: 0 1%;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .txt h6 {
    font-size: 16px;
    color: #666;
    padding: 1% 0 1% 13px;
    line-height: 180%;
    background: url("../images/h6-lit_03.jpg") no-repeat left center;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .txt p {
    font-size: 1.4rem;
    color: #666;
    line-height: 24px;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .txt a {
    display: inline-block;
    width: 160px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    background: #0187e8;
    font-size: 1.6rem;
    margin: 3% 0 2%;
    color: #fff;
  }
}
.ins-main .ins-solution {
  padding: 4% 0;
  background: #f8f8f8;
}
.ins-main .ins-solution .content li {
  margin-bottom: 4%;
}
.ins-main .ins-solution .content li .img {
  width: 50%;
  float: left;
}
.ins-main .ins-solution .content li .img img {
  width: 100%;
}
.ins-main .ins-solution .content li .txt {
  width: 42%;
  float: right;
  margin-right: 3%;
}
.ins-main .ins-solution .content li .txt h6 {
  font-size: 1.8rem;
  color: #010101;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 15px 0;
}
.ins-main .ins-solution .content li .txt p {
  font-size: 1.4rem;
  color: #626262;
  line-height: 200%;
  margin: 10% 0 12%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
.ins-main .ins-solution .content li .txt a {
  display: block;
  width: 100px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  background: #0187e8;
  font-size: 1.4rem;
  color: #fff;
}
.ins-main .ins-solution .content li:nth-child(even) {
  margin-bottom: 4%;
}
.ins-main .ins-solution .content li:nth-child(even) .img {
  width: 50%;
  float: right;
}
.ins-main .ins-solution .content li:nth-child(even) .img img {
  width: 100%;
}
.ins-main .ins-solution .content li:nth-child(even) .txt {
  width: 42%;
  float: left;
  margin-left: 3%;
}
@media (max-width: 768px) {
  .ins-main .ins-solution {
    padding: 4% 0;
    background: #f8f8f8;
  }
  .ins-main .ins-solution .content li {
    margin-bottom: 4%;
  }
  .ins-main .ins-solution .content li .img {
    width: 100%;
    float: left;
  }
  .ins-main .ins-solution .content li .img img {
    width: 100%;
  }
  .ins-main .ins-solution .content li .txt {
    width: 100%;
    float: right;
    margin-right: 0%;
    margin: 20px 0;
  }
  .ins-main .ins-solution .content li .txt h6 {
    font-size: 1.8rem;
    color: #010101;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px 0;
  }
  .ins-main .ins-solution .content li .txt p {
    font-size: 1.4rem;
    color: #626262;
    line-height: 200%;
    margin: 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
  }
  .ins-main .ins-solution .content li .txt a {
    display: block;
    width: 100px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    background: #0187e8;
    font-size: 1.4rem;
    color: #fff;
  }
  .ins-main .ins-solution .content li:nth-child(even) {
    margin-bottom: 4%;
  }
  .ins-main .ins-solution .content li:nth-child(even) .img {
    width: 100%;
    float: right;
  }
  .ins-main .ins-solution .content li:nth-child(even) .img img {
    width: 100%;
  }
  .ins-main .ins-solution .content li:nth-child(even) .txt {
    width: 100%;
    float: left;
    margin-left: 0%;
  }
}
.ins-main .ins-news {
  padding: 3% 0;
  background: #fff;
}
.ins-main .ins-news li {
  padding: 2.5% 0;
  transition: 0.3s;
  border-bottom: 1px solid #eee;
}
.ins-main .ins-news li:hover {
  transform: translate(15px, 0);
}
.ins-main .ins-news li:hover .txt h6 {
  color: #5e8abb;
}
.ins-main .ins-news li .img {
  width: 25.5%;
  float: left;
}
.ins-main .ins-news li .img img {
  width: 100%;
}
.ins-main .ins-news li .txt {
  width: 72%;
  float: right;
}
.ins-main .ins-news li .txt span {
  font-size: 1.3rem;
  color: #999999;
}
.ins-main .ins-news li .txt h6 {
  font-size: 2.2rem;
  color: #333;
}
.ins-main .ins-news li .txt p {
  font-size: 1.4rem;
  color: #999;
  line-height: 180%;
  margin: 2% 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
}
.ins-main .ins-news li .txt b {
  display: inline-block;
  color: #888;
  font-size: 1.4rem;
  text-decoration: underline;
  font-weight: 500;
}
@media (max-width: 768px) {
  .ins-main .ins-news {
    padding: 2% 0;
    background: #fff;
  }
  .ins-main .ins-news li:hover {
    transform: translate(0, 0);
  }
  .ins-main .ins-news li .img {
    width: 100%;
    float: left;
  }
  .ins-main .ins-news li .img img {
    width: 100%;
  }
  .ins-main .ins-news li .txt {
    width: 100%;
    float: right;
  }
  .ins-main .ins-news li .txt h5 {
    font-size: 1.8rem;
    color: #292929;
  }
  .ins-main .ins-news li .txt p {
    font-size: 1.4rem;
    color: #727272;
    line-height: 180%;
    margin: 5% 0;
  }
}
.ins-main .news-show {
  padding: 3% 2.5%;
}
.ins-main .news-show .show-tit {
  border-bottom: 1px solid #eee;
}
.ins-main .news-show .show-tit h5 {
  font-size: 2.4rem;
  color: #171717;
  margin: 2% 0 1%;
  font-weight: 500;
}
.ins-main .news-show .show-tit p {
  font-size: 1.4rem;
  color: #b3b3b3;
  text-transform: uppercase;
}
.ins-main .news-show .content img {
  max-width: 100%!important;
  margin: 3% 0;
}
.ins-main .news-show .content p {
  text-align: left;
  font-size: 1.5rem;
  color: #515151;
  line-height: 180%;
  margin-bottom: 2%;
}
.ins-main .news-show .link {
  margin: 3% auto 0;
}
.ins-main .news-show .link p a {
  font-size: 1.4rem;
  color: #a8a8a8;
}
.ins-main .news-show .link p a:hover {
  color: #1e409f;
}
@media (max-width: 768px) {
  .ins-main .news-show {
    padding: 2.5% 0;
  }
  .ins-main .news-show .show-tit {
    border-bottom: 1px solid #eee;
  }
  .ins-main .news-show .show-tit h5 {
    font-size: 2.4rem;
    color: #171717;
    margin: 2% 0 1%;
    font-weight: 500;
  }
  .ins-main .news-show .show-tit p {
    font-size: 1.4rem;
    color: #b3b3b3;
    text-transform: uppercase;
  }
  .ins-main .news-show .content {
    width: 100%;
    margin: 0 auto;
  }
  .ins-main .news-show .content img {
    max-width: 100%!important;
    margin: 3% 0;
  }
  .ins-main .news-show .content p {
    text-align: left;
    font-size: 1.4rem;
    color: #515151;
    line-height: 180%;
    margin-bottom: 2%;
  }
  .ins-main .news-show .link {
    width: 100%;
    margin: 5% auto 0;
  }
  .ins-main .news-show .link p a {
    font-size: 1.4rem;
    color: #a8a8a8;
  }
  .ins-main .news-show .link p a:hover {
    color: #1e409f;
  }
}
.ins-main .ins-zhuanli {
  padding: 4% 0;
  background: #f1f1f1;
  text-align: center;
}
.ins-main .ins-zhuanli li {
  width: 18%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
}
@media (max-width: 768px) {
  .ins-main .ins-zhuanli li {
    width: 49%;
    margin: 0 2% 2% 0;
  }
}
.ins-main .ins-zhuanli li .img {
  position: relative;
}
.ins-main .ins-zhuanli li .img:hover .masking {
  opacity: 1;
}
.ins-main .ins-zhuanli li .img .masking {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s;
}
.ins-main .ins-zhuanli li img {
  width: 100%;
  cursor: pointer;
}
.ins-main .ins-zhuanli li p {
  text-align: center;
  font-size: 1.4rem;
  margin: 10px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-zhuanli li:nth-child(5n+5) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-zhuanli li:nth-child(5n+5) {
    margin-right: 2%;
  }
  .ins-main .ins-zhuanli li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-jiance {
  padding: 3% 0;
  background: #f1f1f1;
}
.ins-main .ins-jiance li {
  position: relative;
  margin-bottom: 3%;
}
.ins-main .ins-jiance li img {
  width: 100%;
}
.ins-main .ins-jiance li p {
  font-size: 2.2rem;
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 15px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .ins-main .ins-jiance li p {
    position: static;
    text-align: center;
    margin-top: 15px;
    font-size: 1.6rem;
    color: #333;
  }
}
.ins-main .ins-jiance li:last-child {
  margin-bottom: 0;
}
.ins-main .ins-wisdom {
  padding: 4% 0 3%;
  background: #f1f1f1;
}
.ins-main .ins-wisdom li {
  position: relative;
  width: 32.33333%;
  float: left;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
}
.ins-main .ins-wisdom li:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-wisdom li .img {
  overflow: hidden;
}
.ins-main .ins-wisdom li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-wisdom li .txt h6 {
  margin: 15px 0 10px;
  font-size: 1.7rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-wisdom li .txt p {
  font-size: 1.2rem;
  color: #8d8d8d;
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  height: 42px;
}
.ins-main .ins-wisdom li:nth-child(3n+3) {
  margin-right: 0;
}
.ins-main .ins-download {
  padding: 2.5% 0;
}
.ins-main .ins-download li {
  position: relative;
  height: 90px;
  line-height: 90px;
  border-bottom: 1px solid #eee;
}
.ins-main .ins-download li:hover {
  background: #305399;
}
.ins-main .ins-download li:hover p {
  color: #fff;
  background: url("../images/download-lit_11.png") no-repeat 13px center;
}
.ins-main .ins-download li:hover span {
  color: #fff;
  background: url("../images/download-lit_10.png") no-repeat left center;
}
.ins-main .ins-download li a {
  display: block;
}
.ins-main .ins-download li p {
  font-size: 1.6rem;
  color: #424242;
  padding-left: 40px;
  background: url("../images/download-lit_06.png") no-repeat 13px center;
}
.ins-main .ins-download li span {
  display: block;
  line-height: 40px;
  position: absolute;
  top: 26px;
  right: 13px;
  padding-left: 58px;
  background: url("../images/download-lit_03.png") no-repeat left center;
  font-size: 1.6rem;
  color: #424242;
}
@media (max-width: 768px) {
  .ins-main .ins-download {
    padding: 2.5% 0;
  }
  .ins-main .ins-download li {
    position: relative;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
  }
  .ins-main .ins-download li:hover {
    background: #305399;
  }
  .ins-main .ins-download li:hover p {
    color: #fff;
    background: url("../images/download-lit_11.png") no-repeat 13px center;
  }
  .ins-main .ins-download li:hover span {
    color: #fff;
    background: none;
  }
  .ins-main .ins-download li a {
    display: block;
  }
  .ins-main .ins-download li p {
    font-size: 1.6rem;
    color: #424242;
    padding-left: 40px;
    background: url("../images/download-lit_06.png") no-repeat 13px center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
  }
  .ins-main .ins-download li span {
    display: block;
    line-height: 40px;
    position: absolute;
    top: 6px;
    right: 13px;
    padding-left: 8px;
    background: none;
    font-size: 1.6rem;
    color: #424242;
  }
}
.ins-main .ins-faq {
  padding: 1% 0 2.5%;
}
.ins-main .ins-faq li {
  padding: 2% 0;
  border-bottom: 1px solid #eee;
}
.ins-main .ins-faq li h6 {
  padding-left: 62px;
  background: url("../images/question-lit_03.jpg") no-repeat left center;
  font-size: 1.8rem;
  color: #272727;
  font-weight: 600;
  line-height: 40px;
}
.ins-main .ins-faq li p {
  font-size: 1.4rem;
  color: #5c5c5c;
  line-height: 180%;
  padding-left: 62px;
  background: url("../images/question-lit_06.jpg") no-repeat left top;
}
.ins-main .ins-product {
  padding: 4% 0;
  background: #f1f1f1;
  text-align: center;
}
.ins-main .ins-product li {
  width: 23%;
  float: left;
  margin-right: 2.666666%;
  margin-bottom: 2.66666%;
  border: 2px solid #f1f1f1;
  transition: 0.3s;
}
.ins-main .ins-product li:hover {
  border-color: #286fc1;
}
.ins-main .ins-product li:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-product li:hover p {
  color: #286fc1;
}
@media (max-width: 768px) {
  .ins-main .ins-product li {
    width: 49%;
    margin: 0 2% 2% 0;
  }
}
.ins-main .ins-product li .img {
  overflow: hidden;
}
.ins-main .ins-product li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-product li p {
  text-align: center;
  font-size: 1.6rem;
  color: #696969;
  margin: 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-product li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-product li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .product-show {
  padding: 4% 0;
  background: #f1f1f1;
}
.ins-main .product-show .img-top {
  height: 664px;
  position: relative;
  background: #fff;
}
.ins-main .product-show .img-top .swiper-container-pro {
  width: 50%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 12%;
}
.ins-main .product-show .img-top .swiper-container-pro .swiper-slide img {
  width: 100%;
}
.ins-main .product-show .img-top .swiper-button-next-pro {
  width: 33px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -26px;
  background: url("../images/ad-btn_03.png") no-repeat center;
  z-index: 6;
  opacity: 0.5;
}
.ins-main .product-show .img-top .swiper-button-prev-pro {
  width: 33px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -26px;
  background: url("../images/ad-btn_06.png") no-repeat center;
  z-index: 6;
  opacity: 0.5;
}
.ins-main .product-show .list-box {
  background: #fff;
  padding: 3%;
}
.ins-main .product-show .list-box .list .list-tit {
  height: 68px;
  background: #efefef;
  padding-left: 15px;
  border-left: 3px solid #1c5196;
}
@media (max-width: 768px) {
  .ins-main .product-show .list-box .list .list-tit {
    height: 50px;
  }
}
.ins-main .product-show .list-box .list .list-tit h5 {
  font-size: 2.2rem;
  color: #3b3b3b;
  line-height: 68px;
  margin: 0;
}
@media (max-width: 768px) {
  .ins-main .product-show .list-box .list .list-tit h5 {
    line-height: 50px;
    font-size: 2rem;
  }
}
.ins-main .product-show .list-box .list .list-con {
  padding: 3%;
}
.ins-main .product-show .list-box .list .list-con p {
  margin: 0;
  line-height: 180%;
  color: #818181;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .ins-main .product-show {
    padding: 4% 0;
  }
  .ins-main .product-show .img-top {
    height: auto;
    background: url("../images/pro-bg_03.jpg") no-repeat center;
    position: relative;
  }
  .ins-main .product-show .img-top .swiper-container-pro {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 0%;
  }
  .ins-main .product-show .img-top .swiper-container-pro .swiper-slide img {
    width: 100%;
  }
  .ins-main .product-show .img-top .swiper-button-next-pro {
    width: 33px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -26px;
    background: url("../images/ad-btn_03.png") no-repeat center;
    z-index: 6;
    opacity: 0.5;
  }
  .ins-main .product-show .img-top .swiper-button-prev-pro {
    width: 33px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -26px;
    background: url("../images/ad-btn_06.png") no-repeat center;
    z-index: 6;
    opacity: 0.5;
  }
}
.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: #305399;
  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: #f8f8f8;
  color: #333;
  font-size: 14px;
}
.page-num a:hover {
  color: #fff;
  border-color: #305399;
  background-color: #305399;
}
@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: #305399;
    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: #f8f8f8;
    color: #333;
    font-size: 14px;
    margin-bottom: 1%;
  }
  .page-num a:hover {
    color: #fff;
    border-color: #305399;
    background-color: #305399;
  }
}
.ins-service .img img {
  width: 100%;
  margin-bottom: 3%;
}
.nav-shadow {
  box-shadow: 0 0 15px #cdcbcb;
}
