body {
  font-family: Microsoft YaHei, sans-serif;
  overflow-x: hidden;
}
html {
  font-size: 10px;
  /*10 ÷ 16 × 100% = 62.5%*/
}
@media (max-width: 1500px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 7px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 8px;
  }
}
body > iframe {
  display: none;
}
a {
  text-decoration: none!important;
}
.navbar-brand {
  float: none;
  line-height: 0;
}
.mobile-con {
  display: none;
}
.header {
  height: 100px;
  position: relative;
  margin: 0 auto;
}
.header .nav-con {
  width: 94.7916666%;
  position: relative;
  margin: 0 auto;
}
.header .nav-con .logo {
  float: left;
  margin-top: 25px;
}
.header .nav-con .logo img {
  max-width: 100%;
  float: left;
}
@media (max-width: 1500px) {
  .header .nav-con .logo img {
    width: 140px;
  }
}
.header .nav-con .logo .txt {
  padding-left: 13px;
  float: left;
  margin-left: 13px;
  border-left: 1px solid #eee;
}
.header .nav-con .logo .txt h6 {
  font-size: 1.8rem;
  color: #231815;
  margin-top: 0;
}
.header .nav-con .logo .txt p {
  font-size: 1.8rem;
  color: #e60012;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 1124px) {
  .header .nav-con .logo .txt {
    display: none;
  }
}
.header .nav-con .container {
  position: relative;
}
.header .nav-con .logo {
  float: left;
}
.header .nav-con .logo img {
  margin-top: 0px;
}
.header .nav-con #nav {
  width: 65%;
  float: right;
  margin: 0;
}
.header .nav-con #nav .sub-nav {
  float: left;
  text-align: center;
  position: relative;
  line-height: 100px;
  transition: 0.3s;
  margin: 0 1px;
  margin: 0 3%;
  text-transform: capitalize;
}
.header .nav-con #nav .sub-nav:hover a {
  color: #be0000;
}
.header .nav-con #nav .sub-nav a {
  color: #121212;
  font-size: 1.8rem;
  display: block;
  height: 100%;
  height: 90px;
}
.header .nav-con #nav .sub-nav .drop-down {
  z-index: 999;
  position: absolute;
  top: 78px;
  left: -80%;
  display: none;
}
.header .nav-con #nav .sub-nav .drop-down {
  width: 260%;
  text-align: center;
  background: #fff;
}
.header .nav-con #nav .sub-nav .drop-down li {
  border-bottom: 1px solid #f6f6f6;
}
.header .nav-con #nav .sub-nav .drop-down li a {
  font-size: 1.3rem;
  display: block;
  color: #333!important;
  background: none!important;
  height: 35px;
  line-height: 35px;
  margin: 0;
  transition: 0.4s;
}
.header .nav-con #nav .sub-nav .drop-down li a:hover {
  background: rgba(190, 0, 0, 0.7) !important;
  color: #fff!important;
}
.header .nav-con #nav .sub-nav .drop-down2 {
  z-index: 999;
  position: absolute;
  top: 78px;
  left: -570px;
  display: block;
  border-radius: 4px;
}
.header .nav-con #nav .sub-nav .drop-down2 {
  width: 1200px;
  background: #fff;
  padding-bottom: 30px;
}
.header .nav-con #nav .sub-nav .drop-down2 .list {
  padding: 10px 30px;
  border-bottom: 1px solid #cddae0;
  text-align: left;
}
.header .nav-con #nav .sub-nav .drop-down2 .list h5 {
  float: left;
  font-size: 1.8rem;
  color: #231815;
  width: 12%;
}
.header .nav-con #nav .sub-nav .drop-down2 .list .box {
  float: right;
  width: 88%;
  line-height: 30px;
}
.header .nav-con #nav .sub-nav .drop-down2 .list .box h6 {
  font-size: 1.6rem;
  color: #231815;
}
.header .nav-con #nav .sub-nav .drop-down2 .list .box a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 10px;
  font-size: 1.4rem;
  color: #666!important;
  line-height: 30px;
  height: 30px;
}
.header .nav-con #nav .sub-nav .drop-down2 .list .box a:hover {
  color: #be0000!important;
}
.header .nav-con #nav .sub-nav .drop-down2 ul {
  margin-left: 20px;
}
.header .nav-con #nav .sub-nav .drop-down2 li {
  line-height: 28px;
}
.header .nav-con #nav .sub-nav .drop-down2 li a {
  font-size: 1.4rem;
  display: block;
  padding: 0;
  color: #545454!important;
}
.header .nav-con #nav .sub-nav .drop-down2 li a:hover {
  color: #0187e8!important;
}
@media (max-width: 1500px) {
  .header .nav-con #nav .sub-nav {
    margin: 0 2.5%;
  }
}
.header .nav-con #nav .sub-nav:last-child {
  padding-right: 0;
}
.header .nav-con #nav .active a {
  color: #be0000;
}
.header .search-con .toggle-btn {
  position: absolute;
  top: 35px;
  right: 5%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("../img/search-btn_03.jpg") no-repeat center;
}
.header .search-con .search {
  display: none;
  background: #f4f4f4;
  padding: 4px ;
  position: absolute;
  right: 5%;
  top: 99px;
  width: 240px;
  height: 51px;
  border-top: 4px solid #be0000;
  z-index: 10;
}
.header .search-con .search select {
  padding-left: 5px;
  float: left;
  height: 38px;
  border: none;
  background: #ffffff url("../img/down_03.jpg") no-repeat 96% center;
  line-height: 38px;
  font-size: 1.4rem;
  color: #999;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: #fff;
  outline: 0;
  width: 50px;
}
.header .search-con .search .txt {
  float: left;
  width: 190px;
  height: 38px;
  border: none;
  padding: 0 8px;
  color: #666;
}
.header .search-con .search .submit {
  width: 57px;
  height: 37px;
  border: none;
  background-color: #be0000;
  position: absolute;
  top: 5px;
  right: 8px;
  text-align: center;
  line-height: 35px;
  border-radius: 2px;
  color: #fff;
}
.header .language {
  float: right;
  line-height: 100%;
  position: absolute;
  top: 43px;
  right: 0;
}
.header .language a {
  font-size: 1.6rem;
  color: #727272;
  padding: 0.7rem;
  border: 1px solid #eee;
  transition: 0.3s;
}
.header .language a:hover {
  color: #fff;
  background: #be0000;
}
@media (max-width: 1220px) {
  .header {
    height: 80px;
  }
  .header .nav-con {
    width: 94.7916666%;
    position: relative;
    margin: 0 auto;
  }
  .header .nav-con .logo {
    float: left;
    margin-top: 25px;
  }
  .header .nav-con .logo img {
    max-width: 100%;
    float: left;
  }
  .header .nav-con .logo .txt {
    padding-left: 7px;
    float: left;
    margin-left: 7px;
    border-left: 1px solid #eee;
  }
  .header .nav-con .logo .txt h6 {
    font-size: 1.8rem;
    color: #231815;
    margin-top: 0;
  }
  .header .nav-con .logo .txt p {
    font-size: 1.8rem;
    color: #e60012;
    font-weight: 600;
    margin: 0;
  }
  .header .nav-con #nav {
    width: 65%;
    float: right;
    margin: 0;
  }
  .header .nav-con #nav .sub-nav {
    float: left;
    text-align: center;
    position: relative;
    line-height: 80px;
    transition: 0.3s;
    margin: 0 1px;
    margin: 0 2%;
    text-transform: capitalize;
  }
  .header .nav-con #nav .sub-nav:hover a {
    color: #be0000;
  }
  .header .nav-con #nav .sub-nav a {
    color: #121212;
    font-size: 1.8rem;
    display: block;
    height: 100%;
    height: 80px;
  }
  .header .nav-con #nav .sub-nav .drop-down {
    z-index: 999;
    position: absolute;
    top: 78px;
    left: -80%;
    display: none;
  }
  .header .nav-con #nav .sub-nav .drop-down {
    width: 260%;
    text-align: center;
    background: #fff;
  }
  .header .nav-con #nav .sub-nav .drop-down li {
    border-bottom: 1px solid #f6f6f6;
  }
  .header .nav-con #nav .sub-nav .drop-down li a {
    font-size: 1.3rem;
    display: block;
    color: #333!important;
    background: none!important;
    height: 35px;
    line-height: 35px;
    margin: 0;
    transition: 0.4s;
  }
  .header .nav-con #nav .sub-nav .drop-down li a:hover {
    background: rgba(190, 0, 0, 0.7) !important;
    color: #fff!important;
  }
  .header .search-con .toggle-btn {
    top: 25px;
    right: 5%;
  }
  .header .search-con .search {
    top: 79px;
  }
  .header .language {
    top: 33px;
  }
}
@media (max-width: 1220px) and (max-width: 1500px) {
  .header .nav-con .logo img {
    width: 140px;
  }
}
@media (max-width: 1220px) and (max-width: 1124px) {
  .header .nav-con #nav {
    margin-right: 5%;
  }
}
@media (max-width: 768px) {
  .header {
    height: auto;
    width: 100%;
  }
}
.header .mobile-con .navbar {
  border: none;
}
.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 {
  width: 127px;
  margin: 8px 0 0 3%;
}
.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 .language2 {
  display: inline-block;
  position: relative;
  margin: 18px 12px 0 0;
  float: right;
  color: #666;
}
.header .mobile-con .language2 a {
  font-size: 1.6rem;
  color: #727272;
  padding: 0.7rem;
  border: 1px solid #eee;
  transition: 0.3s;
}
.header .mobile-con .language2 a:hover {
  color: #fff;
  background: #be0000;
}
/*mobile-header*/
@media (max-width: 768px) {
  .pc-con {
    display: none!important;
  }
  .mobile-con {
    display: block!important;
  }
}
/*main*/
.main {
  clear: both;
}
@media (max-width: 768px) {
  .main {
    margin-top: 55px;
  }
}
.main .ad-box-pc {
  margin-top: -1px;
}
.main .ad-box-pc .swiper-container-pc {
  overflow: hidden;
  position: relative;
}
.main .ad-box-pc .swiper-container-pc:hover .swiper-button-next-pc {
  opacity: 1;
}
.main .ad-box-pc .swiper-container-pc:hover .swiper-button-prev-pc {
  opacity: 1;
}
.main .ad-box-pc .top-banner {
  width: 100%;
  position: relative;
}
.main .ad-box-pc .swiper-slide {
  overflow: hidden;
}
.main .ad-box-pc .swiper-slide img {
  width: 100%;
  transition: 2.5s linear;
  transform: scale(1.05);
}
.main .ad-box-pc .swiper-slide-active img {
  transform: scale(1);
}
.main .ad-box-pc .swiper-pagination {
  position: absolute;
  bottom: 35px;
  z-index: 99;
}
.main .ad-box-pc .swiper-pagination-bullet {
  background: #fff;
  border-radius: 0px;
  height: 3px;
  width: 35px;
  opacity: 1;
}
.main .ad-box-pc .swiper-pagination-bullet-active {
  background: #be0000;
  opacity: 1;
}
.main .ad-box-pc .swiper-button-next-pc {
  width: 29px;
  height: 56px;
  cursor: pointer;
  position: absolute;
  right: 6%;
  top: 50%;
  margin-top: -15px;
  background: url("../img/ad-btn_05.png") no-repeat center;
  z-index: 6;
  opacity: 0.5;
}
.main .ad-box-pc .swiper-button-prev-pc {
  width: 29px;
  height: 56px;
  cursor: pointer;
  position: absolute;
  left: 6%;
  top: 50%;
  margin-top: -15px;
  background: url("../img/ad-btn_03.png") no-repeat center;
  z-index: 6;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .main .ad-box-pc .swiper-slide {
    overflow: hidden;
  }
  .main .ad-box-pc .swiper-slide img {
    width: 100%;
    transition: 2.5s linear;
    transform: scale(1);
  }
  .main .ad-box-pc .swiper-pagination {
    position: absolute;
    bottom: 4px;
    z-index: 99;
  }
  .main .ad-box-pc .swiper-pagination-bullet {
    background: #fff;
    border-radius: 0px;
    height: 3px;
    width: 15px;
    opacity: 1;
  }
  .main .ad-box-pc .swiper-pagination-bullet-active {
    background: #be0000;
  }
}
.main .ad-box .swiper-container5 {
  overflow: hidden;
}
.main .ad-box .top-banner {
  width: 100%;
  position: relative;
}
.main .ad-box img {
  width: 100%;
}
.main .ad-box .swiper-pagination {
  position: absolute;
  bottom: 4px;
  z-index: 99;
}
.main .ad-box .swiper-pagination-bullet {
  background: #fff;
  border-radius: 0px;
  height: 3px;
  width: 16px;
  opacity: 1;
}
.main .ad-box .swiper-pagination-bullet-active {
  background: #0a59a8;
}
.main .product {
  padding: 4.5% 0 4.5%;
  background: #f7f7f7;
}
.main .product .content-box {
  width: 94.7916666%;
  margin: 0 auto;
}
.main .product .tit {
  float: left;
}
.main .product .tit h5 {
  font-size: 3rem;
  color: #303030;
  text-transform: uppercase;
}
.main .product .tit p {
  font-size: 1.6rem;
  color: #303030;
}
.main .product .content .slideTxtBox .hd {
  height: 40px;
  line-height: 40px;
  margin: -73px 0 0 0;
  text-align: right;
}
@media (max-width: 992px) {
  .main .product .content .slideTxtBox .hd {
    margin: -60px 0 0 0;
  }
}
.main .product .content .slideTxtBox .hd ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 1.3rem;
  text-align: center;
  cursor: pointer;
  font-size: 1.6rem;
  color: #2f2f2f;
  margin: 0 0;
  height: 40px;
  line-height: 40px;
}
@media (max-width: 1500px) {
  .main .product .content .slideTxtBox .hd ul li {
    padding: 0 0.8rem;
  }
}
.main .product .content .slideTxtBox .hd ul li.on {
  background: #be0000;
  color: #fff;
}
.main .product .content .slideTxtBox .bd {
  zoom: 1;
  margin: 4.5% 0 0%;
}
.main .product .content .slideTxtBox .bd li .left {
  width: 47.252747%;
  float: left;
  position: relative;
}
.main .product .content .slideTxtBox .bd li .left .bg img {
  width: 100%;
}
.main .product .content .slideTxtBox .bd li .left .txt {
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
}
.main .product .content .slideTxtBox .bd li .left .txt h4 {
  font-size: 3.2rem;
  color: #010101;
  margin-bottom: 15px;
}
.main .product .content .slideTxtBox .bd li .left .txt p {
  font-size: 1.6rem;
  color: #3a3a3a;
}
.main .product .content .slideTxtBox .bd li .left .txt a {
  display: block;
  margin: 3% auto 3%;
  width: 120px;
  height: 30px;
  line-height: 30px;
  background: #be0000;
  font-size: 1.2rem;
  color: #fff;
}
.main .product .content .slideTxtBox .bd li .left .txt img {
  width: 45%;
}
.main .product .content .slideTxtBox .bd li .right {
  width: 51.6483516%;
  float: right;
  position: relative;
}
.main .product .content .slideTxtBox .bd li .right .bg img {
  width: 100%;
}
.main .product .content .slideTxtBox .bd li .right .list-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
}
.main .product .content .slideTxtBox .bd li .right .list-box .list {
  width: 28.33333333%;
  margin: 6% 2.5% 0;
  float: left;
  text-align: center;
}
.main .product .content .slideTxtBox .bd li .right .list-box .list:hover .img img {
  transform: scale(1.08);
}
.main .product .content .slideTxtBox .bd li .right .list-box .list:hover span {
  border-color: #be0000;
  background: #be0000;
  color: #fff;
}
.main .product .content .slideTxtBox .bd li .right .list-box .list .img {
  overflow: hidden;
}
.main .product .content .slideTxtBox .bd li .right .list-box .list .img img {
  width: 100%;
  transition: 0.4s;
}
.main .product .content .slideTxtBox .bd li .right .list-box .list h6 {
  font-size: 1.6rem;
  color: #010101;
  margin: 20% 0 15%;
}
.main .product .content .slideTxtBox .bd li .right .list-box .list p {
  font-size: 1.4rem;
  color: #919191;
  line-height: 180%;
  margin: 0 5%;
  height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 1500px) {
  .main .product .content .slideTxtBox .bd li .right .list-box .list p {
    height: 68px;
  }
}
.main .product .content .slideTxtBox .bd li .right .list-box .list span {
  display: block;
  width: 110px;
  height: 33px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #eee;
  font-size: 1.4rem;
  color: #000;
  margin: 15% auto 0;
  transition: 0.4s;
}
@media (max-width: 1090px) {
  .main .product .content .slideTxtBox .bd li .right .list-box .list h6 {
    margin: 10% 0 8%;
  }
  .main .product .content .slideTxtBox .bd li .right .list-box .list span {
    margin: 8% auto 0;
  }
}
.main .product .content .slideTxtBox .bd li .list:nth-child(4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .main .product {
    padding: 4.5% 0 4.5%;
    background: #f7f7f7;
  }
  .main .product .content-box {
    width: 94.7916666%;
    margin: 0 auto;
  }
  .main .product .tit {
    float: none;
  }
  .main .product .tit h5 {
    font-size: 2.5rem;
    color: #303030;
    text-transform: uppercase;
  }
  .main .product .tit p {
    font-size: 1.6rem;
    color: #303030;
  }
  .main .product .content .slideTxtBox .hd {
    height: auto;
    line-height: 40px;
    margin: 0 0 0 0;
    text-align: center;
  }
  .main .product .content .slideTxtBox .hd ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 0.8rem;
    text-align: center;
    cursor: pointer;
    font-size: 1.6rem;
    color: #2f2f2f;
    margin: 0 0;
    height: 35px;
    line-height: 35px;
  }
  .main .product .content .slideTxtBox .hd ul li.on {
    background: #be0000;
    color: #fff;
  }
  .main .product .content .slideTxtBox .bd {
    zoom: 1;
    margin: 4.5% 0 0%;
  }
  .main .product .content .slideTxtBox .bd li .left {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
  }
  .main .product .content .slideTxtBox .bd li .left .bg img {
    width: 100%;
  }
  .main .product .content .slideTxtBox .bd li .left .txt {
    text-align: center;
    position: static;
    transform: translate(0%, 0%);
    left: 00%;
    top: 0%;
    width: 100%;
  }
  .main .product .content .slideTxtBox .bd li .left .txt h4 {
    font-size: 2.4rem;
    color: #010101;
    margin-bottom: 15px;
  }
  .main .product .content .slideTxtBox .bd li .left .txt p {
    font-size: 1.6rem;
    color: #3a3a3a;
  }
  .main .product .content .slideTxtBox .bd li .left .txt a {
    display: block;
    margin: 3% auto 3%;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background: #be0000;
    font-size: 1.2rem;
    color: #fff;
  }
  .main .product .content .slideTxtBox .bd li .left .txt img {
    width: 45%;
  }
  .main .product .content .slideTxtBox .bd li .right {
    width: 100%;
    float: right;
    position: relative;
  }
  .main .product .content .slideTxtBox .bd li .right .bg img {
    width: 100%;
  }
  .main .product .content .slideTxtBox .bd li .right .list-box {
    position: static;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
  }
  .main .product .content .slideTxtBox .bd li .right .list-box .list {
    width: 30.33333333%;
    margin: 6% 1.5%;
    float: left;
    text-align: center;
  }
  .main .product .content .slideTxtBox .bd li .right .list-box .list:hover .img img {
    transform: scale(1.08);
  }
  .main .product .content .slideTxtBox .bd li .right .list-box .list:hover span {
    border-color: #be0000;
    background: #be0000;
    color: #fff;
  }
  .main .product .content .slideTxtBox .bd li .right .list-box .list .img {
    overflow: hidden;
  }
  .main .product .content .slideTxtBox .bd li .right .list-box .list .img img {
    width: 100%;
    transition: 0.4s;
  }
  .main .product .content .slideTxtBox .bd li .right .list-box .list h6 {
    font-size: 1.6rem;
    color: #010101;
    margin: 20% 0 15%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .main .product .content .slideTxtBox .bd li .right .list-box .list p {
    display: none;
  }
  .main .product .content .slideTxtBox .bd li .right .list-box .list span {
    display: block;
    width: 90px;
    height: 28px;
    line-height: 27px;
    text-align: center;
    border: 1px solid #eee;
    font-size: 1.4rem;
    color: #000;
    margin: 15% auto 0;
    transition: 0.4s;
  }
  .main .product .content .slideTxtBox .bd li .list:nth-child(4) {
    margin-right: 0;
  }
}
@media (max-width: 768px) and (max-width: 1090px) {
  .main .product .content .slideTxtBox .bd li .right .list-box .list h6 {
    margin: 10% 0 8%;
  }
  .main .product .content .slideTxtBox .bd li .right .list-box .list span {
    margin: 8% auto 0;
  }
}
.main .about {
  background: #f7f7f7;
}
.main .about .left {
  width: 41.1458333333%;
  float: left;
  position: relative;
}
.main .about .left .bg img {
  width: 100%;
}
.main .about .left .txt-box {
  width: 96.075949367%;
  position: absolute;
  bottom: 0;
  left: 54%;
}
.main .about .left .txt-box .img {
  width: 100%;
}
.main .about .left .txt-box .img img {
  width: 100%;
}
.main .about .left .txt-box .txt-con {
  width: 100%;
  height: 100%;
  left: 0;
  top: -2px;
  position: absolute;
}
.main .about .left .txt-box .txt-con .lit {
  position: absolute;
  left: 10%;
  top: 16%;
  width: 7.90513834%;
}
@media (max-width: 1500px) {
  .main .about .left .txt-box .txt-con .lit {
    top: 14%;
  }
}
.main .about .left .txt-box .txt-con .lit img {
  width: 100%;
}
.main .about .left .txt-box .txt-con .txt {
  position: absolute;
  left: 25%;
  top: 16%;
  width: 65%;
}
@media (max-width: 1500px) {
  .main .about .left .txt-box .txt-con .txt {
    top: 14%;
  }
}
.main .about .left .txt-box .txt-con .txt h5 {
  font-size: 2.4rem;
  color: #29271c;
}
.main .about .left .txt-box .txt-con .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 260%;
  margin: 7% 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media (max-width: 1500px) {
  .main .about .left .txt-box .txt-con .txt p {
    line-height: 200%;
  }
}
.main .about .left .txt-box .txt-con .txt a {
  display: block;
  width: 110px;
  height: 33px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #eee;
  font-size: 1.4rem;
  color: #000;
  transition: 0.4s;
}
.main .about .left .txt-box .txt-con .txt a:hover {
  border: 1px solid #be0000;
  background: #be0000;
  color: #fff;
}
.main .about .right {
  width: 58.854166666%;
  float: right;
  position: relative;
}
.main .about .right .top .list {
  width: 66.63716814159%;
  position: relative;
}
.main .about .right .top .list .bg img {
  width: 100%;
}
.main .about .right .top .list .txt-box {
  width: 37%;
  position: absolute;
  left: 6%;
  top: 0;
}
.main .about .right .top .list .txt-box .tit {
  margin: 30% 0 20%;
}
@media (max-width: 1500px) {
  .main .about .right .top .list .txt-box .tit {
    margin: 24% 0 14%;
  }
}
.main .about .right .top .list .txt-box .tit p {
  font-size: 1.6rem;
  color: #ff0000;
  text-transform: uppercase;
}
.main .about .right .top .list .txt-box .tit h5 {
  font-size: 2.4rem;
  color: #fff;
}
.main .about .right .top .list .txt-box .txt p {
  font-size: 1.4rem;
  color: #fff;
  line-height: 240%;
}
.main .about .right .bot .list {
  width: 66.9%;
  position: relative;
  float: right;
}
.main .about .right .bot .list .bg img {
  width: 100%;
}
.main .about .right .bot .list .txt-box {
  width: 37%;
  position: absolute;
  left: 6%;
  top: 0;
}
.main .about .right .bot .list .txt-box .tit {
  margin: 30% 0 20%;
}
@media (max-width: 1500px) {
  .main .about .right .bot .list .txt-box .tit {
    margin: 24% 0 14%;
  }
}
.main .about .right .bot .list .txt-box .tit p {
  font-size: 1.6rem;
  color: #ff0000;
  text-transform: uppercase;
}
.main .about .right .bot .list .txt-box .tit h5 {
  font-size: 2.4rem;
  color: #fff;
}
.main .about .right .bot .list .txt-box .txt p {
  font-size: 1.4rem;
  color: #fff;
  line-height: 240%;
}
.main .about .right .fuwu {
  position: absolute;
  right: 0;
  top: 0;
  width: 33.362831858%;
}
.main .about .right .fuwu .list .bg img {
  width: 100%;
}
.main .about .right .fuwu .list .txt-box {
  width: 71%;
  position: absolute;
  left: 15%;
  top: 0;
}
.main .about .right .fuwu .list .txt-box .tit {
  margin: 30% 0 20%;
}
@media (max-width: 1500px) {
  .main .about .right .fuwu .list .txt-box .tit {
    margin: 24% 0 14%;
  }
}
.main .about .right .fuwu .list .txt-box .tit p {
  font-size: 1.6rem;
  color: #585562;
  text-transform: uppercase;
}
.main .about .right .fuwu .list .txt-box .tit h5 {
  font-size: 2.4rem;
  color: #fff;
}
.main .about .right .fuwu .list .txt-box .txt p {
  font-size: 1.4rem;
  color: #bbb;
  line-height: 240%;
}
@media (max-width: 1090px) {
  .main .about .left .txt-box .txt-con .txt {
    top: 12%;
  }
  .main .about .left .txt-box .txt-con .txt h5 {
    font-size: 2.4rem;
    color: #29271c;
  }
  .main .about .left .txt-box .txt-con .txt p {
    line-height: 180%;
    -webkit-line-clamp: 3;
  }
  .main .about .right .top .list .txt-box .tit {
    margin: 20% 0 10%;
  }
  .main .about .right .top .list .txt-box .txt p {
    line-height: 180%;
  }
  .main .about .right .bot .list .txt-box .tit {
    margin: 20% 0 10%;
  }
  .main .about .right .bot .list .txt-box .txt p {
    line-height: 180%;
  }
  .main .about .right .fuwu {
    position: absolute;
    right: 0;
    top: 0;
    width: 33.362831858%;
  }
  .main .about .right .fuwu .list .txt-box .tit {
    margin: 20% 0 10%;
  }
  .main .about .right .fuwu .list .txt-box .txt p {
    line-height: 180%;
  }
}
@media (max-width: 768px) {
  .main .about .left {
    width: 100%;
    float: left;
    position: relative;
  }
  .main .about .left .bg img {
    width: 100%;
  }
  .main .about .left .txt-box {
    width: 100%;
    position: static;
    bottom: 0;
    left: 0%;
    /*height: 235px;*/
  }
  .main .about .left .txt-box .img {
    width: 100%;
  }
  .main .about .left .txt-box .img img {
    width: 100%;
  }
  .main .about .left .txt-box .txt-con {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: #dedede;
  }
  .main .about .left .txt-box .txt-con .lit {
    position: absolute;
    left: 10%;
    top: 16%;
    width: 7.90513834%;
  }
  .main .about .left .txt-box .txt-con .lit img {
    width: 100%;
  }
  .main .about .left .txt-box .txt-con .txt {
    position: absolute;
    left: 25%;
    top: 11%;
    width: 65%;
  }
  .main .about .left .txt-box .txt-con .txt h5 {
    font-size: 2rem;
    color: #29271c;
  }
  .main .about .left .txt-box .txt-con .txt p {
    font-size: 1.4rem;
    color: #666;
    line-height: 260%;
    margin: 7% 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .main .about .left .txt-box .txt-con .txt a {
    display: block;
    width: 110px;
    height: 33px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #eee;
    font-size: 1.4rem;
    color: #000;
    transition: 0.4s;
  }
  .main .about .left .txt-box .txt-con .txt a:hover {
    border: 1px solid #be0000;
    background: #be0000;
    color: #fff;
  }
  .main .about .right {
    width: 100%;
    float: right;
    position: relative;
  }
  .main .about .right .top .list {
    width: 100%;
    position: relative;
  }
  .main .about .right .top .list .bg img {
    width: 100%;
  }
  .main .about .right .top .list .txt-box {
    width: 37%;
    position: absolute;
    left: 6%;
    top: 0;
  }
  .main .about .right .top .list .txt-box .tit {
    margin: 15% 0 10%;
  }
  .main .about .right .top .list .txt-box .tit p {
    font-size: 1.6rem;
    color: #ff0000;
    text-transform: uppercase;
  }
  .main .about .right .top .list .txt-box .tit h5 {
    font-size: 2rem;
    color: #fff;
  }
  .main .about .right .top .list .txt-box .txt p {
    font-size: 1.4rem;
    color: #fff;
    line-height: 180%;
  }
  .main .about .right .bot .list {
    width: 100%;
    position: relative;
    float: right;
  }
  .main .about .right .bot .list .bg img {
    width: 100%;
  }
  .main .about .right .bot .list .txt-box {
    width: 37%;
    position: absolute;
    right: 6%;
    top: 0;
    left: auto;
  }
  .main .about .right .bot .list .txt-box .tit {
    margin: 15% 0 10%;
  }
  .main .about .right .bot .list .txt-box .tit p {
    font-size: 1.6rem;
    color: #ff0000;
    text-transform: uppercase;
  }
  .main .about .right .bot .list .txt-box .tit h5 {
    font-size: 2rem;
    color: #fff;
  }
  .main .about .right .bot .list .txt-box .txt p {
    font-size: 1.4rem;
    color: #fff;
    line-height: 180%;
  }
  .main .about .right .fuwu {
    position: static;
    right: 0;
    top: 0;
    width: 100%;
    background: #35333d;
    padding: 20px 0;
    clear: both;
  }
  .main .about .right .fuwu .list .bg img {
    width: 100%;
  }
  .main .about .right .fuwu .list .txt-box {
    width: 80%;
    position: static;
    left: 15%;
    top: 0;
    margin-left: 10%;
  }
  .main .about .right .fuwu .list .txt-box .tit {
    margin: 4% 0 10%;
  }
  .main .about .right .fuwu .list .txt-box .tit p {
    font-size: 1.6rem;
    color: #585562;
    text-transform: uppercase;
  }
  .main .about .right .fuwu .list .txt-box .tit h5 {
    font-size: 2rem;
    color: #fff;
  }
  .main .about .right .fuwu .list .txt-box .txt p {
    font-size: 1.4rem;
    color: #bbb;
    line-height: 180%;
  }
}
@media (max-width: 768px) and (max-width: 1500px) {
  .main .about .left .txt-box .txt-con .lit {
    top: 14%;
  }
}
@media (max-width: 768px) and (max-width: 1500px) {
  .main .about .left .txt-box .txt-con .txt p {
    line-height: 200%;
  }
}
.main .news {
  padding: 4.5% 0 5%;
}
.main .news .content-box {
  width: 94.7916666%;
  margin: 0 auto;
}
.main .news .tit {
  float: left;
}
.main .news .tit h5 {
  font-size: 3rem;
  color: #303030;
  text-transform: uppercase;
}
.main .news .tit p {
  font-size: 1.6rem;
  color: #303030;
}
.main .news .content .slideTxtBox2 .hd {
  text-align: right;
  height: 40px;
  line-height: 40px;
  margin: -49px 0 0 0;
}
.main .news .content .slideTxtBox2 .hd ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 1.3rem;
  text-align: center;
  cursor: pointer;
  font-size: 1.6rem;
  color: #2f2f2f;
  margin: 0 0;
  height: 40px;
  line-height: 40px;
}
@media (max-width: 1500px) {
  .main .news .content .slideTxtBox2 .hd ul li {
    padding: 0 0.8rem;
  }
}
.main .news .content .slideTxtBox2 .hd ul li.on {
  background: #be0000;
  color: #fff;
}
.main .news .content .slideTxtBox2 .bd {
  zoom: 1;
  margin: 3.5% 0;
}
.main .news .content .slideTxtBox2 .bd li  {
  position: relative;
  width: 23%;
  float: left;
  margin-right: 1.3333333%;
}
.main .news .content .slideTxtBox2 .bd li .list:hover .img img {
  transform: scale(1.08);
}
.main .news .content .slideTxtBox2 .bd li .list:hover .txt h6 {
  color: #be0000;
}
.main .news .content .slideTxtBox2 .bd li .list:hover .txt .date {
  border-color: #be0000;
  background: #be0000;
}
.main .news .content .slideTxtBox2 .bd li .list:hover .txt .date p {
  color: #fff;
  padding-left: 15px;
}
.main .news .content .slideTxtBox2 .bd li .list:hover .txt .date span {
  opacity: 1;
}
.main .news .content .slideTxtBox2 .bd li .list .img {
  overflow: hidden;
  width: 100%;
  height: 337px;
}
.main .news .content .slideTxtBox2 .bd li .list .img img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.main .news .content .slideTxtBox2 .bd li .list .txt h6 {
  font-size: 1.6rem;
  color: #303030;
  padding: 10% 0 7%;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .news .content .slideTxtBox2 .bd li .list .txt p {
  font-size: 1.4rem;
  color: #868686;
  line-height: 200%;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:1;
}
.main .news .content .slideTxtBox2 .bd li .list .txt .date {
  margin-top: 6%;
  border-top: 1px solid #eee;
  height: 60px;
  transition: 0.4s;
  position: relative;
}
.main .news .content .slideTxtBox2 .bd li .list .txt .date p {
  font-size: 1.4rem;
  color: #d5d5d5;
  line-height: 60px;
}
.main .news .content .slideTxtBox2 .bd li .list .txt .date span {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
  opacity: 0;
  transition: 0.4s;
  display: block;
  background: #fff;
  font-size: 1.4rem;
  color: #2d2d2d;
  position: absolute;
  right: 15px;
  top: 15px;
}
.main .news .content .slideTxtBox2 .bd li .list:nth-child(4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .main .news .tit {
    float: none;
  }
  .main .news .tit h5 {
    font-size: 2.5rem;
    text-transform: uppercase;
  }
  .main .news .content .slideTxtBox2 .hd ul li {
    height: 35px;
    line-height: 35px;
  }

  .main .news .content .slideTxtBox2 .bd li .list .txt .date {
    margin-top: 6%;
    border-top: 1px solid #eee;
    height: 40px;
    transition: 0.4s;
    position: relative;
  }
  .main .news .content .slideTxtBox2 .bd li .list .txt .date p {
    font-size: 1.4rem;
    color: #d5d5d5;
    line-height: 40px;
  }
  .main .news .content .slideTxtBox2 .bd li .list .txt .date span {
    display: none;
  }
  .main .news .content .slideTxtBox2 .bd li .list:nth-child(4) {
    margin-right: 0;
  }
  .main .news .content .slideTxtBox2 .bd li .list:nth-child(2) {
    margin-right: 0;
  }
}
.footer {
  background: url("../img/footer-bg_02.jpg") no-repeat center;
  background-size: cover;
}
.footer .footer-content {
  width: 94.7916666%;
  margin: 0 auto;
  padding: 70px 0 10px;
}
.footer .footer-content .logo-box {
  width: 13%;
  float: left;
  margin-right: 5%;
}
.footer .footer-content .logo-box img {
  max-width: 100%;
}
.footer .footer-content .logo-box .tel {
  width: 100%;
  border: 1px solid #e60012;
  padding: 5% 10%;
  margin-top: 15%;
}
.footer .footer-content .logo-box .tel p {
  font-size: 1.4rem;
  color: #a1a1a1;
}
.footer .footer-content .logo-box .tel h5 {
  font-size: 2.4rem;
  color: #e60012;
  margin-bottom: 0;
}
.footer .footer-content .list {
  width: 9.78%;
  float: left;
}
.footer .footer-content .list h5 {
  font-size: 1.8rem;
  color: #e4e4e4;
}
.footer .footer-content .list ul {
  margin-top: 35px;
}
.footer .footer-content .list li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.4rem;
  color: #fff;
  line-height: 30px;
  color: #a1a1a1;
}
.footer .footer-content .list li a {
  color: #a1a1a1;
}
.footer .footer-content .list li a:hover {
  color: #e60012;
}
.footer .footer-content .list:nth-child(7) {
  width: 22.6%;
}
.footer .footer-content .code {
  width: 6%;
  float: right;
}
.footer .footer-content .code img {
  width: 100%;
}
@media (max-width: 768px) {
  .footer {
    padding: 0;
  }
  .footer .footer-con2 {
    background: #251e29;
    display: block!important;
    text-align: center;
  }
  .footer .footer-con2 p img {
    margin: 0;
  }
  .footer .footer-con2 p a {
    display: inline-block;
    margin: 20px 12px;
  }
  .footer .footer-con2 p a:hover img {
    margin-top: -4px;
  }
  .footer .footer-con2 h5 {
    background: #251e29 url("../img/lit_07.png") no-repeat right center;
    background-position: right 26px top 28px;
    margin: 0;
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid #666;
    padding: 18px 26px 18px 24px;
  }
  .footer .footer-con2 .list-con {
    display: none;
  }
  .footer .footer-con2 .list-con a {
    color: #fff;
    margin: 0;
    background: #373039;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #666;
    font-size: 13px;
    padding: 12px 26px 12px 24px;
  }
  .footer .footer-con2 .list-con a:hover {
    color: #ccc;
  }
  .footer .footer-con2 .list-con li {
    color: #333;
    border-bottom: 1px solid #666;
    font-size: 13px;
    padding: 12px 26px 12px 24px;
    background: #edf2f8;
  }
  .footer .footer-con2 .footer-form {
    position: relative;
  }
  .footer .footer-con2 .footer-form .txt {
    height: 45px;
    line-height: 45px;
    border: none;
    padding: 0 10px 0 60px;
    width: 100%;
    background: #ffffff url("../img/mail_03.jpg") no-repeat left center;
  }
  .footer .footer-con2 .footer-form .submit {
    position: absolute;
    top: 0;
    right: 3%;
    border: none;
    cursor: pointer;
    width: 20px;
    height: 45px;
    background: url("../img/mail-arrow_03.jpg") no-repeat center;
  }
  .footer .footer-con2 .link {
    display: none;
    color: #333;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
    padding: 12px 26px 12px 24px;
    background: #2a2a2a;
  }
  .footer .footer-con2 .link a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 3% 0 0;
  }
}
.footer .footer-bot {
  line-height: 70px;
  font-size: 1.4rem;
  border-top: 1px solid #211c24;
  color: #a1a1a1;
}
.footer .footer-bot .content {
  width: 94.1666666%;
  margin: 0 auto;
}
.footer .footer-bot p {
  margin: 0;
}
.footer .footer-bot a {
  color: #a1a1a1;
}
.footer .footer-bot a:hover {
  color: #be0000;
}
@media (max-width: 1560px) {
  .footer .footer-bot {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .footer .footer-bot {
    padding: 6px 0;
    line-height: 24px;
    text-align: center;
  }
  .footer .footer-bot .left {
    float: none;
    text-align: center;
  }
  .footer .footer-bot .left a {
    margin: 0 10px;
  }
  .footer .footer-bot p {
    margin: 0;
    font-size: 1.3rem;
  }
  .footer .footer-bot a {
    position: static;
  }
}
.footer .returnTop {
  z-index: 999;
  display: block;
  cursor: pointer;
  position: fixed;
  bottom: 90px;
  right: 30px;
  opacity: 0;
  width: 60px;
  height: 60px;
  background: url("../img/return-top_03.jpg") no-repeat center;
}
@media (max-width: 768px) {
  .footer .returnTop {
    display: none;
  }
}
/*ins-style*/
.ins-main .ins-ad img {
  width: 100%;
}
.ins-main .show-nav {
  height: 70px;
  line-height: 70px;
  background: #fff;
}
.ins-main .show-nav p {
  margin: 0;
  font-size: 1.6rem;
  color: #474747;
  margin-left: 20px;
  padding-left: 32px;
  background: url("../img/location_03.jpg") no-repeat left center;
}
.ins-main .show-nav p a {
  color: #474747;
}
.ins-main .show-nav p a:hover {
  color: #e60012;
}
.ins-main .show-nav p .active {
  color: #e60012;
}
@media (max-width: 768px) {
  .ins-main .show-nav {
    height: 50px;
    line-height: 50px;
    background: #fff;
  }
  .ins-main .show-nav p {
    margin: 0;
    font-size: 1.6rem;
    color: #474747;
    margin-left: 0px;
    padding-left: 32px;
    background: url("../img/location_03.jpg") no-repeat left center;
  }
  .ins-main .show-nav p a {
    color: #474747;
  }
  .ins-main .show-nav p a:hover {
    color: #e60012;
  }
  .ins-main .show-nav p .active {
    color: #e60012;
  }
}
.ins-main .ins-nav {
  height: 79px;
  line-height: 79px;
  border-bottom: 1px solid #f7f7f7;
  background: #f7f7f7;
}
.ins-main .ins-nav p {
  margin: 0;
  font-size: 1.6rem;
  color: #474747;
  float: right;
  padding-left: 32px;
  background: url("../img/location_03.jpg") no-repeat left center;
}
.ins-main .ins-nav p a {
  color: #474747;
}
.ins-main .ins-nav p a:hover {
  color: #e60012;
}
.ins-main .ins-nav p .active {
  color: #e60012;
}
.ins-main .ins-nav .link-nav {
  float: left;
  text-align: left;
}
.ins-main .ins-nav .link-nav ul {
  margin: 0;
}
.ins-main .ins-nav .link-nav li {
  font-size: 1.8rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  float: left;
}
.ins-main .ins-nav .link-nav li a {
  padding: 0 2.8rem;
  color: #191919;
  display: block;
  transition: 0.4s;
}
.ins-main .ins-nav .link-nav li a:hover {
  background: #e60012;
  color: #fff;
}
.ins-main .ins-nav .link-nav .active a {
  color: #fff;
  background: #e60012;
}
@media (max-width: 1200px) {
  .ins-main .ins-nav {
    height: 59px;
    line-height: 59px;
  }
  .ins-main .ins-nav .link-nav li a {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .ins-main .ins-nav {
    height: auto;
    line-height: 30px;
    padding: 10px 0;
  }
  .ins-main .ins-nav p {
    margin: 0;
    font-size: 1.6rem;
    color: #474747;
    float: none;
    padding-left: 32px;
    background: url("../img/location_03.jpg") no-repeat left center;
  }
  .ins-main .ins-nav p a {
    color: #474747;
  }
  .ins-main .ins-nav p a:hover {
    color: #e60012;
  }
  .ins-main .ins-nav .link-nav {
    float: none;
    text-align: center;
    width: 100%;
    margin-top: 15px;
  }
  .ins-main .ins-nav .link-nav ul {
    margin: 0;
  }
  .ins-main .ins-nav .link-nav li {
    font-size: 1.8rem;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    float: none;
    margin-bottom: 5px;
  }
  .ins-main .ins-nav .link-nav li a {
    padding: 0 2.8rem;
    color: #191919;
    display: block;
    transition: 0.4s;
  }
  .ins-main .ins-nav .link-nav li a:hover {
    background: #e60012;
    color: #fff;
  }
  .ins-main .ins-nav .link-nav .active a {
    color: #fff;
    background: #e60012;
  }
}
.ins-main .ins-con {
  padding: 2% 0;
}
.ins-main .ins-con .product-tit {
  text-align: center;
  margin-bottom: 3%;
}
@media (max-width: 768px) {
  .ins-main .ins-con .product-tit img {
    width: 120px;
  }
}
.ins-main .ins-con .ins-lf {
  width: 23%;
  float: left;
}
.ins-main .ins-con .ins-lf .tit {
  background: #e60012;
  color: #fff;
  padding: 36px 0 16px 20px;
}
.ins-main .ins-con .ins-lf .tit h5 {
  font-size: 2.4rem;
  text-transform: uppercase;
  margin: 0 0 3px 0;
  height: 25px;
  line-height: 25px;
  padding-left: 40px;
  background: url("../img/product-lit_03.jpg") no-repeat left center;
}
.ins-main .ins-con .ins-lf .tit p {
  font-size: 1.6rem;
  padding-left: 40px;
  color: #ff3131;
}
.ins-main .ins-con .ins-lf .list-box {
  padding: 25px 0;
  background: #f4f4f4;
}
.ins-main .ins-con .ins-lf .list-box .list {
  padding: 0 3.8%;
  background: #f4f4f4;
}
.ins-main .ins-con .ins-lf .list-box .list ul {
  margin: 0;
}
.ins-main .ins-con .ins-lf .list-box .list h5 {
  font-size: 1.8rem;
  color: #000;
  padding-left: 28px;
  cursor: pointer;
  margin: 0;
  height: 40px;
  line-height: 40px;
  background: url("../img/h5-bg_03.jpg") no-repeat 10px center, url("../images/h5-bg_09.jpg") no-repeat 95% center;
}
.ins-main .ins-con .ins-lf .list-box .list .h5-active {
  background: url("../img/h5-bg_03.jpg") no-repeat 10px center, url("../images/h5-bg_05.jpg") no-repeat 95% center;
}
.ins-main .ins-con .ins-lf .list-box .list-con {
  display: none;
}
.ins-main .ins-con .ins-lf .list-box .sub-nav2 {
  line-height: 46px;
  border: 1px solid #f0f0f0;
  border-bottom: 1px solid #d3d3d3;
  font-size: 1.6rem;
  cursor: pointer;
}
.ins-main .ins-con .ins-lf .list-box .sub-nav2 a {
  color: #333;
  display: block;
  padding-left: 40px;
  background: url("../img/angle_05.png") no-repeat 33px center;
}
.ins-main .ins-con .ins-lf .list-box .sub-nav2 .down {
  display: block;
}
.ins-main .ins-con .ins-lf .list-box .sub-nav2 .a-active {
  background: url("../img/angle_03.png") no-repeat 33px center;
}
.ins-main .ins-con .ins-lf .list-box .sub-nav2:hover a {
  color: #e60012;
}
.ins-main .ins-con .ins-lf .list-box .sub-nav2 ul {
  padding: 0px 0 5px;
  display: none;
}
.ins-main .ins-con .ins-lf .list-box .sub-nav2 ul li {
  line-height: 35px;
  font-size: 1.3rem;
  transition: 0.2s;
}
.ins-main .ins-con .ins-lf .list-box .sub-nav2 ul li a {
  color: #666!important;
  background: none!important;
}
.ins-main .ins-con .ins-lf .list-box .sub-nav2 ul li:hover a {
  color: #e60012!important;
}
.ins-main .ins-con .ins-rt {
  width: 75%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .ins-con {
    padding: 2% 0;
  }
  .ins-main .ins-con .ins-lf {
    width: 100%;
    float: left;
  }
  .ins-main .ins-con .ins-lf .tit {
    background: #e60012;
    color: #fff;
    padding: 16px 0 1px 20px;
  }
  .ins-main .ins-con .ins-lf .tit h5 {
    font-size: 2.4rem;
    text-transform: uppercase;
    margin: 0 0 3px 0;
    height: 25px;
    line-height: 25px;
    padding-left: 40px;
    background: url("../img/product-lit_03.jpg") no-repeat left center;
  }
  .ins-main .ins-con .ins-lf .tit p {
    font-size: 1.6rem;
    padding-left: 40px;
    color: #ff3131;
  }
  .ins-main .ins-con .ins-lf ul {
    background: #f7f7f7;
    padding: 10px 0;
  }
  .ins-main .ins-con .ins-lf .sub-nav {
    height: auto;
    line-height: 53px;
    border-bottom: 1px solid #ebebeb;
    background: url("../img/lf-nav_03.jpg") no-repeat 88% 26px;
  }
  .ins-main .ins-con .ins-lf .sub-nav a {
    display: block;
    padding-left: 22px;
    transition: 0.4s;
    font-size: 1.6rem;
    color: #252525;
    background: url("../img/lf-arrow_03.png") no-repeat 80% center;
  }
  .ins-main .ins-con .ins-lf .sub-nav a:hover {
    color: #e60012;
  }
  .ins-main .ins-con .ins-lf .sub-nav ul {
    background: #fff;
    display: none;
    padding: 16px 0;
    border: 1px solid #f0f0f0;
    border-bottom: none;
  }
  .ins-main .ins-con .ins-lf .sub-nav ul li {
    line-height: 30px;
    border-bottom: 1px dashed #fff;
  }
  .ins-main .ins-con .ins-lf .sub-nav ul li a {
    display: block;
    font-size: 1.4rem;
    color: #252525;
    padding-left: 22px;
  }
  .ins-main .ins-con .ins-lf .sub-nav ul li a:hover {
    color: #e60012;
  }
  .ins-main .ins-con .ins-lf .sub-nav ul li:last-child {
    border-bottom: none;
  }
  .ins-main .ins-con .ins-lf .active a {
    color: #fff;
    background: #c10002 url("../img/lf-arrow_05.png") no-repeat 90% center;
  }
  .ins-main .ins-con .ins-rt {
    width: 100%;
    float: right;
  }
}
.ins-main .ins-solution {
  padding: 2% 0;
}
.ins-main .ins-solution li {
  padding: 15px;
  transition: 0.4s;
  background: #f7f7f7;
  margin-bottom: 3%;
}
.ins-main .ins-solution li:hover {
  background: #e60012;
}
.ins-main .ins-solution li:hover .txt h6 {
  color: #fff;
}
.ins-main .ins-solution li:hover .txt p {
  color: #fff;
}
.ins-main .ins-solution li .img {
  width: 41%;
  float: left;
}
.ins-main .ins-solution li .img img {
  width: 100%;
}
.ins-main .ins-solution li .txt {
  width: 56.1%;
  float: right;
}
.ins-main .ins-solution li .txt h6 {
  font-size: 1.8rem;
  color: #2e2e2e;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-solution li .txt p {
  font-size: 1.4rem;
  color: #6f6f6f;
  line-height: 230%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.ins-main .ins-solution li .txt span {
  display: block;
  font-size: 1.4rem;
  color: #2e2e2e;
  border: 1px solid #efefef;
  margin-top: 15px;
  width: 108px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #fff;
}
@media (max-width: 992px) {
  .ins-main .ins-solution {
    padding: 2% 0;
  }
  .ins-main .ins-solution li .txt p {
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 768px) {
  .ins-main .ins-solution {
    padding: 2% 0;
  }
  .ins-main .ins-solution li .img {
    width: 100%;
  }
  .ins-main .ins-solution li .txt {
    width: 100%;
  }
  .ins-main .ins-solution li .txt p {
    -webkit-line-clamp: 4;
  }
}
.ins-main .ins-service .img-box {
  margin-bottom: 2%;
}
.ins-main .ins-service img {
  width: 100%;
}
.ins-main .ins-about {
  padding: 3% 0 4%;
}
.ins-main .ins-about .content .img-box .left {
  float: left;
  width: 49.58%;
}
.ins-main .ins-about .content .img-box .left img {
  width: 100%;
}
.ins-main .ins-about .content .img-box .right {
  float: right;
  width: 49.58%;
}
.ins-main .ins-about .content .img-box .right img {
  width: 100%;
}
.ins-main .ins-about .content .txt-box {
  margin: 3% 0;
}
.ins-main .ins-about .content .txt-box p {
  font-size: 1.6rem;
  color: #28262b;
  text-indent: 32px;
  line-height: 240%;
  margin-bottom: 3%;
}
.ins-main .ins-about .honor {
  margin-top: 50px;
}
.ins-main .ins-about .honor h6 {
  width: 170px;
  text-align: center;
  height: 55px;
  line-height: 55px;
  background: #e60012;
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.ins-main .ins-about .honor .honor-box {
  padding: 10px;
  border: 1px solid #f5f5f5;
  position: relative;
}
.ins-main .ins-about .honor .honor-box .swiper-container-honor {
  overflow: hidden;
  position: relative;
}
.ins-main .ins-about .honor .honor-box .swiper-container-honor .swiper-slide {
  cursor: pointer;
}
.ins-main .ins-about .honor .honor-box .swiper-container-honor .swiper-slide:hover .masking {
  opacity: 1;
}
.ins-main .ins-about .honor .honor-box .swiper-container-honor .swiper-slide .img-box {
  position: relative;
}
.ins-main .ins-about .honor .honor-box .swiper-container-honor .swiper-slide .img-box .img {
  width: 100%;
}
.ins-main .ins-about .honor .honor-box .swiper-container-honor .swiper-slide .img-box .img img {
  width: 100%;
}
.ins-main .ins-about .honor .honor-box .swiper-container-honor .swiper-slide .masking {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
}
.ins-main .ins-about .honor .honor-box .swiper-container-honor .swiper-slide .masking img {
  width: 100%;
  height: 100%;
}
.ins-main .ins-about .honor .honor-box .swiper-container-honor .swiper-slide p {
  font-size: 1.6rem;
  color: #242424;
  text-align: center;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-about .honor .honor-box .swiper-button-next-honor {
  position: absolute;
  top: 40%;
  right: 0px;
  cursor: pointer;
  z-index: 2;
  width: 42px;
  height: 42px;
  background: url("../img/honor-next_03.png") no-repeat center;
}
.ins-main .ins-about .honor .honor-box .swiper-button-next-honor:hover {
  background: url("../img/honor-next2_03.png") no-repeat center;
}
.ins-main .ins-about .honor .honor-box .swiper-button-prev-honor {
  position: absolute;
  top: 40%;
  left: 0px;
  cursor: pointer;
  z-index: 2;
  width: 44px;
  height: 44px;
  background: url("../img/honor-prev_03.png") no-repeat center;
}
.ins-main .ins-about .honor .honor-box .swiper-button-prev-honor:hover {
  background: url("../img/honor-prev2_03.png") no-repeat center;
}
@media (max-width: 1200px) {
  .ins-main .ins-about {
    padding: 3% 0 4%;
  }
  .ins-main .ins-about .honor {
    margin-top: 50px;
  }
  .ins-main .ins-about .honor h6 {
    width: 130px;
    text-align: center;
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .ins-main .ins-about {
    padding: 3% 0 4%;
  }
  .ins-main .ins-about .content .img-box .left {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  .ins-main .ins-about .content .img-box .right {
    float: right;
    width: 100%;
  }
  .ins-main .ins-about .honor {
    margin-top: 20px;
  }
  .ins-main .ins-about .honor h6 {
    width: 100px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: #e60012;
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  .ins-main .ins-about .honor .honor-box {
    padding: 10px;
    border: 1px solid #f5f5f5;
    position: relative;
  }
}
.ins-main .ins-culture {
  padding: 3% 0 3%;
}
.ins-main .ins-culture .value {
  padding-bottom: 2%;
}
.ins-main .ins-culture .value h5 {
  width: 170px;
  text-align: center;
  height: 55px;
  line-height: 55px;
  background: #e60012;
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.ins-main .ins-culture .value .list-box li {
  width: 31.8333333%;
  float: left;
  text-align: center;
  margin-right: 2.25%;
}
.ins-main .ins-culture .value .list-box li .img img {
  width: 100%;
}
.ins-main .ins-culture .value .list-box li .txt {
  margin: 8% 0;
}
.ins-main .ins-culture .value .list-box li .txt h6 {
  font-size: 1.8rem;
  color: #1d1d1d;
}
.ins-main .ins-culture .value .list-box li .txt p {
  font-size: 1.4rem;
  color: #717171;
}
.ins-main .ins-culture .value .list-box li:nth-child(3n+3) {
  margin-right: 0;
}
.ins-main .ins-culture .xundao {
  height: 460px;
  background: url("../img/xundao_02.jpg") no-repeat center;
}
.ins-main .ins-culture .xundao h5 {
  width: 170px;
  text-align: center;
  height: 55px;
  line-height: 55px;
  background: #e60012;
  color: #fff;
  font-size: 1.8rem;
  margin: 70px 0 50px;
}
.ins-main .ins-culture .xundao li {
  width: 31.8333333%;
  float: left;
  text-align: center;
  margin-right: 2.25%;
  height: 52px;
  line-height: 52px;
  background: #fff;
  transition: 0.4s;
  font-size: 1.6rem;
  color: #454545;
  margin-bottom: 28px;
}
.ins-main .ins-culture .xundao li:hover {
  background: #e60012;
  color: #fff;
}
.ins-main .ins-culture .xundao li:nth-child(3n+3) {
  margin-right: 0;
}
.ins-main .ins-culture .xintai h5 {
  width: 170px;
  text-align: center;
  height: 55px;
  line-height: 55px;
  background: #e60012;
  color: #fff;
  font-size: 1.8rem;
  margin: 70px 0 50px;
}
.ins-main .ins-culture .xintai li {
  float: left;
  height: 120px;
  margin-bottom: 28px;
  margin-right: 40px;
}
.ins-main .ins-culture .xintai li .number {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  float: left;
  background: #e60012;
  text-align: center;
  color: #fff;
}
.ins-main .ins-culture .xintai li .number p {
  font-size: 1.6rem;
  padding: 33px 0 0px;
  margin-bottom: 6px;
}
.ins-main .ins-culture .xintai li .number h4 {
  font-size: 3rem;
  font-weight: 600;
  margin-top: 6px;
}
.ins-main .ins-culture .xintai li .txt {
  width: 503px;
  background: #f7f7f7;
  margin-left: 60px;
  height: 120px;
}
.ins-main .ins-culture .xintai li .txt p {
  font-size: 1.6rem;
  color: #454545;
  line-height: 30px;
  padding: 32px 35px 0 90px;
}
.ins-main .ins-culture .xintai li:nth-child(2n+2) {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .ins-main .ins-culture .value h5 {
    width: 130px;
    text-align: center;
    height: 50px;
    line-height: 50px;
  }
  .ins-main .ins-culture .xundao h5 {
    width: 130px;
    text-align: center;
    height: 50px;
    line-height: 50px;
  }
  .ins-main .ins-culture .xintai h5 {
    width: 130px;
    text-align: center;
    height: 50px;
    line-height: 50px;
  }
  .ins-main .ins-culture .xintai li {
    float: left;
    height: 100px;
    margin-bottom: 28px;
    margin-right: 40px;
  }
  .ins-main .ins-culture .xintai li .number {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    float: left;
    background: #e60012;
    text-align: center;
    color: #fff;
  }
  .ins-main .ins-culture .xintai li .number p {
    font-size: 1.6rem;
    padding: 26px 0 0px;
    margin-bottom: 6px;
  }
  .ins-main .ins-culture .xintai li .number h4 {
    font-size: 3rem;
    font-weight: 600;
    margin-top: 6px;
  }
  .ins-main .ins-culture .xintai li .txt {
    width: 400px;
    background: #f7f7f7;
    margin-left: 50px;
    height: 100px;
  }
  .ins-main .ins-culture .xintai li .txt p {
    font-size: 1.6rem;
    color: #454545;
    line-height: 30px;
    padding: 20px 35px 0 80px;
  }
  .ins-main .ins-culture .xintai li:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .ins-main .ins-culture .value h5 {
    width: 130px;
    text-align: center;
    height: 50px;
    line-height: 50px;
  }
  .ins-main .ins-culture .xundao h5 {
    width: 130px;
    text-align: center;
    height: 50px;
    line-height: 50px;
  }
  .ins-main .ins-culture .xintai h5 {
    width: 130px;
    text-align: center;
    height: 50px;
    line-height: 50px;
  }
  .ins-main .ins-culture .xintai li {
    float: left;
    height: 80px;
    margin-bottom: 28px;
    margin-right: 40px;
  }
  .ins-main .ins-culture .xintai li .number {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    float: left;
    background: #e60012;
    text-align: center;
    color: #fff;
  }
  .ins-main .ins-culture .xintai li .number p {
    font-size: 1.6rem;
    padding: 20px 0 0px;
    margin-bottom: 6px;
  }
  .ins-main .ins-culture .xintai li .number h4 {
    font-size: 3rem;
    font-weight: 600;
    margin-top: 6px;
  }
  .ins-main .ins-culture .xintai li .txt {
    width: 300px;
    background: #f7f7f7;
    margin-left: 40px;
    height: 80px;
  }
  .ins-main .ins-culture .xintai li .txt p {
    font-size: 1.6rem;
    color: #454545;
    line-height: 23px;
    padding: 20px 35px 0 50px;
  }
  .ins-main .ins-culture .xintai li:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .ins-main .ins-culture .value h5 {
    width: 100px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: #e60012;
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  .ins-main .ins-culture .value .list-box li {
    width: 100%;
    float: left;
    text-align: center;
    margin-right: 0%;
  }
  .ins-main .ins-culture .value .list-box li .img img {
    width: 100%;
  }
  .ins-main .ins-culture .value .list-box li .txt {
    margin: 5% 0;
  }
  .ins-main .ins-culture .value .list-box li .txt h6 {
    font-size: 1.8rem;
    color: #1d1d1d;
  }
  .ins-main .ins-culture .value .list-box li .txt p {
    font-size: 1.4rem;
    color: #717171;
  }
  .ins-main .ins-culture .value .list-box li:nth-child(3n+3) {
    margin-right: 0%;
  }
  .ins-main .ins-culture .value .list-box li:nth-child(2n+2) {
    margin-right: 0%;
  }
  .ins-main .ins-culture .xundao {
    padding-bottom: 15px;
    height: auto;
    background: url("../img/xundao_02.jpg") no-repeat center;
    background-size: cover;
  }
  .ins-main .ins-culture .xundao h5 {
    width: 100px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: #e60012;
    color: #fff;
    font-size: 1.6rem;
    margin: 30px 0;
  }
  .ins-main .ins-culture .xundao li {
    width: 49%;
    float: left;
    text-align: center;
    margin-right: 2%;
    height: 35px;
    line-height: 35px;
    background: #fff;
    transition: 0.4s;
    font-size: 1.6rem;
    color: #454545;
    margin-bottom: 18px;
  }
  .ins-main .ins-culture .xundao li:hover {
    background: #e60012;
    color: #fff;
  }
  .ins-main .ins-culture .xundao li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .ins-main .ins-culture .xundao li:nth-child(2n+2) {
    margin-right: 0%;
  }
  .ins-main .ins-culture .xintai h5 {
    width: 100px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: #e60012;
    color: #fff;
    font-size: 1.6rem;
    margin: 30px 0;
  }
  .ins-main .ins-culture .xintai li {
    float: left;
    height: 80px;
    margin-bottom: 28px;
    margin-right: 40px;
  }
  .ins-main .ins-culture .xintai li .number {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    float: left;
    background: #e60012;
    text-align: center;
    color: #fff;
  }
  .ins-main .ins-culture .xintai li .number p {
    font-size: 1.6rem;
    padding: 17px 0 0px;
    margin-bottom: 6px;
  }
  .ins-main .ins-culture .xintai li .number h4 {
    font-size: 3rem;
    font-weight: 600;
    margin-top: 6px;
  }
  .ins-main .ins-culture .xintai li .txt {
    width: 290px;
    background: #f7f7f7;
    margin-left: 40px;
    height: 80px;
  }
  .ins-main .ins-culture .xintai li .txt p {
    font-size: 1.4rem;
    color: #454545;
    line-height: 22px;
    padding: 10px 35px 0 50px;
  }
  .ins-main .ins-culture .xintai li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-contact {
  padding: 3% 0;
}
.ins-main .ins-contact .contact-tit {
  margin-bottom: 4%;
  text-align: center;
}
.ins-main .ins-contact .contact-top {
  padding-bottom: 3%;
}
.ins-main .ins-contact .contact-top li {
  width: 33.3333333%;
  float: left;
  text-align: center;
}
.ins-main .ins-contact .contact-top li img {
  max-width: 100%;
  margin-bottom: 8%;
}
.ins-main .ins-contact .contact-top li p {
  font-size: 1.6rem;
  color: #5b5b5b;
  padding-left: 20px;
}
.ins-main .ins-contact .map-box {
  padding: 3% 0;
  background: #f7f7f7;
}
.ins-main .ins-contact .map-box .amap-toolbar {
  display: none;
}
.ins-main .ins-contact .map-box .amap-overviewcontrol {
  display: none;
}
.ins-main .ins-contact .map-box .map-one {
  padding: 14px;
  background: #fff;
  width: 49%;
  float: left;
}
.ins-main .ins-contact .map-box .map-one p {
  font-size: 1.6rem;
  color: #404040;
  text-align: center;
  margin: 18px 0 10px;
}
.ins-main .ins-contact .map-box .map-two {
  padding: 14px;
  background: #fff;
  width: 49%;
  float: right;
}
.ins-main .ins-contact .map-box .map-two p {
  font-size: 1.6rem;
  color: #404040;
  text-align: center;
  margin: 18px 0 10px;
}
.ins-main .ins-contact .map-box .my-map {
  margin: 0 auto;
  width: 100%;
  height: 400px;
}
.ins-main .ins-contact .map-box .my-map .icon {
  background: url(../img/marker.png) no-repeat;
}
.ins-main .ins-contact .map-box .my-map .icon-cir {
  height: 31px;
  width: 28px;
}
.ins-main .ins-contact .map-box .my-map .icon-cir-red {
  background-position: -11px -5px;
}
.ins-main .ins-contact .map-box .amap-container {
  height: 100%;
}
.ins-main .ins-contact .message {
  padding: 3% 0 0;
}
.ins-main .ins-contact .message .box-tit {
  text-align: center;
  margin-bottom: 4%;
}
.ins-main .ins-contact .message .box-tit h5 {
  font-size: 2.4rem;
  color: #1b1b1b;
}
.ins-main .ins-contact .message .box-tit b {
  display: inline-block;
  width: 25px;
  height: 1px;
  background: #e60012;
}
.ins-main .ins-contact .message ul:nth-child(1) {
  width: 100%;
}
.ins-main .ins-contact .message ul:nth-child(1) li {
  width: 33.33333333%;
  float: left;
  margin-bottom: 3%;
}
.ins-main .ins-contact .message ul:nth-child(1) li input:focus {
  border: 1px solid #e60012;
}
.ins-main .ins-contact .message ul:nth-child(1) li span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 15%;
}
.ins-main .ins-contact .message ul:nth-child(1) li span sup {
  color: #ff0000;
}
.ins-main .ins-contact .message ul:nth-child(1) li .txt {
  width: 80%;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  border: 1px solid #efefef;
}
.ins-main .ins-contact .message ul:nth-child(1) li:nth-child(3) {
  margin-right: 0;
}
.ins-main .ins-contact .message ul:nth-child(2) {
  clear: both;
}
.ins-main .ins-contact .message ul:nth-child(2) li {
  margin-bottom: 3%;
}
.ins-main .ins-contact .message ul:nth-child(2) li span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
  width: 5%;
}
.ins-main .ins-contact .message ul:nth-child(2) li span sup {
  color: #ff0000;
}
.ins-main .ins-contact .message ul:nth-child(2) li textarea {
  width: 93.3%;
  height: 120px;
  border: 1px solid #efefef;
  padding: 10px;
  float: left;
}
.ins-main .ins-contact .message ul:nth-child(2) li textarea:focus {
  border: 1px solid #e60012;
}
.ins-main .ins-contact .message ul:nth-child(3) {
  clear: both;
  text-align: center;
}
.ins-main .ins-contact .message ul:nth-child(3) .submit {
  width: 150px;
  height: 40px;
  cursor: pointer;
  border: none;
  margin: 3% auto 0;
  background: #e60012;
  font-size: 1.4rem;
  color: #fff;
}
@media (max-width: 768px) {
  .ins-main .ins-contact {
    padding: 3% 0;
  }
  .ins-main .ins-contact .contact-tit {
    margin-bottom: 4%;
    text-align: center;
  }
  .ins-main .ins-contact .contact-tit img {
    width: 120px;
  }
  .ins-main .ins-contact .contact-top {
    padding-bottom: 3%;
  }
  .ins-main .ins-contact .contact-top li {
    width: 50%;
    float: left;
    text-align: center;
  }
  .ins-main .ins-contact .contact-top li img {
    max-width: 100%;
    margin-bottom: 8%;
    width: 70px;
    height: 70px;
  }
  .ins-main .ins-contact .contact-top li p {
    font-size: 1.6rem;
    color: #5b5b5b;
    padding-left: 0px;
  }
  .ins-main .ins-contact .contact-top li:nth-child(3) {
    width: 100%;
  }
  .ins-main .ins-contact .map-box {
    padding: 3% 0;
    background: #f7f7f7;
  }
  .ins-main .ins-contact .map-box .amap-toolbar {
    display: none;
  }
  .ins-main .ins-contact .map-box .amap-overviewcontrol {
    display: none;
  }
  .ins-main .ins-contact .map-box .map-one {
    padding: 14px;
    background: #fff;
    width: 100%;
    float: left;
  }
  .ins-main .ins-contact .map-box .map-one p {
    font-size: 1.6rem;
    color: #404040;
    text-align: center;
    margin: 18px 0 10px;
  }
  .ins-main .ins-contact .map-box .map-two {
    padding: 14px;
    background: #fff;
    width: 100%;
    float: right;
  }
  .ins-main .ins-contact .map-box .map-two p {
    font-size: 1.6rem;
    color: #404040;
    text-align: center;
    margin: 18px 0 10px;
  }
  .ins-main .ins-contact .map-box .my-map {
    margin: 0 auto;
    width: 100%;
    height: 300px;
  }
  .ins-main .ins-contact .map-box .my-map .icon {
    background: url(../img/marker.png) no-repeat;
  }
  .ins-main .ins-contact .map-box .my-map .icon-cir {
    height: 31px;
    width: 28px;
  }
  .ins-main .ins-contact .map-box .my-map .icon-cir-red {
    background-position: -11px -5px;
  }
  .ins-main .ins-contact .map-box .amap-container {
    height: 100%;
  }
  .ins-main .ins-contact .message {
    padding: 3% 0 0;
  }
  .ins-main .ins-contact .message .box-tit {
    text-align: center;
    margin-bottom: 4%;
  }
  .ins-main .ins-contact .message .box-tit h5 {
    font-size: 2.4rem;
    color: #1b1b1b;
  }
  .ins-main .ins-contact .message .box-tit b {
    display: inline-block;
    width: 25px;
    height: 1px;
    background: #e60012;
  }
  .ins-main .ins-contact .message ul:nth-child(1) {
    width: 100%;
  }
  .ins-main .ins-contact .message ul:nth-child(1) li {
    width: 100%;
    float: left;
    margin-bottom: 3%;
  }
  .ins-main .ins-contact .message ul:nth-child(1) li input:focus {
    border: 1px solid #e60012;
  }
  .ins-main .ins-contact .message ul:nth-child(1) li span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 15%;
  }
  .ins-main .ins-contact .message ul:nth-child(1) li span sup {
    color: #ff0000;
  }
  .ins-main .ins-contact .message ul:nth-child(1) li .txt {
    width: 80%;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border: 1px solid #efefef;
  }
  .ins-main .ins-contact .message ul:nth-child(1) li:nth-child(3) {
    margin-right: 0;
  }
  .ins-main .ins-contact .message ul:nth-child(2) {
    clear: both;
  }
  .ins-main .ins-contact .message ul:nth-child(2) li {
    margin-bottom: 3%;
  }
  .ins-main .ins-contact .message ul:nth-child(2) li span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
    width: 50px;
  }
  .ins-main .ins-contact .message ul:nth-child(2) li span sup {
    color: #ff0000;
  }
  .ins-main .ins-contact .message ul:nth-child(2) li textarea {
    width: 83.3%;
    float: right;
    height: 120px;
    border: 1px solid #efefef;
    padding: 10px;
    float: left;
  }
  .ins-main .ins-contact .message ul:nth-child(2) li textarea:focus {
    border: 1px solid #e60012;
  }
  .ins-main .ins-contact .message ul:nth-child(3) {
    clear: both;
    text-align: center;
  }
  .ins-main .ins-contact .message ul:nth-child(3) .submit {
    width: 150px;
    height: 40px;
    cursor: pointer;
    border: none;
    margin: 3% auto 0;
    background: #e60012;
    font-size: 1.4rem;
    color: #fff;
  }
}
.ins-main .ins-huanjing {
  padding: 3% 0;
}
.ins-main .ins-huanjing .content li {
  width: 24%;
  float: left;
  margin-right: 1.33333333%;
  margin-bottom: 2%;
  position: relative;
  text-align: center;
}
.ins-main .ins-huanjing .content li .img-box {
  cursor: pointer;
}
.ins-main .ins-huanjing .content li .img-box:hover .masking {
  opacity: 1;
}
.ins-main .ins-huanjing .content li img {
  width: 100%;
}
.ins-main .ins-huanjing .content li .masking {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.4s;
}
.ins-main .ins-huanjing .content li p {
  font-size: 1.6rem;
  color: #28262b;
  margin: 15px 0 0;
}
.ins-main .ins-huanjing .content li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-huanjing .content li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
    text-align: center;
  }
  .ins-main .ins-huanjing .content li .img-box {
    cursor: pointer;
  }
  .ins-main .ins-huanjing .content li .img-box:hover .masking {
    opacity: 1;
  }
  .ins-main .ins-huanjing .content li img {
    width: 100%;
  }
  .ins-main .ins-huanjing .content li .masking {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.4s;
  }
  .ins-main .ins-huanjing .content li p {
    font-size: 1.6rem;
    color: #28262b;
    margin: 15px 0 0;
  }
  .ins-main .ins-huanjing .content li:nth-child(4n+4) {
    margin-right: 0;
  }
  .ins-main .ins-huanjing .content li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-jianjie .jianjie {
  padding: 3% 0;
}
.ins-main .ins-jianjie .jianjie .tit {
  text-align: center;
  margin-bottom: 3%;
}
.ins-main .ins-jianjie .jianjie .img-box {
  width: 50%;
  float: left;
}
.ins-main .ins-jianjie .jianjie .img-box .view .swiper-container {
  width: 100%;
  height: 100%;
}
.ins-main .ins-jianjie .jianjie .img-box .view .swiper-container .swiper-slide {
  width: 100%;
  border: 1px solid #d9d9d9;
}
.ins-main .ins-jianjie .jianjie .img-box .view .swiper-container .swiper-slide img {
  width: 100%;
  background: url("../img/pro-bg-grey_03.jpg") no-repeat center;
  background-size: cover;
}
.ins-main .ins-jianjie .jianjie .img-box .preview {
  width: 100%;
  margin-top: 10px;
  position: static;
}
.ins-main .ins-jianjie .jianjie .img-box .preview .swiper-container {
  width: 100%;
  margin: 0 auto;
}
.ins-main .ins-jianjie .jianjie .img-box .preview .swiper-slide {
  float: left;
  width: auto;
}
.ins-main .ins-jianjie .jianjie .img-box .preview .swiper-slide img {
  width: 100%;
  cursor: pointer;
  border: 1px solid #d9d9d9;
}
.ins-main .ins-jianjie .jianjie .img-box .preview .active-nav img {
  border: 1px solid #e60012;
  box-sizing: border-box;
}
.ins-main .ins-jianjie .jianjie .txt-box {
  width: 47.8%;
  float: right;
}
.ins-main .ins-jianjie .jianjie .txt-box p {
  font-size: 1.4rem;
  color: #737373;
  line-height: 180%;
}
.ins-main .ins-jianjie .licheng {
  background: #f7f7f7;
  padding: 3% 0 4%;
}
.ins-main .ins-jianjie .licheng .licheng-tit {
  text-align: center;
  margin-bottom: 30px;
}
.ins-main .ins-jianjie .licheng .licheng-tit h5 {
  font-size: 2.4rem;
  color: #1b1b1b;
}
.ins-main .ins-jianjie .licheng .licheng-tit b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 25px;
  height: 1px;
  background: #e60012;
}
.ins-main .ins-jianjie .licheng .year-box {
  height: 456px;
  overflow-y: auto;
}
.ins-main .ins-jianjie .licheng .year-box li {
  height: 72px;
  position: relative;
  margin: 4px 0 20px 0;
  background: #fff;
  border-radius: 75px 0 0 75px;
}
.ins-main .ins-jianjie .licheng .year-box li:hover span {
  background: #e60012;
}
.ins-main .ins-jianjie .licheng .year-box li span {
  width: 75px;
  height: 75px;
  float: left;
  border-radius: 75px;
  background: #35333e;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  transition: 0.3s;
  line-height: 75px;
  margin-top: -1px;
}
.ins-main .ins-jianjie .licheng .year-box li p {
  font-size: 1.6rem;
  color: #2c2c2c;
  width: 83%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.ins-main .ins-jianjie .licheng .year-box::-webkit-scrollbar {
  /*滚动条整体样式*/

  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/

  height: 4px;
}
.ins-main .ins-jianjie .licheng .year-box::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/

  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.ins-main .ins-jianjie .licheng .year-box::-webkit-scrollbar-track {
  /*滚动条里面轨道*/

  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.ins-main .ins-jianjie .chejian {
  padding: 3% 0 4%;
}
.ins-main .ins-jianjie .chejian .chejian-tit {
  text-align: center;
  margin-bottom: 30px;
}
.ins-main .ins-jianjie .chejian .chejian-tit h5 {
  font-size: 2.4rem;
  color: #1b1b1b;
}
.ins-main .ins-jianjie .chejian .chejian-tit b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 25px;
  height: 1px;
  background: #e60012;
}
.ins-main .ins-jianjie .chejian .chejian-box .swiper-container-chejian {
  overflow: hidden;
}
.ins-main .ins-jianjie .chejian .chejian-box .swiper-slide img {
  width: 100%;
  cursor: pointer;
}
@media (max-width: 992px) {
  .ins-main .ins-jianjie .jianjie {
    padding: 3% 0;
  }
  .ins-main .ins-jianjie .jianjie .tit {
    text-align: center;
    margin-bottom: 3%;
  }
  .ins-main .ins-jianjie .jianjie .img-box {
    width: 100%;
    float: left;
  }
  .ins-main .ins-jianjie .jianjie .txt-box {
    width: 100%;
    float: right;
    margin-top: 3%;
  }
  .ins-main .ins-jianjie .licheng {
    background: #f7f7f7;
    padding: 3% 0 4%;
  }
  .ins-main .ins-jianjie .licheng .year-box {
    height: 456px;
    overflow-y: auto;
  }
  .ins-main .ins-jianjie .licheng .year-box li {
    height: 72px;
    position: relative;
    margin: 4px 0 20px 0;
    background: #fff;
    border-radius: 75px 0 0 75px;
  }
  .ins-main .ins-jianjie .licheng .year-box li:hover span {
    background: #e60012;
  }
  .ins-main .ins-jianjie .licheng .year-box li span {
    width: 75px;
    height: 75px;
    float: left;
    border-radius: 75px;
    background: #35333e;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    transition: 0.3s;
    line-height: 75px;
    margin-top: -1px;
  }
  .ins-main .ins-jianjie .licheng .year-box li p {
    font-size: 1.6rem;
    color: #2c2c2c;
    width: 73%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
  .ins-main .ins-jianjie .chejian .chejian-tit {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .ins-main .ins-jianjie .jianjie {
    padding: 3% 0;
  }
  .ins-main .ins-jianjie .jianjie .tit {
    text-align: center;
    margin-bottom: 3%;
  }
  .ins-main .ins-jianjie .jianjie .tit img {
    width: 120px;
  }
  .ins-main .ins-jianjie .jianjie .img-box {
    width: 100%;
    float: left;
  }
  .ins-main .ins-jianjie .jianjie .txt-box {
    width: 100%;
    float: right;
    margin-top: 3%;
  }
  .ins-main .ins-jianjie .licheng {
    background: #f7f7f7;
    padding: 3% 0 4%;
  }
  .ins-main .ins-jianjie .licheng .year-box {
    height: 456px;
    overflow-y: auto;
  }
  .ins-main .ins-jianjie .licheng .year-box li {
    height: 72px;
    position: relative;
    margin: 4px 0 20px 0;
    background: #fff;
    border-radius: 75px 0 0 75px;
  }
  .ins-main .ins-jianjie .licheng .year-box li:hover span {
    background: #e60012;
  }
  .ins-main .ins-jianjie .licheng .year-box li span {
    width: 75px;
    height: 75px;
    float: left;
    border-radius: 75px;
    background: #35333e;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    transition: 0.3s;
    line-height: 75px;
    margin-top: -1px;
  }
  .ins-main .ins-jianjie .licheng .year-box li p {
    font-size: 1.6rem;
    color: #2c2c2c;
    width: 63%;
    position: absolute;
    transform: translate(-35%, -50%);
    left: 50%;
    top: 50%;
  }
}
.ins-main .ins-wenhua .wenhua {
  padding: 3% 0 5%;
}
.ins-main .ins-wenhua .wenhua .tit {
  text-align: center;
  margin-bottom: 3%;
}
.ins-main .ins-wenhua .wenhua .content {
  background: #f7f7f7;
  padding: 2% 0;
}
.ins-main .ins-wenhua .wenhua .content .img {
  width: 61.4%;
  float: left;
}
.ins-main .ins-wenhua .wenhua .content .img img {
  max-width: 100%;
}
.ins-main .ins-wenhua .wenhua .content .list-box {
  width: 36%;
  float: right;
  margin-top: 3.5%;
}
.ins-main .ins-wenhua .wenhua .content .list-box li {
  padding-left: 40px;
  background: url("../img/wenhua-lit_03.jpg") no-repeat left top;
  margin-bottom: 8%;
}
.ins-main .ins-wenhua .wenhua .content .list-box li h6 {
  font-size: 1.6rem;
  color: #000;
}
.ins-main .ins-wenhua .wenhua .content .list-box li p {
  font-size: 1.6rem;
  color: #565656;
}
@media (max-width: 768px) {
  .ins-main .ins-wenhua .wenhua {
    padding: 3% 0 5%;
  }
  .ins-main .ins-wenhua .wenhua .tit {
    text-align: center;
    margin-bottom: 3%;
  }
  .ins-main .ins-wenhua .wenhua .tit img {
    width: 120px;
  }
  .ins-main .ins-wenhua .wenhua .content {
    background: #f7f7f7;
    padding: 2% 0;
  }
  .ins-main .ins-wenhua .wenhua .content .img {
    display: none;
  }
  .ins-main .ins-wenhua .wenhua .content .list-box {
    margin-left: 5%;
    width: 95%;
    float: right;
    margin-top: 3.5%;
  }
  .ins-main .ins-wenhua .wenhua .content .list-box li {
    padding-left: 40px;
    background: url("../img/wenhua-lit_03.jpg") no-repeat left top;
    margin-bottom: 8%;
  }
  .ins-main .ins-wenhua .wenhua .content .list-box li h6 {
    font-size: 1.6rem;
    color: #000;
  }
  .ins-main .ins-wenhua .wenhua .content .list-box li p {
    font-size: 1.6rem;
    color: #565656;
  }
}
.ins-main .ins-zizhi {
  padding: 3% 0 2%;
}
.ins-main .ins-zizhi .tit {
  text-align: center;
  margin-bottom: 3%;
}
.ins-main .ins-zizhi ul li {
  width: 24%;
  float: left;
  margin-right: 1.25%;
  text-align: center;
  margin-bottom: 1%;
}
.ins-main .ins-zizhi ul li .img {
  border: 1px solid #efefef;
  padding: 8px;
}
.ins-main .ins-zizhi ul li .img img {
  width: 100%;
  cursor: pointer;
}
.ins-main .ins-zizhi ul li p {
  font-size: 1.6rem;
  color: #525252;
  margin-top: 8px;
}
.ins-main .ins-zizhi ul li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-zizhi {
    padding: 3% 0 2%;
  }
  .ins-main .ins-zizhi .tit {
    text-align: center;
    margin-bottom: 3%;
  }
  .ins-main .ins-zizhi .tit img {
    width: 120px;
  }
  .ins-main .ins-zizhi ul li {
    width: 49%;
    float: left;
    margin-right: 2%;
    text-align: center;
    margin-bottom: 1%;
  }
  .ins-main .ins-zizhi ul li .img {
    border: 1px solid #efefef;
    padding: 8px;
  }
  .ins-main .ins-zizhi ul li .img img {
    width: 100%;
    cursor: pointer;
  }
  .ins-main .ins-zizhi ul li p {
    font-size: 1.6rem;
    color: #525252;
    margin-top: 8px;
  }
  .ins-main .ins-zizhi ul li:nth-child(4n+4) {
    margin-right: 0;
  }
  .ins-main .ins-zizhi ul li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-shebei {
  padding: 3% 0 2%;
}
.ins-main .ins-shebei .tit {
  text-align: center;
  margin-bottom: 3%;
}
.ins-main .ins-shebei ul li {
  width: 24%;
  float: left;
  margin-right: 1.25%;
  text-align: center;
  margin-bottom: 1%;
}
.ins-main .ins-shebei ul li .img {
  border: 1px solid #efefef;
  padding: 8px;
}
.ins-main .ins-shebei ul li .img img {
  width: 100%;
  cursor: pointer;
}
.ins-main .ins-shebei ul li p {
  font-size: 1.6rem;
  color: #525252;
  margin-top: 8px;
}
.ins-main .ins-shebei ul li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-shebei {
    padding: 3% 0 2%;
  }
  .ins-main .ins-shebei .tit {
    text-align: center;
    margin-bottom: 3%;
  }
  .ins-main .ins-shebei .tit img {
    width: 120px;
  }
  .ins-main .ins-shebei ul li {
    width: 49%;
    float: left;
    margin-right: 2%;
    text-align: center;
    margin-bottom: 1%;
  }
  .ins-main .ins-shebei ul li .img {
    border: 1px solid #efefef;
    padding: 8px;
  }
  .ins-main .ins-shebei ul li .img img {
    width: 100%;
    cursor: pointer;
  }
  .ins-main .ins-shebei ul li p {
    font-size: 1.6rem;
    color: #525252;
    margin-top: 8px;
  }
  .ins-main .ins-shebei ul li:nth-child(4n+4) {
    margin-right: 0;
  }
  .ins-main .ins-shebei ul li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-shouqian {
  padding: 3% 0 2%;
}
.ins-main .ins-shouqian .tit {
  text-align: center;
  margin-bottom: 5%;
}
.ins-main .ins-shouqian .shouqian li {
  margin-bottom: 4%;
}
.ins-main .ins-shouqian .shouqian li .img {
  width: 47.5%;
}
.ins-main .ins-shouqian .shouqian li .img img {
  width: 100%;
}
.ins-main .ins-shouqian .shouqian li .txt {
  width: 50%;
}
.ins-main .ins-shouqian .shouqian li .txt h6 {
  font-size: 1.8rem;
  color: #262626;
  padding: 3% 0;
}
.ins-main .ins-shouqian .shouqian li .txt b {
  display: block;
  width: 36px;
  height: 1px;
  background: #e60012;
}
.ins-main .ins-shouqian .shouqian li .txt p {
  font-size: 1.4rem;
  line-height: 200%;
  margin-top: 4%;
}
.ins-main .ins-shouqian .shouqian li .txt span {
  display: block;
  line-height: 200%;
}
.ins-main .ins-shouqian .shouqian li .txt span:nth-child(1) {
  margin-top: 5%;
}
.ins-main .ins-shouqian .shouqian li:nth-child(odd) .img {
  float: left;
}
.ins-main .ins-shouqian .shouqian li:nth-child(odd) .txt {
  float: right;
}
.ins-main .ins-shouqian .shouqian li:nth-child(even) .img {
  float: right;
}
.ins-main .ins-shouqian .shouqian li:nth-child(even) .txt {
  float: left;
}
@media (max-width: 768px) {
  .ins-main .ins-shouqian {
    padding: 3% 0 2%;
  }
  .ins-main .ins-shouqian .tit {
    text-align: center;
    margin-bottom: 5%;
  }
  .ins-main .ins-shouqian .tit img {
    width: 120px;
  }
  .ins-main .ins-shouqian .shouqian li {
    margin-bottom: 4%;
  }
  .ins-main .ins-shouqian .shouqian li .img {
    width: 100%;
  }
  .ins-main .ins-shouqian .shouqian li .img img {
    width: 100%;
  }
  .ins-main .ins-shouqian .shouqian li .txt {
    width: 100%;
  }
  .ins-main .ins-shouqian .shouqian li .txt h6 {
    font-size: 1.8rem;
    color: #262626;
    padding: 3% 0;
  }
  .ins-main .ins-shouqian .shouqian li .txt b {
    display: block;
    width: 36px;
    height: 1px;
    background: #e60012;
  }
  .ins-main .ins-shouqian .shouqian li .txt p {
    font-size: 1.4rem;
    line-height: 200%;
    margin-top: 4%;
  }
  .ins-main .ins-shouqian .shouqian li .txt span {
    display: block;
    line-height: 200%;
  }
  .ins-main .ins-shouqian .shouqian li .txt span:nth-child(1) {
    margin-top: 5%;
  }
  .ins-main .ins-shouqian .shouqian li:nth-child(odd) .img {
    float: left;
  }
  .ins-main .ins-shouqian .shouqian li:nth-child(odd) .txt {
    float: right;
  }
  .ins-main .ins-shouqian .shouqian li:nth-child(even) .img {
    float: right;
  }
  .ins-main .ins-shouqian .shouqian li:nth-child(even) .txt {
    float: left;
  }
}
.ins-main .ins-jishu {
  padding: 3% 0 2%;
}
.ins-main .ins-jishu .tit {
  text-align: center;
  margin-bottom: 5%;
}
@media (max-width: 768px) {
  .ins-main .ins-jishu .tit img {
    width: 120px;
  }
}
.ins-main .ins-jishu .jishu li {
  padding: 2%;
  background: #f7f7f7;
  border: 1px solid #ececec;
  margin-bottom: 2%;
}
@media (max-width: 768px) {
  .ins-main .ins-jishu .jishu li {
    margin-bottom: 5%;
  }
}
.ins-main .ins-jishu .jishu li:hover {
  background: #e60012;
  border-color: #e60012;
}
.ins-main .ins-jishu .jishu li:hover h6 {
  background: url(../img/jishu-lit_08.png) no-repeat left center;
  color: #fff;
}
.ins-main .ins-jishu .jishu li:hover p {
  background: url(../img/jishu-lit_11.png) no-repeat left top;
  color: #fff;
}
.ins-main .ins-jishu .jishu li:hover span {
  background: #fff;
  color: #e60012;
}
.ins-main .ins-jishu .jishu li h6 {
  font-size: 16px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 45px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 2%;
  background: url(../img/jishu-lit_03.png) no-repeat left center;
}
.ins-main .ins-jishu .jishu li p {
  font-size: 1.4rem;
  color: #616161;
  line-height: 200%;
  padding-bottom: 2%;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 45px;
  background: url(../img/jishu-lit_06.png) no-repeat left top;
}
.ins-main .ins-jishu .jishu li span {
  width: 120px;
  height: 30px;
  margin: 1% 0 0;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 30px;
  background: #e60012;
  color: #fff;
  font-size: 1.4rem;
}
.ins-main .ins-shebei {
  padding: 3% 0 2%;
}
.ins-main .ins-shebei .tit {
  text-align: center;
  margin-bottom: 3%;
}
.ins-main .ins-shebei ul li {
  width: 32.3333333%;
  float: left;
  margin-right: 1.5%;
}
.ins-main .ins-shebei ul li .img {
  overflow: hidden;
}
.ins-main .ins-shebei ul li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-shebei ul li:nth-child(3n+3) {
  margin-right: 0;
}
.ins-main .ins-download {
  padding: 2% 0;
}
.ins-main .ins-download .list {
  margin-bottom: 25px;
  border: 1px solid #ececec;
  font-size: 1.6rem;
  color: #969696;
}
.ins-main .ins-download .list ul {
  margin: 0;
}
.ins-main .ins-download .list li:nth-child(1) {
  background: #f3f3f3;
  text-align: center;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ececec;
}
.ins-main .ins-download .list li:nth-child(1) span:nth-child(1) {
  width: 47%;
  float: left;
  border-right: 1px solid #e0e0e0;
}
.ins-main .ins-download .list li:nth-child(1) span:nth-child(2) {
  width: 20%;
  float: left;
  border-right: 1px solid #e0e0e0;
}
.ins-main .ins-download .list li:nth-child(1) span:nth-child(3) {
  width: 20%;
  float: left;
  border-right: 1px solid #e0e0e0;
}
.ins-main .ins-download .list li:nth-child(1) span:nth-child(4) {
  width: 13%;
  float: left;
}
.ins-main .ins-download .list li:nth-child(2) {
  text-align: center;
  height: 60px;
  line-height: 60px;
}
.ins-main .ins-download .list li:nth-child(2) span:nth-child(1) {
  width: 47%;
  float: left;
  border-right: 1px solid #e0e0e0;
}
.ins-main .ins-download .list li:nth-child(2) span:nth-child(2) {
  width: 20%;
  float: left;
  border-right: 1px solid #e0e0e0;
}
.ins-main .ins-download .list li:nth-child(2) span:nth-child(3) {
  width: 20%;
  float: left;
  border-right: 1px solid #e0e0e0;
}
.ins-main .ins-download .list li:nth-child(2) span:nth-child(4) {
  width: 13%;
  float: left;
  background: url("../img/download_03.jpg") no-repeat center;
}
.ins-main .ins-download .list li:nth-child(2) span:nth-child(4) a {
  height: 60px;
  display: block;
}
@media (max-width: 768px) {
  .ins-main .ins-download {
    padding: 2% 0;
  }
  .ins-main .ins-download .list {
    margin-bottom: 15px;
    border: 1px solid #ececec;
    font-size: 1.6rem;
    color: #969696;
  }
  .ins-main .ins-download .list ul {
    margin: 0;
  }
  .ins-main .ins-download .list li:nth-child(1) {
    background: #f3f3f3;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ececec;
  }
  .ins-main .ins-download .list li:nth-child(1) span:nth-child(1) {
    width: 37%;
    float: left;
    border-right: 1px solid #e0e0e0;
  }
  .ins-main .ins-download .list li:nth-child(1) span:nth-child(2) {
    width: 22.5%;
    float: left;
    border-right: 1px solid #e0e0e0;
  }
  .ins-main .ins-download .list li:nth-child(1) span:nth-child(3) {
    width: 22.5%;
    float: left;
    border-right: 1px solid #e0e0e0;
  }
  .ins-main .ins-download .list li:nth-child(1) span:nth-child(4) {
    width: 18%;
    float: left;
  }
  .ins-main .ins-download .list li:nth-child(2) {
    text-align: center;
    height: 40px;
    line-height: 40px;
  }
  .ins-main .ins-download .list li:nth-child(2) span:nth-child(1) {
    width: 37%;
    float: left;
    border-right: 1px solid #e0e0e0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-download .list li:nth-child(2) span:nth-child(2) {
    width: 22.5%;
    float: left;
    border-right: 1px solid #e0e0e0;
  }
  .ins-main .ins-download .list li:nth-child(2) span:nth-child(3) {
    width: 22.5%;
    float: left;
    border-right: 1px solid #e0e0e0;
  }
  .ins-main .ins-download .list li:nth-child(2) span:nth-child(4) {
    width: 18%;
    float: left;
    background: url("../img/download_03.jpg") no-repeat center;
  }
  .ins-main .ins-download .list li:nth-child(2) span:nth-child(4) a {
    height: 40px;
    display: block;
  }
}
.ins-main .ins-case {
  margin-bottom: 2%;
}
.ins-main .ins-case ul {
  margin: 0;
}
.ins-main .ins-case li {
  width: 32.333333%;
  float: left;
  margin: 0 1.5% 1.5% 0;
  position: relative;
}
.ins-main .ins-case li:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-case li:hover .masking {
  opacity: 1;
}
.ins-main .ins-case li .img {
  overflow: hidden;
}
.ins-main .ins-case li .img img {
  cursor: pointer;
  width: 100%;
  transition: 0.3s;
}
.ins-main .ins-case li .masking {
  transition: 0.3s;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(193, 0, 2, 0.6);
}
.ins-main .ins-case li .masking .txt {
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.ins-main .ins-case li .masking .txt p {
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 15%;
}
.ins-main .ins-case li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-case ul {
    margin: 0;
  }
  .ins-main .ins-case li {
    width: 49%;
    float: left;
    margin: 0 2% 2% 0;
  }
  .ins-main .ins-case li:hover .img img {
    transform: scale(1.1);
  }
  .ins-main .ins-case li .img {
    overflow: hidden;
  }
  .ins-main .ins-case li .img img {
    cursor: pointer;
    width: 100%;
    transition: 0.3s;
  }
  .ins-main .ins-case li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .ins-main .ins-case li:nth-child(2n+2) {
    margin-right: 0%;
  }
}
.ins-main .ins-zhichi {
  margin-bottom: 2%;
}
.ins-main .ins-zhichi li {
  border: 1px solid #ececec;
  margin-bottom: 20px;
}
.ins-main .ins-zhichi li a {
  display: block;
  padding: 3%;
}
.ins-main .ins-zhichi li:hover {
  border: 1px solid #c10002;
}
.ins-main .ins-zhichi li:hover .date {
  background: #c10002;
}
.ins-main .ins-zhichi li:hover .date h5 {
  color: #fff;
}
.ins-main .ins-zhichi li:hover .date p {
  color: #fff;
}
.ins-main .ins-zhichi li:hover .txt h6 {
  color: #c10002;
}
.ins-main .ins-zhichi li:hover .txt span {
  color: #fff;
  border-color: #c10002;
  background: #c10002;
}
.ins-main .ins-zhichi li .date {
  height: 132px;
  background: #f9f9f9;
  transition: 0.4s;
  text-align: center;
  width: 20%;
  float: left;
}
.ins-main .ins-zhichi li .date h5 {
  font-size: 3.6rem;
  color: #c10002;
  padding: 20px 0 10px;
}
.ins-main .ins-zhichi li .date p {
  font-size: 1.6rem;
  color: #474747;
}
.ins-main .ins-zhichi li .txt {
  width: 75%;
  float: right;
}
.ins-main .ins-zhichi li .txt h6 {
  font-size: 1.8rem;
  color: #474747;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
}
.ins-main .ins-zhichi li .txt p {
  font-size: 1.4rem;
  color: #474747;
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ins-main .ins-zhichi li .txt span {
  display: block;
  height: 33px;
  line-height: 33px;
  width: 113px;
  text-align: center;
  border: 1px solid #ececec;
  font-size: 1.4rem;
  color: #474747;
}
@media (max-width: 768px) {
  .ins-main .ins-zhichi {
    margin-bottom: 2%;
  }
  .ins-main .ins-zhichi li {
    border: 1px solid #ececec;
    margin-bottom: 20px;
  }
  .ins-main .ins-zhichi li a {
    display: block;
    padding: 1% 0;
  }
  .ins-main .ins-zhichi li:hover {
    border: 1px solid #c10002;
  }
  .ins-main .ins-zhichi li:hover .date {
    background: #c10002;
  }
  .ins-main .ins-zhichi li:hover .date h5 {
    color: #fff;
  }
  .ins-main .ins-zhichi li:hover .date p {
    color: #fff;
  }
  .ins-main .ins-zhichi li:hover .txt h6 {
    color: #c10002;
  }
  .ins-main .ins-zhichi li:hover .txt span {
    color: #fff;
    border-color: #c10002;
    background: #c10002;
  }
  .ins-main .ins-zhichi li .date {
    height: 111px;
    background: #f9f9f9;
    transition: 0.4s;
    text-align: center;
    width: 25%;
    float: left;
  }
  .ins-main .ins-zhichi li .date h5 {
    font-size: 3.6rem;
    color: #c10002;
    padding: 20px 0 10px;
  }
  .ins-main .ins-zhichi li .date p {
    font-size: 1.6rem;
    color: #474747;
  }
  .ins-main .ins-zhichi li .txt {
    width: 70%;
    float: right;
  }
  .ins-main .ins-zhichi li .txt h6 {
    font-size: 1.8rem;
    color: #474747;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
  }
  .ins-main .ins-zhichi li .txt p {
    font-size: 1.4rem;
    color: #474747;
    line-height: 180%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .ins-main .ins-zhichi li .txt span {
    display: block;
    height: 28px;
    line-height: 28px;
    width: 93px;
    text-align: center;
    border: 1px solid #ececec;
    font-size: 1.4rem;
    color: #474747;
  }
}
.ins-main .ins-recruit {
  padding: 3% 0;
}
.ins-main .ins-recruit .table .tit2 {
  height: 60px;
  line-height: 60px;
  background: #e60012;
}
.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: #e60012;
}
.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: 1px solid #cdcdcd;
  clear: both;
  border-top: none;
  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: #e60012;
  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("../img/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: #e60012;
  font-size: 1.6rem;
  margin: 3% 0 2%;
  color: #fff;
}
@media (max-width: 768px) {
  .ins-main .ins-recruit {
    padding: 3% 0 0;
    background: #f3f3f3;
  }
  .ins-main .ins-recruit .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: #e60012;
  }
  .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: #e60012;
  }
  .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: 1px solid #b5b3b3;
    clear: both;
    border-top: none;
    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: #e60012;
    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("../img/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: #e60012;
    font-size: 1.6rem;
    margin: 3% 0 2%;
    color: #fff;
  }
}
.ins-main .ins-question {
  padding: 3% 0;
}
.ins-main .ins-question .list-box li {
  padding: 17px 22px;
  border: 1px solid #f5f5f5;
  transition: 0.4s;
  margin-bottom: 2%;
}
.ins-main .ins-question .list-box li:hover {
  background: #e60012;
}
.ins-main .ins-question .list-box li:hover h6 {
  color: #fff;
  background: url("../img/question-img_08.jpg") no-repeat left center;
}
.ins-main .ins-question .list-box li:hover p {
  color: #fff;
  background: url("../img/question-img_10.jpg") no-repeat left 5px;
}
.ins-main .ins-question .list-box li h6 {
  font-size: 1.8rem;
  color: #1c1c1c;
  height: 35px;
  line-height: 35px;
  padding-left: 60px;
  background: url("../img/question-img_03.jpg") no-repeat left center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-question .list-box li p {
  font-size: 1.6rem;
  color: #787878;
  line-height: 200%;
  padding-left: 60px;
  background: url("../img/question-img_06.jpg") no-repeat left 5px;
}
.ins-main .ins-news {
  padding: 3% 0 2%;
}
.ins-main .ins-news .tit {
  text-align: center;
  margin-bottom: 3%;
}
.ins-main .ins-news ul li {
  width: 32.3333333%;
  float: left;
  margin-right: 1.5%;
  margin-bottom: 2%;
}
.ins-main .ins-news ul li:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-news ul li:hover .date {
  background: #e60012;
  color: #fff;
}
.ins-main .ins-news ul li:hover .date span {
  padding-left: 10px;
}
.ins-main .ins-news ul li .img {
  overflow: hidden;
}
.ins-main .ins-news ul li .img img {
  width: 100%;
  transition: 0.4s;
  height: 196px;
}
@media (max-width: 1200px) {
  .ins-main .ins-news ul li .img img {
    height: 158px;
  }
}
@media (max-width: 1200px) {
  .ins-main .ins-news ul li .img img {
    height: 121px;
  }
}
.ins-main .ins-news ul li h6 {
  font-size: 1.6rem;
  color: #303030;
  padding: 3% 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-news ul li p {
  height: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 180%;
  font-size: 1.4rem;
  color: #868686;
}
.ins-main .ins-news ul li .date {
  border-top: 1px solid #eee;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #d5d5d5;
  transition: 0.3s;
}
.ins-main .ins-news ul li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-news {
    padding: 3% 0 2%;
  }
  .ins-main .ins-news .tit {
    text-align: center;
    margin-bottom: 3%;
  }
  .ins-main .ins-news .tit img {
    width: 120px;
  }
  .ins-main .ins-news ul li {
    width: 100%;
    float: left;
    margin-right: 0%;
    margin-bottom: 5%;
  }
  .ins-main .ins-news ul li:hover .img img {
    transform: scale(1.1);
  }
  .ins-main .ins-news ul li:hover .date {
    background: #e60012;
    color: #fff;
  }
  .ins-main .ins-news ul li:hover .date span {
    padding-left: 10px;
  }
  .ins-main .ins-news ul li .img {
    overflow: hidden;
  }
  .ins-main .ins-news ul li .img img {
    width: 100%;
    transition: 0.4s;
    height: auto;
  }
  .ins-main .ins-news ul li h6 {
    font-size: 1.6rem;
    color: #303030;
    padding: 3% 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-news ul li p {
    height: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 180%;
    font-size: 1.4rem;
    color: #868686;
  }
  .ins-main .ins-news ul li .date {
    border-top: 1px solid #eee;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #d5d5d5;
    transition: 0.3s;
  }
  .ins-main .ins-news ul li:nth-child(3n+3) {
    margin-right: 0;
  }
}
.ins-main .news-show {
  padding: 2% 0 3%;
  background: #f6f6f6;
}
.ins-main .news-show .content {
  padding: 3% 7%;
  background: #fff;
  margin-top: 2%;
}
.ins-main .news-show .content .tit {
  text-align: center;
  margin: 4% 0 4%;
  padding-bottom: 2%;
  border-bottom: 1px solid #eee;
}
.ins-main .news-show .content .tit h5 {
  font-size: 2.4rem;
  color: #474747;
  text-align: center;
  margin: 2% 0;
}
.ins-main .news-show .content .tit p {
  font-size: 1.4rem;
  color: #8b8a8a;
  text-transform: uppercase;
}
.ins-main .news-show .content .txt {
  text-align: center;
}
.ins-main .news-show .content .txt img {
  max-width: 100%!important;
  /* height: auto!important;
  width: auto!important; */
}
.ins-main .news-show .content .txt p {
  font-size: 1.6rem;
  color: #656565;
  line-height: 220%;
  margin-bottom: 3%;
  text-align: left;
}
.ins-main .news-show .content .txt table {
  margin: 0 auto;
  overflow: auto;
  height: auto!important;
  text-align: left;
}
.ins-main .news-show .content .txt table td {
  text-align: left!important;
}
.ins-main .news-show .link {
  margin: 5% 0;
}
.ins-main .news-show .link .left {
  width: 50%;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .news-show .link .left a {
  display: block;
  font-size: 1.4rem;
  color: #2a2a2a;
  background: #eee;
  padding-left: 20px;
}
.ins-main .news-show .link .left a:hover {
  color: #fff;
  background: #e60012;
}
.ins-main .news-show .link .right {
  width: 50%;
  float: right;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .news-show .link .right a {
  display: block;
  font-size: 1.4rem;
  color: #2a2a2a;
  background: #eee;
  padding-left: 20px;
}
.ins-main .news-show .link .right a:hover {
  color: #fff;
  background: #e60012;
}
@media (max-width: 768px) {
  .ins-main .news-show {
    padding: 2% 0 3%;
    background: #f6f6f6;
  }
  .ins-main .news-show .content {
    padding: 3% 2%;
    background: #fff;
    margin-top: 2%;
  }
  .ins-main .news-show .content .tit {
    text-align: center;
    margin: 4% 0 1%;
  }
  .ins-main .news-show .content .tit h5 {
    font-size: 2rem;
    color: #474747;
    text-align: center;
    margin: 2% 0;
    line-height: 160%;
  }
  .ins-main .news-show .content .tit p {
    font-size: 1.4rem;
    color: #8b8a8a;
    text-transform: uppercase;
  }
  .ins-main .news-show .content .txt .img {
    margin: 3% 0;
    text-align: center;
  }
  .ins-main .news-show .content .txt .img img {
    max-width: 100%!important;
  }
  .ins-main .news-show .content .txt p {
    font-size: 1.6rem;
    color: #5a5a5a;
    line-height: 220%;
    margin-bottom: 3%;
  }
  .ins-main .news-show .link {
    margin: 5% 0;
  }
  .ins-main .news-show .link .left {
    width: 100%;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .news-show .link .left a {
    display: block;
    font-size: 1.4rem;
    color: #2a2a2a;
    background: #eee;
    padding-left: 20px;
  }
  .ins-main .news-show .link .left a:hover {
    color: #fff;
    background: #e60012;
  }
  .ins-main .news-show .link .right {
    width: 100%;
    float: right;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .news-show .link .right a {
    display: block;
    font-size: 1.4rem;
    color: #2a2a2a;
    background: #eee;
    padding-left: 20px;
  }
  .ins-main .news-show .link .right a:hover {
    color: #fff;
    background: #e60012;
  }
}
.ins-main .ins-product {
  margin-bottom: 2%;
}
.ins-main .ins-product ul {
  margin: 0;
}
.ins-main .ins-product li {
  position: relative;
  width: 32.3333333%;
  float: left;
  margin-right: 1.5%;
  border: 1px solid #f5f5f5;
  margin-bottom: 2%;
}
.ins-main .ins-product li:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-product li:hover p {
  color: #fff;
  background: #e60012;
}
.ins-main .ins-product li .img {
  overflow: hidden;
}
.ins-main .ins-product li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-product li p {
  font-size: 1.6rem;
  color: #616161;
  margin: 0;
  padding: 5% 0;
  text-align: center;
  border-top: 1px solid #f5f5f5;
  transition: 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-product li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-product {
    margin-bottom: 2%;
  }
  .ins-main .ins-product ul {
    margin: 0;
  }
  .ins-main .ins-product li {
    position: relative;
    width: 49%;
    float: left;
    margin-right: 2%;
    border: 1px solid #f5f5f5;
    margin-bottom: 2%;
  }
  .ins-main .ins-product li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .ins-main .ins-product li:nth-child(2n+2) {
    margin-right: 0%;
  }
}
.ins-main .product-show {
  padding: 2% 2% 4%;
  background: #f8f8f8;
}
.ins-main .product-show .top-show {
  padding: 3% 2%;
  background: #fff;
  margin: 2% 0;
}
.ins-main .product-show .top-show .left {
  width: 47%;
  float: left;
}
.ins-main .product-show .top-show .left .view .swiper-container {
  height: 100%;
}
.ins-main .product-show .top-show .left .view .swiper-container .swiper-slide {
  width: 100%;
}
.ins-main .product-show .top-show .left .view .swiper-container .swiper-slide img {
  width: 100%;
  border: 1px solid #f0f0f0;
  background: #f3f3f3;
}
.ins-main .product-show .top-show .left .preview {
  width: 100%;
  padding: 2% 6%;
  position: relative;
  background: #fafafa;
  border: 1px solid #e9e9e9;
  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 .arrow-left {
  background: url("../img/pro-prev_03.png") no-repeat center;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -11px;
  width: 12px;
  height: 22px;
  z-index: 2;
}
.ins-main .product-show .top-show .left .preview .arrow-left:hover {
  background: url("../img/pro-prev2_03.png") no-repeat center;
}
.ins-main .product-show .top-show .left .preview .arrow-right {
  background: url("../img/pro-next_03.png") no-repeat center;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -11px;
  width: 12px;
  height: 22px;
  z-index: 2;
}
.ins-main .product-show .top-show .left .preview .arrow-right:hover {
  background: url("../img/pro-next2_03.png") no-repeat center;
}
.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 #cf7474;
}
.ins-main .product-show .top-show .right {
  width: 49%;
  float: right;
}
.ins-main .product-show .top-show .right .txt h5 {
  font-size: 1.8rem;
  color: #e60012;
  margin: 0% 0 10px;
}
.ins-main .product-show .top-show .right .txt .download {
  margin: 20px 0;
}
.ins-main .product-show .top-show .right .txt .download a {
  font-size: 1.6rem;
  color: #393939;
  padding-left: 50px;
  height: 35px;
  line-height: 35px;
  background: url("../img/download_03.jpg") no-repeat left center;
  display: block;
}
.ins-main .product-show .top-show .right .txt p {
  margin: 4px 0;
  line-height: 160%;
  font-size: 1.5rem;
}
.ins-main .product-show .top-show .right .txt .link {
  margin-top: 30px;
}
.ins-main .product-show .top-show .right .txt .link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 20px;
}
.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 h6 {
  height: 49px;
  line-height: 49px;
  width: 182px;
  background: #e60012;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  margin: 0;
}
.ins-main .product-show .recomend .swiper-container-recomend {
  overflow: hidden;
  position: relative;
  padding: 2% 2% 3%;
}
.ins-main .product-show .recomend .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.ins-main .product-show .recomend .swiper-slide:hover p {
  color: #e60012;
}
.ins-main .product-show .recomend .swiper-slide .img {
  overflow: hidden;
  border: 1px solid #efefef;
}
.ins-main .product-show .recomend .swiper-slide .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .product-show .recomend .swiper-slide p {
  font-size: 1.4rem;
  color: #7a7a7a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  margin-top: 15px;
  text-transform: capitalize;
}
.ins-main .product-show .recomend .swiper-pagination-bullet-active {
  background: #e60012;
}
.ins-main .product-show .recomend .swiper-pagination-bullets {
  bottom: 20px;
}
.ins-main .product-show .inquire {
  background: #fff;
  margin-top: 3%;
}
.ins-main .product-show .inquire .recomend-tit {
  border-bottom: 1px solid #eee;
}
.ins-main .product-show .inquire .recomend-tit h6 {
  height: 49px;
  line-height: 49px;
  width: 182px;
  background: #e60012;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  margin: 0;
}
.ins-main .product-show .inquire .bot-box {
  background: #fff;
}
.ins-main .product-show .inquire .bot-box .contact {
  width: 50%;
  float: left;
  padding: 2% 3% 3%;
}
.ins-main .product-show .inquire .bot-box .contact h6 {
  font-size: 1.6rem;
  color: #222222;
  margin: 5% 0 2%;
}
.ins-main .product-show .inquire .bot-box .contact li {
  font-size: 1.4rem;
  color: #222222;
  margin: 0;
  line-height: 220%;
}
.ins-main .product-show .inquire .bot-box .message {
  width: 50%;
  float: right;
  padding: 2% 5% 3%;
}
.ins-main .product-show .inquire .bot-box .message h6 {
  font-size: 1.6rem;
  color: #222222;
  margin-bottom: 4%;
  text-transform: capitalize;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(1) li {
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(1) li span {
  width: 25%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 1.4rem;
  color: #5d5d5d;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(1) li span sup {
  color: #e60012;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(1) li .txt {
  width: 75%;
  height: 34px;
  line-height: 34px;
  border: 1px solid #f5f5f5;
  padding: 0 6px;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(2) li {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(2) li span {
  width: 12.5%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 1.4rem;
  color: #5d5d5d;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(2) li span sup {
  color: #e60012;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(2) li .txt {
  width: 87.5%;
  height: 34px;
  line-height: 34px;
  border: 1px solid #f5f5f5;
  padding: 0 6px;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(3) li {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(3) li span {
  width: 12.5%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 1.4rem;
  color: #5d5d5d;
  float: left;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(3) li span sup {
  color: #e60012;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(3) li textarea {
  width: 87.5%;
  float: right;
  height: 100px;
  line-height: 28px;
  border: 1px solid #f5f5f5;
  padding: 0 6px;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(4) li {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.ins-main .product-show .inquire .bot-box .message ul:nth-child(4) li .submit {
  width: 30%;
  height: 30px;
  line-height: 30px;
  background: #e60012;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  border: none;
  float: left;
  margin-left: 12.5%;
}
@media (max-width: 768px) {
  .ins-main .product-show {
    padding: 2% 0% 4%;
    background: #f8f8f8;
  }
  .ins-main .product-show .top-show {
    padding: 3% 2%;
    background: #fff;
    margin: 2% 0;
  }
  .ins-main .product-show .top-show .left {
    width: 100%;
    float: left;
  }
  .ins-main .product-show .top-show .right {
    width: 100%;
    float: right;
    margin-top: 20px;
  }
  .ins-main .product-show .top-show .right .link {
    margin-top: 30px;
  }
  .ins-main .product-show .top-show .right .link a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .ins-main .product-show .top-show .right .link a img {
    width: 120px;
  }
  .ins-main .product-show .recomend .recomend-tit h6 {
    height: 40px;
    line-height: 40px;
    width: 102px;
  }
  .ins-main .product-show .recomend .swiper-container-recomend {
    overflow: hidden;
    position: relative;
    padding: 2% 2% 0%;
  }
  .ins-main .product-show .inquire {
    background: #fff;
    margin-top: 3%;
  }
  .ins-main .product-show .inquire .recomend-tit h6 {
    height: 40px;
    line-height: 40px;
    width: 102px;
  }
  .ins-main .product-show .inquire .bot-box {
    background: #fff;
  }
  .ins-main .product-show .inquire .bot-box .contact {
    width: 100%;
    float: left;
    padding: 2% 3% 3%;
  }
  .ins-main .product-show .inquire .bot-box .contact h6 {
    font-size: 1.6rem;
    color: #222222;
    margin-bottom: 4%;
  }
  .ins-main .product-show .inquire .bot-box .contact p {
    font-size: 1.4rem;
    color: #686868;
    margin: 0;
    line-height: 200%;
  }
  .ins-main .product-show .inquire .bot-box .message {
    width: 100%;
  }
  .ins-main .product-show .inquire .bot-box .message ul:nth-child(3) li {
    float: left;
    width: 100%;
    margin-bottom: 12px;
  }
  .ins-main .product-show .inquire .bot-box .message ul:nth-child(3) li span {
    margin-bottom: 5px;
  }
  .ins-main .product-show .inquire .bot-box .message ul:nth-child(3) li textarea {
    width: 87.5%;
    float: right;
    line-height: 28px;
    border: 1px solid #f5f5f5;
    padding: 0 6px;
  }
  .ins-main .product-show .inquire .bot-box .message ul:nth-child(4) li {
    float: left;
    width: 100%;
    margin-bottom: 12px;
  }
  .ins-main .product-show .inquire .bot-box .message ul:nth-child(4) li .submit {
    width: 30%;
    height: 30px;
    line-height: 30px;
    background: #e60012;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    border: none;
    float: left;
    margin-left: 12.5%;
  }
}
.page-num {
  clear: both;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  padding: 3% 0 2%;
}
.page-num span {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin: 0 2px;
  background-color: #e60012;
  color: #fff;
  font-size: 14px;
}
.page-num a {
  display: inline-block;
  padding: 0 12px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin: 0 2px;
  background-color: #fff;
  color: #333;
  font-size: 14px;
}
.page-num a:hover {
  color: #fff;
  border-color: #e60012;
  background-color: #e60012;
}
@media (max-width: 768px) {
  .page-num {
    clear: both;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    padding: 4% 0 4%;
  }
  .page-num span {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin: 0 2px;
    background-color: #e60012;
    color: #fff;
    font-size: 14px;
    margin-bottom: 1%;
  }
  .page-num a {
    display: inline-block;
    padding: 0 12px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin: 0 2px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    margin-bottom: 1%;
  }
  .page-num a:hover {
    color: #fff;
    border-color: #e60012;
    background-color: #e60012;
  }
}
/*弹窗样式*/
.layui-layer-page .layui-layer-content {
  height: auto!important;
}
.layui-layer .layui-layer-title {
  font-size: 0;
  background-color: #fff;
  border-bottom: 0;
}
.layui-layer .layui-layer-title {
  background: transparent;
}
@media (max-width: 768px) {
  .layui-layer {
    width: 96%!important;
  }
  .mod_player {
    width: 96%!important;
  }
  .layui-layer-photos {
    width: auto!important;
  }
}
.ins-header .nav-con #nav .sub-nav .drop-down-solution .slideTxtBox .bd{display: none}



.map-box {
  min-height: 480px;
  margin-top: 30px;
  position: relative;
  top: -30px;
}

.map-box .fl,
.map-box .fr {
  min-height: 445px;
}

.map-box .fl #allmap {
  height: 445px;
  width: 1280px;
}

.map-box .fl img {
  display: none;
}

.map-box .fr {
  background: url(../img/contact1.png) no-repeat center center;
  width: 400px;
  position: absolute;
  z-index: 200;
  right: 20px;
}

.map-box .fr .line {
  height: 6px;
  width: 320px;
  background-color: #fff;
  top: 95px;
  margin-left: 34px;
}

.map-box .fr .info {
  margin-top: 70px;
  width: 100%;
}

.map-box .fr .img {
  position: relative;
  left: 40px;
  bottom: -20px;
}

.map-box .center {
  width: 320px;
  margin: 0 auto;
  text-align: left;
  color: #fff;
  font-size: 16px;
}

.map-box .center p:nth-child(1),
.map-box .center p:nth-child(3) {
  margin-bottom: 30px;
}

.map-box .center p:nth-child(1) {
  font-size: 30px;
}

.map-box .center p {
  margin-bottom: 10px;
}


.cate{
  width: 94.7916666%;
  margin: 2% auto;
  height: 100%;
  overflow: hidden;
}
.cate .cate-box h3{
  text-align: center;
  margin: 0 0 15px 0;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
}
.cate-box h3 span {
  color: #FF9966;
}
.cate-box .with-line {
  width: 100%;
  font-size: 14px;
  color: #848484;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.cate-box .with-line:before {
  content: "";
  border-top: 1px solid #D2D2D2;
  display: block;
  position: absolute;
  width: 42%;
  top: 10px;
  left: 0;
}
.cate-box .with-line:after {
  content: "";
  border-top: 1px solid #D2D2D2;
  display: block;
  position: absolute;
  width: 42%;
  top: 10px;
  right: 0;
}
.cate-list{
  position: relative;
  width: 1028px;
  margin: 0 auto;
}
.cate-list .cate-item{
  float: left;
  width: 25%;
}
.cate-list .cate-item .imgZoom {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 67%;
}
.cate-item .imgZoom img{
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.cate-item .imgZoom:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.cate-list .cate-item .bom-text{
  padding: 10px 1%;
  background-color: #f2f7fd;
  overflow: hidden;
  z-index: 2;
  display: block;
}
.bom-text h2{
  margin: 0;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #222;
}
@media (max-width: 768px) {
  .cate-list{
    width: auto;
  }
  .cate-list .cate-item{
    width: 50%;
    margin-bottom: 2%;
  }
  .bom-text h2{
    font-size: 14px;
  }
  .cate-box .with-line{
    font-size: 12px;
  }
  .cate-box .with-line:before,.cate-box .with-line:after{
    width:20%
  }
  .cate-box{
    margin: 2% 0;
  }
  .cate .cate-box  h3{
    font-size: 16px;
  }
}

.recommend .list{
  display: inline-block;
  width: 19%;
}
.recommend .list a{
  display: block;
  margin: 10px 10px 10px 0px;
  padding: 10px;
  background: #fff;
}
.recommend .list a{
  color: #222;
}
.recommend .list a h6{
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  overflow: hidden;
}
.recommend .list a .img{
  height: 272px;
}
.recommend .list a .img img{
  width: 100%;

}
.recommend .list a .price{
  color: #f23030;
}

@media (max-width: 768px) {
  .recommend .list{
    width: 49%;
  }

  /*.recommend .list:nth-child(5){*/
    /*display: none;*/
  /*}*/
}
@media (max-width: 640px) {
  .recommend .list a .img{
    height: 135px;
  }
}

.boxli ul {
  height: 48px;
  width: 100%;
  float: left;
  border: 1px solid #eeeeee;
  background: #f8f8f8;
  line-height: 48px;
}
.boxli ul li{
  float: left;
  color: rgb(0, 0, 0);
  height: 48px;
  cursor: pointer;
  width: 120px;
  text-align: center;
  margin-left: 10px;
  font-size: 18px;
  border-bottom: 0px;
  overflow: hidden;
}
.boxli ul li.on{
  color: #000;
  font-weight: bold;
  width: 120px;
  height: 48px;
  background: #fff;
  float: left;
  margin: 0;
  padding: 0;
  border-top: 2px solid #d00;
}
.cp_dft {
  width: 50%;
  height: 340px;
  float: left;
  overflow: hidden;
  margin-bottom: 5px;
  text-align: center;
}
.cp_dft img{
  height: 100%;
}
.video{
  margin: 20px auto;
  width: 100%;
  text-align: center;
}
.video iframe{
  width:800px;height:400px;
}
.recomend-list li{
  float: left;
  width: 20%;
}
.recomend-list li span{
  font-size: 13px;
  color: #222;
  display: block;
  margin: 10px 0;
}
.recomend-list li a img{
  width: 217px;
  height: 176px;
}


.list-box.recommend,.news-ul,.cate-list {
  width: 1890px;
}

#media{
  width: 744px;
  height: 422px;
}
@media (max-width: 1366px){
  #media{
    width: 525px;
    height: 299px;
  }
  .list-box.recommend,.news-ul ,.cate-list{
    width: 1340px;
  }
  .main .news .content .slideTxtBox2 .bd li .list .img {
     height: 250px;
  }
  .main .news .content .slideTxtBox2 .bd li .list .txt p {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 1280px){
  #media {
    width: 488px;
    height: 279px;
  }
  .list-box.recommend,.news-ul,.cate-list {
    width: 1250px;
  }

}
@media (max-width: 1024px) {
  .list-box.recommend, .news-ul,.cate-list {
    width: 1015px;
  }
  #media {
    width: 396px;
    height: 227px;
  }
  .recommend .list a .img{
    height: 150px;
  }
  .cate-list{
    width: 860px;
  }
}
@media (max-width: 768px) {
  .recomend-list li{
    width: 50%;
  }
  .recomend-list li a img{
    width: 100%;
    height: auto;
  }
  .boxli ul li,.boxli ul li.on{
    width: 20%;
    font-size: 12px;
  }
  .cp_dft {
    width: 100%;
    height: 238px;
  }
  .video iframe{
    width:auto;height:auto;
  }
  #media {
    width: 100%;
    height: auto;
  }
  .list-box.recommend,.news-ul {
    width: 100%;
  }
  .cate-list {
    width: 100%;
  }
  .recommend .list a .img {
    height: auto;
  }
  .main .news .content .slideTxtBox2 .bd li .list .img{
    height: 283px;
  }
  .main .news .content .slideTxtBox2 .bd li {
    position: relative;
    width: 48%;
    float: left;
    margin-right: 1.3333333%;
  }
  .main .news .content .slideTxtBox2 .bd li .list .txt p {
    -webkit-line-clamp: 1;
  }

}
@media (max-width: 600px) {
  .main .news .content .slideTxtBox2 .bd li{
    width: 100%;
  }
}
