body {
  overflow-x: hidden;
  font-family: "å¾®è½¯é›…é»‘" !important;
}
body *{
  font-family: "å¾®è½¯é›…é»‘" !important;
}

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:hover .header-box {
  background: #fff;
}
.header:hover .header-box .logo {
  height: 90px;
  line-height: 90px;
}
.header:hover .header-box .logo .normal {
  display: none;
}
.header:hover .header-box .logo .active {
  display: inline-block;
  width: auto;
}
.header:hover .header-box .nav-con #nav .sub-nav:hover a {
  color: #ff4c50;
}
.header:hover .header-box .nav-con #nav .sub-nav:hover span {
  width: 50%;
}
.header:hover .header-box .nav-con #nav .sub-nav a {
  color: #1e1e1e;
}
.header:hover .header-box .rt {
  float: right;
  position: relative;
  z-index: 999;
}
.header:hover .header-box .rt .lang {
  float: right;
  margin-top: 33px;
}
.header:hover .header-box .rt .lang a {
  font-size: 1.4rem;
  color: #666464;
  padding-left: 30px;
  line-height: 20px;
  background: url("../images/lang_03.png") no-repeat left center;
  display: block;
}
.header:hover .header-box .search-con .toggle-btn {
  position: absolute;
  top: 30px;
  right: 110px;
  width: 23px;
  height: 25px;
  cursor: pointer;
  background: url("../images/search-btn2_03.png") no-repeat center;
}
.header:hover .header-box .search-con .search {
  display: none;
  position: absolute;
  right: 110px;
  top: 69px;
  width: 260px;
  height: 60px;
  border-top: 4px solid #ff4c50;
  background-color: #fff;
  z-index: 10;
  line-height: 60px;
}
.header:hover .header-box .search-con .search .txt {
  margin: 5px 7px;
  width: 246px;
  height: 43px;
  border: none;
  padding: 0 14px ;
  background-color: #f4f4f4;
}
.header:hover .header-box .search-con .search .submit {
  width: 58px;
  height: 39px;
  border: none;
  background-color: #ff4c50;
  position: absolute;
  top: 10px;
  right: 8px;
  text-align: center;
  line-height: 39px;
  border-radius: 2px;
  color: #fff;
}
.header .header-box {
  height: 90px;
  transition: 0.5s;
  line-height: 90px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.header .header-box .container2 {
  position: relative;
  height: 90px;
  line-height: 90px;
}
.header .header-box .logo {
  float: left;
  position: relative;
  z-index: 999;
}
.header .header-box .logo .active {
  display: none;
}
@media (max-width: 992px) {
  .header .header-box .logo img {
    width: 100px;
  }
}
.header .header-box .nav-con {
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 80%;
}
@media (max-width: 1200px) {
  .header .header-box .nav-con {
    width: 74%;
  }
}
.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: 90px;
  transition: 0.3s;
  margin: 0 1px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.header .header-box .nav-con #nav .sub-nav:hover a {
  color: #fff;
}
.header .header-box .nav-con #nav .sub-nav:hover span {
  width: 50%;
}
.header .header-box .nav-con #nav .sub-nav a {
  color: #fff;
  font-size: 1.4rem;
  display: block;
  height: 100%;
  padding: 0 3rem;
}
@media (max-width: 1720px) {
  .header .header-box .nav-con #nav .sub-nav a {
    padding: 0 2rem;
  }
}
@media (max-width: 1200px) {
  .header .header-box .nav-con #nav .sub-nav a {
    padding: 0 1.5rem;
  }
}
@media (max-width: 992px) {
  .header .header-box .nav-con #nav .sub-nav a {
    padding: 0 0.1rem;
  }
}
.header .header-box .nav-con #nav .sub-nav .drop-down {
  z-index: 999;
  position: absolute;
  top: 70px;
  left: -25%;
  display: none;
}
.header .header-box .nav-con #nav .sub-nav .drop-down {
  width: 150%;
  text-align: center;
  background: #fff;
}
.header .header-box .nav-con #nav .sub-nav .drop-down li {
  line-height: 40px;
  border-bottom: 1px solid #f6f6f6;
}
.header .header-box .nav-con #nav .sub-nav .drop-down li a {
  font-size: 1.4rem;
  display: block;
  color: #2b2b2b!important;
  padding: 0;
  text-transform: capitalize;
}
.header .header-box .nav-con #nav .sub-nav .drop-down li a:hover {
  background: #fc3c55;
  color: #fff!important;
}
.header .header-box .nav-con #nav .sub-nav:last-child {
  padding-right: 0;
}
.header .header-box .nav-con #nav .active a {
  color: #fff;
}
.header .header-box .nav-con #nav .active span {
  width: 50%;
}
.header .header-box .rt {
  float: right;
  position: relative;
  z-index: 999;
}
.header .header-box .rt .lang {
  float: right;
  margin-top: 33px;
}
.header .header-box .rt .lang a {
  font-size: 1.4rem;
  color: #fff;
  padding-left: 30px;
  line-height: 20px;
  background: url("../images/lang_03.png") no-repeat left center;
  display: block;
}
.header .header-box .search-con .toggle-btn {
  position: absolute;
  top: 30px;
  right: 110px;
  width: 23px;
  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: 110px;
  top: 69px;
  width: 260px;
  height: 60px;
  border-top: 4px solid #ff4c50;
  background-color: #fff;
  z-index: 10;
  line-height: 60px;
}
.header .header-box .search-con .search .txt {
  margin: 5px 7px;
  width: 246px;
  height: 43px;
  border: none;
  padding: 0 14px ;
  background-color: #f4f4f4;
}
.header .header-box .search-con .search .submit {
  width: 58px;
  height: 39px;
  border: none;
  background-color: #ff4c50;
  position: absolute;
  top: 10px;
  right: 8px;
  text-align: center;
  line-height: 39px;
  border-radius: 2px;
  color: #fff;
}
.header .mobile-con .navbar-default .navbar-nav > li > a:hover,
.header .mobile-con .navbar-default .navbar-nav > li > a:focus {
  color: #fc3c55;
}
.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: 3px 0 0 3%;
  width: 116px;
}
.header .mobile-con .navbar-form .form-group {
  width: 77%;
  display: inline-block;
}
.header .mobile-con .btn-default {
  vertical-align: top;
}
.header .mobile-con .navbar-brand span {
  display: inline-block;
  position: absolute;
  left: 116px;
  top: 31px;
  font-size: 16px;
  color: #333;
}
.header .mobile-con .nivo-directionNav {
  display: none;
}
.header .mobile-con .box .nivo-controlNav {
  margin-left: -16px;
  bottom: -6px;
}
.header .mobile-con .nivo-controlNav a {
  width: 6px;
  height: 6px;
  margin: 0 3px;
}
.header .mobile-con .navbar-toggle {
  margin-top: 11px;
}
.header .mobile-con .language {
  display: inline-block;
  position: relative;
  margin: 17px 12px 0 0;
  float: right;
  color: #c3c3c3;
}
.header .mobile-con .language a {
  font-size: 14px;
  padding: 0px 6px;
  color: #c3c3c3;
}
.header .mobile-con .language a:hover {
  color: #fff;
}
.header .mobile-con .language .active {
  color: #fff;
}
.header .mobile-con .dropdown .txt {
  margin-left: 20px;
}
.header .mobile-con .dropdown .txt h6 {
  font-size: 14px;
}
.header .mobile-con .dropdown .txt a {
  font-size: 13px;
  display: inline-block;
  margin: 4px 12px;
  color: #666;
}
.header .mobile-con .dropdown .txt a:hover {
  color: #fc3c55;
}
.header .mobile-con .language2 {
  display: inline-block;
  position: relative;
  margin: 17px 12px 0 0;
  float: right;
  color: #666;
}
.header .mobile-con .language2 a {
  font-size: 14px;
  padding: 0px 6px;
  color: #666;
}
.header .mobile-con .language2 a:hover {
  color: #fc3c55;
}
.header .mobile-con .language2 .active {
  color: #fc3c55;
}
.header .navigation-down {
  position: absolute;
  top: 90px;
  left: 0px;
  width: 100%;
  z-index: 100;
}
.header .navigation-down .nav-down-menu {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0px;
  background: #fff;
  text-align: center;
  padding: 2.5% 0 2%;
  border-top: 1px solid #eee;
}


.header #aboutpqr {
  text-align: center;
}
.header #aboutpqr ul {
  margin: 0;
}
.header #aboutpqr li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: left;
  margin: 0 5px;
}
.header #aboutpqr li:hover .img img {
  transform: scale(1.1);
}
.header #aboutpqr li:hover p {
  color: #fc3c55;
}
.header #aboutpqr li .img {
  overflow: hidden;
}
.header #aboutpqr li .img img {
  transition: 0.3s;
}
.header #aboutpqr li p {
  font-size: 1.6rem;
  color: #666;
  margin-top: 14px;
  font-weight: 500;
  margin-bottom: 0;
}


.header #about {
  text-align: center;
}
.header #about ul {
  margin: 0;
}
.header #about li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: left;
  margin: 0 5px;
}
.header #about li:hover .img img {
  transform: scale(1.1);
}
.header #about li:hover p {
  color: #fc3c55;
}
.header #about li .img {
  overflow: hidden;
}
.header #about li .img img {
  transition: 0.3s;
}
.header #about li p {
  font-size: 1.6rem;
  color: #666;
  margin-top: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.header #news {
  text-align: center;
}
.header #news ul {
  margin: 0;
}
.header #news li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: left;
  margin: 0 12px;
}
.header #news li:hover .img img {
  transform: scale(1.1);
}
.header #news li:hover p {
  color: #fc3c55;
}
.header #news li .img {
  overflow: hidden;
}
.header #news li .img img {
  transition: 0.3s;
}
.header #news li p {
  font-size: 1.6rem;
  color: #666;
  margin-top: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.header #partner {
  text-align: center;
}
.header #partner ul {
  margin: 0;
}
.header #partner li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: left;
  margin: 0 12px;
}
.header #partner li:hover .img img {
  transform: scale(1.1);
}
.header #partner li:hover p {
  color: #fc3c55;
}
.header #partner li .img {
  overflow: hidden;
}
.header #partner li .img img {
  transition: 0.3s;
}
.header #partner li p {
  font-size: 1.6rem;
  color: #666;
  margin-top: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.header #product .nav-list,
.header #product .img,
.header #product .more {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.header #product .nav-list {
  text-align: left;
  margin-right: 2rem;
}
.header #product .nav-list h6 {
  font-size: 1.8rem;
  color: #323232;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.header #product .nav-list li {
  font-size: 1.6rem;
  margin-bottom: 12px;
}
.header #product .nav-list li a {
  color: #323232;
}
.header #product .nav-list li a:hover {
  color: #fc3c55;
}
.header #product .img {
  text-align: center;
  margin-top: 2%;
}
.header #product .img li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 2rem;
  border-right: 2px solid #eaeaea;
}
.header #product .img li img {
  width: 200px;
}
.header #product .img li:first-child {
  border-left: 2px solid #eaeaea;
}
.header #product .more {
  margin-left: 5rem;
  text-align: center;
  margin-top: 6%;
}
.header #product .more a:hover .icon {
  background: url("../images/pro-nav-icon_05.png") no-repeat center;
}
.header #product .more a:hover p {
  color: #fc3c55;
}
.header #product .more a .icon {
  width: 42px;
  height: 42px;
  background: url("../images/pro-nav-icon_03.png") no-repeat center;
  margin: 0 auto;
}
.header #product .more a p {
  font-size: 1.5rem;
  color: #181818;
  margin-top: 15px;
}
.ins-header .header-box {
  height: 90px;
  line-height: 90px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
}
.ins-header .header-box .container2 {
  position: relative;
  height: 90px;
  line-height: 90px;
}
.ins-header .header-box .logo {
  float: left;
  position: relative;
  z-index: 999;
}
@media (max-width: 992px) {
  .ins-header .header-box .logo img {
    width: 100px;
  }
}
.ins-header .header-box .nav-con {
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 80%;
}

.swiper-container-pc .swiper-slide img {
  width: 100%;
  transition: 4.5s linear;
  transform: scale(1.08);
}
.swiper-container-pc .swiper-slide-active img {
  transform: scale(1);
}


@media (max-width: 1200px) {
  .ins-header .header-box .nav-con {
    width: 74%;
  }
}
.ins-header .header-box .nav-con #nav {
  width: 100%;
  float: right;
  margin-bottom: 0;
}
.ins-header .header-box .nav-con #nav .sub-nav {
  text-align: center;
  position: relative;
  line-height: 90px;
  transition: 0.3s;
  margin: 0 1px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ins-header .header-box .nav-con #nav .sub-nav:hover a {
  color: #ff4c50;
}
.ins-header .header-box .nav-con #nav .sub-nav:hover span {
  width: 50%;
}
.ins-header .header-box .nav-con #nav .sub-nav a {
  color: #1e1e1e;
  font-size: 1.8rem;
  display: block;
  height: 100%;
  padding: 0 3rem;
}
@media (max-width: 1720px) {
  .ins-header .header-box .nav-con #nav .sub-nav a {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1200px) {
  .ins-header .header-box .nav-con #nav .sub-nav a {
    padding: 0 1.5rem;
  }

.ins-header .header-box .nav-con #nav .sub-nav a {
  font-size: 1.5rem;
  padding: 0 1.5rem;
}
  
}
@media (max-width: 992px) {
  .ins-header .header-box .nav-con #nav .sub-nav a {
    padding: 0 0.1rem;
  }
}
.ins-header .header-box .nav-con #nav .sub-nav .drop-down {
  z-index: 999;
  position: absolute;
  top: 70px;
  left: -25%;
  display: none;
}
.ins-header .header-box .nav-con #nav .sub-nav .drop-down {
  width: 150%;
  text-align: center;
  background: #fff;
}
.ins-header .header-box .nav-con #nav .sub-nav .drop-down li {
  line-height: 40px;
  border-bottom: 1px solid #f6f6f6;
}
.ins-header .header-box .nav-con #nav .sub-nav .drop-down li a {
  font-size: 1.4rem;
  display: block;
  color: #2b2b2b!important;
  padding: 0;
  text-transform: capitalize;
}
.ins-header .header-box .nav-con #nav .sub-nav .drop-down li a:hover {
  background: #fc3c55;
  color: #fff!important;
}
.ins-header .header-box .nav-con #nav .sub-nav:last-child {
  padding-right: 0;
}
.ins-header .header-box .nav-con #nav .active a {
  color: #ff4c50;
}
.ins-header .header-box .nav-con #nav .active span {
  width: 50%;
}
.ins-header .header-box .rt {
  float: right;
  position: relative;
  z-index: 999;
}
.ins-header .header-box .rt .lang {
  float: right;
  margin-top: 33px;
}
.ins-header .header-box .rt .lang a {
  font-size: 1.4rem;
  color: #666464;
  padding-left: 30px;
  line-height: 20px;
  background: url("../images/lang_03.png") no-repeat left center;
  display: block;
}
.ins-header .header-box .search-con .toggle-btn {
  position: absolute;
  top: 30px;
  right: 110px;
  width: 23px;
  height: 25px;
  cursor: pointer;
  background: url("../images/search-btn2_03.png") no-repeat center;
}
.ins-header .header-box .search-con .search {
  display: none;
  position: absolute;
  right: 110px;
  top: 69px;
  width: 260px;
  height: 60px;
  border-top: 4px solid #ff4c50;
  background-color: #fff;
  z-index: 10;
  line-height: 60px;
}
.ins-header .header-box .search-con .search .txt {
  margin: 5px 7px;
  width: 246px;
  height: 43px;
  border: none;
  padding: 0 14px ;
  background-color: #f4f4f4;
}
.ins-header .header-box .search-con .search .submit {
  width: 58px;
  height: 39px;
  border: none;
  background-color: #ff4c50;
  position: absolute;
  top: 10px;
  right: 8px;
  text-align: center;
  line-height: 39px;
  border-radius: 2px;
  color: #fff;
}
/*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%;
}
.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: 50px;
  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: 50px;
  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 {
  position: relative;
  top: 16px;
}
.main .index-tit h4 {
  font-size: 3.6rem;
  color: #000;
}
@media (max-width: 1720px) {
  .main .index-tit h4 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .main .index-tit h4 {
    font-size: 2.5rem;
  }
}
.main .index-tit p {
  font-size: 1.4rem;
  color: #b9b9b9;
  text-transform: uppercase;
}
.main .product {
  padding: 5% 0;
  background: #ededed;
}
.main .product .list-box {
  width: 16.86%;
  float: left;
}
@media (max-width: 768px) {
  .main .product .list-box {
    width: 100%;
    text-align: center;
  }
}
.main .product .list-box .hd {
  margin: 15px 0;
  width: 60%;
}
@media (max-width: 1720px) {
  .main .product .list-box .hd {
    margin: 10px 0;
  }
}
@media (max-width: 768px) {
  .main .product .list-box .hd {
    width: 100%;
    text-align: left;
  }
}
.main .product .list-box .hd li {
  font-size: 1.4rem;
  padding: 10px 0;
  border-bottom: 1px solid #f7f7f7;
  cursor: pointer;
  color: #b9b9b9;
  display: block;
}
@media (max-width: 768px) {
  .main .product .list-box .hd li {
    width: 25%;
    float: left;
  }
}
@media (max-width: 1200px) {
  .partner{
    margin-top: -1px;
  }
}

.main .product .list-box .hd li:hover {
  border-bottom: 1px solid #003670;
  color: #003670;
}
.main .product .list-box .hd .active {
  border-bottom: 1px solid #003670;
  color: #003670;
}
.main .product .list-box .hd ul li.on {
  border-bottom: 1px solid #003670;
  color: #003670;
}
.main .product .slideTxtBox {
  position: relative;
}
.main .product .slideTxtBox .bd {
  width: 83%;
  float: right;
}
@media (max-width: 768px) {
  .main .product .slideTxtBox .bd {
    width: 100%;
  }
}
.main .product .slideTxtBox .bd .swiper-container-pro {
  overflow: hidden;
  padding-bottom: 25px;
}
.main .product .slideTxtBox .bd .swiper-container-pro .swiper-slide {
  text-align: center;
  background: #fff;
  padding: 3% 0 4%;
  position: relative;
}
@media (max-width: 768px) {
  .main .product .slideTxtBox .bd .swiper-container-pro .swiper-slide {
    padding-bottom: 30px;
  }
}
.main .product .slideTxtBox .bd .swiper-container-pro .swiper-slide:hover .img img {
  transform: scale(1.07);
}
.main .product .slideTxtBox .bd .swiper-container-pro .swiper-slide:hover:after {
  background: #ff4c50 url("../images/pro-more_03.png") no-repeat center;
}
.main .product .slideTxtBox .bd .swiper-container-pro .swiper-slide .img {
  overflow: hidden;
}
.main .product .slideTxtBox .bd .swiper-container-pro .swiper-slide .img img {
  transition: 0.3s;
  width: 100%;
}
.main .product .slideTxtBox .bd .swiper-container-pro .swiper-slide .txt img {
  display: none;
}
.main .product .slideTxtBox .bd .swiper-container-pro .swiper-slide h6 {
  font-size: 1.6rem;
  color: #010101;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .product .slideTxtBox .bd .swiper-container-pro .swiper-slide p {
  font-size: 1.4rem;
  color: #848484;
  line-height: 160%;
  width: 60%;
  margin: 3% auto;
  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: 44px;
  display: none;
}
@media (max-width: 768px) {
  .main .product .slideTxtBox .bd .swiper-container-pro .swiper-slide p {
    height: auto;
  }
}
.main .product .slideTxtBox .bd .swiper-container-pro .swiper-slide:after {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  content: '';
  background: #003670 url("../images/pro-more_03.png") no-repeat center;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -25px;
}
.main .product .slideTxtBox .bd .swiper-button-prev-pro {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: url("../images/pro-btn_03.png") no-repeat center;
  margin-right: 20px;
  position: absolute;
  left: 0;
  bottom: 8%;
}
.main .product .slideTxtBox .bd .swiper-button-prev-pro:hover {
  background: url("../images/pro-btn_07.png") no-repeat center;
}
@media (max-width: 1700px) {
  .main .product .slideTxtBox .bd .swiper-button-prev-pro {
    bottom: -5%;
  }
}
.main .product .slideTxtBox .bd .swiper-button-next-pro {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: url("../images/pro-btn_12.png") no-repeat center;
  position: absolute;
  left: 70px;
  bottom: 8%;
}
.main .product .slideTxtBox .bd .swiper-button-next-pro:hover {
  background: url("../images/pro-btn_05.png") no-repeat center;
}
@media (max-width: 1700px) {
  .main .product .slideTxtBox .bd .swiper-button-next-pro {
    bottom: -5%;
  }
}
.main .about {
  padding: 5% 0;
}
.main .about .lf {
  float: left;
  width: 65.8%;
}
@media (max-width: 768px) {
  .main .about .lf {
    width: 100%;
  }
}
.main .about .lf .index-tit a {
  font-size: 1.4rem;
  color: #003670;
  position: absolute;
  top: 10px;
  right: 0;
}
.main .about .lf .txt {
  margin: 3% 0;
}
.main .about .lf .txt p {
  font-size: 1.4rem;
  color: #848484;
  line-height: 160%;
}
.main .about .lf .swiper-container-about {
  overflow: hidden;
  position: relative;
}
.main .about .lf .swiper-container-about .swiper-slide img {
  width: 100%;
}
.main .about .lf .swiper-container-about .swiper-button-prev-about {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url("../images/about-btn_03.png") no-repeat center;
  position: absolute;
  left: 10px;
  top: 40px;
  margin-top: -20px;
}
.main .about .lf .swiper-container-about .swiper-button-next-about {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url("../images/about-btn_03.png") no-repeat center;
  position: absolute;
  right: 10px;
  top: 40px;
  margin-top: -20px;
}
.main .about .rt {
  width: 28.5%;
  float: right;
}
@media (max-width: 768px) {
  .main .about .rt {
    width: 100%;
  }
}
.main .about .rt .img img {
  width: 100%;
}
.main .about .rt .swiper-container-honor {
  overflow: hidden;
  margin-top: 10%;
}
.main .about .rt .swiper-container-honor .swiper-slide {
  text-align: center;
}
.main .about .rt .swiper-container-honor .swiper-slide img {
  width: 100%;
  cursor: pointer;
}
.main .about .rt .swiper-container-honor .swiper-slide p {
  font-size: 1.4rem;
  color: #9d9d9d;
  margin-top: 10px;
}
.main .video-box {
  padding: 5% 0;
  background: url("../images/video-bg_02.jpg") no-repeat center;
  background-size: cover;
}
.main .video-box .content {
  padding: 12px 12px 8px 12px;
  background: #fff;
  border-radius: 5px;
  width: 70%;
  margin: 0 auto;
}
@media (max-width:1728px) {
  .main .video-box .content{
	width: 100%;  
  }	
}
@media (max-width: 768px) {
  .main .video-box .content {
    width: 100%;
    padding: 5px 5px 0px 5px;
  }
}
.main .video-box .content video {
  width: 100%;
}
.main .advantage {
  padding: 5% 0 3%;
  background: #ededed;
  border-bottom: 1px solid #e5e5e5;
}
.main .advantage .list-box li {
  width: 24.33333%;
  float: left;
  margin: 0 4.5%;
  text-align: center;
}
@media (max-width: 768px) {
  .main .advantage .list-box li {
    width: 90%;
    margin-bottom: 15px;
  }
}
.main .advantage .list-box li:hover .img {
  transform: rotateY(360deg);
}
.main .advantage .list-box li .img {
  margin: 0 0 30px;
  transition: 1.2s;
}
@media (max-width: 768px) {
  .main .advantage .list-box li .img {
    width: 70%;
    margin: 0 auto;
  }
}
.main .advantage .list-box li .img img {
  width: 100%;
}
.main .advantage .list-box li h6 {
  font-size: 2.4rem;
  color: #404145;
  text-transform: uppercase;
}
.main .advantage .list-box li p {
  font-size: 1.4rem;
  color: #666;
  text-transform: uppercase;
  line-height: 200%;
  text-align: justify!important;
}
.main .advantage .bot-con {
  position: relative;
  padding: 5% 0;
  margin: 7% 0 6%;
  background: url("../images/advantage-bg_03.jpg") no-repeat center;
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .main .advantage .bot-con {
    background: none;
  }
}
.main .advantage .bot-con .lf {
  width: 34.5%;
  float: left;
}
@media (max-width: 768px) {
  .main .advantage .bot-con .lf {
    width: 100%;
    margin-bottom: 15px;
  }
}
.main .advantage .bot-con .lf li {
  width: 49%;
  margin-right: 2%;
  text-align: center;
  float: left;
}
.main .advantage .bot-con .lf li h4 {
  font-size: 6rem;
  font-weight: 600;
  color: #fc3c55;
}
.main .advantage .bot-con .lf li p {
  font-size: 1.6rem;
  color: #6c6c6c;
}
.main .advantage .bot-con .lf li:nth-child(2) {
  margin-right: 0;
}
.main .advantage .bot-con .rt {
  width: 34.5%;
  float: right;
}
@media (max-width: 768px) {
  .main .advantage .bot-con .rt {
    width: 100%;
    margin-bottom: 15px;
  }
}
.main .advantage .bot-con .rt li {
  width: 49%;
  margin-right: 2%;
  text-align: center;
  float: left;
}
.main .advantage .bot-con .rt li h4 {
  font-size: 6rem;
  font-weight: 600;
  color: #fc3c55;
}
.main .advantage .bot-con .rt li p {
  font-size: 1.6rem;
  color: #6c6c6c;
}
.main .advantage .bot-con .rt li:nth-child(2) {
  margin-right: 0;
}
.main .advantage .bot-con .more {
  width: 28.77%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.main .advantage .bot-con .more img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .main .advantage .bot-con .more {
    width: 100%;
    position: static;
    transform: translate(0%, 0%);
  }
}
.main .partner {
  padding: 0 0 0;
  background: #ededed url("../images/partner-bg_02.jpg") no-repeat center bottom;
}
@media (max-width: 992px) {
  .main .partner {
    background: #f7f7f7;
  }
}
.main .partner .txt-top {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .main .partner .txt-top {
    text-align: center;
  }
}
.main .partner .txt-top .index-tit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.main .partner .txt-top .txt {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 7%;
  width: 40%;
  vertical-align: top;
  margin-top: 20px;
  position: relative;
  top: 13px;
}
@media (max-width: 992px) {
  .main .partner .txt-top .txt {
    width: 70%;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .main .partner .txt-top .txt {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
.main .partner .txt-top .txt p {
  font-size: 1.4rem;
  color: #848484;
  line-height: 180%;
}
.main .partner .img-box {
  position: relative;
  height: 156px;
}
@media (max-width: 992px) {
  .main .partner .img-box {
    height: 105px;
  }
}
.main .partner .img-box .swiper-container-partner {
  width: 76%;
  float: left;
  overflow: hidden;
  margin-top: 25px;
}
@media (max-width: 992px) {
  .main .partner .img-box .swiper-container-partner {
    width: 100%;
    margin: 0;
  }
}
.main .partner .img-box .swiper-container-partner .swiper-slide img {
  width: 100%;
  border: 1px solid #eee;
}
.main .partner .img-box .people {
  width: 12.5%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1720px) {
  .main .partner .img-box .people {
    right: -30px;
  }
}
@media (max-width: 992px) {
  .main .partner .img-box .people {
    display: none;
  }
}
.main .partner .img-box .people img {
  width: 100%;
}
.main .partner .img-box .swiper-button-next-partner {
  position: absolute;
  right: 17%;
  top: 73px;
  cursor: pointer;
}
.main .partner .img-box .swiper-button-next-partner img {
  border-radius: 40px;
}
@media (max-width: 992px) {
  .main .partner .img-box .swiper-button-next-partner {
    display: none;
  }
}
.main .partner .img-box .swiper-button-prev-partner {
  position: absolute;
  right: 17%;
  top: 16px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .main .partner .img-box .swiper-button-prev-partner {
    display: none;
  }
}
.main .partner .img-box .swiper-button-prev-partner img {
  border-radius: 40px;
}
.main .main-bot {
  padding: 5% 0;
  background: #ededed;
}
@media (max-width: 992px) {
  .partner{
    margin-top: -1px;
  }
  .main .partner .img-box {
    height: 190px;
	padding-top: 20px;
  }  
}
@media (max-width: 768px) {
  .main .partner .img-box {
    height: 147px;
  }  
  .advantage .list-box ul{
    display: flex;
    overflow-x: auto;
  }
  .main .advantage .list-box li {
	width: 100%;
	float: none;
	margin: 0;
	text-align: center;
  } 
  .main .advantage .list-box li .img {
	width: calc(100vw - 30px);
  }  
  .main .advantage .list-box li .img img {
    width: 65%;
  }
  .main .advantage .list-box li h6 {
    font-size: 2.2rem;
    padding-top: 15px;
  }
  	.video1{
		height: 300px !important;
	}

	.main .advantage {
	  padding-top: 13%;
	}
	.main .advantage .list-box li p {
      padding-left: 15px;
	  padding-right: 15px;
   }
   	.footer-nav ul li:first-child{
		display: none  !important;
	}
	.main .about .lf .txt {
   
    padding-top: 25px;
   }
   .container2 .rt .img{
	   display: none;
   }
   .scretg{
	   display: none;
   }
   .ins-ad img{
	   width: 100%;
   }
   .ins-main {
    margin-top: 0 !important;
  }
	
}
.main .main-bot .new-pro {
  width: 20%;
  float: left;
  height: 555px;
  position: relative;
  background: url("../images/lianxi_03.jpg") no-repeat center;
}
@media (max-width: 1720px) {
  .main .main-bot .new-pro {
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .main .main-bot .new-pro {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .main .main-bot .new-pro {
    display: none;
  }
}
.main .main-bot .new-pro a {
  display: block;
  height: 100%;
  width: 100%;
}
.main .main-bot .new-pro .txt {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
}
.main .main-bot .new-pro .txt img {
  margin-bottom: 20px;
  display: inline-block;
}
.main .main-bot .new-pro .txt h6 {
  font-size: 2.4rem;
  color: #fff;
  line-height: 160%;
  margin-top: 0;
}
.main .main-bot .new-pro .txt p {
  font-size: 1.2rem;
  color: #fff;
  word-break: break-word;
  line-height: 180%;
  margin: 0;
}
.main .main-bot .new-pro .txt span {
  display: block;
  font-size: 1.6rem;
  color: #000;
  margin: 20px auto 0;
  width: 160px;
  line-height: 45px;
  background: #fff;
  letter-spacing: 2px;
}
.main .main-bot .news {
  width: 24%;
  float: left;
  margin-left: 3%;
  background: #fff;
  height: 555px;
  padding: 1.5%;
}
@media (max-width: 1720px) {
  .main .main-bot .news {
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .main .main-bot .news {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .main .main-bot .news {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .main .main-bot .news {
    width: 100%;
    margin: 10px 0 0 0;
    height: auto;
  }
}
.main .main-bot .news h5 {
  font-size: 1.8rem;
  color: #000;
  padding-left: 15px;
  margin: 15px 0 20px;
  background: url("../images/news-line_03.jpg") no-repeat left center;
}
.main .main-bot .news h5 span {
  color: #989898;
  font-size: 1.4rem;
}
@media (max-width: 1720px) {
  .main .main-bot .news h5 span {
    display: none;
  }
}
.main .main-bot .news h5 a {
  float: right;
  font-size: 1.4rem;
  color: #003670;
  padding-top: 3px;
}
.main .main-bot .news .news-top {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.main .main-bot .news .news-top .img {
  overflow: hidden;
}
.main .main-bot .news .news-top .img img {
  width: 100%;
  transition: 0.4s;
}
.main .main-bot .news .news-top h6 {
  font-size: 1.6rem;
  color: #2e2e2e;
  margin: 20px 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .main-bot .news .news-top p {
  font-size: 1.4rem;
  color: #848484;
  line-height: 220%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  height: 60px;
}
@media (max-width: 992px) {
  .main .main-bot .news .news-top p {
    height: 54px;
  }
}
.main .main-bot .news ul {
  padding: 20px 0;
  margin: 0;
}
@media (max-width: 768px) {
  .main .main-bot .news ul {
    padding: 20px 0 10px;
  }
}
.main .main-bot .news ul li {
  padding-left: 17px;
  background: url("../images/news-angle_03.jpg") no-repeat left center;
  line-height: 27px;
  position: relative;
}
.main .main-bot .news ul li p {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.4rem;
  color: #848484;
}
.main .main-bot .news ul li p:hover {
  color: #ff4c50;
}
.main .main-bot .news ul li span {
  position: absolute;
  right: 0;
  font-size: 1.4rem;
  color: #848484;
  top: 0;
}
@media (max-width: 1200px) {
  .main .main-bot .news ul li span {
    display: none;
  }
}
.main .main-bot .faq {
  width: 20%;
  float: left;
  margin-left: 3%;
}
@media (max-width: 992px) {
  .main .main-bot .faq {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .main .main-bot .faq {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
.main .main-bot .faq .index-tit {
  position: relative;
}
@media (max-width: 1720px) {
  .main .main-bot .faq .index-tit h4 {
    font-size: 2.6rem;
  }
}
.main .main-bot .faq .index-tit a {
  width: 130px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 40px;
  background: #ff4c50;
  color: #fff;
  font-size: 1.4rem;
  position: absolute;
  right: 0;
  top: 10px;
}
@media (max-width: 1720px) {
  .main .main-bot .faq .index-tit a {
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
}
.main .main-bot .faq li {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
@media (max-width: 1720px) {
  .main .main-bot .faq li {
    padding: 12px 0;
  }
}
@media (max-width: 1200px) {
  .main .main-bot .faq li {
    padding: 6px 0;
  }
}
.main .main-bot .faq li h6 {
  font-size: 1.6rem;
  color: #000;
  padding-left: 45px;
  line-height: 35px;
  background: url("../images/faq_03.jpg") no-repeat left center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .main-bot .faq li p {
  font-size: 1.4rem;
  color: #848484;
  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: 56px;
  padding-left: 45px;
}
@media (max-width: 1720px) {
  .main .main-bot .faq li p {
    height: 46px;
  }
}
@media (max-width: 992px) {
  .main .main-bot .faq li p {
    height: 45px;
  }
}
@media (max-width: 992px) {
  
}
@media (max-width: 768px) {
  
}
.footer {
  background: #f7f7f7;
}
.footer .top-content {
  position: relative;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .footer .top-content {
    margin-bottom: 30px;
  }
}
.footer .top-content .logo {
  float: left;
  vertical-align: top;
}
@media (max-width: 768px) {
  .footer .top-content .logo {
    float: none;
    text-align: center;
  }
}
.footer .top-content .footer-nav {
  text-align: center;
  vertical-align: top;
  width: 80%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
@media (max-width: 768px) {
  .footer .top-content .footer-nav {
    width: 100%;
    position: static;
    transform: translate(0%, 0%);
  }
}
.footer .top-content .footer-nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
@media (max-width: 768px) {
  .footer .top-content .footer-nav li {
    width: 33.3333%;
    float: left;
    margin: 5px 0;
  }
}
.footer .top-content .footer-nav li a {
  padding: 0 3.5rem;
  border-right: 1px solid #d6d6d6;
  font-size: 1.4rem;
  color: #666464;
}
.footer .top-content .footer-nav li a:hover {
  color: #ff4c50;
}
@media (max-width: 1720px) {
  .footer .top-content .footer-nav li a {
    padding: 0 2.5rem;
  }
}
@media (max-width: 992px) {
  .footer .top-content .footer-nav li a {
    padding: 0 1rem;
  }
}
@media (max-width: 768px) {
  .footer .top-content .footer-nav li a {
    border: none;
  }
}
.footer .top-content .footer-nav li:last-child a {
  border: none;
}
.footer .top-content .code {
  position: absolute;
  top: -30px;
  right: 0;
}
.footer .top-content .code img {
  width: 90px;
}
.footer .top-content .code p {
  text-align: center;
  margin-top: 5px;
  font-size: 1.2rem;
  color: #848484;
}
.footer .bot-content {
  border-top: 1px solid #e5e5e5;
  padding: 30px 0;
}
.footer .bot-content .rt {
  float: right;
  height: 45px;
  line-height: 45px;
}
@media (max-width: 768px) {
  .footer .bot-content .rt {
    float: none;
    text-align: center;
  }
}
.footer .bot-content .rt p {
  margin: 0;
  color: #848484;
}
.footer .message {
  float: right;
}
.footer .message form {
  position: relative;
}
.footer .message .txt {
  width: 300px;
  height: 45px;
  padding: 0 10px;
  background: #fff;
  border: none;
}
.footer .message .submit {
  width: 50px;
  height: 45px;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  background: #003670 url("../images/bottom-massage_03.jpg") no-repeat center;
}
.footer .lf {
  float: left;
  font-size: 1.4rem;
  color: #848484;
  text-transform: uppercase;
}
.footer .lf p {
  line-height: 45px;
  margin: 0;
}
.footer .lf p a {
  color: #848484;
}
.footer .lf p a:hover {
  color: #fc3c55;
}
.footer .rt-fixed-box {
  position: fixed;
  z-index: 999;
  right: 0px;
  top: 40%;
  border: 1px solid #e6e6e6;
}
.footer .rt-fixed-box ul {
  margin: 0;
}
.footer .rt-fixed-box li {
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  width: 65px;
  background: #fff;
}
.footer .rt-fixed-box li:hover {
  background: #eb3f57;
}
.footer .rt-fixed-box li:hover span {
  color: #fff;
}
.footer .rt-fixed-box li a {
  display: block;
  padding: 10px 0;
}
.footer .rt-fixed-box li .img {
  height: 24px;
}
.footer .rt-fixed-box li span {
  font-size: 1.2rem;
  color: #898989;
  text-transform: uppercase;
  display: block;
  margin-top: 6px;
}
.footer .rt-fixed-box li:last-child {
  border: none;
}
.footer .rt-fixed-box li:nth-child(1) .img {
  background: url("../images/rt-icon_03.png") no-repeat center;
}
.footer .rt-fixed-box li:nth-child(2) .img {
  background: url("../images/rt-icon_05.png") no-repeat center;
}
.footer .rt-fixed-box li:nth-child(3) .img {
  background: url("../images/rt-icon_07.png") no-repeat center;
}
.footer .rt-fixed-box li:nth-child(4) .img {
  background: url("../images/rt-icon_09.png") no-repeat center;
}
.footer .rt-fixed-box li:nth-child(1):hover .img {
  background: url("../images/rt-icon2_03.png") no-repeat center;
}
.footer .rt-fixed-box li:nth-child(2):hover .img {
  background: url("../images/rt-icon2_05.png") no-repeat center;
}
.footer .rt-fixed-box li:nth-child(3):hover .img {
  background: url("../images/rt-icon2_07.png") no-repeat center;
}
.footer .rt-fixed-box li:nth-child(4):hover .img {
  background: url("../images/rt-icon2_09.png") no-repeat center;
}
@media (max-width: 768px) {
  .footer {
    text-align: center;
  }
  .footer .content {
    border-top: 1px solid #ccc;
    padding: 20px 0;
  }
  .footer .share {
    float: none;
    margin-top: 10px;
  }
  .footer .share .link a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 5 px;
  }
  .footer .lf {
    float: none;
    font-size: 1.4rem;
    color: #152445;
    text-transform: uppercase;
    margin-bottom: 0px;
  }
  .footer .lf p {
    line-height: 180%;
    margin: 0;
  }
  .footer .lf p a {
    color: #152445;
  }
  .footer .lf p a:hover {
    color: #fc3c55;
  }
}
/*ins-style*/
.ins-main {
  margin-top: 90px;
}
@media (max-width: 768px) {
  .ins-main {
    margin-top: 55px;
  }
}
.ins-main .ins-ad {
  position: relative;
}
.ins-main .ins-ad img {
  width: 100%;
}
.ins-main .ins-ad .txt {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
}
.ins-main .ins-ad .txt h4 {
  font-size: 3.6rem;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-ad .txt h4 {
    font-size: 2.5rem;
  }
}
.ins-main .ins-ad .txt p {
  margin-bottom: 0;
  font-size: 1.6rem;
  color: #fff;
}
.ins-main .ins-ad .txt p span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 65px;
  height: 1px;
  background: #ff4c50;
  vertical-align: middle;
  margin: 0 10px;
}
@media (max-width: 768px) {
  .ins-main .ins-ad .txt p span {
    width: 45px;
  }
}
.ins-main .ins-nav {
  border-bottom: 1px solid #efefef;
  height: 79px;
  line-height: 79px;
  background: #fff;
}
.ins-main .ins-nav .list {
  float: left;
  height: 79px;
  line-height: 79px;
}
.ins-main .ins-nav .list li {
  float: left;
  border-right: 1px solid #f0f0f0;
  width: 119px;
  text-align: center;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .ins-main .ins-nav .list li {
    width: 100px;
  }
}
@media (max-width: 992px) {
  .ins-main .ins-nav .list li {
    width: 70px;
  }
}
.ins-main .ins-nav .list li:hover {
  background: #003770;
}
.ins-main .ins-nav .list li:hover a {
  color: #fff;
}
.ins-main .ins-nav .list li a {
  display: block;
  font-size: 1.6rem;
  color: #1e1e1e;
  font-weight: 900;
}
.ins-main .ins-nav .list li:first-child {
  border-left: 1px solid #f0f0f0;
}
.ins-main .ins-nav .list .active {
  background: #003770;
}
.ins-main .ins-nav .list .active a {
  color: #fff;
}
.ins-main .ins-nav .location {
  float: right;
}
.ins-main .ins-nav .location p {
  margin: 0;
  font-size: 1.4rem;
  color: #7e7e7e;
  padding-left: 40px;
  background: url("../images/location_03.jpg") no-repeat left center;
}
.ins-main .ins-nav .location p a {
  color: #7e7e7e;
}
.ins-main .ins-nav .location p a:last-child i{display:none;}
.ins-main .ins-nav .location p a:hover {
  color: #ff4c50;
}
.ins-main .ins-nav .location p .active {
  color: #ff4c50;
}
@media (max-width: 768px) {
  .ins-main .ins-nav {
    border-bottom: 1px solid #efefef;
    height: auto;
    line-height: 35px;
    background: #fff;
    padding: 8px 0;
  }
  .ins-main .ins-nav .list {
    float: left;
    height: auto;
    line-height: 35px;
    width: 100%;
  }
  .ins-main .ins-nav .list li {
    float: left;
    border-right: 1px solid #f0f0f0;
    width: 33.33333%;
    text-align: center;
    transition: 0.3s;
  }
  .ins-main .ins-nav .list li:hover {
    background: #003770;
  }
  .ins-main .ins-nav .list li:hover a {
    color: #fff;
  }
  .ins-main .ins-nav .list li a {
    display: block;
    font-size: 1.6rem;
    color: #1e1e1e;
  }
  .ins-main .ins-nav .list li:first-child {
    border-left: 1px solid #f0f0f0;
  }
  .ins-main .ins-nav .list .active {
    background: #003770;
  }
  .ins-main .ins-nav .list .active a {
    color: #fff;
  }
  .ins-main .ins-nav .location {
    float: left;
    width: 100%;
    margin-top: 8px;
  }
  .ins-main .ins-nav .location p {
    margin: 0;
    font-size: 1.4rem;
    color: #7e7e7e;
    padding-left: 40px;
    background: url("../images/location_03.jpg") no-repeat left center;
  }
  .ins-main .ins-nav .location p a {
    color: #7e7e7e;
  }
  .ins-main .ins-nav .location p a:hover {
    color: #ff4c50;
  }
  .ins-main .ins-nav .location p .active {
    color: #ff4c50;
  }
}
.ins-main .pro-nav {
  margin-bottom: 3%;
  height: 40px;
  line-height: 40px;
}
.ins-main .pro-nav .list {
  float: left;
  height: 40px;
  line-height: 40px;
}
.ins-main .pro-nav .list li {
  float: left;
  border-radius: 40px;
  text-align: center;
  transition: 0.3s;
  padding: 0 1.8rem;
}
.ins-main .pro-nav .list li:hover {
  background: #003770;
}
.ins-main .pro-nav .list li:hover a {
  color: #fff;
}
.ins-main .pro-nav .list li a {
  display: block;
  font-size: 1.6rem;
  color: #1e1e1e;
}
.ins-main .pro-nav .list .active {
  background: #003770;
}
.ins-main .pro-nav .list .active a {
  color: #fff;
}
.ins-main .pro-nav .location {
  float: right;
}
.ins-main .pro-nav .location p {
  margin: 0;
  font-size: 1.4rem;
  color: #7e7e7e;
  padding-left: 40px;
  background: url("../images/location_03.jpg") no-repeat left center;
}
.ins-main .pro-nav .location p a {
  color: #7e7e7e;
}
.ins-main .pro-nav .location p a:hover {
  color: #ff4c50;
}
.ins-main .pro-nav .location p .active {
  color: #ff4c50;
}
@media (max-width: 768px) {
  .ins-main .pro-nav {
    border-bottom: 1px solid #efefef;
    height: auto;
    line-height: 35px;
    background: #fff;
    padding: 8px 0;
  }
  .ins-main .pro-nav .list {
    float: left;
    height: auto;
    line-height: 35px;
    width: 100%;
    text-align: center;
  }
  .ins-main .pro-nav .list li {
    float: none;
    border-radius: 35px;
    text-align: center;
    transition: 0.3s;
    padding: 0 1.8rem;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .ins-main .pro-nav .list li:hover {
    background: #003770;
  }
  .ins-main .pro-nav .list li:hover a {
    color: #fff;
  }
  .ins-main .pro-nav .list li a {
    display: block;
    font-size: 1.6rem;
    color: #1e1e1e;
  }
  .ins-main .pro-nav .list .active {
    background: #003770;
  }
  .ins-main .pro-nav .list .active a {
    color: #fff;
  }
  .ins-main .pro-nav .location {
    float: left;
    width: 100%;
  }
  .ins-main .pro-nav .location p {
    margin: 0;
    font-size: 1.4rem;
    color: #7e7e7e;
    padding-left: 40px;
    background: url("../images/location_03.jpg") no-repeat left center;
  }
  .ins-main .pro-nav .location p a {
    color: #7e7e7e;
  }
  .ins-main .pro-nav .location p a:hover {
    color: #ff4c50;
  }
  .ins-main .pro-nav .location p .active {
    color: #ff4c50;
  }
}
.ins-main .nav-list {
  height: 70px;
  background: #f7f7f7;
}
.ins-main .nav-list li {
  width: 130px;
  text-align: center;
  float: left;
  border-right: 1px solid #f2f2f2;
}
@media (max-width: 992px) {
  .ins-main .nav-list li {
    width: 100px;
  }
}
.ins-main .nav-list li:hover a {
  color: #fff;
  background: #ff4c50;
}
.ins-main .nav-list li a {
  display: block;
  height: 68px;
  line-height: 68px;
  font-size: 1.6rem;
  color: #4b4b4b;
}
.ins-main .nav-list .active a {
  color: #fff;
  background: #ff4c50;
}
@media (max-width: 768px) {
  .ins-main .nav-list {
    height: auto;
    border-bottom: 1px solid #f2f2f2;
    background: #f7f7f7;
  }
  .ins-main .nav-list li {
    width: 33.333333%;
    text-align: center;
    float: left;
    border-right: 1px solid #f2f2f2;
  }
  .ins-main .nav-list li:hover a {
    color: #fff;
    background: #ff4c50;
  }
  .ins-main .nav-list li a {
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 1.6rem;
    color: #4b4b4b;
  }
  .ins-main .nav-list .active a {
    color: #fff;
    background: #ff4c50;
  }
}
.ins-main .ins-profile .top-box {
  background: #fff;
}
.ins-main .ins-profile .top-box .list .img {
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .ins-profile .top-box .list .img {
    width: 100%;
  }
}
.ins-main .ins-profile .top-box .list .img img {
  width: 100%;
}
.ins-main .ins-profile .top-box .list .txt {
  padding: 4% 2%;
  width: 50%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .ins-profile .top-box .list .txt {
    width: 100%;
  }
}
.ins-main .ins-profile .top-box .list .txt p {
  font-size: 1.4rem;
  color: #626262;
  line-height: 210%;
}
.ins-main .ins-profile .top-box .list:nth-child(2) .img {
  float: right;
}
.ins-main .ins-profile .top-box .list:nth-child(2) .txt {
  float: left;
}
.ins-main .ins-profile .advantage {
  padding: 5% 0 3%;
  background: #f7f7f7;
  border-bottom: 1px solid #e5e5e5;
}
.ins-main .ins-profile .advantage .list-box li {
  width: 24.33333%;
  float: left;
  margin: 0 4.5%;
  text-align: center;
}
@media (max-width: 768px) {
  .ins-main .ins-profile .advantage .list-box li {
    width: 90%;
    margin-bottom: 15px;
  }
}
.ins-main .ins-profile .advantage .list-box li:hover .img {
  transform: rotateY(360deg);
}
.ins-main .ins-profile .advantage .list-box li .img {
  margin: 0 0 30px;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .ins-main .ins-profile .advantage .list-box li .img {
    width: 70%;
    margin: 0 auto;
  }
}
.ins-main .ins-profile .advantage .list-box li .img img {
  width: 100%;
}
.ins-main .ins-profile .advantage .list-box li h6 {
  font-size: 2.4rem;
  color: #404145;
  text-transform: uppercase;
}
.ins-main .ins-profile .advantage .list-box li p {
  font-size: 1.4rem;
  color: #666;
  text-transform: uppercase;
  line-height: 200%;
  text-align: justify!important;
}
.ins-main .ins-profile .advantage .bot-con {
  position: relative;
  padding: 5% 0;
  margin: 7% 0 6%;
  background: url("../images/advantage-bg_03.jpg") no-repeat center;
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .ins-main .ins-profile .advantage .bot-con {
    background: none;
  }
}
.ins-main .ins-profile .advantage .bot-con .lf {
  width: 34.5%;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .ins-profile .advantage .bot-con .lf {
    width: 100%;
    margin-bottom: 15px;
  }
}
.ins-main .ins-profile .advantage .bot-con .lf li {
  width: 49%;
  margin-right: 2%;
  text-align: center;
  float: left;
}
.ins-main .ins-profile .advantage .bot-con .lf li h4 {
  font-size: 6rem;
  font-weight: 600;
  color: #fc3c55;
}
.ins-main .ins-profile .advantage .bot-con .lf li p {
  font-size: 1.6rem;
  color: #6c6c6c;
}
.ins-main .ins-profile .advantage .bot-con .lf li:nth-child(2) {
  margin-right: 0;
}
.ins-main .ins-profile .advantage .bot-con .rt {
  width: 34.5%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .ins-profile .advantage .bot-con .rt {
    width: 100%;
    margin-bottom: 15px;
  }
}
.ins-main .ins-profile .advantage .bot-con .rt li {
  width: 49%;
  margin-right: 2%;
  text-align: center;
  float: left;
}
.ins-main .ins-profile .advantage .bot-con .rt li h4 {
  font-size: 6rem;
  font-weight: 600;
  color: #fc3c55;
}
.ins-main .ins-profile .advantage .bot-con .rt li p {
  font-size: 1.6rem;
  color: #6c6c6c;
}
.ins-main .ins-profile .advantage .bot-con .rt li:nth-child(2) {
  margin-right: 0;
}
.ins-main .ins-profile .advantage .bot-con .more {
  width: 28.77%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.ins-main .ins-profile .advantage .bot-con .more img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .ins-main .ins-profile .advantage .bot-con .more {
    width: 100%;
    position: static;
    transform: translate(0%, 0%);
  }
}
.ins-main .ins-profile .bot {
  padding: 3% 0;
}
.ins-main .ins-profile .bot .lf {
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .ins-profile .bot .lf {
    width: 100%;
  }
}
.ins-main .ins-profile .bot .lf li .txt-box {
  position: relative;
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .ins-profile .bot .lf li .txt-box {
    width: 100%;
    height: 160px;
  }
}
.ins-main .ins-profile .bot .lf li .txt-box img {
  width: 100%;
}
@media (max-width: 768px) {
  .ins-main .ins-profile .bot .lf li .txt-box img {
    display: none;
  }
}
.ins-main .ins-profile .bot .lf li .txt-box .txt {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.ins-main .ins-profile .bot .lf li .txt-box .txt .con {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
}
.ins-main .ins-profile .bot .lf li .txt-box .txt h4 {
  font-size: 5.5rem;
  color: #fff;
}
.ins-main .ins-profile .bot .lf li .txt-box .txt p {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
}
.ins-main .ins-profile .bot .lf li .img-box {
  width: 50%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .ins-profile .bot .lf li .img-box {
    width: 100%;
  }
}
.ins-main .ins-profile .bot .lf li .img-box img {
  width: 100%;
}
.ins-main .ins-profile .bot .lf li:nth-child(2) .img-box {
  float: left;
}
.ins-main .ins-profile .bot .lf li:nth-child(2) .txt-box {
  float: right;
}
.ins-main .ins-profile .bot .lf li:nth-child(1) .txt-box .txt {
  background: #377ac0;
}
.ins-main .ins-profile .bot .lf li:nth-child(2) .txt-box .txt {
  background: #4bc8e6;
}
.ins-main .ins-profile .bot .rt {
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .ins-profile .bot .rt {
    width: 100%;
  }
}
.ins-main .ins-profile .bot .rt li .txt-box {
  position: relative;
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .ins-profile .bot .rt li .txt-box {
    width: 100%;
    height: 160px;
  }
}
.ins-main .ins-profile .bot .rt li .txt-box img {
  width: 100%;
}
@media (max-width: 768px) {
  .ins-main .ins-profile .bot .rt li .txt-box img {
    display: none;
  }
}
.ins-main .ins-profile .bot .rt li .txt-box .txt {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.ins-main .ins-profile .bot .rt li .txt-box .txt .con {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
}
.ins-main .ins-profile .bot .rt li .txt-box .txt h4 {
  font-size: 5.5rem;
  color: #fff;
}
.ins-main .ins-profile .bot .rt li .txt-box .txt p {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
}
.ins-main .ins-profile .bot .rt li .img-box {
  width: 50%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .ins-profile .bot .rt li .img-box {
    width: 100%;
  }
}
.ins-main .ins-profile .bot .rt li .img-box img {
  width: 100%;
}
.ins-main .ins-profile .bot .rt li:nth-child(2) .img-box {
  float: left;
}
.ins-main .ins-profile .bot .rt li:nth-child(2) .txt-box {
  float: right;
}
.ins-main .ins-profile .bot .rt li:nth-child(1) .txt-box .txt {
  background: #f7cd47;
}
.ins-main .ins-profile .bot .rt li:nth-child(2) .txt-box .txt {
  background: #ff7479;
}
.ins-main .ins-idea {
  padding: 3% 0 1%;
}
.ins-main .ins-idea li {
  position: relative;
  margin-bottom: 15px;
}
.ins-main .ins-idea li img {
  width: 100%;
}
.ins-main .ins-idea li .txt {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2% 0 2% 3%;
  color: #fff;
}
.ins-main .ins-idea li .txt h6 {
  font-size: 1.8rem;
}
.ins-main .ins-idea li .txt p {
  font-size: 1.4rem;
  margin: 0;
}
.ins-main .ins-history {
  padding: 2% 0;
}
.ins-main .ins-history li {
  padding: 2% 0;
  background: url("../images/history-line_03.jpg") no-repeat right bottom;
  position: relative;
}
.ins-main .ins-history li:hover .years {
  background: #ff4c50;
  color: #fff;
}
.ins-main .ins-history li .years {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  text-align: center;
  line-height: 100px;
  background: #ececec;
  font-size: 2.4rem;
  color: #2c2c2c;
}
@media (max-width: 992px) {
  .ins-main .ins-history li .years {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    line-height: 80px;
  }
}
.ins-main .ins-history li .txt {
  width: 86%;
  position: absolute;
  transform: translate(-42%, -50%);
  left: 50%;
  top: 50%;
}
.ins-main .ins-history li .txt p {
  font-size: 1.6rem;
  color: #5a5a5a;
  line-height: 180%;
  margin: 0;
}
@media (max-width: 1200px) {
  .ins-main .ins-history li .txt {
    width: 84%;
    transform: translate(-40%, -50%);
  }
}
@media (max-width: 992px) {
  .ins-main .ins-history li .txt {
    width: 77%;
    transform: translate(-36%, -50%);
  }
}
@media (max-width: 768px) {
  .ins-main .ins-history li .txt {
    width: 68%;
    transform: translate(-32%, -50%);
  }
}
.ins-main .ins-culture2 .lf {
  width: 42.8571428%;
  float: left;
  position: relative;
}
@media (max-width: 768px) {
  .ins-main .ins-culture2 .lf {
    width: 100%;
  }
}
.ins-main .ins-culture2 .lf img {
  width: 100%;
}
.ins-main .ins-culture2 .lf .txt {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 0 3% 6%;
}
.ins-main .ins-culture2 .lf .txt h6 {
  font-size: 2.4rem;
  color: #fff;
}
.ins-main .ins-culture2 .lf .txt p {
  font-size: 1.4rem;
  color: #fff;
}
.ins-main .ins-culture2 .rt {
  width: 57.1428571%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .ins-culture2 .rt {
    width: 100%;
  }
}
.ins-main .ins-culture2 .rt li {
  width: 50%;
  float: left;
  position: relative;
}
@media (max-width: 768px) {
  .ins-main .ins-culture2 .rt li {
    width: 100%;
  }
}
.ins-main .ins-culture2 .rt li img {
  width: 100%;
}
.ins-main .ins-culture2 .rt li .txt {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
}
.ins-main .ins-culture2 .rt li .txt h6 {
  font-size: 2.4rem;
  color: #fff;
}
.ins-main .ins-culture2 .rt li .txt p {
  font-size: 1.4rem;
  color: #fff;
}
.ins-main .ins-culture2 .rt li:nth-child(1) .txt {
  width: 80%;
}
.ins-main .ins-culture2 .rt li:nth-child(1) .txt h6 {
  font-size: 2.4rem;
  color: #000;
}
.ins-main .ins-culture2 .rt li:nth-child(1) .txt p {
  font-size: 1.4rem;
  color: #535353;
}
.ins-main .ins-culture .top-list {
  margin-bottom: 6%;
}
.ins-main .ins-culture .top-list li:nth-child(1) {
  background: #7bc623;
}
.ins-main .ins-culture .top-list li:nth-child(2) {
  background: #42688d;
}
.ins-main .ins-culture .top-list li:nth-child(3) {
  background: #ef9c00;
}
.ins-main .ins-culture .top-list li:nth-child(4) {
  background: #00a9ec;
}
.ins-main .ins-culture .top-list li {
  height: 200px;
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .ins-main .ins-culture .top-list li {
    width: 100%;
    height: 150px;
  }
}
.ins-main .ins-culture .top-list li .txt {
  width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.ins-main .ins-culture .top-list li .txt h4 {
  font-size: 3.6rem;
  color: #fff;
  opacity: 0.5;
  text-transform: uppercase;
}
.ins-main .ins-culture .top-list li .txt p {
  font-size: 1.8rem;
  color: #fff;
  background: url("../images/p-bg_03.png") no-repeat center;
}
.ins-main .ins-culture .bot-list li {
  height: 328px;
  width: 25%;
  float: left;
  border: 1px solid #ececec;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .ins-main .ins-culture .bot-list li {
    width: 100%;
  }
}
.ins-main .ins-culture .bot-list li .txt {
  width: 100%;
}
.ins-main .ins-culture .bot-list li .txt img {
  margin-top: 16%;
}
.ins-main .ins-culture .bot-list li .txt h5 {
  font-size: 2.4rem;
  color: #000;
  margin: 10% 0;
}
.ins-main .ins-culture .bot-list li .txt p {
  font-size: 1.4rem;
  color: #535353;
  line-height: 160%;
  margin: 0 20%;
}
.ins-main .ins-culture .bot-list li:nth-child(even) {
  background: #fff;
}
@media (max-width: 768px) {
  .ins-main .ins-culture .content {
    padding: 3% 0;
  }
  .ins-main .ins-culture .content li {
    width: 100%;
    float: left;
    margin-right: 0%;
    margin-bottom: 2%;
  }
  .ins-main .ins-culture .content li img {
    width: 100%;
  }
  .ins-main .ins-culture .content li p {
    height: 50px;
    line-height: 50px;
    padding: 0 8px;
    margin: 0;
    background: #f7f7f7;
    font-size: 1.6rem;
    color: #525252;
  }
  .ins-main .ins-culture .content li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-zuzhi {
  padding: 3% 0;
}
.ins-main .ins-zuzhi .img-top img {
  width: 100%;
}
.ins-main .ins-zuzhi .img-box {
  margin: 6% 0;
}
.ins-main .ins-zuzhi .img-box img {
  width: 100%;
}
@media (max-width: 768px) {
  .ins-main .ins-zuzhi .img-box {
    overflow: auto;
  }
  .ins-main .ins-zuzhi .img-box .img {
    width: 600px;
  }
}
.ins-main .ins-honor .content li {
  width: 23.5%;
  float: left;
  margin: 0 2% 2% 0;
  text-align: center;
}
@media (max-width: 768px) {
  .ins-main .ins-honor .content li {
    width: 49%;
  }
}
.ins-main .ins-honor .content li .img {
  position: relative;
}
.ins-main .ins-honor .content li .img:hover .masking {
  opacity: 1;
}
.ins-main .ins-honor .content li .img img {
  width: 100%;
  cursor: pointer;
}
.ins-main .ins-honor .content li .img .masking {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
}
.ins-main .ins-honor .content li p {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #646464;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-honor .content li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-honor .content li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-shebei .content li {
  width: 31.833333%;
  float: left;
  margin: 0 2.25% 2.25% 0;
  text-align: center;
}
@media (max-width: 768px) {
  .ins-main .ins-shebei .content li {
    width: 49%;
    margin: 0 2% 2% 0;
  }
}
.ins-main .ins-shebei .content li .img {
  position: relative;
}
.ins-main .ins-shebei .content li .img:hover .masking {
  opacity: 1;
}
.ins-main .ins-shebei .content li .img img {
  width: 100%;
  cursor: pointer;
  height: 310px ;
}
@media (max-width: 1400px) {
  .ins-main .ins-shebei .content li .img img {
    height: 264px;
  }
}
@media (max-width: 1200px) {
  .ins-main .ins-shebei .content li .img img {
    height: 212px;
  }
}
@media (max-width: 992px) {
  .ins-main .ins-shebei .content li .img img {
    height: 163px;
  }
}
@media (max-width: 768px) {
  .ins-main .ins-shebei .content li .img img {
    height: 120px;
  }
}
.ins-main .ins-shebei .content li .img .masking {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
}
.ins-main .ins-shebei .content li .img .masking img {
  height: 100%;
}
.ins-main .ins-shebei .content li p {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #646464;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-shebei .content li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-shebei .content li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .ins-main .ins-shebei .content li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-fazhan2 {
  position: relative;
}
.ins-main .ins-fazhan2 .top-bg {
  height: 120px;
  background: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ins-main .ins-fazhan2 .top-bg .con {
  width: 90%;
  margin: 0 auto;
  height: 120px;
  background: url("../images/fazhan2-bg_03.jpg") repeat-x center;
}
.ins-main .ins-fazhan2 .swiper-container-fazhan {
  position: relative;
  overflow: hidden;
  padding-top: 84px;
}
.ins-main .ins-fazhan2 .swiper-container-fazhan .swiper-slide:hover .img-box {
  background: #ff4c50;
}
.ins-main .ins-fazhan2 .swiper-container-fazhan .swiper-slide:hover .img-box:after {
  border-bottom: 10px #ff4c50 solid;
}
.ins-main .ins-fazhan2 .swiper-container-fazhan .swiper-slide:hover .img-box p {
  color: #fff;
}
.ins-main .ins-fazhan2 .swiper-container-fazhan .swiper-slide:hover .number {
  color: #ff4c50;
}
.ins-main .ins-fazhan2 .swiper-container-fazhan .swiper-slide:hover .number:after {
  background: #ff4c50;
}
.ins-main .ins-fazhan2 .swiper-container-fazhan .swiper-slide .number {
  text-align: center;
  margin-bottom: 39px;
  font-size: 1.6rem;
  color: #1e1e1e;
  position: relative;
}
.ins-main .ins-fazhan2 .swiper-container-fazhan .swiper-slide .number:after {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #dcdcdc;
  top: -32px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
}
.ins-main .ins-fazhan2 .swiper-container-fazhan .swiper-slide .img-box {
  padding: 5%;
  background: #fff;
  position: relative;
}
.ins-main .ins-fazhan2 .swiper-container-fazhan .swiper-slide .img-box:after {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  border-top: 10px transparent dashed;
  border-left: 10px transparent dashed;
  border-right: 10px transparent dashed;
  border-bottom: 10px #fff solid;
}
.ins-main .ins-fazhan2 .swiper-container-fazhan .swiper-slide .img-box img {
  width: 100%;
}
.ins-main .ins-fazhan2 .swiper-container-fazhan .swiper-slide .img-box p {
  margin-top: 10px;
  color: #1e1e1e;
  font-size: 1.4rem;
  line-height: 180%;
  margin-bottom: 0;
}
.ins-main .ins-fazhan2 .swiper-container-fazhan .swiper-button-next4 {
  width: 50px;
  height: 50px;
  background: url("../images/fahzan2-btn_05.jpg") no-repeat center;
  cursor: pointer;
  position: absolute;
  right: 2%;
  top: 34px;
}
.ins-main .ins-fazhan2 .swiper-container-fazhan .swiper-button-prev4 {
  width: 50px;
  height: 50px;
  background: url("../images/fahzan2-btn_03.jpg") no-repeat center;
  cursor: pointer;
  position: absolute;
  left: 2%;
  top: 34px;
}
.ins-main .ins-fazhan .preview {
  position: relative;
  height: 120px;
  margin-bottom: 2.5%;
}
.ins-main .ins-fazhan .preview .arrow-left {
  width: 120px;
  height: 120px;
  cursor: pointer;
  z-index: 9;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/fz-btn_03.png") no-repeat center;
}
.ins-main .ins-fazhan .preview .arrow-left:hover {
  background: url("../images/fz-btn_10.png") no-repeat center;
}
.ins-main .ins-fazhan .preview .arrow-right {
  width: 120px;
  height: 120px;
  cursor: pointer;
  z-index: 9;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/fz-btn_05.png") no-repeat center;
}
.ins-main .ins-fazhan .preview .arrow-right:hover {
  background: url("../images/fz-btn_13.png") no-repeat center;
}
.ins-main .ins-fazhan .preview .swiper-container {
  width: 82.857%;
  margin: 0 auto;
  height: 120px;
  background: #ffffff url("../images/years-bg_03.jpg") repeat-x center 40%;
}
@media (max-width: 768px) {
  .ins-main .ins-fazhan .preview .swiper-container {
    width: 100%;
  }
}
.ins-main .ins-fazhan .preview .swiper-slide {
  float: left;
  width: auto;
  box-sizing: border-box;
  position: relative;
  font-size: 1.6rem;
  color: #1e1e1e;
  text-align: center;
  padding-top: 80px;
  cursor: pointer;
}
.ins-main .ins-fazhan .preview .swiper-slide:after {
  content: '';
  width: 14px;
  height: 14px;
  background: #dcdcdc;
  border-radius: 14px;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 55px;
}
.ins-main .ins-fazhan .preview .active-nav {
  color: #ff4c50;
}
.ins-main .ins-fazhan .preview .active-nav:after {
  background: #ff4c50;
}
.ins-main .ins-fazhan .view {
  padding: 2%;
  background: #fff;
}
.ins-main .ins-fazhan .view .swiper-container {
  overflow: hidden;
}
.ins-main .ins-fazhan .view .swiper-container .swiper-slide .img {
  width: 48%;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .ins-fazhan .view .swiper-container .swiper-slide .img {
    width: 100%;
  }
}
.ins-main .ins-fazhan .view .swiper-container .swiper-slide .img img {
  width: 100%;
}
.ins-main .ins-fazhan .view .swiper-container .swiper-slide .txt {
  width: 48%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .ins-fazhan .view .swiper-container .swiper-slide .txt {
    width: 100%;
  }
}
.ins-main .ins-fazhan .view .swiper-container .swiper-slide .txt h4 {
  font-size: 3.6rem;
  color: #003770;
  margin: 3% 0;
}
.ins-main .ins-fazhan .view .swiper-container .swiper-slide .txt b {
  display: block;
  width: 50px;
  height: 1px;
  background: #ff4c50;
  margin-bottom: 3%;
}
.ins-main .ins-fazhan .view .swiper-container .swiper-slide .txt p {
  font-size: 1.6rem;
  color: #555;
  line-height: 180%;
}
.ins-main .ins-kaifa {
  padding: 3% 0;
}
.ins-main .ins-kaifa .img-box {
  margin-bottom: 3%;
}
.ins-main .ins-kaifa .img-box li {
  width: 32.33333%;
  float: left;
  margin-right: 1.5%;
}
@media (max-width: 768px) {
  .ins-main .ins-kaifa .img-box li {
    width: 100%;
    margin: 0 0 12px 0;
  }
}
.ins-main .ins-kaifa .img-box li img {
  width: 100%;
}
.ins-main .ins-kaifa .img-box li:nth-child(3) {
  margin-right: 0;
}
.ins-main .ins-kaifa .txt-box p {
  font-size: 1.4rem;
  color: #5f5f5f;
  line-height: 180%;
}
.ins-main .ins-quality {
  padding: 3% 0;
}
.ins-main .ins-quality .txt-box img {
  width: 100%;
  margin-bottom: 15px;
}
.ins-main .ins-quality .txt-box p {
  font-size: 1.4rem;
  color: #5f5f5f;
  line-height: 200%;
}
.ins-main .ins-quality .img-box li {
  width: 24%;
  float: left;
  margin-right: 1.33333%;
  margin-bottom: 1.5%;
}
@media (max-width: 768px) {
  .ins-main .ins-quality .img-box li {
    width: 49%;
    margin: 0 2% 0 0;
  }
}
.ins-main .ins-quality .img-box li img {
  cursor: pointer;
  width: 100%;
}
.ins-main .ins-quality .img-box li p {
  text-align: center;
  margin: 5px 0 0;
  font-size: 1.4rem;
  color: #5f5f5f;
}
.ins-main .ins-quality .img-box li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-quality .img-box li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-download li {
  padding: 4% 0 4% 73px;
  border-bottom: 1px solid #eee;
  position: relative;
  background: url("../images/ins-download_03.jpg") no-repeat left center;
}
.ins-main .ins-download li a {
  display: block;
}
.ins-main .ins-download li a:hover span {
  background: #ff4c50;
  color: #fff;
}
.ins-main .ins-download li p {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.4rem;
  color: #5f5f5f;
}
.ins-main .ins-download li span {
  display: block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
  background: #eee;
  font-size: 1.4rem;
  color: #5f5f5f;
  position: absolute;
  top: 30px;
  right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-download li {
    padding: 15px 0 15px 53px;
    border-bottom: 1px solid #eee;
    position: relative;
    background: url("../images/ins-download_03.jpg") no-repeat left center;
  }
  .ins-main .ins-download li a {
    display: block;
  }
  .ins-main .ins-download li a:hover span {
    background: #ff4c50;
    color: #fff;
  }
  .ins-main .ins-download li p {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.4rem;
    color: #5f5f5f;
    line-height: 50px;
    margin: 0;
  }
  .ins-main .ins-download li span {
    display: block;
    width: 80px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    background: #eee;
    font-size: 1.4rem;
    color: #5f5f5f;
    position: absolute;
    top: 25px;
    right: 0;
  }
}
.ins-main .ins-about {
  padding: 4% 0;
  background: #f8f8f8;
}
.ins-main .ins-about .jianjie {
  background: #fff;
  padding-bottom: 4%;
}
.ins-main .ins-about .jianjie .tit {
  text-align: center;
  padding: 3% 0;
  background: url("../images/tit-bg_03.png") no-repeat center;
}
.ins-main .ins-about .jianjie .tit h5 {
  font-size: 2.4rem;
  color: #000;
}
.ins-main .ins-about .jianjie .content {
  padding: 0 5%;
}
.ins-main .ins-about .jianjie .content .img {
  width: 40%;
  float: left;
}
.ins-main .ins-about .jianjie .content .img img {
  width: 100%;
}
.ins-main .ins-about .jianjie .content .txt {
  width: 56%;
  float: right;
}
.ins-main .ins-about .jianjie .content .txt p {
  font-size: 1.4rem;
  color: #636363;
  line-height: 200%;
  text-indent: 2.5rem;
}
.ins-main .ins-about .honor {
  background: #fff;
  padding-bottom: 4%;
  margin: 3% 0;
}
.ins-main .ins-about .honor .tit {
  text-align: center;
  padding: 3% 0;
  background: url("../images/tit-bg_03.png") no-repeat center;
}
.ins-main .ins-about .honor .tit h5 {
  font-size: 2.4rem;
  color: #000;
}
.ins-main .ins-about .honor .content {
  margin: 0 4%;
}
.ins-main .ins-about .honor .content .swiper-container-honor {
  overflow: hidden;
}
.ins-main .ins-about .honor .content .swiper-container-honor .swiper-slide {
  text-align: center;
}
.ins-main .ins-about .honor .content .swiper-container-honor .swiper-slide img {
  width: 100%;
  border: 1px solid #f0f0f0;
  cursor: pointer;
}
.ins-main .ins-about .honor .content .swiper-container-honor .swiper-slide p {
  font-size: 1.4rem;
  color: #636363;
  margin-top: 10px;
}
.ins-main .ins-about .honor .content .swiper-container-honor .swiper-pagination-honor {
  text-align: center;
}
.ins-main .ins-about .partner {
  background: #fff;
  padding-bottom: 4%;
}
.ins-main .ins-about .partner .tit {
  text-align: center;
  padding: 3% 0;
  background: url("../images/tit-bg_03.png") no-repeat center;
}
.ins-main .ins-about .partner .tit h5 {
  font-size: 2.4rem;
  color: #000;
}
.ins-main .ins-about .partner .content {
  margin: 0 4%;
}
.ins-main .ins-about .partner .content .swiper-container-partner {
  overflow: hidden;
}
.ins-main .ins-about .partner .content .swiper-container-partner .swiper-slide img {
  width: 100%;
  border: 1px solid #f0f0f0;
}
.ins-main .ins-about .partner .content .swiper-container-partner .swiper-pagination-partner {
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .ins-main .ins-about {
    padding: 4% 0;
    background: #f8f8f8;
  }
  .ins-main .ins-about .jianjie {
    background: #fff;
    padding-bottom: 4%;
  }
  .ins-main .ins-about .jianjie .content {
    padding: 0 5%;
  }
  .ins-main .ins-about .jianjie .content .img {
    width: 100%;
    float: left;
  }
  .ins-main .ins-about .jianjie .content .img img {
    width: 100%;
  }
  .ins-main .ins-about .jianjie .content .txt {
    width: 100%;
    float: right;
  }
  .ins-main .ins-about .jianjie .content .txt p {
    font-size: 1.4rem;
    color: #636363;
    line-height: 200%;
    text-indent: 2.5rem;
  }
}
.ins-main .ins-contact .message {
  float: left;
  width: 49%;
  padding: 2%;
  background: #fff;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .ins-main .ins-contact .message {
    width: 100%;
  }
}
.ins-main .ins-contact .message .form-box {
  border-radius: 12px;
}
.ins-main .ins-contact .message .form-box h4 {
  font-size: 2.4rem;
  color: #0f0f0f;
  font-weight: 600;
}
@media (max-width: 768px) {
  .ins-main .ins-contact .message .form-box h4 {
    font-size: 2rem;
  }
}
.ins-main .ins-contact .message .form-box p {
  font-size-adjust: 1.4rem;
  color: #545454;
  line-height: 160%;
  margin-bottom: 20px;
}
.ins-main .ins-contact .message .form-box .txt {
  height: 48px;
  border-radius: 6px;
  margin-bottom: 20px;
  background: transparent;
  width: 100%;
  border: 1px solid #e7e7e7;
  padding: 0 10px;
}
.ins-main .ins-contact .message .form-box textarea {
  height: 100px;
  border-radius: 6px;
  margin-bottom: 15px;
  background: transparent;
  width: 100%;
  border: 1px solid #e7e7e7;
  padding: 10px;
}
.ins-main .ins-contact .message .form-box .submit {
  width: 180px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  background: #ff4c50;
  font-size: 1.4rem;
  color: #fff;
}
.ins-main .ins-contact .rt-box {
  width: 49%;
  float: right;
  padding: 2%;
  background: #fff;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .ins-main .ins-contact .rt-box {
    width: 100%;
    margin-top: 20px;
  }
}
.ins-main .ins-contact .rt-box .list .box {
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .ins-contact .rt-box .list .box {
    width: 100%;
  }
}
.ins-main .ins-contact .rt-box .list h4 {
  font-size: 2.4rem;
  color: #0f0f0f;
  font-weight: 600;
}
@media (max-width: 768px) {
  .ins-main .ins-contact .rt-box .list h4 {
    font-size: 2rem;
  }
}
.ins-main .ins-contact .rt-box .list p {
  font-size: 1.4rem;
  color: #4a4a4a;
}
.ins-main .ins-contact .rt-box .map {
  border-radius: 10px;
  margin-top: 1%;
}
.ins-main .ins-contact .rt-box .map .my-map {
  margin: 0 auto;
  width: 100%;
  height: 280px;
}
.ins-main .ins-contact .rt-box .map .my-map .icon {
  background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}
.ins-main .ins-contact .rt-box .map .my-map .icon-cir {
  height: 31px;
  width: 28px;
}
.ins-main .ins-contact .rt-box .map .my-map .icon-cir-red {
  background-position: -11px -5px;
}
.ins-main .ins-contact .rt-box .map .amap-container {
  height: 100%;
}
.ins-main .ins-contact .rt-box .map .amap-copyright,
.ins-main .ins-contact .rt-box .map .amap-logo {
  display: none !important;
}
.ins-main .ins-partner .list .list-tit {
  text-align: center;
  margin: 3% 0;
}
.ins-main .ins-partner .list .list-tit h5 {
  font-size: 2.4rem;
  color: #003770;
}
.ins-main .ins-partner .list .list-tit b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 34px;
  height: 1px;
  background: #ff4c50;
}
.ins-main .ins-partner .list .content {
  background: #fff;
}
.ins-main .ins-partner .list .content li {
  width: 14.285714%;
  float: left;
  box-sizing: border-box;
  border: 1px solid #eee;
  margin: -1px 0 0 -1px;
}
@media (max-width: 768px) {
  .ins-main .ins-partner .list .content li {
    width: 50%;
  }
}
.ins-main .ins-partner .list .content li img {
  width: 100%;
}
.ins-main .ins-application {
  padding: 3% 0;
}
.ins-main .ins-application .img-box img {
  width: 100%;
}
.ins-main .ins-application .txt-box {
  padding: 2% 0;
  z-index: 9;
  position: relative;
  background: #fff;
  width: 65%;
  margin: -5% auto 5%;
  box-shadow: 0 5px 5px #f7f7f7;
  text-align: center;
}
.ins-main .ins-application .txt-box h5 {
  font-size: 2.4rem;
  color: #ff4c50;
}
.ins-main .ins-application .txt-box p {
  font-size: 1.4rem;
  color: #565656;
}
.ins-main .ins-application .form-box {
  width: 65%;
  margin: 0 auto;
}
.ins-main .ins-application .form-box ul:nth-child(1) li {
  width: 48%;
  float: left;
  margin-bottom: 3%;
}
.ins-main .ins-application .form-box ul:nth-child(1) li span {
  font-size: 1.4rem;
  color: #b2b2b2;
  margin-bottom: 12px;
  display: block;
}
.ins-main .ins-application .form-box ul:nth-child(1) li span sup {
  color: red;
}
.ins-main .ins-application .form-box ul:nth-child(1) li input {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #efefef;
  height: 48px;
}
.ins-main .ins-application .form-box ul:nth-child(1) li:nth-child(even) {
  width: 48%;
  float: right;
}
.ins-main .ins-application .form-box ul:nth-child(1) li:nth-child(even) span {
  font-size: 1.4rem;
  color: #b2b2b2;
  margin-bottom: 12px;
  display: block;
}
.ins-main .ins-application .form-box ul:nth-child(1) li:nth-child(even) input {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #efefef;
  height: 48px;
}
.ins-main .ins-application .form-box ul:nth-child(3) {
  margin-top: 3%;
}
.ins-main .ins-application .form-box ul:nth-child(3) li {
  width: 100%;
}
.ins-main .ins-application .form-box ul:nth-child(3) li span {
  font-size: 1.4rem;
  color: #b2b2b2;
  margin-bottom: 12px;
  display: block;
}
.ins-main .ins-application .form-box ul:nth-child(3) li span sup {
  color: red;
}
.ins-main .ins-application .form-box ul:nth-child(3) li textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #efefef;
  height: 130px;
}
.ins-main .ins-application .form-box ul:nth-child(4) {
  margin-top: 3%;
}
.ins-main .ins-application .form-box ul:nth-child(4) li {
  text-align: center;
}
.ins-main .ins-application .form-box ul:nth-child(4) li input {
  width: 200px;
  text-align: center;
  line-height: 50px;
  background: #ff4c50;
  cursor: pointer;
  border: none;
  font-size: 1.6rem;
  color: #fff;
}
@media (max-width: 768px) {
  .ins-main .ins-application {
    padding: 3% 0;
  }
  .ins-main .ins-application .img-box img {
    width: 100%;
  }
  .ins-main .ins-application .txt-box {
    padding: 2% 0;
    z-index: 9;
    position: relative;
    background: #fff;
    width: 100%;
    margin: 5% auto 5%;
    box-shadow: 0 5px 5px #f7f7f7;
    text-align: center;
  }
  .ins-main .ins-application .txt-box h5 {
    font-size: 2.4rem;
    color: #ff4c50;
  }
  .ins-main .ins-application .txt-box p {
    font-size: 1.4rem;
    color: #565656;
  }
  .ins-main .ins-application .form-box {
    width: 100%;
    margin: 0 auto;
  }
  .ins-main .ins-application .form-box ul:nth-child(1) li {
    width: 100%;
    float: left;
    margin-bottom: 3%;
  }
  .ins-main .ins-application .form-box ul:nth-child(1) li span {
    font-size: 1.4rem;
    color: #b2b2b2;
    margin-bottom: 12px;
    display: block;
  }
  .ins-main .ins-application .form-box ul:nth-child(1) li span sup {
    color: red;
  }
  .ins-main .ins-application .form-box ul:nth-child(1) li input {
    width: 100%;
    padding: 0 10px;
    border: 1px solid #efefef;
    height: 48px;
  }
  .ins-main .ins-application .form-box ul:nth-child(1) li:nth-child(even) {
    width: 100%;
    float: right;
  }
  .ins-main .ins-application .form-box ul:nth-child(1) li:nth-child(even) span {
    font-size: 1.4rem;
    color: #b2b2b2;
    margin-bottom: 12px;
    display: block;
  }
  .ins-main .ins-application .form-box ul:nth-child(1) li:nth-child(even) input {
    width: 100%;
    padding: 0 10px;
    border: 1px solid #efefef;
    height: 48px;
  }
  .ins-main .ins-application .form-box ul:nth-child(3) {
    margin-top: 3%;
  }
  .ins-main .ins-application .form-box ul:nth-child(3) li {
    width: 100%;
  }
  .ins-main .ins-application .form-box ul:nth-child(3) li span {
    font-size: 1.4rem;
    color: #b2b2b2;
    margin-bottom: 12px;
    display: block;
  }
  .ins-main .ins-application .form-box ul:nth-child(3) li span sup {
    color: red;
  }
  .ins-main .ins-application .form-box ul:nth-child(3) li textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #efefef;
    height: 130px;
  }
  .ins-main .ins-application .form-box ul:nth-child(4) {
    margin-top: 3%;
  }
  .ins-main .ins-application .form-box ul:nth-child(4) li {
    text-align: center;
  }
  .ins-main .ins-application .form-box ul:nth-child(4) li input {
    width: 150px;
    text-align: center;
    line-height: 50px;
    background: #ff4c50;
    cursor: pointer;
    border: none;
    font-size: 1.6rem;
    color: #fff;
  }
}
.ins-main .ins-recruit .table {
  padding-bottom: 15px;
}
.ins-main .ins-recruit .table .tit2 {
  height: 60px;
  line-height: 60px;
  background: #003770;
}
.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: #fc3c55;
}
.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: #fc3c55;
  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: #fc3c55;
  font-size: 1.6rem;
  margin: 3% 0 2%;
  color: #fff;
}
@media (max-width: 768px) {
  .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: #003770;
  }
  .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: #fc3c55;
  }
  .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: #fc3c55;
    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: #fc3c55;
    font-size: 1.6rem;
    margin: 3% 0 2%;
    color: #fff;
  }
}
.ins-main .ins-news .content li {
  width: 31.833333%;
  margin: 0 2.25% 2.25% 0;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .ins-news .content li {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.ins-main .ins-news .content li:hover .img img {
  transform: scale(1.07);
}
.ins-main .ins-news .content li:hover .date {
  background: #ff4c50;
  color: #bababa;
}
.ins-main .ins-news .content li:hover .date span {
  background: url("../images/time_05.png") no-repeat left center;
  color: #fff;
}
.ins-main .ins-news .content li .img {
  width: 100%;
  overflow: hidden;
}
.ins-main .ins-news .content li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-news .content li .txt {
  width: 100%;
  padding: 2% 4% 0;
  background: #fff;
}
.ins-main .ins-news .content li .txt h6 {
  font-size: 1.6rem;
  color: #2e2e2e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 3%;
}
.ins-main .ins-news .content li .txt p {
  font-size: 1.4rem;
  color: #848484;
  line-height: 160%;
  margin-bottom: 0;
  padding-bottom: 3%;
  border-bottom: 1px solid #eee;
  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: 57px;
}
@media (max-width: 768px) {
  .ins-main .ins-news .content li .txt p {
    height: 54px;
  }
}
.ins-main .ins-news .content li .date {
  background: #fff;
  padding: 10px 4%;
}
.ins-main .ins-news .content li .date span {
  display: block;
  line-height: 25px;
  color: #afafaf;
  font-size: 1.4rem;
  padding-left: 30px;
  background: url("../images/time_03.png") no-repeat left center;
}
.ins-main .ins-news .content li:nth-child(3n+3) {
  margin-right: 0;
}
.ins-main .news-show {
  padding: 2.5%;
  background: #fff;
}
.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;
  width: auto!important;
  height: auto!important;
}
.ins-main .news-show .content p {
  text-align: left;
  font-size: 1.5rem;
  color: #515151;
  line-height: 180%;
  margin-bottom: 2%;
}
.ins-main .news-show .link {
  margin: 5% auto 0;
}
.ins-main .news-show .link p a {
  font-size: 1.4rem;
  color: #a8a8a8;
}
.ins-main .news-show .link p a:hover {
  color: #ff4c50;
}
@media (max-width: 768px) {
  .ins-main .news-show {
    padding: 2.5%;
  }
  .ins-main .news-show .show-tit {
    border-bottom: 1px solid #eee;
  }
  .ins-main .news-show .show-tit h5 {
    font-size: 2rem;
    color: #171717;
    margin: 2% 0 1%;
    font-weight: 500;
  }
  .ins-main .news-show .show-tit p {
    font-size: 1.4rem;
    color: #b3b3b3;
    text-transform: uppercase;
  }
  .ins-main .news-show .content {
    width: 100%;
    margin: 0 auto;
  }
  .ins-main .news-show .content img {
    max-width: 100%!important;
    margin: 3% 0;
  }
  .ins-main .news-show .content p {
    text-align: left;
    font-size: 1.5rem;
    color: #515151;
    line-height: 180%;
    margin-bottom: 2%;
  }
  .ins-main .news-show .link {
    width: 100%;
    margin: 5% auto 0;
  }
  .ins-main .news-show .link p a {
    font-size: 1.4rem;
    color: #a8a8a8;
  }
  .ins-main .news-show .link p a:hover {
    color: #ff4c50;
  }
}
.ins-main .ins-faq .content li {
  box-shadow: 0 0 10px #f5f5f5;
  width: 49%;
  float: left;
  margin: 0 2% 1% 0;
  height: 75px;
}
.ins-main .ins-faq .content li h6 {
  height: 75px;
  line-height: 75px;
  padding-left: 44px;
  margin: 0;
  border: 1px solid #efefef;
  font-size: 1.6rem;
  color: #515151;
  cursor: pointer;
  background: #ffffff url("../images/faq-lit_03.png") no-repeat 22px center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-faq .content li .h6-active {
  color: #fff;
  border-color: 1px solid #115eb8;
  background: #115eb8 url("../images/faq-lit_06.png") no-repeat 22px center;
}
.ins-main .ins-faq .content li .txt {
  padding: 3%;
  border: 1px solid #efefef;
  border-top: none;
  display: none;
  position: relative;
  z-index: 3;
  background: #fff;
}
.ins-main .ins-faq .content li .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 200%;
}
.ins-main .ins-faq .content li:nth-child(2n+2) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-faq .content li {
    box-shadow: 0 0 10px #f5f5f5;
    width: 100%;
    float: left;
    margin: 0 0 2% 0;
    height: 55px;
  }
  .ins-main .ins-faq .content li h6 {
    height: 55px;
    line-height: 55px;
    padding-left: 34px;
    margin: 0;
    border: 1px solid #efefef;
    font-size: 1.6rem;
    color: #515151;
    cursor: pointer;
    background: #ffffff url("../images/faq-lit_03.png") no-repeat 12px center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-faq .content li .h6-active {
    color: #fff;
    border-color: 1px solid #115eb8;
    background: #115eb8 url("../images/faq-lit_06.png") no-repeat 12px center;
  }
  .ins-main .ins-faq .content li .txt {
    padding: 5%;
    border: 1px solid #efefef;
    border-top: none;
    display: none;
    position: relative;
    z-index: 3;
    background: #fff;
  }
  .ins-main .ins-faq .content li .txt p {
    font-size: 1.4rem;
    color: #666;
  }
  .ins-main .ins-faq .content li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-case {
  padding: 4% 0;
  background: #f8f8f8;
}
.ins-main .ins-case .content li {
  margin-bottom: 2%;
  width: 24%;
  margin-right: 1.3333333%;
  float: left;
}
.ins-main .ins-case .content li a {
  padding: 2%;
  background: #fff;
  transition: 0.3s;
  display: block;
}
.ins-main .ins-case .content li a:hover {
  background: #fc3c55;
}
.ins-main .ins-case .content li a:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-case .content li a:hover .txt h6 {
  color: #fff;
}
.ins-main .ins-case .content li a:hover .txt p {
  color: #fff;
}
.ins-main .ins-case .content li a:hover .txt span {
  color: #fc3c55;
  background: #fff;
}
.ins-main .ins-case .content li a .img {
  overflow: hidden;
}
.ins-main .ins-case .content li a .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-case .content li a .txt h6 {
  font-size: 1.6rem;
  color: #3b3b3b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-case .content li a .txt p {
  font-size: 1.4rem;
  color: #8c8c8c;
  line-height: 200%;
  margin-bottom: 5%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ins-main .ins-case .content li a .txt span {
  display: block;
  width: 100px;
  line-height: 25px;
  height: 25px;
  text-align: center;
  background: #f7f7f7;
  font-size: 1.4rem;
  color: #8c8c8c;
}
.ins-main .ins-case .content li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-case {
    padding: 4% 0;
    background: #f8f8f8;
  }
  .ins-main .ins-case .content li {
    margin-bottom: 2%;
    width: 49%;
    margin-right: 2%;
    float: left;
  }
  .ins-main .ins-case .content li a {
    padding: 2%;
    background: #fff;
    transition: 0.3s;
    display: block;
  }
  .ins-main .ins-case .content li a:hover {
    background: #fc3c55;
  }
  .ins-main .ins-case .content li a:hover .img img {
    transform: scale(1.1);
  }
  .ins-main .ins-case .content li a:hover .txt h6 {
    color: #fff;
  }
  .ins-main .ins-case .content li a:hover .txt p {
    color: #fff;
  }
  .ins-main .ins-case .content li a:hover .txt span {
    color: #fc3c55;
    background: #fff;
  }
  .ins-main .ins-case .content li a .img {
    overflow: hidden;
  }
  .ins-main .ins-case .content li a .img img {
    width: 100%;
    transition: 0.4s;
  }
  .ins-main .ins-case .content li a .txt h6 {
    font-size: 1.6rem;
    color: #3b3b3b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-case .content li a .txt p {
    font-size: 1.4rem;
    color: #8c8c8c;
    line-height: 200%;
    margin-bottom: 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .ins-main .ins-case .content li a .txt span {
    display: block;
    width: 100px;
    line-height: 25px;
    height: 25px;
    text-align: center;
    background: #f7f7f7;
    font-size: 1.4rem;
    color: #8c8c8c;
  }
  .ins-main .ins-case .content li:nth-child(4n+4) {
    margin-right: 0;
  }
  .ins-main .ins-case .content li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-solution {
  padding: 2% 3%;
  background: #fff;
}
.ins-main .ins-solution li {
  margin-bottom: 2%;
  position: relative;
}
.ins-main .ins-solution li:hover .img img {
  transform: scale(1.06);
}
.ins-main .ins-solution li .img {
  overflow: hidden;
}
.ins-main .ins-solution li .img img {
  width: 100%;
  transition: 0.6s;
}
.ins-main .ins-solution li .txt {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
  background: rgba(4, 36, 77, 0.7);
  width: 40%;
}
.ins-main .ins-solution li .txt h5 {
  font-size: 2.4rem;
  color: #fff;
  width: 80%;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
  padding: 10% 0 5%;
}
.ins-main .ins-solution li .txt p {
  font-size: 1.6rem;
  margin: 5% 0;
  color: #fff;
}
@media (max-width: 768px) {
  .ins-main .ins-solution {
    padding: 2% 3%;
    background: #fff;
  }
  .ins-main .ins-solution li {
    margin-bottom: 2%;
    position: relative;
  }
  .ins-main .ins-solution li:hover .img img {
    transform: scale(1.06);
  }
  .ins-main .ins-solution li .img {
    overflow: hidden;
  }
  .ins-main .ins-solution li .img img {
    width: 100%;
    transition: 0.6s;
  }
  .ins-main .ins-solution li .txt {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: center;
    background: rgba(4, 36, 77, 0.7);
    width: 60%;
  }
  .ins-main .ins-solution li .txt h5 {
    font-size: 2rem;
    color: #fff;
    width: 80%;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
    padding: 10% 0 5%;
  }
  .ins-main .ins-solution li .txt p {
    font-size: 1.6rem;
    margin: 5% 0;
    color: #fff;
  }
}
.ins-main .solution-show {
  padding: 2% 3%;
  background: #fff;
}
.ins-main .solution-show .top-box {
  margin-bottom: 2%;
  position: relative;
}
.ins-main .solution-show .top-box .img {
  overflow: hidden;
}
.ins-main .solution-show .top-box .img img {
  width: 100%;
  transition: 0.6s;
}
.ins-main .solution-show .top-box .txt {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
  background: rgba(4, 36, 77, 0.7);
  width: 40%;
}
.ins-main .solution-show .top-box .txt h5 {
  font-size: 2.4rem;
  color: #fff;
  width: 80%;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
  padding: 10% 0 5%;
}
.ins-main .solution-show .top-box .txt p {
  font-size: 1.6rem;
  margin: 5% 0;
  color: #fff;
}
.ins-main .solution-show .content {
  margin: 2% 0;
}
.ins-main .solution-show .related-case h5 {
  width: 152px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 0 auto 2.5%;
  background: #ff4c50;
  font-size: 1.8rem;
  color: #fff;
}
.ins-main .solution-show .related-case .swiper-container-case {
  overflow: hidden;
}
.ins-main .solution-show .related-case .swiper-slide {
  position: relative;
  overflow: hidden;
}
.ins-main .solution-show .related-case .swiper-slide:hover .masking {
  opacity: 1;
}
.ins-main .solution-show .related-case .swiper-slide img {
  width: 100%;
}
.ins-main .solution-show .related-case .swiper-slide .masking {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  opacity: 0;
}
.ins-main .solution-show .related-case .swiper-pagination-case {
  text-align: center;
  margin-top: 12px;
}
.ins-main .solution-show .related-case .swiper-pagination-bullet {
  margin: 0 4px;
}
.ins-main .solution-show .related-case .swiper-pagination-bullet-active {
  background: #ff4c50;
}
@media (max-width: 768px) {
  .ins-main .solution-show {
    padding: 2% 3%;
    background: #fff;
  }
  .ins-main .solution-show .top-box {
    margin-bottom: 2%;
    position: relative;
  }
  .ins-main .solution-show .top-box .img {
    overflow: hidden;
  }
  .ins-main .solution-show .top-box .img img {
    width: 100%;
    transition: 0.6s;
  }
  .ins-main .solution-show .top-box .txt {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: center;
    background: rgba(4, 36, 77, 0.7);
    width: 60%;
  }
  .ins-main .solution-show .top-box .txt h5 {
    font-size: 2rem;
    color: #fff;
    width: 80%;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
    padding: 10% 0 5%;
  }
  .ins-main .solution-show .top-box .txt p {
    font-size: 1.6rem;
    margin: 5% 0;
    color: #fff;
  }
  .ins-main .solution-show .content {
    margin: 2% 0;
  }
  .ins-main .solution-show .related-case h5 {
    width: 122px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto 2.5%;
    background: #ff4c50;
    font-size: 1.8rem;
    color: #fff;
  }
  .ins-main .solution-show .related-case .swiper-container-case {
    overflow: hidden;
  }
  .ins-main .solution-show .related-case .swiper-slide {
    position: relative;
    overflow: hidden;
  }
  .ins-main .solution-show .related-case .swiper-slide:hover .masking {
    opacity: 1;
  }
  .ins-main .solution-show .related-case .swiper-slide img {
    width: 100%;
  }
  .ins-main .solution-show .related-case .swiper-slide .masking {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    opacity: 0;
  }
  .ins-main .solution-show .related-case .swiper-pagination-case {
    text-align: center;
    margin-top: 12px;
  }
  .ins-main .solution-show .related-case .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .ins-main .solution-show .related-case .swiper-pagination-bullet-active {
    background: #ff4c50;
  }
}
.ins-main .ins-con {
  padding: 4% 0;
  background: #f7f7f7;
}
.ins-main .ins-product .content ul{display:flex;flex-wrap:wrap;}
.ins-main .ins-product .content a{width: 20%;display:block;}
.ins-main .ins-product .content li {
  text-align: center;
  border: 1px solid #eee;
  margin: -1px 0 0 -1px;
}
@media (max-width: 768px) {
  .ins-main .ins-product .content a {
    width: 50%;
  }
}
.ins-main .ins-product .content li:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-product .content li:hover .txt h6 {
  color: #ff4c50;
}
.ins-main .ins-product .content li:hover .txt p {
  color: #ff4c50;
}
.ins-main .ins-product .content li:hover .txt .star span {
  background: url("../images/star_06.png") no-repeat center;
}
.ins-main .ins-product .content li .img {
  overflow: hidden;
}
.ins-main .ins-product .content li .img img {
  transition: 0.4s;
  width: 100%;
}
.ins-main .ins-product .content li .txt {
  padding: 15px 0 30px;
  transition: 0.3s;
  background: #fff;
}
.ins-main .ins-product .content li .txt h6 {
  font-size: 1.5rem;
  color: #010101;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-product .content li .txt p {
  font-size: 1.4rem;
  color: #848484;
  line-height: 160%;
  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: 44px;
  margin: 0 10% 10px;
}
@media (max-width: 768px) {
  .ins-main .ins-product .content li .txt p {
    height: 40px;
  }
}
.ins-main .ins-product .content li .txt .star span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 2px;
  width: 16px;
  height: 15px;
  background: url("../images/star_03.png") no-repeat center;
}
.ins-main .product-show {
  padding: 2%;
  background: #fff;
}
.ins-main .product-show .top-show {
  background: #fff;
  margin: 0 0 2%;
}
.ins-main .product-show .top-show .left {
  width: 47%;
  float: left;
}
.ins-main .product-show .top-show .left .view .swiper-container {
  height: 100%;
  padding: 1px;
}
.ins-main .product-show .top-show .left .view .swiper-container .swiper-slide {
  width: 100%;
}
.ins-main .product-show .top-show .left .view .swiper-container .swiper-slide img {
  width: 100%;
  border: 1px solid #f0f0f0;
  background: #f3f3f3;
}
.ins-main .product-show .top-show .left .preview {
  width: 100%;
  padding: 2% 0;
  position: relative;
  background: #fafafa;
  border-top: none;
}
.ins-main .product-show .top-show .left .preview .swiper-container {
  width: 100%;
  margin: 0 auto;
}
.ins-main .product-show .top-show .left .preview .swiper-slide {
  float: left;
  width: auto;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.ins-main .product-show .top-show .left .preview .swiper-slide img {
  width: 100%;
  cursor: pointer;
  border: 1px solid #efefef;
  background: #f3f3f3;
}
.ins-main .product-show .top-show .left .preview .active-nav img {
  border: 1px solid #ff4c50;
}
.ins-main .product-show .top-show .right {
  width: 49%;
  float: right;
}
.ins-main .product-show .top-show .right .txt h5 {
  font-size: 1.6rem;
  color: #383838;
  margin: 3% 0;
}
.ins-main .product-show .top-show .right .txt h5 span {
  float: right;
  font-size: 1.4rem;
  color: #b3b3b3;
}
.ins-main .product-show .top-show .right .txt h5 span b {
  font-size: 1.8rem;
  color: #ff0000;
}
.ins-main .product-show .top-show .right .txt .txt {
  margin: 6% 0;
}
.ins-main .product-show .top-show .right .txt p {
  margin: 4px 0;
  line-height: 150%;
  font-size: 1.4rem;
  color: #787878;
}
.ins-main .product-show .top-show .right .txt .link {
  margin-top: 40px;
}
.ins-main .product-show .top-show .right .txt .link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 20px;
}
.ins-main .product-show .top-box {
  border: 1px solid #e9e9e9;
  padding: 2%;
}
.ins-main .product-show .top-box .img-box {
  width: 27.77777%;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .product-show .top-box .img-box {
    width: 100%;
  }
}
.ins-main .product-show .top-box .img-box .swiper-container-img {
  overflow: hidden;
}
.ins-main .product-show .top-box .img-box .swiper-container-img img {
  width: 100%;
  border: 1px solid #e9e9e9;
}
.ins-main .product-show .top-box .img-box .swiper-container-img .swiper-pagination-show {
  text-align: center;
  margin-top: 20px;
  z-index: 99;
}
.ins-main .product-show .top-box .img-box .swiper-container-img .swiper-pagination-bullet {
  border-radius: 10px;
  background: #dcdcdc;
  height: 9px;
  width: 9px;
  opacity: 1;
}
.ins-main .product-show .top-box .img-box .swiper-container-img .swiper-pagination-bullet-active {
  background: #ff4c4f;
  opacity: 1;
}
.ins-main .product-show .top-box .img-box .zixun {
  text-align: center;
  margin-top: 30px;
}
.ins-main .product-show .top-box .img-box .zixun a {
  display: inline-block;
  width: 210px;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  color: #fff;
  background: #ff4c4f;
}
.ins-main .product-show .top-box .table-box {
  width: 68.5%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .product-show .top-box .table-box {
    width: 100%;
  }
}
.ins-main .product-show .top-box .table-box table {
  width: 100%;
}
.ins-main .product-show .top-box .table-box table tr:nth-child(2n+2) {
  background: #f7f7f7;
}
.ins-main .product-show .top-box .table-box table td {
  border: 1px solid #eee;
  height: 43px;
  line-height: 43px;
  padding-left: 5%;
}
.ins-main .product-show .top-box .table-box table td:nth-child(1) {
  width: 30%;
}
.ins-main .product-show .top-box .table-box table td:nth-child(2) {
  width: 70%;
}
.ins-main .product-show .top-box .table-box .bot-txt {
  margin-top: 3%;
}
.ins-main .product-show .top-box .table-box .bot-txt p {
  font-size: 1.4rem;
  color: #ff4c4f;
  line-height: 180%;
}
.ins-main .product-show .content-box {
  margin: 4% 0;
  padding: 3% 0;
  border-top: 1px solid #eee;
}
.ins-main .product-show .content-box .box-tit {
  margin-bottom: 3%;
  border-bottom: 1px solid #eee;
}
.ins-main .product-show .content-box .box-tit h5 {
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #ff4c50;
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.ins-main .product-show .content-box table {
  border-collapse: collapse;
  width: 100%;
  margin: 2% 0 4%;
  border-color: #333;
}
.ins-main .product-show .content-box table p {
  margin: 0;
}
.ins-main .product-show .content-box table td {
  height: 40px;
  line-height: 40px;
  padding-left: 25px;
}
.ins-main .product-show .recomend {
  background: #fff;
}
.ins-main .product-show .recomend .recomend-tit {
  border-bottom: 1px solid #eee;
}
.ins-main .product-show .recomend .recomend-tit h5 {
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #ff4c50;
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.ins-main .product-show .recomend .swiper-container-recomend {
  overflow: hidden;
  position: relative;
  padding: 3% 0 0;
}
.ins-main .product-show .recomend .swiper-slide:hover .txt {
  background-color: #ff4c50;
}
.ins-main .product-show .recomend .swiper-slide:hover .txt h6 {
  color: #fff;
}
.ins-main .product-show .recomend .swiper-slide:hover .txt p {
  color: #fff;
}
.ins-main .product-show .recomend .swiper-slide:hover .txt .star span {
  background: url("../images/star_06.png") no-repeat center;
}
.ins-main .product-show .recomend .swiper-slide .img {
  border: 1px solid #f5f5f5;
  position: relative;
}
.ins-main .product-show .recomend .swiper-slide .img img {
  width: 100%;
}
.ins-main .product-show .recomend .swiper-slide .img .masking {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.ins-main .product-show .recomend .swiper-slide .txt {
  text-align: center;
  padding: 15px 0;
  transition: 0.3s;
  background: #fff;
}
.ins-main .product-show .recomend .swiper-slide .txt h6 {
  font-size: 1.8rem;
  color: #010101;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .product-show .recomend .swiper-slide .txt p {
  font-size: 1.4rem;
  color: #848484;
  line-height: 160%;
  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: 44px;
  margin: 0 10% 10px;
  display: none;
}
@media (max-width: 768px) {
  .ins-main .product-show .recomend .swiper-slide .txt p {
    height: 40px;
  }
}
.ins-main .product-show .recomend .swiper-slide .txt .star {
  display: none;
}
.ins-main .product-show .recomend .swiper-slide .txt .star span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 2px;
  width: 16px;
  height: 15px;
  background: url("../images/star_03.png") no-repeat center;
}
@media (max-width: 768px) {
  .ins-main .product-show {
    padding: 2%;
    background: #fff;
  }
  .ins-main .product-show .top-show {
    background: #fff;
    margin: 0 0 2%;
  }
  .ins-main .product-show .top-show .left {
    width: 100%;
    float: left;
  }
  .ins-main .product-show .top-show .left .view .swiper-container {
    height: 100%;
    padding: 1px;
  }
  .ins-main .product-show .top-show .left .view .swiper-container .swiper-slide {
    width: 100%;
  }
  .ins-main .product-show .top-show .left .view .swiper-container .swiper-slide img {
    width: 100%;
    border: 1px solid #f0f0f0;
    background: #f3f3f3;
  }
  .ins-main .product-show .top-show .left .preview {
    width: 100%;
    padding: 2% 0;
    position: relative;
    background: #fafafa;
    border-top: none;
  }
  .ins-main .product-show .top-show .left .preview .swiper-container {
    width: 100%;
    margin: 0 auto;
  }
  .ins-main .product-show .top-show .left .preview .swiper-slide {
    float: left;
    width: auto;
    box-sizing: border-box;
    border: 1px solid transparent;
  }
  .ins-main .product-show .top-show .left .preview .swiper-slide img {
    width: 100%;
    cursor: pointer;
    border: 1px solid #efefef;
    background: #f3f3f3;
  }
  .ins-main .product-show .top-show .left .preview .active-nav img {
    border: 1px solid #ff4c50;
  }
  .ins-main .product-show .top-show .right {
    width: 100%;
    float: right;
  }
  .ins-main .product-show .top-show .right .txt h5 {
    font-size: 1.6rem;
    color: #383838;
    margin: 3% 0;
  }
  .ins-main .product-show .top-show .right .txt h5 span {
    float: right;
    font-size: 1.4rem;
    color: #b3b3b3;
  }
  .ins-main .product-show .top-show .right .txt h5 span b {
    font-size: 1.8rem;
    color: #ff0000;
  }
  .ins-main .product-show .top-show .right .txt .txt {
    margin: 6% 0;
  }
  .ins-main .product-show .top-show .right .txt p {
    margin: 4px 0;
    line-height: 150%;
    font-size: 1.4rem;
    color: #787878;
  }
  .ins-main .product-show .top-show .right .txt .link {
    margin-top: 40px;
  }
  .ins-main .product-show .top-show .right .txt .link a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 20px;
  }
  .ins-main .product-show .content-box {
    margin: 4% 0;
    padding: 3% 0;
    border-top: 1px solid #eee;
  }
  .ins-main .product-show .content-box .box-tit {
    margin-bottom: 3%;
    border-bottom: 1px solid #eee;
  }
  .ins-main .product-show .content-box .box-tit h5 {
    width: 120px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #ff4c50;
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .ins-main .product-show .recomend {
    background: #fff;
  }
  .ins-main .product-show .recomend .recomend-tit {
    border-bottom: 1px solid #eee;
  }
  .ins-main .product-show .recomend .recomend-tit h5 {
    width: 120px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #ff4c50;
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .ins-main .product-show .recomend .swiper-container-recomend {
    overflow: hidden;
    position: relative;
    padding: 3% 0 0;
  }
  .ins-main .product-show .recomend .swiper-slide:hover .txt {
    background-color: #ff4c50;
  }
  .ins-main .product-show .recomend .swiper-slide:hover .txt h6 {
    color: #fff;
  }
  .ins-main .product-show .recomend .swiper-slide:hover .txt p {
    color: #fff;
  }
  .ins-main .product-show .recomend .swiper-slide:hover .txt .star span {
    background: url("../images/star_06.png") no-repeat center;
  }
  .ins-main .product-show .recomend .swiper-slide .img {
    border: 1px solid #f5f5f5;
    position: relative;
  }
  .ins-main .product-show .recomend .swiper-slide .img img {
    width: 100%;
  }
  .ins-main .product-show .recomend .swiper-slide .img .masking {
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  .ins-main .product-show .recomend .swiper-slide .txt {
    text-align: center;
    padding: 15px 0 30px;
    transition: 0.3s;
    background: #fff;
  }
  .ins-main .product-show .recomend .swiper-slide .txt h6 {
    font-size: 1.8rem;
    color: #010101;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .product-show .recomend .swiper-slide .txt p {
    font-size: 1.4rem;
    color: #848484;
    line-height: 160%;
    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: 44px;
    margin: 0 10% 10px;
  }
  .ins-main .product-show .recomend .swiper-slide .txt .star span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 2px;
    width: 16px;
    height: 15px;
    background: url("../images/star_03.png") no-repeat center;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .ins-main .product-show .recomend .swiper-slide .txt p {
    height: 40px;
  }
}
.page-num {
  clear: both;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  padding: 3% 0 3%;
}
.page-num li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0!important;
  border: none!important;
}
.page-num span {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin: 0 2px;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #c7c7c7;
  color: #333;
  padding: 0 12px;
}
.page-num .current {
  background-color: #ff4c50;
  border: 1px solid #ff4c50;
  padding: 0 12px;
  color: #fff;
}
.page-num a {
  display: inline-block;
  padding: 0 12px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin: 0 2px;
  color: #333;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #c7c7c7;
}
.page-num a:hover {
  color: #fff;
  border-color: #ff4c50;
  background-color: #ff4c50;
}
@media (max-width: 768px) {
  .page-num {
    clear: both;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    padding: 4% 0 4%;
  }
  .page-num li {
    margin-bottom: 5px;
  }
  .page-num span {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin: 0 2px;
    font-size: 14px;
    margin-bottom: 1%;
  }
  .page-num a {
    display: inline-block;
    padding: 0 12px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin: 0 2px;
    color: #333;
    font-size: 14px;
    margin-bottom: 1%;
  }
  .page-num a:hover {
    color: #fff;
    border-color: #ff4c50;
    background-color: #ff4c50;
  }
}
.ins-service .img img {
  width: 100%;
  margin-bottom: 3%;
}
.nav-shadow {
  box-shadow: 0 0 15px #cdcbcb;
}
.ins-policy {
  padding: 3% 0 2%;
}
.ins-policy li {
  width: 32.333333%;
  float: left;
  margin: 0 1.5% 1.5% 0;
}
@media (max-width: 768px) {
  .ins-policy li {
    width: 100%;
    margin: 0 0% 2% 0;
  }
}
.ins-policy li img {
  width: 100%;
}
.ins-policy li h6 {
  line-height: 40px;
  font-size: 1.8rem;
  color: #ff4c50;
  margin-top: 10px;
}
.ins-policy li h6 span {
  display: inline-block;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #ff4c50;
  font-size: 1.8rem;
  color: #fff;
  margin-right: 10px;
}
.ins-policy li p {
  font-size: 1.4rem;
  color: #606060;
  line-height: 160%;
  height: 44px;
}
.ins-policy li:nth-child(3n+3) {
  margin-right: 0;
}
.ins-jxs {
  padding: 3% 0 2%;
}
.ins-jxs li {
  width: 49%;
  float: left;
  margin: 0 2% 2% 0;
}
.ins-jxs li img {
  width: 100%;
  cursor: pointer;
}
.ins-jxs li:nth-child(2n+2) {
  margin-right: 0;
}
.ins-jiameng .jiameng-top {
  padding: 3% 0;
}
.ins-jiameng .jiameng-top .img {
  width: 52.4%;
  float: left;
}
.ins-jiameng .jiameng-top .img img {
  width: 100%;
}
.ins-jiameng .jiameng-top .txt-box {
  width: 40%;
  float: right;
}
.ins-jiameng .jiameng-top .txt-box .list {
  padding: 4% 0 1%;
  border-bottom: 1px solid #e5e5e5;
}
.ins-jiameng .jiameng-top .txt-box .list h6 {
  font-size: 1.8rem;
  color: #ff4c50;
  font-weight: 600;
  margin-bottom: 5%;
}
.ins-jiameng .jiameng-top .txt-box .txt span {
  display: block;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  border-radius: 90px;
  background: #6494b5;
  color: #fff;
  font-size: 2.4rem;
  margin: 5% 0;
}
.ins-jiameng .jiameng-top .txt-box .txt p {
  font-size: 1.8rem;
  color: #ff4c50;
}
.ins-jiameng .question {
  padding: 3% 0 2%;
  background: #f7f7f7;
}
.ins-jiameng .question li {
  width: 49%;
  float: left;
  margin: 0 2% 2% 0;
  background: #fff;
}
.ins-jiameng .question li .img {
  width: 50%;
  float: left;
}
.ins-jiameng .question li .img img {
  width: 100%;
}
.ins-jiameng .question li .txt {
  width: 50%;
  float: right;
  padding: 10% 5%;
}
.ins-jiameng .question li .txt p {
  font-size: 1.4rem;
  color: #ff4c50;
  line-height: 160%;
  margin-bottom: 15%;
}
.ins-jiameng .question li .txt a {
  display: block;
  width: 160px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #f24040;
  color: #fff;
  font-size: 1.4rem;
}
.ins-jiameng .question li:nth-child(2n+2) {
  margin-right: 0;
}
.ins-jiameng .app img {
  width: 100%;
}
.ins-jiameng .ro .img {
  width: 50%;
  float: left;
}
.ins-jiameng .ro .img img {
  width: 100%;
}
.ins-jiameng .ro .txt {
  width: 50%;
  float: left;
  padding: 10% 0;
}
.ins-jiameng .ro .txt h5 {
  font-size: 3rem;
  color: #ff4c50;
}
.ins-jiameng .ro .txt p {
  font-size: 1.6rem;
  color: #4a4a4a;
  line-height: 220%;
  margin-top: 6%;
}
.ins-jiameng .peixun {
  padding: 3% 0 4%;
  background: #f7f7f7;
}
.ins-jiameng .peixun .container {
  position: relative;
}
.ins-jiameng .peixun .peixun-tit {
  text-align: center;
  margin-bottom: 4%;
}
.ins-jiameng .peixun .peixun-tit h5 {
  font-size: 2.4rem;
  color: #ff4c50;
}
.ins-jiameng .peixun .peixun-tit b {
  display: inline-block;
  background: #ff4c50;
  width: 40px;
  height: 1px;
}
.ins-jiameng .peixun .swiper-container-px {
  overflow: hidden;
}
.ins-jiameng .peixun .swiper-container-px .swiper-slide {
  padding: 1%;
  background: #fff;
}
.ins-jiameng .peixun .swiper-container-px .swiper-slide .list {
  position: relative;
  cursor: pointer;
}
.ins-jiameng .peixun .swiper-container-px .swiper-slide .list:hover .masking {
  opacity: 1;
}
.ins-jiameng .peixun .swiper-container-px .swiper-slide .list .img-box img {
  width: 100%;
}
.ins-jiameng .peixun .swiper-container-px .swiper-slide .list .masking {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  opacity: 0;
}
.ins-jiameng .peixun .swiper-container-px .swiper-slide .list .masking img {
  width: 100%;
}
.ins-jiameng .peixun .swiper-button-next4 {
  position: absolute;
  top: 65%;
  right: -15px;
  cursor: pointer;
}
.ins-jiameng .peixun .swiper-button-prev4 {
  position: absolute;
  top: 65%;
  left: -15px;
  cursor: pointer;
}
.ins-jiameng .hot {
  height: 580px;
  background: url("../images/hot_02.jpg") no-repeat center;
}
.ins-jiameng .form-box {
  padding: 3% 0;
}
.ins-jiameng .form-box .box-tit {
  text-align: center;
  margin-bottom: 4%;
}
.ins-jiameng .form-box .box-tit h5 {
  font-size: 2.4rem;
  color: #ff4c50;
}
.ins-jiameng .form-box .box-tit b {
  display: inline-block;
  background: #f24040;
  width: 40px;
  height: 1px;
}
.ins-jiameng .form-box form ul:nth-child(1) li {
  width: 32.333333%;
  margin-right: 1.5%;
  float: left;
}
.ins-jiameng .form-box form ul:nth-child(1) li input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #e9e9e9;
  padding: 0 10px;
  font-size: 1.6rem;
  color: #878787;
}
.ins-jiameng .form-box form ul:nth-child(1) li select {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #e9e9e9;
  padding: 0 10px;
  font-size: 1.6rem;
  color: #878787;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */

  -webkit-appearance: none;
  /* Safari å’Œ Chrome */

  background: url("../images/city_05.jpg") no-repeat 95% center;
}
.ins-jiameng .form-box form ul:nth-child(1) li:nth-child(3) {
  margin-right: 0;
}
.ins-jiameng .form-box form ul:nth-child(3) {
  text-align: center;
  margin-top: 3%;
}
.ins-jiameng .form-box form ul:nth-child(3) input {
  width: 250px;
  text-align: center;
  height: 64px;
  line-height: 64px;
  background: #f24040;
  border: none;
  cursor: pointer;
  font-size: 1.6rem;
  color: #fff;
}
@media (max-width: 768px) {
  .ins-jiameng .jiameng-top {
    padding: 3% 0;
  }
  .ins-jiameng .jiameng-top .img {
    width: 100%;
    float: left;
  }
  .ins-jiameng .jiameng-top .img img {
    width: 100%;
  }
  .ins-jiameng .jiameng-top .txt-box {
    width: 100%;
    float: right;
  }
  .ins-jiameng .jiameng-top .txt-box .list {
    padding: 4% 0 1%;
    border-bottom: 1px solid #e5e5e5;
  }
  .ins-jiameng .jiameng-top .txt-box .list h6 {
    font-size: 1.8rem;
    color: #ff4c50;
    font-weight: 600;
    margin-bottom: 5%;
  }
  .ins-jiameng .jiameng-top .txt-box .txt span {
    display: block;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    border-radius: 90px;
    background: #6494b5;
    color: #fff;
    font-size: 2.4rem;
    margin: 5% 0;
  }
  .ins-jiameng .jiameng-top .txt-box .txt p {
    font-size: 1.8rem;
    color: #ff4c50;
  }
  .ins-jiameng .question {
    padding: 3% 0 2%;
    background: #f7f7f7;
  }
  .ins-jiameng .question li {
    width: 100%;
    float: left;
    margin: 0 0 2% 0;
    background: #fff;
  }
  .ins-jiameng .question li .img {
    width: 100%;
    float: left;
  }
  .ins-jiameng .question li .img img {
    width: 100%;
  }
  .ins-jiameng .question li .txt {
    width: 100%;
    float: right;
    padding: 10% 5%;
  }
  .ins-jiameng .question li .txt p {
    font-size: 1.6rem;
    color: #ff4c50;
    line-height: 160%;
    margin-bottom: 15%;
  }
  .ins-jiameng .question li .txt a {
    display: block;
    width: 160px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #f24040;
    color: #fff;
    font-size: 1.4rem;
  }
  .ins-jiameng .question li:nth-child(2n+2) {
    margin-right: 0;
  }
  .ins-jiameng .app img {
    width: 100%;
  }
  .ins-jiameng .ro .img {
    width: 100%;
    float: left;
  }
  .ins-jiameng .ro .img img {
    width: 100%;
  }
  .ins-jiameng .ro .txt {
    width: 100%;
    float: left;
    padding: 10% 0;
  }
  .ins-jiameng .ro .txt h5 {
    font-size: 3rem;
    color: #ff4c50;
  }
  .ins-jiameng .ro .txt p {
    font-size: 1.6rem;
    color: #4a4a4a;
    line-height: 220%;
    margin-top: 6%;
  }
  .ins-jiameng .peixun {
    padding: 3% 0 4%;
    background: #f7f7f7;
  }
  .ins-jiameng .peixun .container {
    position: relative;
  }
  .ins-jiameng .peixun .peixun-tit {
    text-align: center;
    margin-bottom: 4%;
  }
  .ins-jiameng .peixun .peixun-tit h5 {
    font-size: 2.4rem;
    color: #ff4c50;
  }
  .ins-jiameng .peixun .peixun-tit b {
    display: inline-block;
    background: #ff4c50;
    width: 40px;
    height: 1px;
  }
  .ins-jiameng .peixun .swiper-container-px {
    overflow: hidden;
  }
  .ins-jiameng .peixun .swiper-container-px .swiper-slide {
    padding: 1%;
    background: #fff;
  }
  .ins-jiameng .peixun .swiper-container-px .swiper-slide .list {
    position: relative;
    cursor: pointer;
  }
  .ins-jiameng .peixun .swiper-container-px .swiper-slide .list:hover .masking {
    opacity: 1;
  }
  .ins-jiameng .peixun .swiper-container-px .swiper-slide .list .img-box img {
    width: 100%;
  }
  .ins-jiameng .peixun .swiper-container-px .swiper-slide .list .masking {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    opacity: 0;
  }
  .ins-jiameng .peixun .swiper-container-px .swiper-slide .list .masking img {
    width: 100%;
  }
  .ins-jiameng .peixun .swiper-button-next4 {
    position: absolute;
    top: 65%;
    right: -15px;
    cursor: pointer;
  }
  .ins-jiameng .peixun .swiper-button-prev4 {
    position: absolute;
    top: 65%;
    left: -15px;
    cursor: pointer;
  }
  .ins-jiameng .hot {
    height: 580px;
    background: url("../images/hot_02.jpg") no-repeat center;
  }
  .ins-jiameng .form-box {
    padding: 3% 0;
  }
  .ins-jiameng .form-box .box-tit {
    text-align: center;
    margin-bottom: 4%;
  }
  .ins-jiameng .form-box .box-tit h5 {
    font-size: 2.4rem;
    color: #ff4c50;
  }
  .ins-jiameng .form-box .box-tit b {
    display: inline-block;
    background: #f24040;
    width: 40px;
    height: 1px;
  }
  .ins-jiameng .form-box form ul:nth-child(1) li {
    width: 100%;
    margin-right: 0%;
    float: left;
    margin-bottom: 15px;
  }
  .ins-jiameng .form-box form ul:nth-child(1) li input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #e9e9e9;
    padding: 0 10px;
    font-size: 1.6rem;
    color: #878787;
  }
  .ins-jiameng .form-box form ul:nth-child(1) li select {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #e9e9e9;
    padding: 0 10px;
    font-size: 1.6rem;
    color: #878787;
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
  
    -webkit-appearance: none;
    /* Safari å’Œ Chrome */
  
    background: url("../images/city_05.jpg") no-repeat 95% center;
  }
  .ins-jiameng .form-box form ul:nth-child(1) li:nth-child(3) {
    margin-right: 0;
  }
  .ins-jiameng .form-box form ul:nth-child(3) {
    text-align: center;
    margin-top: 3%;
  }
  .ins-jiameng .form-box form ul:nth-child(3) input {
    width: 150px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: #f24040;
    border: none;
    cursor: pointer;
    font-size: 1.6rem;
    color: #fff;
  }
}
.fenlei {
  text-align: center;
  margin-bottom: 4%;
}
.fenlei li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 1.5rem;
}
@media (max-width: 768px) {
  .fenlei li {
    margin: 0.5rem;
  }
}
.fenlei li a {
  display: block;
  font-size: 1.6rem;
  color: #333;
  border: 1px solid #eee;
  background: #fff;
  padding: 1rem 3rem;
}
@media (max-width: 768px) {
  .fenlei li a {
    padding: 0.5rem 2rem;
  }
}
.fenlei li a:hover {
  color: #fff;
  background: #ff4c4f;
}
.fenlei .active a {
  color: #fff;
  background: #ff4c4f;
}
.ins-history {
  padding: 3% 0;
}
.ins-history .list-box {
  background: url("../images/years-bg_03.jpg") repeat-y center;
  position: relative;
  padding-bottom: 4%;
}
.ins-history .list-box .bot {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -18px;
}
.ins-history .list-box .bot img {
  border-radius: 36px;
}
.ins-history .list-box .list .img {
  float: left;
  width: 30%;
  margin-left: 10%;
}
.ins-history .list-box .list .img img {
  max-width: 100%;
}
.ins-history .list-box .list .txt {
  float: right;
  width: 38%;
  margin-top: 5%;
}
@media (max-width: 1460px) {
  .ins-history .list-box .list .txt {
    width: 35%;
  }
}
.ins-history .list-box .list .txt h4 {
  font-size: 6rem;
  color: #a7afb2;
  position: relative;
}
.ins-history .list-box .list .txt h4:after {
  content: '';
  position: absolute;
  width: 174px;
  height: 25px;
  background: url("../images/years-line_03.png") no-repeat center;
  top: 20px;
  left: -183px;
}
@media (max-width: 1460px) {
  .ins-history .list-box .list .txt h4:after {
    left: -187px;
  }
}
@media (max-width: 1200px) {
  .ins-history .list-box .list .txt h4:after {
    display: none;
  }
}
.ins-history .list-box .list .txt b {
  display: block;
  width: 30px;
  height: 3px;
  background: #eb3f57;
  margin: 4% 0;
}
.ins-history .list-box .list .txt p {
  font-size: 1.4rem;
  color: #666666;
  line-height: 200%;
}
.ins-history .list-box .list:nth-child(even) .img {
  float: right;
  margin-right: 10%;
}
.ins-history .list-box .list:nth-child(even) .txt {
  float: left;
  margin-left: 10%;
  padding-left: 6%;
}
.ins-history .list-box .list:nth-child(even) .txt h4:after {
  content: '';
  position: absolute;
  width: 278px;
  height: 28px;
  background: url("../images/years-line_07.png") no-repeat center;
  top: 20px;
  right: -45px;
  left: auto;
}
@media (max-width: 1460px) {
  .ins-history .list-box .list:nth-child(even) .txt h4:after {
    right: -75px;
  }
}
@media (max-width: 1200px) {
  .ins-history .list-box .list:nth-child(even) .txt h4:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .ins-history {
    padding: 3% 0;
  }
  .ins-history .list-box {
    background: none;
    position: relative;
    padding-bottom: 4%;
  }
  .ins-history .list-box .bot {
    display: none;
  }
  .ins-history .list-box .list .img {
    float: left;
    width: 100%;
    margin-left: 0%;
    text-align: center;
  }
  .ins-history .list-box .list .img img {
    max-width: 100%;
    width: 50%;
  }
  .ins-history .list-box .list .txt {
    float: right;
    width: 100%;
    margin-top: 5%;
    text-align: center;
  }
  .ins-history .list-box .list .txt h4 {
    font-size: 4rem;
    color: #a7afb2;
    position: relative;
  }
  .ins-history .list-box .list .txt b {
    display: block;
    width: 30px;
    height: 3px;
    background: #eb3f57;
    margin: 4% auto;
  }
  .ins-history .list-box .list .txt p {
    font-size: 1.4rem;
    color: #666666;
    line-height: 200%;
  }
  .ins-history .list-box .list:nth-child(even) .img {
    float: left;
    margin-right: 0%;
  }
  .ins-history .list-box .list:nth-child(even) .txt {
    float: right;
    margin-left: 0%;
    padding-left: 0%;
  }
}


.ins-main .ins-nav .list .active {
  background: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.2, #0054aa), color-stop(0.8, #003770));
  background: -webkit-linear-gradient(left, #0054aa 20%, #003770 80%);
  background: -moz-linear-gradient(left, #0054aa 20%, #003770 80%);
  background: -o-linear-gradient(left, #0054aa 20%, #003770 80%);
  background: linear-gradient(left, #0054aa 20%, #003770 80%);
}
.ins-main .ins-nav .list li:hover{
	background: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.2, #0054aa), color-stop(0.8, #003770));
	background: -webkit-linear-gradient(left, #0054aa 20%, #003770 80%);
	background: -moz-linear-gradient(left, #0054aa 20%, #003770 80%);
	background: -o-linear-gradient(left, #0054aa 20%, #003770 80%);
	background: linear-gradient(left, #0054aa 20%, #003770 80%);
}
.ins-main .ins-nav .list .active:hover {
  background: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.2, #003770), color-stop(0.8, #0054aa));
  background: -webkit-linear-gradient(left, #003770 20%, #0054aa 80%);
  background: -moz-linear-gradient(left, #003770 20%, #0054aa 80%);
  background: -o-linear-gradient(left, #003770 20%, #0054aa 80%);
  background: linear-gradient(left, #003770 20%, #0054aa 80%);
}

.fenlei .active a {
  background: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.2, #ff4c50), color-stop(0.8, #c51a1e));
  background: -webkit-linear-gradient(left, #ff4c50 20%, #c51a1e 80%);
  background: -moz-linear-gradient(left, #ff4c50 20%, #c51a1e 80%);
  background: -o-linear-gradient(left, #ff4c50 20%, #c51a1e 80%);
  background: linear-gradient(left, #ff4c50 20%, #c51a1e 80%);
}
.fenlei .active a:hover {
  background: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.2, #c51a1e), color-stop(0.8, #ff4c50));
  background: -webkit-linear-gradient(left, #c51a1e 20%, #ff4c50 80%);
  background: -moz-linear-gradient(left, #c51a1e 20%, #ff4c50 80%);
  background: -o-linear-gradient(left, #c51a1e 20%, #ff4c50 80%);
  background: linear-gradient(left, #c51a1e 20%, #ff4c50 80%);
}
.fenlei li a:hover{
	background: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.2, #c51a1e), color-stop(0.8, #ff4c50));
	background: -webkit-linear-gradient(left, #c51a1e 20%, #ff4c50 80%);
	background: -moz-linear-gradient(left, #c51a1e 20%, #ff4c50 80%);
	background: -o-linear-gradient(left, #c51a1e 20%, #ff4c50 80%);
	background: linear-gradient(left, #c51a1e 20%, #ff4c50 80%);
}	

