body {
  font-family: "arial", sans-serif;
  overflow-x: hidden;
}
html {
  font-size: 10px;
  /*10 Ã· 16 Ã— 100% = 62.5%*/
}
@media (max-width: 1200px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 7px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 8px;
  }
}
body > iframe {
  display: none;
}
a {
  text-decoration: none!important;
}
.navbar-brand {
  float: none;
  line-height: 0;
}
.mobile-con {
  display: none;
}
.header .nav-con {
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}
.header .nav-con .container {
  position: relative;
}
.header .nav-con .logo {
  float: left;
}
.header .nav-con .logo img {
  margin-top: 13px;
}
.header .nav-con #nav {
  width: 74%;
  float: left;
  margin-left: 4%;
  margin-bottom: 0;
}
.header .nav-con #nav .sub-nav {
  float: left;
  text-align: center;
  position: relative;
  line-height: 80px;
  transition: 0.3s;
  margin: 0 1px;
  padding: 0 2.6%;
  text-transform: uppercase;
}
.header .nav-con #nav .sub-nav:hover a {
  color: #e60012;
}
.header .nav-con #nav .sub-nav a {
  color: #333;
  font-size: 1.6rem;
  display: block;
  height: 100%;
}
.header .nav-con #nav .sub-nav .drop-down {
  z-index: 999;
  position: absolute;
  top: 80px;
  left: -20%;
  display: none;
}
.header .nav-con #nav .sub-nav .drop-down {
  width: 140%;
  text-align: center;
  background: #f2f2f2;
}
.header .nav-con #nav .sub-nav .drop-down li {
  line-height: 40px;
  border-bottom: 1px solid #f6f6f6;
}
.header .nav-con #nav .sub-nav .drop-down li a {
  font-size: 1.5rem;
  display: block;
  color: #333!important;
  background: none!important;
}
.header .nav-con #nav .sub-nav .drop-down li a:hover {
  background: rgba(230, 0, 18, 0.9) !important;
  color: #fff!important;
}
.header .nav-con #nav .sub-nav:last-child {
  padding-right: 0;
}
.header .nav-con #nav .active a {
  color: #e60012;
}
.header .tel {
  position: absolute;
  top: 27px;
  right: 6%;
}
.header .tel p {
  margin: 0;
  padding-left: 30px;
  background: url("../images/header-tel_03.jpg") no-repeat left center;
  font-size: 1.6rem;
  color: #5f5f5f;
}
.header .search-con .toggle-btn {
  position: absolute;
  top: 23px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("../images/search-btn_03.jpg") no-repeat center;
}
.header .search-con .search {
  display: none;
  background: #f4f4f4;
  padding: 4px ;
  position: absolute;
  right: 0;
  top: 80px;
  width: 260px;
  height: 51px;
  border-top: 4px solid #e60012;
  z-index: 10;
}
.header .search-con .search select {
  padding-left: 5px;
  float: left;
  height: 38px;
  border: none;
  background: #ffffff url("../images/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: #999;
}
.header .search-con .search .submit {
  width: 50px;
  height: 35px;
  border: none;
  background-color: #e60012;
  position: absolute;
  top: 7px;
  right: 8px;
  text-align: center;
  line-height: 35px;
  border-radius: 2px;
  color: #fff;
}
@media (max-width: 1200px) {
  .header .nav-con #nav .sub-nav {
    padding: 0 3%;
  }
  .header .tel {
    display: none;
  }
}
@media (max-width: 992px) {
  .header .nav-con {
    height: 70px;
  }
  .header .nav-con .container {
    position: relative;
  }
  .header .nav-con .logo {
    float: left;
    width: 15%;
  }
  .header .nav-con .logo img {
    margin-top: 17px;
    width: 100%;
  }
  .header .nav-con #nav {
    width: 74%;
    float: left;
    margin-left: 4%;
    margin-bottom: 0;
  }
  .header .nav-con #nav .sub-nav {
    float: left;
    text-align: center;
    position: relative;
    line-height: 70px;
    transition: 0.3s;
    margin: 0 1px;
    padding: 0 2%;
    text-transform: uppercase;
  }
  .header .nav-con #nav .sub-nav:hover a {
    background: url("../images/nav-bg_03.png") no-repeat center;
  }
  .header .nav-con #nav .sub-nav a {
    color: #333;
    font-size: 1.6rem;
    display: block;
    height: 100%;
  }
  .header .nav-con #nav .sub-nav .drop-down {
    z-index: 999;
    position: absolute;
    top: 70px;
    left: -20%;
    display: none;
  }
  .header .nav-con #nav .sub-nav .drop-down {
    width: 140%;
    text-align: center;
    background: #f2f2f2;
  }
  .header .nav-con #nav .sub-nav .drop-down li {
    line-height: 40px;
    border-bottom: 1px solid #f6f6f6;
  }
  .header .nav-con #nav .sub-nav .drop-down li a {
    font-size: 1.5rem;
    display: block;
    color: #333!important;
    background: none!important;
  }
  .header .nav-con #nav .sub-nav .drop-down li a:hover {
    background: rgba(230, 0, 18, 0.9) !important;
    color: #fff!important;
  }
  .header .nav-con #nav .sub-nav:last-child {
    padding-right: 0;
  }
  .header .nav-con #nav .active a {
    background: url("../images/nav-bg_03.png") no-repeat center;
  }
  .header .search-con .toggle-btn {
    position: absolute;
    top: 18px;
    right: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url("../images/search-btn_03.jpg") no-repeat center;
  }
  .header .search-con .search {
    display: none;
    position: absolute;
    right: 0;
    top: 68px;
    width: 260px;
    height: 60px;
    border-top: 4px solid #e60012;
    background-color: #fff;
    z-index: 10;
  }
  .header .search-con .search .txt {
    margin: 8px 7px;
    width: 246px;
    height: 43px;
    border: none;
    padding: 0 14px ;
    background-color: #f4f4f4;
  }
  .header .search-con .search .submit {
    width: 58px;
    height: 39px;
    border: none;
    background-color: #e60012;
    position: absolute;
    top: 10px;
    right: 8px;
    text-align: center;
    line-height: 39px;
    border-radius: 2px;
    color: #fff;
  }
}
.header .mobile-con .navbar-default {
  background: #fff;
}
.header .mobile-con .navbar-header .navbar-brand {
  float: none;
  line-height: 0;
  padding: 0;
}
.header .mobile-con .navbar-brand > img {
  margin: 3px 0 0 3%;
}
.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 .form-group2 {
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
}
.header .mobile-con .form-group2 select {
  padding-left: 5px;
  width: 16%;
  float: left;
  height: 38px;
  border: none;
  background: #ffffff url("../images/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;
}
.header .mobile-con .form-group2 .form-control {
  width: 84%;
  float: right;
  border: none;
  outline: none;
}
.header .mobile-con .form-group2 input {
  border: 0;
  outline: none;
}
.header .mobile-con .form-group2 .form-control:focus {
  box-shadow: none;
}
.header .mobile-con .language {
  display: inline-block;
  position: relative;
  margin: 17px 12px 0 0;
  float: right;
  color: #666;
}
.header .mobile-con .language a {
  font-size: 14px;
  padding: 0px 6px;
  color: #666;
}
.header .mobile-con .language a:hover {
  color: #e60012;
}
.header .mobile-con .language .active {
  color: #e60012;
}
/*mobile-header*/
@media (max-width: 768px) {
  .pc-con {
    display: none!important;
  }
  .mobile-con {
    display: block!important;
  }
}
/*main*/
.main {
  clear: both;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .main {
    margin-top: 55px;
  }
}
.main .ad-box-pc {
  margin-top: -1px;
}
.main .ad-box-pc .swiper-container-pc {
  overflow: hidden;
  position: relative;
}
.main .ad-box-pc .swiper-container-pc:hover .swiper-button-next-pc {
  opacity: 1;
}
.main .ad-box-pc .swiper-container-pc:hover .swiper-button-prev-pc {
  opacity: 1;
}
.main .ad-box-pc .top-banner {
  width: 100%;
  position: relative;
}
.main .ad-box-pc .swiper-slide {
  overflow: hidden;
}
.main .ad-box-pc .swiper-slide img {
  width: 100%;
  transition: 2.5s linear;
  transform: scale(1.08);
}
.main .ad-box-pc .swiper-slide-active img {
  transform: scale(1);
}
.main .ad-box-pc .swiper-pagination {
  position: absolute;
  bottom: 15px;
  z-index: 99;
}
.main .ad-box-pc .swiper-pagination-bullet {
  background: #fff;
  border-radius: 0px;
  height: 5px;
  width: 37px;
  opacity: 1;
}
.main .ad-box-pc .swiper-pagination-bullet-active {
  background: #b71d22;
  opacity: 1;
}
.main .ad-box-pc .swiper-button-next-pc {
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: absolute;
  top: 90%;
  margin-top: -27px;
  left: 43.28125%;
  background: url("../images/ad-btn_04.jpg") no-repeat center;
  z-index: 6;
}
.main .ad-box-pc .swiper-button-prev-pc {
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: absolute;
  top: 90%;
  margin-top: -27px;
  right: 56.71875%;
  background: url("../images/ad-btn_03.jpg") no-repeat center;
  z-index: 6;
}
.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: #b71d22;
}
.main .product {
  background: #f8f8f8;
  padding: 4% 0;
}
.main .product .pro-tit .tit {
  float: left;
}
.main .product .pro-tit .tit h4 {
  font-size: 2.4rem;
  color: #000;
}
.main .product .pro-tit .tit b {
  display: block;
  width: 15px;
  height: 5px;
  background: #b71d22;
}
.main .product .pro-tit .list {
  float: right;
  margin-top: 15px;
}
.main .product .pro-tit .list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 1.4rem;
  color: #4f4f4f;
  margin: 0 0.8rem;
}
.main .product .pro-tit .list li a {
  color: #4f4f4f;
}
.main .product .pro-tit .list li a:hover {
  color: #b71d22;
}
.main .product .pro-tit .list li:last-child {
  margin-right: 0;
}
.main .product .pro-tit .list li:first-child a {
  color: #b71d22;
}
.main .product .content .swiper-container-product {
  overflow: hidden;
  padding: 60px 0 30px;
  position: relative;
}
.main .product .content .swiper-pagination-product {
  position: absolute;
  bottom: 4px;
  z-index: 20;
  text-align: center;
}
.main .product .content .swiper-pagination-bullet {
  background: #dcdcdc;
  height: 10px;
  width: 10px;
  opacity: 1;
  border-radius: 10px;
}
.main .product .content .swiper-pagination-bullet-active {
  background: #b71d22;
}
.main .product .content .swiper-slide li {
  width: 23%;
  margin-right: 2.25%;
  float: left;
  text-align: center;
  position: relative;
  margin-bottom: 1%;
}
.main .product .content .swiper-slide li:hover .txt-box {
  opacity: 1;
  top: 60%;
}
.main .product .content .swiper-slide li .img-box .img {
  background: #e8e7e8;
  position: relative;
}
.main .product .content .swiper-slide li .img-box img {
  width: 100%;
}
.main .product .content .swiper-slide li .img-box .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.main .product .content .swiper-slide li .img-box .mask .logo {
  position: absolute;
  top: 5%;
  left: 0%;
  width: 100%;
}
.main .product .content .swiper-slide li .img-box .mask .logo img {
  width: 24%;
  float: left;
  margin-left: 3%;
}
.main .product .content .swiper-slide li .img-box .mask .Watermark {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
}
.main .product .content .swiper-slide li .img-box .mask .Watermark img {
  width: 100%;
}
.main .product .content .swiper-slide li .img-box p {
  font-size: 1.6rem;
  color: #6f6f6f;
  margin: 22px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .product .content .swiper-slide li .txt-box {
  height: 120px;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 6px #f2f2f2;
  position: absolute;
  top: 75%;
  left: 0;
  z-index: 5;
  opacity: 0;
  transition: 0.3s;
}
.main .product .content .swiper-slide li .txt-box h6 {
  font-size: 1.6rem;
  color: #b71d22;
  padding: 22px 0 14px;
  margin: 0;
}
.main .product .content .swiper-slide li .txt-box p {
  font-size: 1.4rem;
  color: #6f6f6f;
  line-height: 180%;
  margin: 0 10%;
}
.main .product .content .swiper-slide li:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .main .product .pro-tit .tit {
    float: none;
  }
  .main .product .pro-tit .tit h4 {
    font-size: 2.4rem;
    color: #000;
  }
  .main .product .pro-tit .tit b {
    display: block;
    width: 15px;
    height: 5px;
    background: #b71d22;
  }
  .main .product .pro-tit .list {
    float: none;
    margin-top: 15px;
    text-align: center;
    width: 100%;
  }
  .main .product .content .swiper-container-product {
    overflow: hidden;
    padding: 4% 0;
    position: relative;
  }
  .main .product .content .swiper-slide li {
    width: 49%;
    margin-right: 2%;
    float: left;
    text-align: center;
    position: relative;
    margin-bottom: 1%;
  }
  .main .product .content .swiper-slide li:hover .txt-box {
    opacity: 1;
    top: 60%;
  }
  .main .product .content .swiper-slide li .img-box img {
    width: 100%;
  }
  .main .product .content .swiper-slide li .img-box p {
    font-size: 1.6rem;
    color: #6f6f6f;
    margin: 12px 0 8px;
  }
  .main .product .content .swiper-slide li .txt-box {
    display: none;
  }
  .main .product .content .swiper-slide li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .main .product .content .swiper-slide li:nth-child(2n+2) {
    margin-right: 0%;
  }
}
.main .video-box {
  margin: 4% 0;
}
.main .video-box .video {
  width: 100%;
  cursor: pointer;
}
.main .about {
  margin-top: 4%;
}
.main .about .content {
  background: #f8f8f8;
  position: relative;
}
.main .about .content .txt-box {
  width: 50%;
  float: left;
  padding: 5%;
}
.main .about .content .txt-box h5 {
  font-size: 2.4rem;
  color: #000;
  margin-bottom: 7%;
}
.main .about .content .txt-box p {
  font-size: 1.4rem;
  color: #828282;
  line-height: 180%;
  margin: 4% 0;
  text-indent: 2.8rem;
}
.main .about .content .txt-box a {
  font-size: 1.4rem;
  color: #000;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 4%;
}
.main .about .content .txt-box a:hover {
  color: #b71d22;
}
.main .about .content .swiper-container-about {
  width: 50%;
  float: right;
  overflow: hidden;
}
.main .about .content img {
  width: 100%;
}
.main .about .content .swiper-button-next-about {
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: absolute;
  top: 90%;
  margin-right: -35px;
  left: 50%;
  background: url("../images/about-ad-btn_04.jpg") no-repeat center;
  z-index: 6;
}
.main .about .content .swiper-button-prev-about {
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: absolute;
  top: 90%;
  margin-left: -35px;
  right: 50%;
  background: url("../images/about-ad-btn_03.jpg") no-repeat center;
  z-index: 6;
}
@media (max-width: 768px) {
  .main .about {
    margin-bottom: 4%;
  }
  .main .about .content {
    background: #f8f8f8;
    position: relative;
  }
  .main .about .content .txt-box {
    width: 100%;
    float: left;
    padding: 5%;
  }
  .main .about .content .txt-box h5 {
    font-size: 2.4rem;
    color: #000;
    margin-bottom: 7%;
  }
  .main .about .content .txt-box p {
    font-size: 1.4rem;
    color: #828282;
    line-height: 180%;
    margin: 4% 0;
    text-indent: 2rem;
  }
  .main .about .content .txt-box a {
    font-size: 1.4rem;
    color: #000;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-top: 4%;
  }
  .main .about .content .txt-box a:hover {
    color: #b71d22;
  }
  .main .about .content .swiper-container-about {
    width: 100%;
    float: right;
    overflow: hidden;
  }
  .main .about .content img {
    width: 100%;
  }
}
.main .advantage {
  padding: 4% 0;
  background: #f8f8f8;
}
.main .advantage .tit h4 {
  font-size: 2.4rem;
  color: #000;
}
.main .advantage .tit b {
  display: block;
  width: 15px;
  height: 5px;
  background: #b71d22;
}
.main .advantage .content {
  margin-top: 5%;
}
.main .advantage .content .swiper-container-advantage {
  width: 40.83333333%;
  float: left;
  overflow: hidden;
  position: relative;
}
.main .advantage .content .swiper-slide img {
  width: 100%;
}
.main .advantage .content .swiper-pagination-advantage {
  position: absolute;
  bottom: 24px;
  z-index: 99;
  text-align: right;
  width: 95%;
}
.main .advantage .content .swiper-pagination-bullet {
  background: #b4b4b5;
  border-radius: 10px;
  height: 10px;
  width: 10px;
  opacity: 1;
}
.main .advantage .content .swiper-pagination-bullet-active {
  background: #b71d22;
}
.main .advantage .content .rt-box {
  width: 58.333333%;
  float: right;
}
.main .advantage .content .rt-box .txt-top {
  background: #fff;
}
.main .advantage .content .rt-box .txt-top:hover .txt img {
  margin-left: 50px;
}
.main .advantage .content .rt-box .txt-top .txt {
  width: 48.14%;
  float: left;
  margin-left: 5%;
}
.main .advantage .content .rt-box .txt-top .txt h5 {
  font-size: 2.4rem;
  color: #010101;
  margin-top: 15%;
}
.main .advantage .content .rt-box .txt-top .txt span {
  font-size: 1.4rem;
  color: #6e6e6e;
}
.main .advantage .content .rt-box .txt-top .txt p {
  font-size: 1.4rem;
  color: #6e6e6e;
  line-height: 180%;
  margin: 10% 0;
}
.main .advantage .content .rt-box .txt-top .txt img {
  transition: 0.2s;
}
.main .advantage .content .rt-box .txt-top .img {
  width: 45.57%;
  float: right;
}
.main .advantage .content .rt-box .txt-top .img img {
  width: 100%;
}
.main .advantage .content .rt-box .txt-bot {
  margin-top: 12px;
}
.main .advantage .content .rt-box .txt-bot .list {
  height: 305px;
  width: 49%;
  float: left;
  background: #ffffff url("../images/advantage-img_07.jpg") no-repeat 80% 85%;
}
.main .advantage .content .rt-box .txt-bot .list:hover .txt img {
  margin-left: 50px;
}
.main .advantage .content .rt-box .txt-bot .list .txt {
  float: left;
  margin-left: 5%;
}
.main .advantage .content .rt-box .txt-bot .list .txt h5 {
  font-size: 2.4rem;
  color: #010101;
  margin-top: 15%;
}
.main .advantage .content .rt-box .txt-bot .list .txt span {
  font-size: 1.4rem;
  color: #6e6e6e;
}
.main .advantage .content .rt-box .txt-bot .list .txt p {
  font-size: 1.4rem;
  color: #6e6e6e;
  line-height: 180%;
  margin: 7% 0 15%;
  width: 80%;
}
.main .advantage .content .rt-box .txt-bot .list .txt img {
  transition: 0.2s;
}
.main .advantage .content .rt-box .txt-bot .list:nth-child(2) {
  float: right;
  background: #ffffff url("../images/advantage-img_10.jpg") no-repeat 80% 90%;
}
@media (max-width: 1200px) {
  .main .advantage .content .rt-box .txt-bot {
    margin-top: 10px;
  }
  .main .advantage .content .rt-box .txt-bot .list {
    height: 245px;
  }
  .main .advantage .content .rt-box .txt-bot .list .txt {
    float: left;
    margin-left: 5%;
  }
  .main .advantage .content .rt-box .txt-bot .list .txt h5 {
    margin-top: 10%;
  }
}
@media (max-width: 992px) {
  .main .advantage {
    padding: 4% 0;
    background: #f8f8f8;
  }
  .main .advantage .content {
    margin-top: 5%;
  }
  .main .advantage .content .rt-box {
    width: 58.333333%;
    float: right;
  }
  .main .advantage .content .rt-box .txt-top {
    background: #fff;
  }
  .main .advantage .content .rt-box .txt-top:hover .txt img {
    margin-left: 50px;
  }
  .main .advantage .content .rt-box .txt-top .txt {
    width: 48.14%;
    float: left;
    margin-left: 5%;
  }
  .main .advantage .content .rt-box .txt-top .txt h5 {
    font-size: 2.4rem;
    color: #010101;
    margin-top: 8%;
  }
  .main .advantage .content .rt-box .txt-top .txt span {
    font-size: 1.4rem;
    color: #6e6e6e;
  }
  .main .advantage .content .rt-box .txt-top .txt p {
    font-size: 1.4rem;
    color: #6e6e6e;
    line-height: 180%;
    margin: 4% 0;
  }
  .main .advantage .content .rt-box .txt-top .txt img {
    transition: 0.2s;
  }
  .main .advantage .content .rt-box .txt-top .img {
    width: 45.57%;
    float: right;
  }
  .main .advantage .content .rt-box .txt-top .img img {
    width: 100%;
  }
  .main .advantage .content .rt-box .txt-bot {
    margin-top: 5px;
  }
  .main .advantage .content .rt-box .txt-bot .list {
    height: 189px;
    width: 49%;
    float: left;
    background: #fff;
  }
  .main .advantage .content .rt-box .txt-bot .list:hover .txt img {
    margin-left: 50px;
  }
  .main .advantage .content .rt-box .txt-bot .list .txt {
    float: left;
    margin-left: 5%;
  }
  .main .advantage .content .rt-box .txt-bot .list .txt h5 {
    font-size: 2.4rem;
    color: #010101;
    margin-top: 8%;
  }
  .main .advantage .content .rt-box .txt-bot .list .txt span {
    font-size: 1.4rem;
    color: #6e6e6e;
  }
  .main .advantage .content .rt-box .txt-bot .list .txt p {
    font-size: 1.4rem;
    color: #6e6e6e;
    line-height: 180%;
    margin: 4% 0 4%;
    width: 80%;
  }
  .main .advantage .content .rt-box .txt-bot .list .txt img {
    transition: 0.2s;
  }
  .main .advantage .content .rt-box .txt-bot .list:nth-child(2) {
    float: right;
    background: #fff;
  }
}
@media (max-width: 768px) {
  .main .advantage {
    padding: 4% 0;
    background: #f8f8f8;
  }
  .main .advantage .tit h4 {
    font-size: 2.4rem;
    color: #000;
  }
  .main .advantage .tit b {
    display: block;
    width: 15px;
    height: 5px;
    background: #b71d22;
  }
  .main .advantage .content {
    margin-top: 5%;
  }
  .main .advantage .content .swiper-container-advantage {
    width: 100%;
  }
  .main .advantage .content .rt-box {
    width: 100%;
    float: right;
  }
  .main .advantage .content .rt-box .txt-top {
    background: #fff;
    margin-top: 10px;
  }
  .main .advantage .content .rt-box .txt-top:hover .txt img {
    margin-left: 50px;
  }
  .main .advantage .content .rt-box .txt-top .txt {
    width: 48.14%;
    float: left;
    margin-left: 5%;
  }
  .main .advantage .content .rt-box .txt-top .txt h5 {
    font-size: 2.4rem;
    color: #010101;
    margin-top: 8%;
  }
  .main .advantage .content .rt-box .txt-top .txt span {
    font-size: 1.4rem;
    color: #6e6e6e;
  }
  .main .advantage .content .rt-box .txt-top .txt p {
    font-size: 1.4rem;
    color: #6e6e6e;
    line-height: 180%;
    margin: 4% 0;
  }
  .main .advantage .content .rt-box .txt-top .txt img {
    transition: 0.2s;
  }
  .main .advantage .content .rt-box .txt-top .img {
    width: 45.57%;
    float: right;
  }
  .main .advantage .content .rt-box .txt-top .img img {
    width: 100%;
  }
  .main .advantage .content .rt-box .txt-bot {
    margin-top: 10px;
  }
  .main .advantage .content .rt-box .txt-bot .list {
    margin-bottom: 10px;
    height: auto;
    width: 100%;
    float: left;
    background: #ffffff url("../images/advantage-img_07.jpg") no-repeat 95% 85%;
  }
  .main .advantage .content .rt-box .txt-bot .list:hover .txt img {
    margin-left: 50px;
  }
  .main .advantage .content .rt-box .txt-bot .list .txt {
    float: left;
    margin-left: 5%;
  }
  .main .advantage .content .rt-box .txt-bot .list .txt h5 {
    font-size: 2.4rem;
    color: #010101;
    margin-top: 8%;
  }
  .main .advantage .content .rt-box .txt-bot .list .txt span {
    font-size: 1.4rem;
    color: #6e6e6e;
  }
  .main .advantage .content .rt-box .txt-bot .list .txt p {
    font-size: 1.4rem;
    color: #6e6e6e;
    line-height: 180%;
    margin: 4% 0 4%;
    width: 60%;
  }
  .main .advantage .content .rt-box .txt-bot .list .txt img {
    transition: 0.2s;
  }
  .main .advantage .content .rt-box .txt-bot .list:nth-child(2) {
    float: right;
    background: #ffffff url("../images/advantage-img_10.jpg") no-repeat 95% 90%;
  }
}
.main .news {
  padding: 4% 0;
}
.main .news .news-tit .tit {
  float: left;
}
.main .news .news-tit .tit h4 {
  font-size: 2.4rem;
  color: #000;
}
.main .news .news-tit .tit b {
  display: block;
  width: 15px;
  height: 5px;
  background: #b71d22;
}
.main .news .news-tit .list {
  float: right;
  margin-top: 15px;
}
.main .news .news-tit .list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 1.4rem;
  color: #4f4f4f;
  margin: 0 0.8rem;
}
.main .news .news-tit .list li a {
  color: #4f4f4f;
}
.main .news .news-tit .list li a:hover {
  color: #b71d22;
}
.main .news .news-tit .list li:last-child {
  margin-right: 0;
}
.main .news .news-tit .list li:first-child a {
  color: #b71d22;
}
.main .news .content {
  margin: 5% 0;
}
.main .news .content li {
  width: 23%;
  float: left;
  margin-right: 2.6666666%;
  height: 347px;
  overflow: hidden;
}
.main .news .content li:hover .txt:nth-child(1) {
  margin-top: 0;
}
.main .news .content li .img img {
  width: 100%;
}
.main .news .content li .txt:nth-child(1) {
  height: 167px;
  padding: 2% 4%;
  background: #b71d22;
  margin-top: -167px;
  transition: 0.4s;
}
.main .news .content li .txt:nth-child(1) h6 {
  font-size: 1.6rem;
  color: #fff;
  padding: 18px 0 13px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .news .content li .txt:nth-child(1) p {
  font-size: 1.4rem;
  color: #fff;
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.main .news .content li .txt:nth-child(3) {
  height: 167px;
  padding: 2%;
}
.main .news .content li .txt:nth-child(3) h6 {
  font-size: 1.6rem;
  color: #131313;
  padding: 20px 0 15px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .news .content li .txt:nth-child(3) p {
  font-size: 1.4rem;
  color: #636363;
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.main .news .content li:nth-child(4) {
  margin-right: 0;
}
.main .news .more a {
  display: block;
  width: 258px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  border: 1px solid #989898;
  font-size: 1.6rem;
  color: #000;
  margin: 0 auto;
  transition: 0.4s;
}
.main .news .more a:hover {
  border-color: #b71d22;
  background: #b71d22;
  color: #fff;
}
@media (max-width: 1200px) {
  .main .news {
    padding: 4% 0;
  }
  .main .news .content {
    margin: 5% 0;
  }
  .main .news .content li {
    height: 296px;
  }
  .main .news .content li .txt:nth-child(1) {
    height: 157px;
  }
  .main .news .content li .txt:nth-child(3) {
    height: 157px;
  }
}
@media (max-width: 992px) {
  .main .news {
    padding: 4% 0;
  }
  .main .news .content {
    margin: 5% 0;
  }
  .main .news .content li {
    height: 203px;
  }
  .main .news .content li .img img {
    width: 100%;
  }
  .main .news .content li .txt:nth-child(1) {
    height: 137px;
  }
  .main .news .content li .txt:nth-child(1) h6 {
    padding: 10px 0 10px;
  }
  .main .news .content li .txt:nth-child(3) {
    height: 137px;
  }
  .main .news .content li .txt:nth-child(3) h6 {
    padding: 10px 0 10px;
  }
}
@media (max-width: 768px) {
  .main .news {
    padding: 4% 0;
  }
  .main .news .news-tit .tit {
    float: left;
  }
  .main .news .news-tit .tit h4 {
    font-size: 2.4rem;
    color: #000;
  }
  .main .news .news-tit .tit b {
    display: block;
    width: 15px;
    height: 5px;
    background: #b71d22;
  }
  .main .news .news-tit .list {
    float: right;
    margin-top: 15px;
  }
  .main .news .news-tit .list li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 1.4rem;
    color: #4f4f4f;
    margin: 0 0.8rem;
  }
  .main .news .news-tit .list li a {
    color: #4f4f4f;
  }
  .main .news .news-tit .list li a:hover {
    color: #b71d22;
  }
  .main .news .news-tit .list li:last-child {
    margin-right: 0;
  }
  .main .news .news-tit .list li:first-child a {
    color: #b71d22;
  }
  .main .news .content {
    margin: 5% 0;
  }
  .main .news .content li {
    width: 49%;
    float: left;
    margin-right: 2%;
    height: auto;
    overflow: hidden;
  }
  .main .news .content li:hover .txt:nth-child(1) {
    margin-top: 0;
  }
  .main .news .content li .img img {
    width: 100%;
  }
  .main .news .content li .txt:nth-child(1) {
    display: none;
  }
  .main .news .content li .txt:nth-child(3) {
    height: auto;
    padding: 2%;
  }
  .main .news .content li .txt:nth-child(3) h6 {
    font-size: 1.6rem;
    color: #131313;
    padding: 10px 0 10px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .main .news .content li .txt:nth-child(3) p {
    font-size: 1.4rem;
    color: #636363;
    line-height: 180%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .main .news .content li:nth-child(4) {
    margin-right: 0;
  }
  .main .news .content li:nth-child(2) {
    margin-right: 0;
  }
  .main .news .more a {
    display: block;
    width: 158px;
  }
}
.main .partner {
  padding: 4% 0;
  background: #f8f8f8;
}
.main .partner .tit h4 {
  font-size: 2.4rem;
  color: #000;
}
.main .partner .tit b {
  display: block;
  width: 15px;
  height: 5px;
  background: #b71d22;
}
.main .partner .content {
  margin: 5% 0;
  position: relative;
}
.main .partner .content .swiper-container-partner {
  width: 100%;
  float: left;
  overflow: hidden;
}
.main .partner .content .swiper-slide img {
  width: 100%;
}
.main .partner .content .swiper-pagination-partner {
  position: absolute;
  top: -50px;
  z-index: 99;
  text-align: right;
  width: 100%;
}
.main .partner .content .swiper-pagination-bullet {
  background: #dcdcdc;
  border-radius: 10px;
  margin: 0 5px;
  height: 10px;
  width: 10px;
  opacity: 1;
}
.main .partner .content .swiper-pagination-bullet-active {
  background: #b71d22;
}
.main .partner .content .swiper-slide {
  border: 1px solid #efefef;
  border-bottom: none;
}
.main .partner .content .swiper-slide li {
  box-sizing: border-box;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 25%;
  float: left;
}
.main .partner .content .swiper-slide li img {
  width: 100%;
}
.main .partner .content .swiper-slide li:nth-child(4n+4) {
  border-right: none;
}
.main .partner .more a {
  display: block;
  width: 258px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  border: 1px solid #989898;
  font-size: 1.6rem;
  color: #000;
  margin: 0 auto;
  transition: 0.4s;
}
.main .partner .more a:hover {
  border-color: #b71d22;
  background: #b71d22;
  color: #fff;
}
@media (max-width: 768px) {
  .main .partner {
    padding: 4% 0;
    background: #f8f8f8;
  }
  .main .partner .tit h4 {
    font-size: 2.4rem;
    color: #000;
  }
  .main .partner .tit b {
    display: block;
    width: 15px;
    height: 5px;
    background: #b71d22;
  }
  .main .partner .content {
    margin: 5% 0;
    position: relative;
  }
  .main .partner .content .swiper-container-partner {
    width: 100%;
    float: left;
    overflow: hidden;
  }
  .main .partner .content .swiper-slide img {
    width: 100%;
  }
  .main .partner .content .swiper-pagination-partner {
    position: absolute;
    top: -50px;
    z-index: 99;
    text-align: right;
    width: 100%;
  }
  .main .partner .content .swiper-pagination-bullet {
    background: #dcdcdc;
    border-radius: 10px;
    margin: 0 5px;
    height: 10px;
    width: 10px;
    opacity: 1;
  }
  .main .partner .content .swiper-pagination-bullet-active {
    background: #b71d22;
  }
  .main .partner .content .swiper-slide {
    border: 1px solid #efefef;
    border-bottom: none;
  }
  .main .partner .content .swiper-slide li {
    box-sizing: border-box;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    width: 50%;
    float: left;
  }
  .main .partner .content .swiper-slide li img {
    width: 100%;
  }
  .main .partner .content .swiper-slide li:nth-child(4n+4) {
    border-right: none;
  }
  .main .partner .content .swiper-slide li:nth-child(2n+2) {
    border-right: none;
  }
  .main .partner .more a {
    display: block;
    width: 158px;
  }
}
.footer {
  background: #1b1b1b;
}
.footer .footer-content {
  height: 278px;
  padding-top: 2%;
}
.footer .footer-content .footer-logo {
  float: left;
  width: 26.5%;
}
.footer .footer-content .list {
  width: 15%;
  float: left;
}
.footer .footer-content .list h5 {
  font-size: 1.8rem;
  color: #b71d22;
  text-transform: uppercase;
}
.footer .footer-content .list ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-top: 10px;
}
.footer .footer-content .list li {
  font-size: 1.4rem;
  color: #5f5f5f;
  line-height: 26px;
}
.footer .footer-content .list li a {
  color: #5f5f5f;
}
.footer .footer-content .list li a:hover {
  color: #fff;
}
.footer .footer-content .list:nth-child(4) {
  width: 36%;
}
.footer .footer-content .code {
  float: right;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .footer .footer-content .footer-logo {
    float: left;
    width: 24.5%;
  }
}
@media (max-width: 992px) {
  .footer .footer-content {
    height: 258px;
    padding-top: 2%;
  }
  .footer .footer-content .footer-logo {
    float: left;
    width: 22.5%;
  }
  .footer .footer-content .footer-logo img {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 0;
  }
  .footer .footer-con2 {
    background: #1b1b1b;
    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: #1b1b1b url("../images/lit_07.png") no-repeat right center;
    background-position: right 26px top 28px;
    margin: 0;
    font-weight: 500;
    color: #b71d22;
    font-size: 15px;
    border-bottom: 1px solid #aaa;
    padding: 18px 26px 18px 24px;
  }
  .footer .footer-con2 .list-con {
    display: none;
  }
  .footer .footer-con2 .list-con a {
    color: #fff;
    margin: 0;
    background: #363636;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
    padding: 12px 26px 12px 24px;
  }
  .footer .footer-con2 .list-con a:hover {
    color: #b71d22;
  }
  .footer .footer-con2 .list-con li {
    color: #333;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
    padding: 12px 26px 12px 24px;
    background: #edf2f8;
  }
}
.footer .footer-bot {
  border-top: 1px solid #252525;
  line-height: 59px;
  clear: both;
}
.footer .footer-bot p {
  margin: 0;
  font-size: 1.4rem;
  color: #5f5f5f;
}
.footer .footer-bot p a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 8%;
  color: #5f5f5f;
}
.footer .footer-bot p a:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .footer .footer-bot {
    padding: 6px 0;
    line-height: 24px;
    background: #1d1d1d;
    text-align: center;
  }
  .footer .footer-bot p {
    margin: 0;
    font-size: 1.4rem;
    color: #5f5f5f;
  }
  .footer .footer-bot p a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 3%;
    color: #5f5f5f;
  }
  .footer .footer-bot p a:hover {
    color: #fff;
  }
}
.footer .returnTop {
  z-index: 999;
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 60px;
  right: 30px;
  width: 80px;
  height: 80px;
  background: url("../images/return-top.png") no-repeat center;
}
@media (max-width: 768px) {
  .footer .returnTop {
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 70px;
    right: 18px;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    background: url("../images/return-top.png") no-repeat center;
  }
}
/*ins-style*/
@media (max-width: 768px) {
  .ins-main {
    margin-top: 55px;
  }
}
.ins-main .ins-ad img {
  width: 100%;
}
.ins-main .product-ad .pc-con .swiper-container-pc {
  overflow: hidden;
  position: relative;
}
.ins-main .product-ad .pc-con .container {
  position: relative;
}
.ins-main .product-ad .pc-con .swiper-slide img {
  width: 100%;
}
.ins-main .product-ad .pc-con .swiper-button-next-pro {
  width: 15px;
  height: 30px;
  background: url("../images/honor-next_03.png") no-repeat center;
  position: absolute;
  right: 18%;
  top: 50%;
  margin-top: -15px;
  z-index: 2;
  cursor: pointer;
}
.ins-main .product-ad .pc-con .swiper-button-next-pro:hover {
  background: url("../images/honor-next2_03.png") no-repeat center;
}
.ins-main .product-ad .pc-con .swiper-button-prev-pro {
  width: 15px;
  height: 30px;
  background: url("../images/honor-prev_03.png") no-repeat center;
  position: absolute;
  left: 18%;
  top: 50%;
  margin-top: -15px;
  z-index: 2;
  cursor: pointer;
}
.ins-main .product-ad .pc-con .swiper-button-prev-pro:hover {
  background: url("../images/honor-prev2_03.png") no-repeat center;
}
.ins-main .product-ad .mobile-con .swiper-container-mb {
  overflow: hidden;
}
.ins-main .product-ad .mobile-con .swiper-slide img {
  width: 100%;
}
.ins-main .ins-nav {
  height: 64px;
  line-height: 64px;
}
.ins-main .ins-nav .content {
  border-bottom: 1px solid #eee;
}
.ins-main .ins-nav .pro-show-nav {
  border: none;
}
.ins-main .ins-nav p {
  margin: 0;
  padding-left: 20px;
  background: url("../images/house_03.jpg") no-repeat left center;
  font-size: 1.6rem;
  color: #333;
  float: left;
}
.ins-main .ins-nav p a {
  color: #333;
}
.ins-main .ins-nav p a:hover {
  color: #005faf;
}
.ins-main .ins-nav .rt-link {
  float: right;
  text-align: left;
}
.ins-main .ins-nav .rt-link ul {
  margin: 0;
}
.ins-main .ins-nav .rt-link li {
  font-size: 1.4rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 1.5rem;
  position: relative;
}
.ins-main .ins-nav .rt-link li a {
  color: #333;
}
.ins-main .ins-nav .rt-link li a:hover {
  color: #0b59a8;
}
.ins-main .ins-nav .rt-link li:last-child {
  padding-right: 0;
}
.ins-main .ins-nav .rt-link .active a {
  font-weight: 600;
  color: #0b59a8;
}
.ins-main .ins-nav .rt-link .active:after {
  display: block;
  width: 17px;
  height: 8px;
  background: url("../images/pro-angle_03.jpg") no-repeat center;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: 0;
  content: '';
}
@media (max-width: 768px) {
  .ins-main .ins-nav {
    height: auto;
    line-height: 30px;
  }
  .ins-main .ins-nav .content {
    border-bottom: 1px solid #eee;
  }
  .ins-main .ins-nav p {
    margin: 0;
    padding-left: 20px;
    background: url("../images/house_03.jpg") no-repeat left center;
    font-size: 1.6rem;
    color: #333;
    float: none;
  }
  .ins-main .ins-nav p a {
    color: #333;
  }
  .ins-main .ins-nav p a:hover {
    color: #005faf;
  }
  .ins-main .ins-nav .rt-link {
    float: none;
    text-align: center;
  }
  .ins-main .ins-nav .rt-link ul {
    margin: 0;
  }
  .ins-main .ins-nav .rt-link li {
    font-size: 1.4rem;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 1.5rem;
    position: relative;
  }
  .ins-main .ins-nav .rt-link li a {
    color: #333;
  }
  .ins-main .ins-nav .rt-link li a:hover {
    color: #0b59a8;
  }
  .ins-main .ins-nav .rt-link li:last-child {
    padding-right: 0;
  }
  .ins-main .ins-nav .rt-link .active a {
    font-weight: 600;
    color: #0b59a8;
  }
  .ins-main .ins-nav .rt-link .active:after {
    display: block;
    width: 17px;
    height: 8px;
    background: url("../images/pro-angle_03.jpg") no-repeat center;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: 0;
    content: '';
  }
}
.ins-main .ins-service .img-box {
  margin-bottom: 2%;
}
.ins-main .ins-service img {
  width: 100%;
}
.ins-main .ins-about {
  padding-bottom: 3%;
}
.ins-main .ins-about .txt-box .tit {
  margin: 47px 0;
}
.ins-main .ins-about .txt-box .tit h5 {
  font-size: 3rem;
  color: #0b59a8;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}
.ins-main .ins-about .txt-box .tit p {
  font-size: 1.5rem;
  color: #a6a6a6;
}
.ins-main .ins-about .txt-box .tit b {
  display: block;
  width: 30px;
  height: 3px;
  background: #000;
}
.ins-main .ins-about .txt-box .txt {
  width: 65%;
  float: left;
}
.ins-main .ins-about .txt-box .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 220%;
  margin-bottom: 2%;
}
.ins-main .ins-about .txt-box .img {
  width: 33.5%;
  float: right;
  box-shadow: 0 0 10px #9e9d9d;
  background: #0b59a8;
  padding: 7px;
}
.ins-main .ins-about .txt-box .img img {
  width: 100%;
}
.ins-main .ins-about .number {
  height: 135px;
  margin-top: 2%;
  background: url("../images/ins-number-bg_02.jpg");
  background-size: cover;
}
.ins-main .ins-about .number .list-box {
  padding-top: 15px;
}
.ins-main .ins-about .number .list {
  box-sizing: border-box;
  width: 20%;
  float: left;
  text-align: center;
  border-right: 1px solid #dbdbdb;
}
.ins-main .ins-about .number .list h3 {
  font-size: 6rem;
  color: #2a2a2a;
  padding: 0 0 0%;
  font-weight: 600;
  margin-top: 0;
}
.ins-main .ins-about .number .list p {
  font-size: 1.6rem;
  color: #666;
  text-transform: uppercase;
}
.ins-main .ins-about .number .list:nth-child(5) {
  border-right: none;
}
.ins-main .ins-about .txt-list {
  margin: 3% auto;
}
.ins-main .ins-about .txt-list li {
  width: 32.3333333%;
  margin-right: 1.33333333%;
  float: left;
  background: #ecf5ff;
  padding: 10px;
  height: 452px;
}
.ins-main .ins-about .txt-list li img {
  width: 100%;
}
.ins-main .ins-about .txt-list li h6 {
  font-size: 2rem;
  color: #0b59a8;
  text-transform: uppercase;
  font-weight: 600;
  margin: 13px 0;
}
.ins-main .ins-about .txt-list li span {
  display: block;
  width: 50px;
  height: 3px;
  background: #006cad;
}
.ins-main .ins-about .txt-list li p {
  font-size: 1.4rem;
  color: #666;
  margin: 3% 0 0;
  line-height: 180%;
}
.ins-main .ins-about .txt-list li:last-child {
  margin-right: 0;
}
.ins-main .ins-about .about-bot h5 {
  font-size: 3rem;
  text-transform: uppercase;
  color: #0b59a8;
  margin: 0% 0 2%;
  font-weight: 600;
  background: url("../images/because_03.jpg") no-repeat right center;
}
.ins-main .ins-about .about-bot h5 b {
  display: block;
  width: 30px;
  height: 3px;
  background: #000;
  margin-top: 10px;
}
.ins-main .ins-about .about-bot img {
  width: 100%;
}
.ins-main .ins-about .about-bot p {
  font-size: 1.4rem;
  color: #666;
  line-height: 180%;
  margin: 2% 0;
}
@media (max-width: 1200px) {
  .ins-main .ins-about .txt-list li {
    height: 412px;
  }
}
@media (max-width: 992px) {
  .ins-main .ins-about {
    padding-bottom: 3%;
  }
  .ins-main .ins-about .number {
    height: 110px;
    margin-top: 2%;
  }
  .ins-main .ins-about .txt-list li {
    height: 372px;
  }
}
@media (max-width: 768px) {
  .ins-main .ins-about {
    padding-bottom: 3%;
  }
  .ins-main .ins-about .txt-box .tit {
    margin: 27px 0;
  }
  .ins-main .ins-about .txt-box .tit h5 {
    font-size: 3rem;
    color: #0b59a8;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .ins-main .ins-about .txt-box .tit p {
    font-size: 1.5rem;
    color: #a6a6a6;
  }
  .ins-main .ins-about .txt-box .tit b {
    display: block;
    width: 30px;
    height: 3px;
    background: #000;
  }
  .ins-main .ins-about .txt-box .txt {
    width: 100%;
    float: left;
  }
  .ins-main .ins-about .txt-box .txt p {
    font-size: 1.6rem;
    color: #666;
    line-height: 220%;
    margin-bottom: 2%;
  }
  .ins-main .ins-about .txt-box .img {
    width: 100%;
    float: right;
    box-shadow: 0 0 10px #9e9d9d;
    background: #0b59a8;
    padding: 7px;
  }
  .ins-main .ins-about .txt-box .img img {
    width: 100%;
  }
  .ins-main .ins-about .number {
    height: auto;
    margin-top: 2%;
    background: url("../images/ins-number-bg_02.jpg");
    background-size: cover;
  }
  .ins-main .ins-about .number .list-box {
    padding-top: 15px;
  }
  .ins-main .ins-about .number .list {
    box-sizing: border-box;
    width: 33.333333%;
    float: left;
    text-align: center;
    border-right: 1px solid #dbdbdb;
  }
  .ins-main .ins-about .number .list h3 {
    font-size: 4rem;
    color: #2a2a2a;
    padding: 0 0 0%;
    font-weight: 600;
    margin-top: 0;
  }
  .ins-main .ins-about .number .list p {
    font-size: 1.6rem;
    color: #666;
    text-transform: uppercase;
    height: 34px;
  }
  .ins-main .ins-about .number .list:nth-child(3) {
    border: none;
  }
  .ins-main .ins-about .number .list:nth-child(4) {
    width: 50%;
  }
  .ins-main .ins-about .number .list:nth-child(5) {
    width: 50%;
  }
  .ins-main .ins-about .txt-list {
    margin: 3% auto;
  }
  .ins-main .ins-about .txt-list li {
    width: 100%;
    margin-right: 0%;
    float: left;
    background: #ecf5ff;
    padding: 10px;
    height: auto;
    margin-bottom: 2%;
  }
  .ins-main .ins-about .txt-list li img {
    width: 100%;
  }
  .ins-main .ins-about .txt-list li h6 {
    font-size: 2rem;
    color: #0b59a8;
    text-transform: uppercase;
    font-weight: 600;
    margin: 13px 0;
  }
  .ins-main .ins-about .txt-list li span {
    display: block;
    width: 50px;
    height: 3px;
    background: #006cad;
  }
  .ins-main .ins-about .txt-list li p {
    font-size: 1.4rem;
    color: #666;
    margin: 3% 0 0;
    line-height: 180%;
  }
  .ins-main .ins-about .txt-list li:last-child {
    margin-right: 0;
  }
  .ins-main .ins-about .about-bot h5 {
    font-size: 3rem;
    text-transform: uppercase;
    color: #0b59a8;
    margin: 0% 0 2%;
    font-weight: 600;
    background: none;
  }
  .ins-main .ins-about .about-bot h5 b {
    display: block;
    width: 30px;
    height: 3px;
    background: #000;
    margin-top: 10px;
  }
  .ins-main .ins-about .about-bot img {
    width: 100%;
  }
  .ins-main .ins-about .about-bot p {
    font-size: 1.4rem;
    color: #666;
    line-height: 180%;
    margin: 2% 0;
  }
}
.ins-main .ins-honor {
  padding-bottom: 3%;
}
.ins-main .ins-honor .txt-box .tit {
  margin: 47px 0;
}
.ins-main .ins-honor .txt-box .tit h5 {
  font-size: 3rem;
  color: #0b59a8;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}
.ins-main .ins-honor .txt-box .tit p {
  font-size: 1.5rem;
  color: #a6a6a6;
}
.ins-main .ins-honor .txt-box .tit b {
  display: block;
  width: 30px;
  height: 3px;
  background: #000;
}
.ins-main .ins-honor .txt-box .content li {
  width: 24%;
  float: left;
  margin-right: 1.25%;
  margin-bottom: 2%;
  text-align: center;
}
.ins-main .ins-honor .txt-box .content li .img {
  padding-bottom: 18px;
  background: url("../images/honor-bg_03.jpg") no-repeat center bottom;
}
.ins-main .ins-honor .txt-box .content li .img img {
  width: 100%;
  border: 5px solid #0b59a8;
  cursor: pointer;
}
.ins-main .ins-honor .txt-box .content li p {
  font-size: 1.4rem;
  color: #666;
}
.ins-main .ins-honor .txt-box .content li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-honor {
    padding-bottom: 3%;
  }
  .ins-main .ins-honor .txt-box .tit {
    margin: 27px 0;
  }
  .ins-main .ins-honor .txt-box .tit h5 {
    font-size: 3rem;
    color: #0b59a8;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .ins-main .ins-honor .txt-box .tit p {
    font-size: 1.5rem;
    color: #a6a6a6;
  }
  .ins-main .ins-honor .txt-box .tit b {
    display: block;
    width: 30px;
    height: 3px;
    background: #000;
  }
  .ins-main .ins-honor .txt-box .content li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    text-align: center;
  }
  .ins-main .ins-honor .txt-box .content li .img {
    padding-bottom: 18px;
    background: url("../images/honor-bg_03.jpg") no-repeat center bottom;
  }
  .ins-main .ins-honor .txt-box .content li .img img {
    width: 100%;
    border: 5px solid #0b59a8;
    cursor: pointer;
  }
  .ins-main .ins-honor .txt-box .content li p {
    font-size: 1.4rem;
    color: #666;
  }
  .ins-main .ins-honor .txt-box .content li:nth-child(4n+4) {
    margin-right: 0;
  }
  .ins-main .ins-honor .txt-box .content li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-jianjie .top-box {
  padding: 3% 0;
}
.ins-main .ins-jianjie .top-box .tit {
  text-align: center;
  margin-bottom: 3%;
}
.ins-main .ins-jianjie .top-box .tit h5 {
  font-size: 2.4rem;
  color: #272727;
}
.ins-main .ins-jianjie .top-box .tit b {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #e60012;
}
.ins-main .ins-jianjie .top-box .content {
  background: #f8f8f8;
  position: relative;
}
.ins-main .ins-jianjie .top-box .content .txt-box {
  width: 50%;
  float: left;
  padding: 4%;
}
.ins-main .ins-jianjie .top-box .content .txt-box h5 {
  font-size: 2.4rem;
  color: #000;
  margin-bottom: 7%;
}
.ins-main .ins-jianjie .top-box .content .txt-box p {
  font-size: 1.4rem;
  color: #828282;
  line-height: 180%;
  margin: 4% 0;
  text-indent: 2.8rem;
}
.ins-main .ins-jianjie .top-box .content .swiper-container-about {
  width: 50%;
  float: right;
  overflow: hidden;
}
.ins-main .ins-jianjie .top-box .content img {
  width: 100%;
}
.ins-main .ins-jianjie .top-box .content .swiper-button-next-about {
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: absolute;
  top: 90%;
  margin-right: -35px;
  left: 50%;
  background: url("../images/about-ad-btn_04.jpg") no-repeat center;
  z-index: 6;
}
.ins-main .ins-jianjie .top-box .content .swiper-button-prev-about {
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: absolute;
  top: 90%;
  margin-left: -35px;
  right: 50%;
  background: url("../images/about-ad-btn_03.jpg") no-repeat center;
  z-index: 6;
}
.ins-main .ins-jianjie .jianjie-banner img {
  width: 100%;
}
.ins-main .ins-jianjie .liucheng .tit {
  text-align: center;
  margin: 4% 0;
}
.ins-main .ins-jianjie .liucheng .tit h5 {
  font-size: 2.4rem;
  color: #272727;
}
.ins-main .ins-jianjie .liucheng .tit b {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #e60012;
}
.ins-main .ins-jianjie .liucheng .img-box img {
  max-width: 100%;
}
.ins-main .ins-jianjie .honor {
  background: #f8f8f8;
  padding: 1% 0 3%;
}
.ins-main .ins-jianjie .honor .tit {
  text-align: center;
  padding: 3% 0;
}
.ins-main .ins-jianjie .honor .tit h5 {
  font-size: 2.4rem;
  color: #272727;
}
.ins-main .ins-jianjie .honor .tit b {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #e60012;
}
.ins-main .ins-jianjie .honor .swiper-container-honor {
  overflow: hidden;
}
.ins-main .ins-jianjie .honor .swiper-slide {
  padding: 1%;
  background: #fff;
}
.ins-main .ins-jianjie .honor .swiper-slide img {
  width: 100%;
  cursor: pointer;
}
.ins-main .ins-jianjie .brand {
  padding: 1% 0 3%;
}
.ins-main .ins-jianjie .brand .tit {
  text-align: center;
  padding: 3% 0;
}
.ins-main .ins-jianjie .brand .tit h5 {
  font-size: 2.4rem;
  color: #272727;
}
.ins-main .ins-jianjie .brand .tit b {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #e60012;
}
.ins-main .ins-jianjie .brand .content {
  position: relative;
}
.ins-main .ins-jianjie .brand .content .swiper-container-partner {
  width: 100%;
  float: left;
  overflow: hidden;
}
.ins-main .ins-jianjie .brand .content .swiper-slide img {
  width: 100%;
}
.ins-main .ins-jianjie .brand .content .swiper-pagination-partner {
  text-align: center;
  width: 100%;
  margin-top: 3%;
}
.ins-main .ins-jianjie .brand .content .swiper-pagination-bullet {
  background: #dcdcdc;
  border-radius: 10px;
  margin: 0 5px;
  height: 10px;
  width: 10px;
  opacity: 1;
}
.ins-main .ins-jianjie .brand .content .swiper-pagination-bullet-active {
  background: #b71d22;
}
.ins-main .ins-jianjie .brand .content .swiper-slide {
  border: 1px solid #efefef;
  border-bottom: none;
}
.ins-main .ins-jianjie .brand .content .swiper-slide li {
  box-sizing: border-box;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 25%;
  float: left;
}
.ins-main .ins-jianjie .brand .content .swiper-slide li img {
  width: 100%;
}
.ins-main .ins-jianjie .brand .content .swiper-slide li:nth-child(4n+4) {
  border-right: none;
}
@media (max-width: 768px) {
  .ins-main .ins-jianjie .top-box {
    padding: 3% 15px;
  }
  .ins-main .ins-jianjie .top-box .tit {
    text-align: center;
    margin-bottom: 3%;
  }
  .ins-main .ins-jianjie .top-box .tit h5 {
    font-size: 2.4rem;
    color: #272727;
  }
  .ins-main .ins-jianjie .top-box .tit b {
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #e60012;
  }
  .ins-main .ins-jianjie .top-box .content {
    background: #f8f8f8;
    position: relative;
  }
  .ins-main .ins-jianjie .top-box .content .txt-box {
    width: 100%;
    float: left;
    padding: 4%;
  }
  .ins-main .ins-jianjie .top-box .content .txt-box h5 {
    font-size: 2.4rem;
    color: #000;
    margin-bottom: 7%;
  }
  .ins-main .ins-jianjie .top-box .content .txt-box p {
    font-size: 1.4rem;
    color: #828282;
    line-height: 180%;
    margin: 4% 0;
    text-indent: 2.8rem;
  }
  .ins-main .ins-jianjie .top-box .content .swiper-container-about {
    width: 100%;
    float: right;
    overflow: hidden;
  }
  .ins-main .ins-jianjie .top-box .content img {
    width: 100%;
  }
  .ins-main .ins-jianjie .top-box .content .swiper-button-next-about {
    width: 35px;
    height: 35px;
    cursor: pointer;
    position: absolute;
    top: 90%;
    margin-right: -35px;
    left: 50%;
    background: url("../images/about-ad-btn_04.jpg") no-repeat center;
    z-index: 6;
  }
  .ins-main .ins-jianjie .top-box .content .swiper-button-prev-about {
    width: 35px;
    height: 35px;
    cursor: pointer;
    position: absolute;
    top: 90%;
    margin-left: -35px;
    right: 50%;
    background: url("../images/about-ad-btn_03.jpg") no-repeat center;
    z-index: 6;
  }
  .ins-main .ins-jianjie .brand {
    padding: 1% 15px 3%;
  }
  .ins-main .ins-jianjie .brand .content {
    position: relative;
  }
  .ins-main .ins-jianjie .brand .content .swiper-container-partner {
    width: 100%;
    float: left;
    overflow: hidden;
  }
  .ins-main .ins-jianjie .brand .content .swiper-slide img {
    width: 100%;
  }
  .ins-main .ins-jianjie .brand .content .swiper-pagination-partner {
    text-align: center;
    width: 100%;
    margin-top: 3%;
  }
  .ins-main .ins-jianjie .brand .content .swiper-pagination-bullet {
    background: #dcdcdc;
    border-radius: 10px;
    margin: 0 5px;
    height: 10px;
    width: 10px;
    opacity: 1;
  }
  .ins-main .ins-jianjie .brand .content .swiper-pagination-bullet-active {
    background: #b71d22;
  }
  .ins-main .ins-jianjie .brand .content .swiper-slide {
    border: 1px solid #efefef;
    border-bottom: none;
  }
  .ins-main .ins-jianjie .brand .content .swiper-slide li {
    box-sizing: border-box;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    width: 50%;
    float: left;
  }
  .ins-main .ins-jianjie .brand .content .swiper-slide li img {
    width: 100%;
  }
  .ins-main .ins-jianjie .brand .content .swiper-slide li:nth-child(4n+4) {
    border-right: none;
  }
  .ins-main .ins-jianjie .brand .content .swiper-slide li:nth-child(2n+2) {
    border-right: none;
  }
}
.ins-main .ins-contact .contact-box {
  padding: 3% 0;
}
.ins-main .ins-contact .contact-box .tit {
  text-align: center;
  margin-bottom: 3%;
}
.ins-main .ins-contact .contact-box .tit h5 {
  font-size: 2.4rem;
  color: #272727;
}
.ins-main .ins-contact .contact-box .tit b {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #e60012;
}
.ins-main .ins-contact .contact-box .list-box .lf {
  width: 41%;
  float: left;
}
.ins-main .ins-contact .contact-box .list-box .lf .list {
  margin-bottom: 10%;
}
.ins-main .ins-contact .contact-box .list-box .lf .list h6 {
  font-size: 1.8rem;
  color: #3e3e3e;
  margin-bottom: 6%;
}
.ins-main .ins-contact .contact-box .list-box .lf .list li {
  font-size: 1.4rem;
  color: #717171;
  padding-left: 36px;
  margin-bottom: 3%;
}
.ins-main .ins-contact .contact-box .list-box .lf .list:nth-child(1) li:nth-child(1) {
  background: url("../images/contact-icon_03.jpg") no-repeat left center;
}
.ins-main .ins-contact .contact-box .list-box .lf .list:nth-child(1) li:nth-child(2) {
  background: url("../images/contact-icon_06.jpg") no-repeat left center;
}
.ins-main .ins-contact .contact-box .list-box .lf .list:nth-child(1) li:nth-child(3) {
  background: url("../images/contact-icon_08.jpg") no-repeat left center;
}
.ins-main .ins-contact .contact-box .list-box .lf .list:nth-child(1) li:nth-child(4) {
  background: url("../images/contact-icon_10.jpg") no-repeat left center;
}
.ins-main .ins-contact .contact-box .list-box .lf .list:nth-child(1) li:nth-child(5) {
  background: url("../images/contact-icon_12.jpg") no-repeat left center;
}
.ins-main .ins-contact .contact-box .list-box .lf .list:nth-child(2) li:nth-child(1) {
  background: url("../images/contact-icon_03.jpg") no-repeat left center;
}
.ins-main .ins-contact .contact-box .list-box .lf .list:nth-child(2) li:nth-child(2) {
  background: url("../images/contact-icon_06.jpg") no-repeat left center;
}
.ins-main .ins-contact .contact-box .list-box .lf .list:nth-child(2) li:nth-child(3) {
  background: url("../images/contact-icon_08.jpg") no-repeat left center;
}
.ins-main .ins-contact .contact-box .list-box .lf .list:nth-child(2) li:nth-child(4) {
  background: url("../images/contact-icon_10.jpg") no-repeat left center;
}
.ins-main .ins-contact .contact-box .list-box .lf .list:nth-child(2) li:nth-child(5) {
  background: url("../images/contact-icon_14.jpg") no-repeat left center;
}
.ins-main .ins-contact .contact-box .list-box .rt {
  width: 59%;
  float: right;
}
.ins-main .ins-contact .contact-box .list-box .rt img {
  width: 100%;
}
.ins-main .ins-contact .map-box {
  padding: 3% 0;
  background: #f8f8f8;
}
.ins-main .ins-contact .map-box .tit {
  text-align: center;
  margin-bottom: 3%;
}
.ins-main .ins-contact .map-box .tit h5 {
  font-size: 2.4rem;
  color: #272727;
}
.ins-main .ins-contact .map-box .tit b {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #e60012;
}
.ins-main .ins-contact .map-box .map-lf {
  width: 49%;
  float: left;
  padding: 1%;
  background: #fff;
}
.ins-main .ins-contact .map-box .map-lf .amap-controls {
  display: none;
}
.ins-main .ins-contact .map-box .map-lf .my-map {
  margin: 0 auto;
  width: 100%;
  height: 357px;
}
.ins-main .ins-contact .map-box .map-lf .my-map .icon {
  background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}
.ins-main .ins-contact .map-box .map-lf .my-map .icon-cir {
  height: 31px;
  width: 28px;
}
.ins-main .ins-contact .map-box .map-lf .my-map .icon-cir-red {
  background-position: -11px -5px;
}
.ins-main .ins-contact .map-box .map-lf .amap-container {
  height: 100%;
}
.ins-main .ins-contact .map-box .map-lf p {
  text-align: center;
  font-size: 1.8rem;
  color: #333;
  margin: 20px 0 0 0;
}
.ins-main .ins-contact .map-box .map-rt {
  width: 49%;
  padding: 1%;
  background: #fff;
  float: right;
}
.ins-main .ins-contact .map-box .map-rt .amap-controls {
  display: none;
}
.ins-main .ins-contact .map-box .map-rt .my-map {
  margin: 0 auto;
  width: 100%;
  height: 357px;
}
.ins-main .ins-contact .map-box .map-rt .my-map .icon {
  background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}
.ins-main .ins-contact .map-box .map-rt .my-map .icon-cir {
  height: 31px;
  width: 28px;
}
.ins-main .ins-contact .map-box .map-rt .my-map .icon-cir-red {
  background-position: -11px -5px;
}
.ins-main .ins-contact .map-box .map-rt .amap-container {
  height: 100%;
}
.ins-main .ins-contact .map-box .map-rt p {
  text-align: center;
  font-size: 1.8rem;
  color: #333;
  margin: 20px 0 0 0;
}
.ins-main .ins-contact .message-box {
  padding: 3% 0;
}
.ins-main .ins-contact .message-box .tit {
  text-align: center;
  margin-bottom: 3%;
}
.ins-main .ins-contact .message-box .tit h5 {
  font-size: 2.4rem;
  color: #272727;
}
.ins-main .ins-contact .message-box .tit b {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #e60012;
}
.ins-main .ins-contact .message-box .form-box ul:nth-child(1) li {
  float: left;
  margin-bottom: 3%;
  font-size: 1.8rem;
  color: #272727;
  width: 31.33333%;
  margin-right: 3%;
}
.ins-main .ins-contact .message-box .form-box ul:nth-child(1) li input:focus {
  border: 1px solid #e60012;
}
.ins-main .ins-contact .message-box .form-box ul:nth-child(1) li sup {
  color: #e60012;
}
.ins-main .ins-contact .message-box .form-box ul:nth-child(1) li .txt {
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  border: 1px solid #efefef;
  width: 75%;
}
.ins-main .ins-contact .message-box .form-box ul:nth-child(1) li:nth-child(3) {
  margin-right: 0;
}
.ins-main .ins-contact .message-box .form-box ul:nth-child(2) li span {
  float: left;
  font-size: 1.8rem;
  color: #272727;
}
.ins-main .ins-contact .message-box .form-box ul:nth-child(2) textarea:focus {
  border: 1px solid #e60012;
}
.ins-main .ins-contact .message-box .form-box ul:nth-child(2) textarea {
  float: left;
  margin-bottom: 3%;
  height: 150px;
  padding: 10px;
  border: 1px solid #efefef;
  width: 92%;
}
.ins-main .ins-contact .message-box .form-box ul:nth-child(3) {
  text-align: center;
}
.ins-main .ins-contact .message-box .form-box ul:nth-child(3) .submit {
  width: 200px;
  height: 40px;
  border: none;
  text-align: center;
  cursor: pointer;
  font-size: 1.8rem;
  color: #2b2b2b;
  background: #f8f8f8;
  transition: 0.4s;
}
.ins-main .ins-contact .message-box .form-box ul:nth-child(3) .submit:hover {
  color: #fff;
  background: #e60012;
}
.ins-main .ins-contact .contact-bot {
  margin: 4% 0;
}
.ins-main .ins-contact .contact-bot .rt {
  width: 52.65%;
  float: right;
}
.ins-main .ins-contact .contact-bot .rt ul:nth-child(2) {
  clear: both;
}
.ins-main .ins-contact .contact-bot .rt ul:nth-child(2) li span {
  display: block;
  margin-bottom: 6px;
  font-size: 1.4rem;
  color: #444;
}
.ins-main .ins-contact .contact-bot .rt ul:nth-child(2) li textarea {
  width: 100%;
  height: 130px;
  border: 1px solid #dfdfdf;
  padding: 10px;
}
.ins-main .ins-contact .contact-bot .rt ul:nth-child(2) li textarea:focus {
  border: 1px solid #005faf;
}
.ins-main .ins-contact .contact-bot .rt .submit {
  width: 200px;
  height: 50px;
  cursor: pointer;
  border: none;
  background: #0b59a8;
  font-size: 2rem;
  color: #fff;
}
@media (max-width: 768px) {
  .ins-main .ins-contact .contact-box {
    padding: 3% 15px;
  }
  .ins-main .ins-contact .contact-box .tit {
    text-align: center;
    margin-bottom: 3%;
  }
  .ins-main .ins-contact .contact-box .tit h5 {
    font-size: 2.4rem;
    color: #272727;
  }
  .ins-main .ins-contact .contact-box .tit b {
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #e60012;
  }
  .ins-main .ins-contact .contact-box .list-box .lf {
    width: 100%;
    float: left;
  }
  .ins-main .ins-contact .contact-box .list-box .lf .list {
    margin-bottom: 10%;
  }
  .ins-main .ins-contact .contact-box .list-box .lf .list h6 {
    font-size: 1.8rem;
    color: #3e3e3e;
    margin-bottom: 6%;
  }
  .ins-main .ins-contact .contact-box .list-box .lf .list li {
    font-size: 1.4rem;
    color: #717171;
    padding-left: 36px;
    margin-bottom: 3%;
  }
  .ins-main .ins-contact .contact-box .list-box .lf .list:nth-child(1) li:nth-child(1) {
    background: url("../images/contact-icon_03.jpg") no-repeat left center;
  }
  .ins-main .ins-contact .contact-box .list-box .lf .list:nth-child(1) li:nth-child(2) {
    background: url("../images/contact-icon_06.jpg") no-repeat left center;
  }
  .ins-main .ins-contact .contact-box .list-box .lf .list:nth-child(1) li:nth-child(3) {
    background: url("../images/contact-icon_08.jpg") no-repeat left center;
  }
  .ins-main .ins-contact .contact-box .list-box .lf .list:nth-child(1) li:nth-child(4) {
    background: url("../images/contact-icon_10.jpg") no-repeat left center;
  }
  .ins-main .ins-contact .contact-box .list-box .lf .list:nth-child(1) li:nth-child(5) {
    background: url("../images/contact-icon_12.jpg") no-repeat left center;
  }
  .ins-main .ins-contact .contact-box .list-box .lf .list:nth-child(2) li:nth-child(1) {
    background: url("../images/contact-icon_03.jpg") no-repeat left center;
  }
  .ins-main .ins-contact .contact-box .list-box .lf .list:nth-child(2) li:nth-child(2) {
    background: url("../images/contact-icon_06.jpg") no-repeat left center;
  }
  .ins-main .ins-contact .contact-box .list-box .lf .list:nth-child(2) li:nth-child(3) {
    background: url("../images/contact-icon_08.jpg") no-repeat left center;
  }
  .ins-main .ins-contact .contact-box .list-box .lf .list:nth-child(2) li:nth-child(4) {
    background: url("../images/contact-icon_10.jpg") no-repeat left center;
  }
  .ins-main .ins-contact .contact-box .list-box .lf .list:nth-child(2) li:nth-child(5) {
    background: url("../images/contact-icon_14.jpg") no-repeat left center;
  }
  .ins-main .ins-contact .contact-box .list-box .rt {
    width: 100%;
    float: right;
  }
  .ins-main .ins-contact .contact-box .list-box .rt img {
    width: 100%;
  }
  .ins-main .ins-contact .map-box {
    padding: 3% 0px;
    background: #f8f8f8;
  }
  .ins-main .ins-contact .map-box .tit {
    text-align: center;
    margin-bottom: 3%;
  }
  .ins-main .ins-contact .map-box .tit h5 {
    font-size: 2.4rem;
    color: #272727;
  }
  .ins-main .ins-contact .map-box .tit b {
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #e60012;
  }
  .ins-main .ins-contact .map-box .map-lf {
    width: 100%;
    float: left;
    padding: 1%;
    background: #fff;
  }
  .ins-main .ins-contact .map-box .map-lf .amap-controls {
    display: none;
  }
  .ins-main .ins-contact .map-box .map-lf .my-map {
    margin: 0 auto;
    width: 100%;
    height: 300px;
  }
  .ins-main .ins-contact .map-box .map-lf .my-map .icon {
    background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
  }
  .ins-main .ins-contact .map-box .map-lf .my-map .icon-cir {
    height: 31px;
    width: 28px;
  }
  .ins-main .ins-contact .map-box .map-lf .my-map .icon-cir-red {
    background-position: -11px -5px;
  }
  .ins-main .ins-contact .map-box .map-lf .amap-container {
    height: 100%;
  }
  .ins-main .ins-contact .map-box .map-lf p {
    text-align: center;
    font-size: 1.8rem;
    color: #333;
    margin: 10px 0 0 0;
  }
  .ins-main .ins-contact .map-box .map-rt {
    width: 100%;
    padding: 1%;
    background: #fff;
    float: right;
  }
  .ins-main .ins-contact .map-box .map-rt .amap-controls {
    display: none;
  }
  .ins-main .ins-contact .map-box .map-rt .my-map {
    margin: 0 auto;
    width: 100%;
    height: 300px;
  }
  .ins-main .ins-contact .map-box .map-rt .my-map .icon {
    background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
  }
  .ins-main .ins-contact .map-box .map-rt .my-map .icon-cir {
    height: 31px;
    width: 28px;
  }
  .ins-main .ins-contact .map-box .map-rt .my-map .icon-cir-red {
    background-position: -11px -5px;
  }
  .ins-main .ins-contact .map-box .map-rt .amap-container {
    height: 100%;
  }
  .ins-main .ins-contact .map-box .map-rt p {
    text-align: center;
    font-size: 1.8rem;
    color: #333;
    margin: 10px 0 0 0;
  }
  .ins-main .ins-contact .message-box {
    padding: 3% 15px;
  }
  .ins-main .ins-contact .message-box .tit {
    text-align: center;
    margin-bottom: 3%;
  }
  .ins-main .ins-contact .message-box .tit h5 {
    font-size: 2.4rem;
    color: #272727;
  }
  .ins-main .ins-contact .message-box .tit b {
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #e60012;
  }
  .ins-main .ins-contact .message-box .form-box ul:nth-child(1) li {
    float: left;
    margin-bottom: 3%;
    font-size: 1.8rem;
    color: #272727;
    width: 100%;
    margin-right: 3%;
  }
  .ins-main .ins-contact .message-box .form-box ul:nth-child(1) li input:focus {
    border: 1px solid #e60012;
  }
  .ins-main .ins-contact .message-box .form-box ul:nth-child(1) li sup {
    color: #e60012;
  }
  .ins-main .ins-contact .message-box .form-box ul:nth-child(1) li .txt {
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border: 1px solid #efefef;
    width: 75%;
  }
  .ins-main .ins-contact .message-box .form-box ul:nth-child(1) li:nth-child(3) {
    margin-right: 0;
  }
  .ins-main .ins-contact .message-box .form-box ul:nth-child(2) li span {
    float: left;
    font-size: 1.8rem;
    color: #272727;
  }
  .ins-main .ins-contact .message-box .form-box ul:nth-child(2) textarea:focus {
    border: 1px solid #e60012;
  }
  .ins-main .ins-contact .message-box .form-box ul:nth-child(2) textarea {
    float: left;
    margin-bottom: 3%;
    height: 150px;
    padding: 10px;
    border: 1px solid #efefef;
    width: 75%;
  }
  .ins-main .ins-contact .message-box .form-box ul:nth-child(3) {
    text-align: center;
  }
  .ins-main .ins-contact .message-box .form-box ul:nth-child(3) .submit {
    width: 200px;
    height: 40px;
    border: none;
    text-align: center;
    cursor: pointer;
    font-size: 1.8rem;
    color: #2b2b2b;
    background: #f8f8f8;
    transition: 0.4s;
  }
  .ins-main .ins-contact .message-box .form-box ul:nth-child(3) .submit:hover {
    color: #fff;
    background: #e60012;
  }
  .ins-main .ins-contact .contact-bot {
    margin: 4% 0;
  }
  .ins-main .ins-contact .contact-bot .rt {
    width: 52.65%;
    float: right;
  }
  .ins-main .ins-contact .contact-bot .rt ul:nth-child(2) {
    clear: both;
  }
  .ins-main .ins-contact .contact-bot .rt ul:nth-child(2) li span {
    display: block;
    margin-bottom: 6px;
    font-size: 1.4rem;
    color: #444;
  }
  .ins-main .ins-contact .contact-bot .rt ul:nth-child(2) li textarea {
    width: 100%;
    height: 130px;
    border: 1px solid #dfdfdf;
    padding: 10px;
  }
  .ins-main .ins-contact .contact-bot .rt ul:nth-child(2) li textarea:focus {
    border: 1px solid #005faf;
  }
  .ins-main .ins-contact .contact-bot .rt .submit {
    width: 200px;
    height: 50px;
    cursor: pointer;
    border: none;
    background: #0b59a8;
    font-size: 2rem;
    color: #fff;
  }
}
.ins-main .ins-recruit .tit {
  text-align: center;
  margin: 4% 0;
}
.ins-main .ins-recruit .tit h5 {
  font-size: 2.4rem;
  color: #272727;
}
.ins-main .ins-recruit .tit b {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #e60012;
}
.ins-main .ins-recruit .list {
  width: 49%;
  float: left;
  margin-right: 2%;
  height: 700px;
  border: 1px solid #f0f0f0;
  margin-bottom: 3%;
  position: relative;
  overflow: hidden;
}
.ins-main .ins-recruit .list .list-tit {
  margin: 0 5%;
  border-bottom: 1px solid #eee;
  position: relative;
  padding: 4% 0 0;
}
.ins-main .ins-recruit .list .list-tit h5 {
  font-size: 1.8rem;
  color: #2d2d2d;
  font-weight: 600;
  margin-top: 0;
}
.ins-main .ins-recruit .list .list-tit p {
  font-size: 1.4rem;
  color: #ababab;
}
.ins-main .ins-recruit .list .list-tit span {
  font-size: 2.4rem;
  color: #b81d23;
  position: absolute;
  transform: translate(0%, -50%);
  right: 0%;
  top: 50%;
}
.ins-main .ins-recruit .list .list-con {
  margin: 0 5%;
}
.ins-main .ins-recruit .list .list-con .txt {
  height: 538px;
  overflow: auto;
}
.ins-main .ins-recruit .list .list-con .txt h6 {
  font-size: 1.6rem;
  color: #787878;
  font-weight: 600;
  margin: 5% 0 3%;
}
.ins-main .ins-recruit .list .list-con .txt p {
  font-size: 1.4rem;
  color: #787878;
  line-height: 180%;
}
.ins-main .ins-recruit .list .list-con .txt::-webkit-scrollbar {
  /*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*/

  width: 4px;
  /*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/

  height: 4px;
}
.ins-main .ins-recruit .list .list-con .txt::-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-recruit .list .list-con .txt::-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-recruit .list .mail {
  background: #b81d23;
  height: 75px;
  line-height: 75px;
  padding: 0 5%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.ins-main .ins-recruit .list .mail p {
  font-size: 1.4rem;
  color: #fff;
  padding-left: 40px;
  margin: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url("../images/mail_03.jpg") no-repeat left center;
}
.ins-main .ins-recruit .list .mail span {
  float: right;
  font-size: 1.4rem;
  color: #ff8388;
}
.ins-main .ins-recruit .list:nth-child(2n+2) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-recruit .tit {
    text-align: center;
    margin: 4% 0;
  }
  .ins-main .ins-recruit .tit h5 {
    font-size: 2.4rem;
    color: #272727;
  }
  .ins-main .ins-recruit .tit b {
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #e60012;
  }
  .ins-main .ins-recruit .list {
    width: 100%;
    float: left;
    margin-right: 0;
    height: auto;
    border: 1px solid #f0f0f0;
    margin-bottom: 3%;
    position: relative;
    overflow: hidden;
  }
  .ins-main .ins-recruit .list .list-tit {
    margin: 0 5%;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 4% 0 0;
  }
  .ins-main .ins-recruit .list .list-tit h5 {
    font-size: 1.8rem;
    color: #2d2d2d;
    font-weight: 600;
    margin-top: 0;
  }
  .ins-main .ins-recruit .list .list-tit p {
    font-size: 1.4rem;
    color: #ababab;
  }
  .ins-main .ins-recruit .list .list-tit span {
    font-size: 2.4rem;
    color: #b81d23;
    position: absolute;
    transform: translate(0%, -50%);
    right: 0%;
    top: 50%;
  }
  .ins-main .ins-recruit .list .list-con {
    margin: 0 5%;
  }
  .ins-main .ins-recruit .list .list-con .txt h6 {
    font-size: 1.6rem;
    color: #787878;
    font-weight: 600;
    margin: 5% 0 3%;
  }
  .ins-main .ins-recruit .list .list-con .txt p {
    font-size: 1.4rem;
    color: #787878;
    line-height: 180%;
  }
  .ins-main .ins-recruit .list .mail {
    background: #b81d23;
    height: 75px;
    line-height: 75px;
    padding: 0 5%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .ins-main .ins-recruit .list .mail p {
    font-size: 1.4rem;
    color: #fff;
    padding-left: 30px;
    margin: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: url("../images/mail_03.jpg") no-repeat left center;
  }
  .ins-main .ins-recruit .list .mail span {
    float: right;
    font-size: 1.4rem;
    color: #ff8388;
  }
  .ins-main .ins-recruit .list:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-download {
  padding: 1% 0 2%;
}
.ins-main .ins-download .tit {
  text-align: center;
  margin: 4% 0;
}
.ins-main .ins-download .tit h5 {
  font-size: 2.4rem;
  color: #272727;
}
.ins-main .ins-download .tit b {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #e60012;
}
.ins-main .ins-download .list-box li {
  padding: 2% 0;
  border-bottom: 1px solid #eee;
  transition: 0.3s;
}
.ins-main .ins-download .list-box li a {
  display: block;
  padding-left: 60px;
  background: url("../images/download-icon_10.jpg") no-repeat 5px center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-download .list-box li a:hover {
  background: url("../images/download-icon_03.jpg") no-repeat 5px center;
}
.ins-main .ins-download .list-box li a:hover p {
  color: #b81d23;
}
.ins-main .ins-download .list-box li a:hover span {
  color: #fff;
  background: #b81d23 url("../images/download-icon_06.jpg") no-repeat 19px center;
}
.ins-main .ins-download .list-box li a p {
  font-size: 1.8rem;
  color: #3c3c3c;
  margin: 0;
  height: 40px;
  line-height: 40px;
}
.ins-main .ins-download .list-box li a span {
  width: 150px;
  height: 40px;
  line-height: 40px;
  float: right;
  font-size: 1.8rem;
  color: #3c3c3c;
  border-radius: 6px;
  padding-left: 52px;
  background: #f8f8f8 url("../images/download-icon_11.jpg") no-repeat 19px center;
}
@media (max-width: 768px) {
  .ins-main .ins-download {
    padding: 1% 15px 2%;
  }
  .ins-main .ins-download .tit {
    text-align: center;
    margin: 4% 0;
  }
  .ins-main .ins-download .tit h5 {
    font-size: 2.4rem;
    color: #272727;
  }
  .ins-main .ins-download .tit b {
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #e60012;
  }
  .ins-main .ins-download .list-box li {
    padding: 2% 0;
    border-bottom: 1px solid #eee;
    transition: 0.3s;
  }
  .ins-main .ins-download .list-box li a {
    display: block;
    padding-left: 47px;
    background: url("../images/download-icon_10.jpg") no-repeat 5px center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-download .list-box li a:hover {
    background: url("../images/download-icon_03.jpg") no-repeat 5px center;
  }
  .ins-main .ins-download .list-box li a:hover p {
    color: #b81d23;
  }
  .ins-main .ins-download .list-box li a:hover span {
    color: #fff;
    background: #b81d23 url("../images/download-icon_06.jpg") no-repeat 19px center;
  }
  .ins-main .ins-download .list-box li a p {
    font-size: 1.8rem;
    color: #3c3c3c;
    margin: 0;
    height: 40px;
    line-height: 40px;
  }
  .ins-main .ins-download .list-box li a span {
    display: none;
  }
}
.ins-main .ins-news {
  padding: 1% 0 2%;
}
.ins-main .ins-news .tit {
  text-align: center;
  margin: 4% 0;
}
.ins-main .ins-news .tit h5 {
  font-size: 2.4rem;
  color: #272727;
}
.ins-main .ins-news .tit b {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #e60012;
}
.ins-main .ins-news .list-box .link {
  text-align: center;
  margin-bottom: 3%;
}
.ins-main .ins-news .list-box .link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 5px;
  width: 85px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 1.4rem;
  color: #4f4f4f;
  transition: 0.4s;
}
.ins-main .ins-news .list-box .link a:hover {
  background: #b81d23;
  color: #fff;
}
.ins-main .ins-news .list-box .link .active {
  background: #b81d23;
  color: #fff;
}
.ins-main .ins-news .list-box li {
  padding: 2.5% 0;
  border-bottom: 1px solid #eee;
  transition: 0.3s;
}
.ins-main .ins-news .list-box li:hover {
  transform: translate(10px, 0);
}
.ins-main .ins-news .list-box li:hover .txt span {
  background: #b81d23;
  color: #fff;
}
.ins-main .ins-news .list-box li:hover .txt h6 {
  color: #b81d23;
}
.ins-main .ins-news .list-box li:hover .date h3 {
  color: #b81d23;
}
.ins-main .ins-news .list-box li .img-box {
  width: 27.5%;
  float: left;
}
.ins-main .ins-news .list-box li .img-box img {
  width: 100%;
}
.ins-main .ins-news .list-box li .txt {
  width: 54.4%;
  float: left;
  margin: 0 3%;
}
.ins-main .ins-news .list-box li .txt h6 {
  font-size: 1.8rem;
  color: #3c3c3c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-news .list-box li .txt p {
  font-size: 1.4rem;
  color: #888;
  line-height: 180%;
  margin: 5% 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ins-main .ins-news .list-box li .txt span {
  width: 120px;
  height: 30px;
  display: block;
  text-align: center;
  transition: 0.4s;
  line-height: 30px;
  font-size: 1.4rem;
  color: #181818;
  background: #f8f8f8;
}
.ins-main .ins-news .list-box li .date {
  width: 8.3333333%;
  float: left;
  text-align: right;
}
.ins-main .ins-news .list-box li .date h3 {
  font-size: 4.8rem;
  color: #363636;
}
.ins-main .ins-news .list-box li .date h6 {
  font-size: 1.8rem;
  color: #888;
  margin: 20% 0;
}
.ins-main .ins-news .list-box li .date p {
  font-size: 1.4rem;
  color: #b8b8b8;
}
@media (max-width: 768px) {
  .ins-main .ins-news {
    padding: 1% 15px 2%;
  }
  .ins-main .ins-news .tit {
    text-align: center;
    margin: 4% 0;
  }
  .ins-main .ins-news .tit h5 {
    font-size: 2.4rem;
    color: #272727;
  }
  .ins-main .ins-news .tit b {
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #e60012;
  }
  .ins-main .ins-news .list-box .link {
    text-align: center;
    margin-bottom: 3%;
  }
  .ins-main .ins-news .list-box .link a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 5px;
    width: 85px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 1.4rem;
    color: #4f4f4f;
    transition: 0.4s;
  }
  .ins-main .ins-news .list-box .link a:hover {
    background: #b81d23;
    color: #fff;
  }
  .ins-main .ins-news .list-box .link .active {
    background: #b81d23;
    color: #fff;
  }
  .ins-main .ins-news .list-box li {
    padding: 2.5% 0;
    border-bottom: 1px solid #eee;
    transition: 0.3s;
  }
  .ins-main .ins-news .list-box li:hover {
    transform: translate(0, 0);
  }
  .ins-main .ins-news .list-box li:hover .txt span {
    background: #b81d23;
    color: #fff;
  }
  .ins-main .ins-news .list-box li:hover .txt h6 {
    color: #b81d23;
  }
  .ins-main .ins-news .list-box li:hover .date h3 {
    color: #b81d23;
  }
  .ins-main .ins-news .list-box li .img-box {
    display: none;
  }
  .ins-main .ins-news .list-box li .txt {
    width: 100%;
    float: left;
    margin: 0;
  }
  .ins-main .ins-news .list-box li .txt h6 {
    font-size: 1.8rem;
    color: #3c3c3c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-news .list-box li .txt p {
    font-size: 1.4rem;
    color: #888;
    line-height: 180%;
    margin: 5% 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .ins-main .ins-news .list-box li .txt span {
    width: 120px;
    height: 30px;
    display: block;
    text-align: center;
    transition: 0.4s;
    line-height: 30px;
    font-size: 1.4rem;
    color: #181818;
    background: #f8f8f8;
  }
  .ins-main .ins-news .list-box li .date {
    width: 100%;
    float: left;
    text-align: right;
    display: none;
  }
  .ins-main .ins-news .list-box li .date h3 {
    font-size: 4.8rem;
    color: #363636;
  }
  .ins-main .ins-news .list-box li .date h6 {
    font-size: 1.8rem;
    color: #888;
    margin: 20% 0;
  }
  .ins-main .ins-news .list-box li .date p {
    font-size: 1.4rem;
    color: #b8b8b8;
  }
}
.ins-main .news-show {
  padding: 2%;
  background: #f8f8f8;
}
.ins-main .news-show .show-box {
  background: #fff;
  padding: 2%;
}
.ins-main .news-show .show-box .show-tit {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 2%;
}
.ins-main .news-show .show-box .show-tit h5 {
  font-size: 3rem;
  color: #252525;
  text-align: center;
  margin-bottom: 1%;
}
.ins-main .news-show .show-box .show-tit p {
  font-size: 1.8rem;
  color: #c0c0c0;
  text-transform: uppercase;
}
.ins-main .news-show .show-box .show-content .img {
  margin: 3% 0;
  text-align: center;
}
.ins-main .news-show .show-box .show-content .img img {
  max-width: 100%!important;
}
.ins-main .news-show .show-box .show-content p {
  font-size: 1.8rem;
  color: #414141;
  line-height: 240%;
  margin-bottom: 2%;
}
.ins-main .news-show .link {
  margin: 4% 0 3%;
}
.ins-main .news-show .link .left {
  width: 50%;
  float: left;
  height: 58px;
  line-height: 58px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #f6f6f6;
}
.ins-main .news-show .link .left a {
  font-size: 1.8rem;
  color: #323232;
  padding-left: 5%;
  display: block;
  transition: 0.4s;
  background: #f8f8f8;
}
.ins-main .news-show .link .left a:hover {
  background: #b81d23;
  color: #fff;
}
.ins-main .news-show .link .right {
  width: 50%;
  float: right;
  height: 58px;
  line-height: 58px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #f6f6f6;
}
.ins-main .news-show .link .right a {
  font-size: 1.8rem;
  color: #323232;
  padding-left: 5%;
  display: block;
  transition: 0.4s;
  background: #f8f8f8;
}
.ins-main .news-show .link .right a:hover {
  background: #b81d23;
  color: #fff;
}
@media (max-width: 768px) {
  .ins-main .news-show {
    padding: 2%;
    background: #f8f8f8;
  }
  .ins-main .news-show .show-box {
    background: #fff;
    padding: 2%;
  }
  .ins-main .news-show .show-box .show-tit {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 2%;
  }
  .ins-main .news-show .show-box .show-tit h5 {
    font-size: 2.5rem;
    color: #252525;
    text-align: center;
    margin-bottom: 1%;
  }
  .ins-main .news-show .show-box .show-tit p {
    font-size: 1.8rem;
    color: #c0c0c0;
    text-transform: uppercase;
  }
  .ins-main .news-show .show-box .show-content .img {
    margin: 3% 0;
    text-align: center;
  }
  .ins-main .news-show .show-box .show-content .img img {
    max-width: 100%!important;
  }
  .ins-main .news-show .show-box .show-content p {
    font-size: 1.8rem;
    color: #414141;
    line-height: 240%;
    margin-bottom: 2%;
  }
  .ins-main .news-show .link {
    margin: 4% 0 3%;
  }
  .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;
    background: #f6f6f6;
  }
  .ins-main .news-show .link .left a {
    font-size: 1.8rem;
    color: #323232;
    padding-left: 5%;
    display: block;
    transition: 0.4s;
    background: #f8f8f8;
  }
  .ins-main .news-show .link .left a:hover {
    background: #b81d23;
    color: #fff;
  }
  .ins-main .news-show .link .right {
    width: 100%;
    float: right;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f6f6f6;
  }
  .ins-main .news-show .link .right a {
    font-size: 1.8rem;
    color: #323232;
    padding-left: 5%;
    display: block;
    transition: 0.4s;
    background: #f8f8f8;
  }
  .ins-main .news-show .link .right a:hover {
    background: #b81d23;
    color: #fff;
  }
}
.ins-main .ins-product .tit {
  text-align: center;
  margin: 4% 0;
}
.ins-main .ins-product .tit h5 {
  font-size: 2.4rem;
  color: #272727;
}
.ins-main .ins-product .tit b {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #e60012;
}
.ins-main .ins-product .list-box .link {
  text-align: center;
  margin-bottom: 3%;
}
.ins-main .ins-product .list-box .link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 5px;
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 1.4rem;
  color: #4f4f4f;
  transition: 0.4s;
}
.ins-main .ins-product .list-box .link a:hover {
  background: #b81d23;
  color: #fff;
}
.ins-main .ins-product .list-box .link .active {
  background: #b81d23;
  color: #fff;
}
.ins-main .ins-product .list-box .content li {
  width: 31.333333%;
  margin-right: 3%;
  text-align: center;
  float: left;
  margin-bottom: 3%;
}
.ins-main .ins-product .list-box .content li:hover .img-box .txt-box {
  opacity: 1;
}
.ins-main .ins-product .list-box .content li .img-box {
  background: #e8e8e9;
  position: relative;
}
.ins-main .ins-product .list-box .content li .img-box img {
  width: 100%;
}
.ins-main .ins-product .list-box .content li .img-box .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.ins-main .ins-product .list-box .content li .img-box .mask .logo {
  position: absolute;
  top: 5%;
  left: 0%;
  width: 100%;
}
.ins-main .ins-product .list-box .content li .img-box .mask .logo img {
  width: 24%;
  float: left;
  margin-left: 3%;
}
.ins-main .ins-product .list-box .content li .img-box .mask .Watermark {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
}
.ins-main .ins-product .list-box .content li .img-box .mask .Watermark img {
  width: 100%;
}
.ins-main .ins-product .list-box .content li .img-box .txt-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
  opacity: 0;
  background: rgba(184, 29, 35, 0.85);
  z-index: 9;
}
.ins-main .ins-product .list-box .content li .img-box .txt-box .txt {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
}
.ins-main .ins-product .list-box .content li .img-box .txt-box .txt p {
  font-size: 1.4rem;
  color: #fff;
}
.ins-main .ins-product .list-box .content li .txt-bot {
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #f8f8f8;
}
.ins-main .ins-product .list-box .content li .txt-bot p {
  font-size: 1.8rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-product .list-box .content li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-product .tit {
    text-align: center;
    margin: 4% 0;
  }
  .ins-main .ins-product .tit h5 {
    font-size: 2.4rem;
    color: #272727;
  }
  .ins-main .ins-product .tit b {
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #e60012;
  }
  .ins-main .ins-product .list-box .link {
    text-align: center;
    margin-bottom: 3%;
  }
  .ins-main .ins-product .list-box .link a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 5px;
    padding: 0 10px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 1.4rem;
    color: #4f4f4f;
    transition: 0.4s;
  }
  .ins-main .ins-product .list-box .link a:hover {
    background: #b81d23;
    color: #fff;
  }
  .ins-main .ins-product .list-box .link .active {
    background: #b81d23;
    color: #fff;
  }
  .ins-main .ins-product .list-box .content li {
    width: 49%;
    margin-right: 2%;
    text-align: center;
    float: left;
    margin-bottom: 3%;
  }
  .ins-main .ins-product .list-box .content li .img-box {
    position: relative;
  }
  .ins-main .ins-product .list-box .content li .img-box img {
    width: 100%;
  }
  .ins-main .ins-product .list-box .content li .img-box .txt-box {
    display: none;
  }
  .ins-main .ins-product .list-box .content li .txt-bot {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f8f8f8;
  }
  .ins-main .ins-product .list-box .content li .txt-bot p {
    font-size: 1.8rem;
    color: #333;
  }
  .ins-main .ins-product .list-box .content li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .ins-main .ins-product .list-box .content li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .product-show {
  padding: 2%;
  background: #f8f8f8;
}
.ins-main .product-show .top-show {
  padding: 3% 2% 1% 2%;
  background: #fff;
}
.ins-main .product-show .top-show .img-box {
  width: 50%;
  float: left;
}
.ins-main .product-show .top-show .img-box .view {
  position: relative;
}
.ins-main .product-show .top-show .img-box .view .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.ins-main .product-show .top-show .img-box .view .mask .logo {
  position: absolute;
  top: 5%;
  left: 0%;
  width: 100%;
}
.ins-main .product-show .top-show .img-box .view .mask .logo img {
  width: 24%;
  float: left;
  margin-left: 3%;
}
.ins-main .product-show .top-show .img-box .view .mask .Watermark {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
}
.ins-main .product-show .top-show .img-box .view .mask .Watermark img {
  width: 100%;
}
.ins-main .product-show .top-show .img-box .view .swiper-container {
  height: 100%;
}
.ins-main .product-show .top-show .img-box .view .swiper-container .swiper-slide {
  width: 100%;
}
.ins-main .product-show .top-show .img-box .view .swiper-container .swiper-slide img {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #f3f3f3;
}
.ins-main .product-show .top-show .img-box .preview {
  width: 100%;
  margin-top: 15px;
  position: relative;
}
.ins-main .product-show .top-show .img-box .preview .swiper-container {
  width: 100%;
  margin: 0 auto;
}
.ins-main .product-show .top-show .img-box .preview .arrow-left {
  background: url("../images/detail-prev_03.png") no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -8px;
  width: 9px;
  height: 16px;
  z-index: 2;
}
.ins-main .product-show .top-show .img-box .preview .arrow-left:hover {
  background: url("../images/detail-prev2_03.png") no-repeat left top;
}
.ins-main .product-show .top-show .img-box .preview .arrow-right {
  background: url("../images/detail-next_03.png") no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  width: 9px;
  height: 16px;
  z-index: 2;
}
.ins-main .product-show .top-show .img-box .preview .arrow-right:hover {
  background: url("../images/detail-next2_03.png") no-repeat left top;
}
.ins-main .product-show .top-show .img-box .preview .swiper-slide {
  float: left;
  width: auto;
  box-sizing: border-box;
  border: 1px solid transparent;
  position: relative;
}
.ins-main .product-show .top-show .img-box .preview .swiper-slide .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.ins-main .product-show .top-show .img-box .preview .swiper-slide .mask .logo {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 100%;
}
.ins-main .product-show .top-show .img-box .preview .swiper-slide .mask .logo img {
  width: 24%;
  background: none;
  border: none;
}
.ins-main .product-show .top-show .img-box .preview .swiper-slide .mask .Watermark {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
}
.ins-main .product-show .top-show .img-box .preview .swiper-slide .mask .Watermark img {
  width: 100%;
  background: none;
  border: none;
}
.ins-main .product-show .top-show .img-box .preview .swiper-slide img {
  width: 100%;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  background: #f3f3f3;
}
.ins-main .product-show .top-show .img-box .preview .active-nav img {
  border: 1px solid #b81d23;
}
.ins-main .product-show .top-show .txt-box {
  width: 45%;
  float: right;
}
.ins-main .product-show .top-show .txt-box h5 {
  font-size: 2.4rem;
  color: #333;
}
.ins-main .product-show .top-show .txt-box h6 {
  font-size: 1.8rem;
  color: #353535;
  font-weight: 600;
  margin: 6% 0;
}
.ins-main .product-show .top-show .txt-box p {
  font-size: 1.4rem;
  color: #666;
}
.ins-main .product-show .tab-box {
  margin: 3% 0;
  background: #fff;
}
.ins-main .product-show .tab-box .slideTxtBox .hd {
  height: 60px;
  line-height: 60px;
  border: 1px solid #e9eaec;
  position: relative;
}
.ins-main .product-show .tab-box .slideTxtBox .hd ul li {
  width: 18.5%;
  float: left;
  text-align: center;
  cursor: pointer;
  font-size: 1.8rem;
  color: #333;
}
.ins-main .product-show .tab-box .slideTxtBox .hd ul li.on {
  background: #b81d23;
  color: #fff;
}
.ins-main .product-show .tab-box .slideTxtBox .bd ul {
  padding: 2%;
}
.ins-main .product-show .tab-box .slideTxtBox .bd li h6 {
  font-size: 1.4rem;
  color: #606060;
  font-weight: 600;
  margin: 2% 0;
}
.ins-main .product-show .tab-box .slideTxtBox .bd li p {
  font-size: 1.4rem;
  color: #606060;
}
.ins-main .product-show .img-show {
  background: #fff;
  margin: 3% 0;
}
.ins-main .product-show .img-show .tit {
  height: 60px;
  border: 1px solid #e9eaec;
}
.ins-main .product-show .img-show .tit h6 {
  display: block;
  line-height: 60px;
  width: 18.5%;
  margin: 0;
  height: 60px;
  text-align: center;
  font-size: 1.8rem;
  background: #b81d23;
  color: #fff;
}
.ins-main .product-show .img-show .box {
  padding: 2%;
}
.ins-main .product-show .img-show .box .swiper-container-proshow {
  overflow: hidden;
  position: relative;
}
.ins-main .product-show .img-show .box .swiper-container-proshow .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.ins-main .product-show .img-show .box .swiper-container-proshow .mask .logo {
  position: absolute;
  top: 5%;
  left: 0%;
  width: 100%;
}
.ins-main .product-show .img-show .box .swiper-container-proshow .mask .logo img {
  width: 24%;
  float: left;
  margin-left: 3%;
}
.ins-main .product-show .img-show .box .swiper-container-proshow .mask .Watermark {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
}
.ins-main .product-show .img-show .box .swiper-container-proshow .mask .Watermark img {
  width: 100%;
}
.ins-main .product-show .img-show .box .swiper-slide img {
  width: 100%;
  background: #f3f3f3;
}
.ins-main .product-show .img-show .box .swiper-button-next-show {
  width: 15px;
  height: 30px;
  margin-top: -15px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  right: 40px;
  top: 50%;
  background: url("../images/honor-next_03.png") no-repeat center;
}
.ins-main .product-show .img-show .box .swiper-button-next-show:hover {
  background: url("../images/honor-next2_03.png") no-repeat center;
}
.ins-main .product-show .img-show .box .swiper-button-prev-show {
  width: 15px;
  height: 30px;
  margin-top: -15px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  left: 40px;
  top: 50%;
  background: url("../images/honor-prev_03.png") no-repeat center;
}
.ins-main .product-show .img-show .box .swiper-button-prev-show:hover {
  background: url("../images/honor-prev2_03.png") no-repeat center;
}
.ins-main .product-show .pro-link {
  height: 78px;
  background: #fff;
  border: 1px solid #e9eaec;
}
.ins-main .product-show .pro-link .left {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.ins-main .product-show .pro-link .left a {
  display: block;
  padding-left: 80px;
  height: 78px;
  background: url("../images/honor-prev_03.png") no-repeat 45px center;
  transition: 0.4s;
  border-right: 1px solid #e9eaec;
}
.ins-main .product-show .pro-link .left a:hover {
  background: #b81d23 url("../images/honor-prev_03.png") no-repeat 45px center;
}
.ins-main .product-show .pro-link .left a:hover span {
  color: #fff;
}
.ins-main .product-show .pro-link .left a:hover p {
  color: #fff;
}
.ins-main .product-show .pro-link .left a span {
  font-size: 1.4rem;
  color: #666;
  display: block;
  padding: 15px 0 6px;
}
.ins-main .product-show .pro-link .left a p {
  font-size: 1.4rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .product-show .pro-link .right {
  width: 50%;
  float: right;
}
.ins-main .product-show .pro-link .right a {
  display: block;
  padding-right: 80px;
  height: 78px;
  background: url("../images/honor-next_03.png") no-repeat 93% center;
  text-align: right;
  transition: 0.4s;
}
.ins-main .product-show .pro-link .right a:hover {
  background: #b81d23 url("../images/honor-next_03.png") no-repeat 93% center;
}
.ins-main .product-show .pro-link .right a:hover span {
  color: #fff;
}
.ins-main .product-show .pro-link .right a:hover p {
  color: #fff;
}
.ins-main .product-show .pro-link .right a span {
  font-size: 1.4rem;
  color: #666;
  display: block;
  padding: 15px 0 6px;
}
.ins-main .product-show .pro-link .right a p {
  font-size: 1.4rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .product-show .recommend {
  background: #fff;
  margin: 3% 0;
}
.ins-main .product-show .recommend .tit {
  height: 60px;
  border: 1px solid #e9eaec;
}
.ins-main .product-show .recommend .tit h6 {
  display: block;
  line-height: 59px;
  width: 18.5%;
  margin: 0;
  height: 59px;
  text-align: center;
  font-size: 1.8rem;
  background: #b81d23;
  color: #fff;
}
.ins-main .product-show .recommend .box {
  padding: 2% 1%;
}
.ins-main .product-show .recommend .box li {
  width: 23%;
  float: left;
  margin-right: 2.6666666%;
  text-align: center;
}
.ins-main .product-show .recommend .box li:hover .img img {
  transform: scale(1.1);
}
.ins-main .product-show .recommend .box li:hover p {
  background: #b81d23;
  color: #ffffff;
}
.ins-main .product-show .recommend .box li .img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ins-main .product-show .recommend .box li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .product-show .recommend .box li .img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.ins-main .product-show .recommend .box li .img .mask .logo {
  position: absolute;
  top: 5%;
  left: 0%;
  width: 100%;
}
.ins-main .product-show .recommend .box li .img .mask .logo img {
  width: 24%;
  float: left;
  margin-left: 3%;
}
.ins-main .product-show .recommend .box li .img .mask .Watermark {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
}
.ins-main .product-show .recommend .box li .img .mask .Watermark img {
  width: 100%;
}
.ins-main .product-show .recommend .box li p {
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 10px;
  font-size: 1.6rem;
  color: #333;
  background: #f8f8f8;
  transition: 0.4s;
  margin-bottom: 0;
}
.ins-main .product-show .recommend .box li:nth-child(4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .product-show {
    padding: 2% 0;
    background: #f8f8f8;
  }
  .ins-main .product-show .top-show {
    padding: 3% 2% 1% 2%;
    background: #fff;
  }
  .ins-main .product-show .top-show .img-box {
    width: 100%;
    float: left;
  }
  .ins-main .product-show .top-show .img-box .view .swiper-container {
    height: 100%;
  }
  .ins-main .product-show .top-show .img-box .view .swiper-container .swiper-slide {
    width: 100%;
  }
  .ins-main .product-show .top-show .img-box .view .swiper-container .swiper-slide img {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #f3f3f3;
  }
  .ins-main .product-show .top-show .img-box .preview {
    width: 100%;
    margin-top: 15px;
    position: relative;
  }
  .ins-main .product-show .top-show .img-box .preview .swiper-container {
    width: 100%;
    margin: 0 auto;
  }
  .ins-main .product-show .top-show .img-box .preview .arrow-left {
    background: url("../images/detail-prev_03.png") no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -8px;
    width: 9px;
    height: 16px;
    z-index: 2;
  }
  .ins-main .product-show .top-show .img-box .preview .arrow-left:hover {
    background: url("../images/detail-prev2_03.png") no-repeat left top;
  }
  .ins-main .product-show .top-show .img-box .preview .arrow-right {
    background: url("../images/detail-next_03.png") no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    width: 9px;
    height: 16px;
    z-index: 2;
  }
  .ins-main .product-show .top-show .img-box .preview .arrow-right:hover {
    background: url("../images/detail-next2_03.png") no-repeat left top;
  }
  .ins-main .product-show .top-show .img-box .preview .swiper-slide {
    float: left;
    width: auto;
    box-sizing: border-box;
    border: 1px solid transparent;
  }
  .ins-main .product-show .top-show .img-box .preview .swiper-slide img {
    width: 100%;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    background: #f3f3f3;
  }
  .ins-main .product-show .top-show .img-box .preview .active-nav img {
    border: 1px solid #b81d23;
  }
  .ins-main .product-show .top-show .txt-box {
    width: 100%;
    float: right;
    margin-top: 15px;
  }
  .ins-main .product-show .top-show .txt-box h5 {
    font-size: 2.4rem;
    color: #333;
  }
  .ins-main .product-show .top-show .txt-box h6 {
    font-size: 1.8rem;
    color: #353535;
    font-weight: 600;
    margin: 6% 0;
  }
  .ins-main .product-show .top-show .txt-box p {
    font-size: 1.4rem;
    color: #666;
  }
  .ins-main .product-show .tab-box {
    margin: 3% 0;
    background: #fff;
  }
  .ins-main .product-show .tab-box .slideTxtBox .hd {
    height: 40px;
    line-height: 40px;
    border: 1px solid #e9eaec;
    position: relative;
  }
  .ins-main .product-show .tab-box .slideTxtBox .hd ul li {
    width: 30%;
    float: left;
    text-align: center;
    cursor: pointer;
    font-size: 1.8rem;
    color: #333;
  }
  .ins-main .product-show .tab-box .slideTxtBox .hd ul li.on {
    background: #b81d23;
    color: #fff;
  }
  .ins-main .product-show .tab-box .slideTxtBox .bd ul {
    padding: 2%;
  }
  .ins-main .product-show .tab-box .slideTxtBox .bd li h6 {
    font-size: 1.4rem;
    color: #606060;
    font-weight: 600;
    margin: 2% 0;
  }
  .ins-main .product-show .tab-box .slideTxtBox .bd li p {
    font-size: 1.4rem;
    color: #606060;
  }
  .ins-main .product-show .img-show {
    background: #fff;
    margin: 3% 0;
  }
  .ins-main .product-show .img-show .tit {
    height: 40px;
    border: 1px solid #e9eaec;
  }
  .ins-main .product-show .img-show .tit h6 {
    display: block;
    line-height: 38px;
    width: 30%;
    margin: 0;
    height: 38px;
    text-align: center;
    font-size: 1.8rem;
    background: #b81d23;
    color: #fff;
  }
  .ins-main .product-show .img-show .box {
    padding: 2%;
  }
  .ins-main .product-show .img-show .box .swiper-container-proshow {
    overflow: hidden;
    position: relative;
  }
  .ins-main .product-show .img-show .box .swiper-slide img {
    width: 100%;
    background: #f3f3f3;
  }
  .ins-main .product-show .img-show .box .swiper-button-next-show {
    width: 15px;
    height: 30px;
    margin-top: -15px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    right: 40px;
    top: 50%;
    background: url("../images/honor-next_03.png") no-repeat center;
  }
  .ins-main .product-show .img-show .box .swiper-button-next-show:hover {
    background: url("../images/honor-next2_03.png") no-repeat center;
  }
  .ins-main .product-show .img-show .box .swiper-button-prev-show {
    width: 15px;
    height: 30px;
    margin-top: -15px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    left: 40px;
    top: 50%;
    background: url("../images/honor-prev_03.png") no-repeat center;
  }
  .ins-main .product-show .img-show .box .swiper-button-prev-show:hover {
    background: url("../images/honor-prev2_03.png") no-repeat center;
  }
  .ins-main .product-show .pro-link {
    height: auto;
    background: #fff;
    border: 1px solid #e9eaec;
  }
  .ins-main .product-show .pro-link .left {
    width: 100%;
    float: left;
    box-sizing: border-box;
  }
  .ins-main .product-show .pro-link .left a {
    display: block;
    padding-left: 30px;
    height: 58px;
    background: none;
    transition: 0.4s;
    border-bottom: 1px solid #e9eaec;
    border-right: none;
  }
  .ins-main .product-show .pro-link .left a:hover {
    background: #b81d23 ;
  }
  .ins-main .product-show .pro-link .left a:hover span {
    color: #fff;
  }
  .ins-main .product-show .pro-link .left a:hover p {
    color: #fff;
  }
  .ins-main .product-show .pro-link .left a span {
    font-size: 1.4rem;
    color: #666;
    display: block;
    padding: 8px 0 6px;
  }
  .ins-main .product-show .pro-link .left a p {
    font-size: 1.4rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .product-show .pro-link .right {
    width: 100%;
    float: right;
  }
  .ins-main .product-show .pro-link .right a {
    display: block;
    padding: 0 0 0 30px;
    height: 58px;
    background: none;
    text-align: left;
    transition: 0.4s;
  }
  .ins-main .product-show .pro-link .right a:hover {
    background: #b81d23;
  }
  .ins-main .product-show .pro-link .right a:hover span {
    color: #fff;
  }
  .ins-main .product-show .pro-link .right a:hover p {
    color: #fff;
  }
  .ins-main .product-show .pro-link .right a span {
    font-size: 1.4rem;
    color: #666;
    display: block;
    padding: 8px 0 6px;
  }
  .ins-main .product-show .pro-link .right a p {
    font-size: 1.4rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .product-show .recommend {
    background: #fff;
    margin: 3% 0;
  }
  .ins-main .product-show .recommend .tit {
    height: 40px;
    border: 1px solid #e9eaec;
  }
  .ins-main .product-show .recommend .tit h6 {
    display: block;
    line-height: 38px;
    width: 30%;
    margin: 0;
    height: 38px;
    text-align: center;
    font-size: 1.8rem;
    background: #b81d23;
    color: #fff;
  }
  .ins-main .product-show .recommend .box {
    padding: 2% 1%;
  }
  .ins-main .product-show .recommend .box li {
    width: 49%;
    float: left;
    margin-right: 2%;
    text-align: center;
    margin-bottom: 2%;
  }
  .ins-main .product-show .recommend .box li:hover .img img {
    transform: scale(1.1);
  }
  .ins-main .product-show .recommend .box li:hover p {
    background: #b81d23;
    color: #ffffff;
  }
  .ins-main .product-show .recommend .box li .img {
    width: 100%;
    overflow: hidden;
  }
  .ins-main .product-show .recommend .box li .img img {
    width: 100%;
    transition: 0.4s;
  }
  .ins-main .product-show .recommend .box li p {
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 5px;
    font-size: 1.6rem;
    color: #333;
    background: #f8f8f8;
    transition: 0.4s;
    margin-bottom: 0;
  }
  .ins-main .product-show .recommend .box li:nth-child(4) {
    margin-right: 0;
  }
  .ins-main .product-show .recommend .box li:nth-child(2) {
    margin-right: 0;
  }
}
.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;
  border-radius: 3px;
  text-align: center;
  line-height: 32px;
  margin: 0 0px;
  color: #fff;
  font-size: 14px;
  border-color: #e60012;
  background-color: #e60012;
}
.page-num a {
  display: inline-block;
  padding: 0 12px;
  height: 32px;
  border-radius: 3px;
  text-align: center;
  line-height: 32px;
  margin: 0 0px;
  color: #333;
  font-size: 14px;
}
.page-num a:hover {
  color: #fff;
  border-color: #e60012;
  background-color: #e60012;
}
.page-num .txt-num {
  display: inline-block;
}
.page-num .txt-num .num {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #eaeaea;
}
@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;
    border-radius: 3px;
    text-align: center;
    line-height: 32px;
    margin: 0 0px;
    background-color: #e60012;
    color: #fff;
    font-size: 14px;
    margin-bottom: 1%;
  }
  .page-num a {
    display: inline-block;
    padding: 0 12px;
    height: 32px;
    border-radius: 3px;
    text-align: center;
    line-height: 32px;
    margin: 0 0px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    margin-bottom: 1%;
  }
  .page-num a:hover {
    color: #fff;
    border-color: #e60012;
    background-color: #e60012;
  }
}
.ins-service .img img {
  width: 100%;
  margin-bottom: 3%;
}
.nav-shadow {
  box-shadow: 0 0 15px #cdcbcb;
}
