body {
  overflow-x: hidden;
}
html {
  font-size: 10px;
  /*10 ÷ 16 × 100% = 62.5%*/
}
@media (max-width: 1200px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 7px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 10px;
  }
}
body > iframe {
  display: none;
}
a {
  text-decoration: none!important;
}
.navbar-brand {
  float: none;
  line-height: 0;
}
.mobile-con {
  display: none;
}
.header .header-box {
  background: transparent;
  height: 100px;
  line-height: 100px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  position: absolute;
}
.header .header-box .container {
  position: relative;
}
.header .header-box .logo {
  float: left;
}
@media (max-width: 992px) {
  .header .header-box .logo img {
    width: 120px;
  }
}
.header .header-box .nav-con {
  width: 80%;
  margin: 0 auto;
  text-align: right;
  float: right;
  padding-right: 7%;
}
.header .header-box .nav-con #nav {
  width: 100%;
  float: right;
  margin-bottom: 0;
}
.header .header-box .nav-con #nav .sub-nav {
  text-align: center;
  position: relative;
  line-height: 100px;
  transition: 0.3s;
  margin: 0 1px;
  text-transform: uppercase;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.header .header-box .nav-con #nav .sub-nav:hover a {
  color: #d4b18c;
}
.header .header-box .nav-con #nav .sub-nav a {
  color: #fff;
  font-size: 1.6rem;
  display: block;
  height: 100%;
  padding: 0 2rem;
}
@media (max-width: 1200px) {
  .header .header-box .nav-con #nav .sub-nav a {
    padding: 0 1.5rem;
  }
}
@media (max-width: 992px) {
  .header .header-box .nav-con #nav .sub-nav a {
    padding: 0 1rem;
  }
}
.header .header-box .nav-con #nav .sub-nav .drop-down {
  z-index: 999;
  position: absolute;
  top: 69px;
  left: -20%;
  display: none;
}
.header .header-box .nav-con #nav .sub-nav .drop-down {
  width: 140%;
  text-align: center;
  background: #fff;
}
.header .header-box .nav-con #nav .sub-nav .drop-down li {
  line-height: 40px;
  border-bottom: 1px solid #f6f6f6;
}
.header .header-box .nav-con #nav .sub-nav .drop-down li a {
  font-size: 1.5rem;
  display: block;
  color: #333!important;
}
.header .header-box .nav-con #nav .sub-nav .drop-down li a:hover {
  background: #d4b18c;
  color: #fff!important;
}
.header .header-box .nav-con #nav .sub-nav .drop-down2 {
  z-index: 999;
  position: absolute;
  top: 69px;
  left: -150px;
  display: none;
}
.header .header-box .nav-con #nav .sub-nav .drop-down2 {
  width: 1000px;
  padding: 30px 40px;
  background: #f3f5f8;
  border-radius: 3px;
}
.header .header-box .nav-con #nav .sub-nav .drop-down2 .list {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 180px;
  text-align: left;
  vertical-align: top;
}
.header .header-box .nav-con #nav .sub-nav .drop-down2 .list h6 {
  font-size: 1.6rem;
  color: #121212;
  padding-left: 20px;
  background: url("../images/nav-lit_03.png") no-repeat left center;
}
.header .header-box .nav-con #nav .sub-nav .drop-down2 ul {
  margin-left: 20px;
}
.header .header-box .nav-con #nav .sub-nav .drop-down2 li {
  line-height: 28px;
}
.header .header-box .nav-con #nav .sub-nav .drop-down2 li a {
  font-size: 1.4rem;
  display: block;
  padding: 0;
  color: #545454!important;
}
.header .header-box .nav-con #nav .sub-nav .drop-down2 li a:hover {
  color: #0187e8!important;
}
.header .header-box .nav-con #nav .active a {
  color: #d4b18c;
}
.header .header-box .search-con .toggle-btn {
  position: absolute;
  top: 36px;
  right: 15px;
  width: 22px;
  height: 25px;
  cursor: pointer;
  background: url("../images/search-btn_03.png") no-repeat center;
}
.header .header-box .search-con .search {
  display: none;
  position: absolute;
  right: 0;
  top: 69px;
  width: 260px;
  height: 60px;
  border-top: 4px solid #d4b18c;
  background-color: #fff;
  z-index: 10;
  line-height: 60px;
}
.header .header-box .search-con .search .txt {
  margin: 8px 7px;
  width: 246px;
  height: 43px;
  border: none;
  padding: 0 14px ;
  background-color: #f4f4f4;
}
.header .header-box .search-con .search .submit {
  width: 58px;
  height: 39px;
  border: none;
  background-color: #d4b18c;
  position: absolute;
  top: 10px;
  right: 8px;
  text-align: center;
  line-height: 39px;
  border-radius: 2px;
  color: #fff;
}
.header .header-box .language {
  position: absolute;
  right: 15px;
  top: 0px;
}
.header .header-box .language a {
  font-size: 1.4rem;
  color: #c3c3c3;
}
.header .header-box .language a:hover {
  color: #fff;
}
.header .ins-header-box {
  background: #fff;
  position: static;
}
.header .ins-header-box .logo {
  float: left;
}
@media (max-width: 992px) {
  .header .ins-header-box .logo img {
    width: auto;
  }
}
.header .ins-header-box .nav-con #nav .sub-nav a {
  color: #373737;
}
.header .ins-header-box .nav-con #nav .sub-nav .drop-down {
  top: 99px;
  left: -20%;
}
.header .ins-header-box .search-con .toggle-btn {
  background: url("../images/search-btn_03.jpg") no-repeat center;
}
@media (max-width: 1200px) {
  
}
@media (max-width: 992px) {
  
}
.header .mobile-con .navbar-default .navbar-nav > li > a:hover,
.header .mobile-con .navbar-default .navbar-nav > li > a:focus {
  color: #d4b08c;
}
.header .mobile-con .navbar-default {
  background: #fff;
}
.header .mobile-con .navbar-header .navbar-brand {
  float: none;
  line-height: 0;
  padding: 0;
}
.header .mobile-con .navbar-brand > img {
  margin: 3px 0 0 3%;
  width: 130px;
}
.header .mobile-con .navbar-brand span {
  display: inline-block;
  position: absolute;
  left: 116px;
  top: 31px;
  font-size: 16px;
  color: #333;
}
.header .mobile-con .nivo-directionNav {
  display: none;
}
.header .mobile-con .box .nivo-controlNav {
  margin-left: -16px;
  bottom: -6px;
}
.header .mobile-con .nivo-controlNav a {
  width: 6px;
  height: 6px;
  margin: 0 3px;
}
.header .mobile-con .navbar-toggle {
  margin-top: 11px;
}
.header .mobile-con .language {
  display: inline-block;
  position: relative;
  margin: 17px 12px 0 0;
  float: right;
  color: #c3c3c3;
}
.header .mobile-con .language a {
  font-size: 14px;
  padding: 0px 6px;
  color: #c3c3c3;
}
.header .mobile-con .language a:hover {
  color: #fff;
}
.header .mobile-con .language .active {
  color: #fff;
}
.header .mobile-con .dropdown .txt {
  margin-left: 20px;
}
.header .mobile-con .dropdown .txt h6 {
  font-size: 14px;
}
.header .mobile-con .dropdown .txt a {
  font-size: 13px;
  display: inline-block;
  margin: 4px 12px;
  color: #666;
}
.header .mobile-con .dropdown .txt a:hover {
  color: #1b75cf;
}
/*mobile-header*/
@media (max-width: 768px) {
  .pc-con {
    display: none!important;
  }
  .mobile-con {
    display: block!important;
  }
}
/*main*/
.main {
  clear: both;
}
@media (max-width: 768px) {
  .main {
    margin-top: 55px;
  }
}
.main .ad-box-pc {
  margin-top: -1px;
}
.main .ad-box-pc .swiper-container-pc {
  overflow: hidden;
  position: relative;
}
.main .ad-box-pc .swiper-container-pc:hover .swiper-button-next-pc {
  opacity: 1;
}
.main .ad-box-pc .swiper-container-pc:hover .swiper-button-prev-pc {
  opacity: 1;
}
.main .ad-box-pc .top-banner {
  width: 100%;
  position: relative;
}
.main .ad-box-pc .swiper-slide {
  overflow: hidden;
}
.main .ad-box-pc .swiper-slide img {
  width: 100%;
  transition: 2.5s linear;
  transform: scale(1.08);
}
.main .ad-box-pc .swiper-slide-active img {
  transform: scale(1);
}
.main .ad-box-pc .swiper-pagination {
  position: absolute;
  bottom: 5%;
  z-index: 99;
}
.main .ad-box-pc .swiper-pagination-bullet {
  border-radius: 10px;
  border: 1px solid #fff;
  background: transparent;
  height: 9px;
  width: 9px;
  opacity: 1;
}
.main .ad-box-pc .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.main .ad-box-pc .swiper-button-next-pc {
  width: 33px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -26px;
  background: url("../images/ad-btn_03.png") no-repeat center;
  z-index: 6;
  opacity: 0.5;
}
.main .ad-box-pc .swiper-button-prev-pc {
  width: 33px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -26px;
  background: url("../images/ad-btn_06.png") no-repeat center;
  z-index: 6;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .main .ad-box-pc .swiper-pagination {
    position: absolute;
    bottom: 3%;
    z-index: 99;
  }
  .main .ad-box-pc .swiper-pagination-bullet {
    border-radius: 10px;
    border: 1px solid #fff;
    background: transparent;
    height: 5px;
    width: 5px;
    opacity: 1;
  }
  .main .ad-box-pc .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
  }
}
.main .jinshu .txt-box {
  width: 78.23%;
  float: left;
}
.main .jinshu .txt-box .jinshu-tit {
  margin: 11% 0;
}
@media (max-width: 992px) {
  .main .jinshu .txt-box .jinshu-tit {
    margin: 7% 0;
  }
}
.main .jinshu .txt-box .jinshu-tit h2 {
  font-size: 4.8rem;
  color: #000;
}
.main .jinshu .txt-box .jinshu-tit p {
  font-size: 1.6rem;
  color: #959595;
  margin-top: 20px;
}
.main .jinshu .txt-box .list li {
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 15%;
}
@media (max-width: 992px) {
  .main .jinshu .txt-box .list li {
    margin-right: 10%;
  }
}
.main .jinshu .txt-box .list li:hover p {
  color: #d4b18c;
}
.main .jinshu .txt-box .list li .img {
  width: 59px;
  height: 50px;
  margin: 0 auto 40px;
}
.main .jinshu .txt-box .list li p {
  font-size: 1.6rem;
  color: #000;
}
.main .jinshu .txt-box .list li:nth-child(1) .img {
  background: url("../images/jinshu-icon_03.jpg") no-repeat center;
}
.main .jinshu .txt-box .list li:nth-child(2) .img {
  background: url("../images/jinshu-icon_05.jpg") no-repeat center;
}
.main .jinshu .txt-box .list li:nth-child(3) .img {
  background: url("../images/jinshu-icon_07.jpg") no-repeat center;
}
.main .jinshu .txt-box .list li:nth-child(4) .img {
  background: url("../images/jinshu-icon_09.jpg") no-repeat center;
}
.main .jinshu .txt-box .list li:nth-child(1):hover .img {
  background: url("../images/jinshu-icon2_03.jpg") no-repeat center;
}
.main .jinshu .txt-box .list li:nth-child(2):hover .img {
  background: url("../images/jinshu-icon2_05.jpg") no-repeat center;
}
.main .jinshu .txt-box .list li:nth-child(3):hover .img {
  background: url("../images/jinshu-icon2_07.jpg") no-repeat center;
}
.main .jinshu .txt-box .list li:nth-child(4):hover .img {
  background: url("../images/jinshu-icon2_09.jpg") no-repeat center;
}
.main .jinshu .img {
  width: 21.77%;
  float: right;
}
.main .jinshu .img img {
  width: 100%;
}
@media (max-width: 768px) {
  .main .jinshu .txt-box {
    width: 100%;
    float: left;
  }
  .main .jinshu .txt-box .jinshu-tit {
    margin: 10% 0;
  }
  .main .jinshu .txt-box .jinshu-tit h2 {
    font-size: 2.8rem;
    color: #000;
  }
  .main .jinshu .txt-box .jinshu-tit p {
    font-size: 1.6rem;
    color: #959595;
    margin-top: 20px;
  }
  .main .jinshu .txt-box .list li {
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 8%;
  }
  .main .jinshu .txt-box .list li:hover p {
    color: #d4b18c;
  }
  .main .jinshu .txt-box .list li .img {
    width: 59px;
    height: 50px;
    margin: 0 auto 20px;
  }
  .main .jinshu .txt-box .list li p {
    font-size: 1.6rem;
    color: #000;
  }
  .main .jinshu .txt-box .list li:last-child {
    margin-right: 0;
  }
}
.main .product {
  background: url("../images/pro-bg_03.jpg") center;
  padding: 3% 0;
}
.main .product .pro-tit {
  position: relative;
  margin-bottom: 5%;
}
.main .product .pro-tit h2 {
  font-size: 4.8rem;
  color: #fff;
}
@media (max-width: 768px) {
  .main .product .pro-tit h2 {
    font-size: 2.8rem;
  }
}
.main .product .pro-tit p {
  font-size: 1.8rem;
  color: #959595;
}
.main .product .pro-tit a {
  width: 21.77%;
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
}
.main .product .pro-tit a img {
  width: 100%;
}
.main .product .content li {
  width: 31.33333%;
  float: left;
  margin-right: 3%;
  text-align: center;
  margin-bottom: 3%;
}
@media (max-width: 768px) {
  .main .product .content li {
    width: 49%;
    margin-right: 2%;
  }
}
.main .product .content li:hover .img img {
  transform: scale(1.08);
}
.main .product .content li:hover .txt {
  background: #d4b18c;
}
.main .product .content li:hover .txt h6 {
  color: #fff;
}
.main .product .content li:hover .txt p {
  color: #fff;
}
.main .product .content li:hover .txt span {
  color: #d4b18c;
  background: #fff;
}
.main .product .content li .img {
  overflow: hidden;
}
.main .product .content li .img img {
  width: 100%;
  transition: 0.4s;
}
.main .product .content li .txt {
  transition: 0.4s;
  background: #fff;
  padding: 8%;
}
.main .product .content li .txt h6 {
  font-size: 1.6rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}
.main .product .content li .txt p {
  font-size: 1.4rem;
  color: #a2a2a2;
  line-height: 160%;
  margin: 5% 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
}
@media (max-width: 768px) {
  .main .product .content li .txt p {
    display: none;
  }
}
.main .product .content li .txt span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #212121;
  font-size: 1.4rem;
  color: #fff;
}
@media (max-width: 768px) {
  .main .product .content li .txt span {
    width: 100px;
    margin-top: 10px;
  }
}
.main .product .content li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .main .product .content li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .main .product .content li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.main .about {
  height: 718px;
  background: url("../images/about-bg_02.jpg") no-repeat center;
  position: relative;
}
@media (max-width: 1200px) {
  .main .about {
    height: 600px;
  }
}
.main .about .rt-img {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
.main .about .rt-img img {
  width: 100%;
}
.main .about .content .txt-box {
  width: 45%;
  float: left;
}
.main .about .content .txt-box .about-tit h2 {
  font-size: 4.8rem;
  color: #fff;
  margin: 0 0 20px;
}
.main .about .content .txt-box .about-tit p {
  font-size: 1.8rem;
  color: #959595;
}
.main .about .content .txt-box .txt {
  margin: 22% 0;
}
@media (max-width: 1200px) {
  .main .about .content .txt-box .txt {
    margin: 22% 0 10%;
  }
}
.main .about .content .txt-box .txt p {
  font-size: 1.4rem;
  color: #fff;
  line-height: 230%;
}
.main .about .content .txt-box .more a {
  display: block;
  width: 210px;
  height: 55px;
  font-size: 1.6rem;
  color: #181818;
  background: #fff;
  text-align: center;
  line-height: 55px;
}
.main .about .content .img {
  display: none;
  width: 50%;
  float: right;
}
.main .about .content .img img {
  width: 100%;
}
@media (max-width: 768px) {
  .main .about {
    height: auto;
    background: #d4b08c;
    position: relative;
  }
  .main .about .rt-img {
    display: none;
  }
  .main .about .content .txt-box {
    width: 100%;
    float: left;
  }
  .main .about .content .txt-box .about-tit {
    padding-top: 15px;
  }
  .main .about .content .txt-box .about-tit h2 {
    font-size: 2.8rem;
    color: #fff;
    margin: 0 0 20px;
  }
  .main .about .content .txt-box .about-tit p {
    font-size: 1.8rem;
    color: #fff;
  }
  .main .about .content .txt-box .txt {
    margin: 22% 0;
  }
  .main .about .content .txt-box .txt p {
    font-size: 1.4rem;
    color: #fff;
    line-height: 230%;
  }
  .main .about .content .txt-box .more a {
    display: block;
    width: 150px;
    height: 45px;
    font-size: 1.6rem;
    color: #181818;
    background: #fff;
    text-align: center;
    line-height: 45px;
  }
  .main .about .content .img {
    display: block;
    margin: 20px 0;
    width: 100%;
    float: right;
  }
  .main .about .content .img img {
    width: 100%;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  .main .about .content .txt-box .txt {
    margin: 10% 0 10%;
  }
}
.main .youshi {
  background: #f7f7f7;
  padding: 4% 0;
}
.main .youshi .list {
  background: #fff;
}
.main .youshi .list .img {
  width: 50%;
  float: left;
}
.main .youshi .list .img img {
  width: 100%;
}
.main .youshi .list .txt-box {
  width: 50%;
  float: right;
  padding: 0 3% 0 5%;
}
.main .youshi .list .txt-box .list-img {
  margin: 11% 0 7%;
}
.main .youshi .list .txt-box .list-img img {
  max-width: 100%;
}
@media (max-width: 992px) {
  .main .youshi .list .txt-box .list-img img {
    width: 180px;
  }
}
.main .youshi .list .txt-box .list-tit h3 {
  font-size: 3.6rem;
  color: #d4b18c;
  margin-bottom: 20px;
}
.main .youshi .list .txt-box .list-tit h6 {
  font-size: 1.8rem;
  color: #323232;
}
.main .youshi .list .txt-box .txt {
  margin: 10% 0;
}
.main .youshi .list .txt-box .txt p {
  font-size: 1.4rem;
  color: #767676;
  line-height: 200%;
}
@media (max-width: 992px) {
  .main .youshi .list .txt-box .more {
    display: none;
  }
}
.main .youshi .list:nth-child(2) .img {
  float: right;
}
.main .youshi .list:nth-child(2) .txt-box {
  float: left;
}
@media (max-width: 768px) {
  .main .youshi {
    background: #f7f7f7;
    padding: 4% 0;
  }
  .main .youshi .list {
    background: #fff;
  }
  .main .youshi .list .img {
    width: 100%;
    float: left;
  }
  .main .youshi .list .img img {
    width: 100%;
  }
  .main .youshi .list .txt-box {
    width: 100%;
    float: right;
    padding: 0 3% 0 5%;
  }
  .main .youshi .list .txt-box .list-img {
    margin: 11% 0 7%;
  }
  .main .youshi .list .txt-box .list-img img {
    max-width: 100%;
  }
  .main .youshi .list .txt-box .list-tit h3 {
    font-size: 3.6rem;
    color: #d4b18c;
    margin-bottom: 20px;
  }
  .main .youshi .list .txt-box .list-tit h6 {
    font-size: 1.8rem;
    color: #323232;
  }
  .main .youshi .list .txt-box .txt {
    margin: 10% 0;
  }
  .main .youshi .list .txt-box .txt p {
    font-size: 1.4rem;
    color: #767676;
    line-height: 200%;
  }
  .main .youshi .list:nth-child(2) .img {
    float: right;
  }
  .main .youshi .list:nth-child(2) .txt-box {
    float: left;
  }
}
@media (max-width: 768px) and (max-width: 992px) {
  .main .youshi .list .txt-box .list-img img {
    width: 180px;
  }
}
@media (max-width: 768px) and (max-width: 992px) {
  .main .youshi .list .txt-box .more {
    display: none;
  }
}
.main .news {
  background: url("../images/pro-bg_03.jpg") center;
  padding: 4% 0;
}
.main .news .news-tit {
  position: relative;
  margin-bottom: 5%;
}
.main .news .news-tit h2 {
  font-size: 4.8rem;
  color: #fff;
}
@media (max-width: 768px) {
  .main .news .news-tit h2 {
    font-size: 2.8rem;
  }
}
.main .news .news-tit p {
  font-size: 1.8rem;
  color: #959595;
}
.main .news .news-tit a {
  width: 21.77%;
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
}
.main .news .news-tit a img {
  width: 100%;
}
.main .news .content li {
  width: 31.33333%;
  float: left;
  margin-right: 3%;
}
@media (max-width: 768px) {
  .main .news .content li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
}
.main .news .content li:hover .img img {
  transform: scale(1.08);
}
.main .news .content li:hover .txt h6 {
  color: #d4b18c;
}
.main .news .content li .img {
  overflow: hidden;
}
.main .news .content li .img img {
  width: 100%;
  transition: 0.4s;
}
.main .news .content li .txt h6 {
  font-size: 1.8rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 15px 0 10px;
}
.main .news .content li .txt span {
  font-size: 1.4rem;
  color: #d4b18c;
}
.main .news .content li:nth-child(3n+3) {
  margin-right: 0;
}
.main .partner {
  padding: 3% 0 4%;
}
.main .partner .partner-tit {
  position: relative;
  margin-bottom: 5%;
}
.main .partner .partner-tit h2 {
  font-size: 4.8rem;
  color: #000;
}
@media (max-width: 768px) {
  .main .partner .partner-tit h2 {
    font-size: 2.8rem;
  }
}
.main .partner .partner-tit p {
  font-size: 1.6rem;
  color: #959595;
}
.main .partner .content {
  margin-top: 3%;
}
.main .partner .content .swiper-container-partner {
  overflow: hidden;
}
.main .partner .content .swiper-container-partner .swiper-slide img {
  width: 100%;
  border: 1px solid #eee;
}
.footer {
  background: #f7f7f7;
}
.footer .footer-top {
  padding: 4% 0;
  position: relative;
}
.footer .footer-top .footer-logo {
  margin-right: 12%;
  float: left;
}
.footer .footer-top .footer-logo img {
  max-width: 100%;
}
.footer .footer-top .list {
  margin-right: 8%;
  float: left;
}
@media (max-width: 992px) {
  .footer .footer-top .list {
    margin-right: 7%;
  }
}
.footer .footer-top .list h5 {
  font-size: 1.8rem;
  color: #393939;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.footer .footer-top .list ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-top: 15px;
}
.footer .footer-top .list li {
  font-size: 1.4rem;
  color: #848484;
  line-height: 26px;
}
.footer .footer-top .list li a {
  color: #848484;
}
.footer .footer-top .list li a:hover {
  color: #d4b18c;
}
.footer .footer-top .message {
  float: right;
  width: 22%;
}
.footer .footer-top .message h5 {
  font-size: 1.8rem;
  color: #393939;
  text-transform: uppercase;
  margin: 0 0 35px 0;
}
.footer .footer-top .message .form-box textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  background: #fff;
  border: none;
}
.footer .footer-top .message .form-box input {
  margin-top: 22px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  background: #d4b18c;
  color: #fff;
  font-size: 1.4rem;
  border: none;
}
@media (max-width: 768px) {
  .footer {
    padding: 0;
  }
  .footer .footer-con2 {
    background: #252525;
    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: #252525 url("../images/lit_07.png") no-repeat right center;
    background-position: right 26px top 28px;
    margin: 0;
    font-weight: 500;
    color: #c4c4c4;
    font-size: 15px;
    border-bottom: 1px solid #aaa;
    padding: 18px 26px 18px 24px;
  }
  .footer .footer-con2 .list-con {
    display: none;
  }
  .footer .footer-con2 .list-con a {
    color: #c4c4c4;
    margin: 0;
    background: #494949;
    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: #d4b18c;
  }
  .footer .footer-con2 .list-con li {
    color: #333;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
    padding: 12px 26px 12px 24px;
    background: #edf2f8;
  }
  .footer .footer-con2 .link {
    display: none;
    color: #333;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
    padding: 12px 26px 12px 24px;
    background: #232222;
  }
  .footer .footer-con2 .link a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 3% 0 0;
  }
}
.footer .footer-bot {
  height: 60px;
  border-top: 1px solid #eaeaea;
}
.footer .footer-bot .container {
  position: relative;
}
.footer .footer-bot p {
  margin: 0;
  font-size: 1.4rem;
  color: #999;
  line-height: 59px;
}
.footer .footer-bot p a {
  color: #999;
}
.footer .footer-bot p a:hover {
  color: #d4b18c;
}
.footer .footer-bot .lf {
  float: left;
}
.footer .footer-bot .rt {
  float: right;
}
@media (max-width: 768px) {
  .footer .footer-bot {
    height: auto;
    text-align: center;
    background: #252525;
    border-top: none;
  }
  .footer .footer-bot .container {
    position: relative;
  }
  .footer .footer-bot p {
    margin: 0;
    font-size: 1.4rem;
    color: #999;
    line-height: 26px;
  }
  .footer .footer-bot p a {
    color: #999;
  }
  .footer .footer-bot p a:hover {
    color: #d4b18c;
  }
  .footer .footer-bot .lf {
    float: none;
  }
  .footer .footer-bot .rt {
    float: none;
  }
}
.footer .returnTop {
  z-index: 99;
  display: block;
  cursor: pointer;
  position: fixed;
  bottom: 90px;
  right: 30px;
  opacity: 1;
  width: 48px;
  height: 48px;
  background: url("../images/return-top.png") no-repeat center;
}
/*ins-style*/
@media (max-width: 768px) {
  .ins-main {
    margin-top: 55px;
  }
}
.ins-main .ins-ad {
  position: relative;
}
.ins-main .ins-ad img {
  width: 100%;
}
.ins-main .ins-ad h4 {
  font-size: 4rem;
  color: #fff;
  letter-spacing: 2px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
@media (max-width: 768px) {
  .ins-main .ins-ad h4 {
    font-size: 2.4rem;
    top: 46%;
  }
}
.ins-main .ins-nav {
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #f5f5f5;
}
.ins-main .ins-nav .rt-nav {
  float: right;
}
.ins-main .ins-nav .rt-nav p {
  margin: 0;
  padding-left: 26px;
  background: url("../images/location_03.jpg") no-repeat left center;
  font-size: 1.4rem;
  color: #333;
}
.ins-main .ins-nav .rt-nav p a {
  color: #333;
}
.ins-main .ins-nav .rt-nav p a:hover {
  color: #0187e8;
}
.ins-main .ins-nav .rt-nav p .active {
  color: #0187e8;
}
@media (max-width: 768px) {
  .ins-main .ins-nav {
    height: auto;
    line-height: 40px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 15px;
  }
  .ins-main .ins-nav .rt-nav {
    float: none;
  }
  .ins-main .ins-nav .rt-nav p {
    margin: 0;
    padding-left: 26px;
    background: url("../images/location_03.jpg") no-repeat left center;
    font-size: 1.4rem;
    color: #333;
  }
  .ins-main .ins-nav .rt-nav p a {
    color: #333;
  }
  .ins-main .ins-nav .rt-nav p a:hover {
    color: #0187e8;
  }
  .ins-main .ins-nav .rt-nav p .active {
    color: #0187e8;
  }
}
.ins-main .list-nav {
  background: #f7f7f7;
  height: 80px;
  line-height: 80px;
}
.ins-main .list-nav ul {
  margin: 0;
}
.ins-main .list-nav li {
  width: 130px;
  text-align: center;
  float: left;
  border-right: 1px solid #f2f2f2;
}
@media (max-width: 992px) {
  .ins-main .list-nav li {
    width: 100px;
  }
}
.ins-main .list-nav li:hover a {
  color: #fff;
  background: #d4b08c;
}
.ins-main .list-nav li a {
  display: block;
  height: 80px;
  line-height: 80px;
  font-size: 1.6rem;
  color: #373737;
}
.ins-main .list-nav .active a {
  color: #fff;
  background: #d4b08c;
}
@media (max-width: 768px) {
  .ins-main .list-nav {
    background: #f7f7f7;
    height: auto;
    line-height: 50px;
  }
  .ins-main .list-nav ul {
    margin: 0;
  }
  .ins-main .list-nav li {
    width: 25%;
    text-align: center;
    float: left;
    border-right: none;
  }
  .ins-main .list-nav li:hover a {
    color: #fff;
    background: #d4b08c;
  }
  .ins-main .list-nav li a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 1.4rem;
    color: #373737;
  }
  .ins-main .list-nav .active a {
    color: #fff;
    background: #d4b08c;
  }
}
.ins-main .ins-profile .content {
  padding: 3% 0;
}
.ins-main .ins-profile .content .img {
  width: 50%;
  float: left;
}
.ins-main .ins-profile .content .img img {
  width: 100%;
}
.ins-main .ins-profile .content .txt-box {
  width: 48%;
  float: right;
}
.ins-main .ins-profile .content .txt-box p {
  font-size: 1.4rem;
  color: #7b7b7b;
  line-height: 180%;
  margin-bottom: 3%;
}
.ins-main .ins-profile .list-box {
  padding: 3% 0;
  background: #f7f7f7;
}
.ins-main .ins-profile .list-box li {
  width: 24%;
  float: left;
  margin-right: 1.3333333%;
  height: 180px;
  text-align: center;
  background: #fff;
  border-radius: 15px;
}
.ins-main .ins-profile .list-box li:hover {
  background: #eeb15e;
}
.ins-main .ins-profile .list-box li:hover h6 {
  color: #fff;
}
.ins-main .ins-profile .list-box li:hover b {
  background: #fff;
}
.ins-main .ins-profile .list-box li:hover p {
  color: #fff;
}
.ins-main .ins-profile .list-box li h6 {
  font-size: 1.8rem;
  color: #d4b18c;
  padding: 38px 0 0;
}
.ins-main .ins-profile .list-box li b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 40px;
  height: 1px;
  background: #eeb15e;
}
.ins-main .ins-profile .list-box li p {
  font-size: 1.4rem;
  color: #7d7d7d;
  margin-top: 14px;
}
.ins-main .ins-profile .list-box li:nth-child(4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-profile .content {
    padding: 3% 0;
  }
  .ins-main .ins-profile .content .img {
    width: 100%;
    float: left;
  }
  .ins-main .ins-profile .content .img img {
    width: 100%;
  }
  .ins-main .ins-profile .content .txt-box {
    width: 100%;
    float: right;
    margin-top: 15px;
  }
  .ins-main .ins-profile .content .txt-box p {
    font-size: 1.5rem;
    color: #7b7b7b;
    line-height: 180%;
    margin-bottom: 3%;
  }
  .ins-main .ins-profile .list-box {
    padding: 3% 0;
    background: #f7f7f7;
  }
  .ins-main .ins-profile .list-box li {
    width: 49%;
    float: left;
    margin: 0 2% 2% 0;
    height: 140px;
    text-align: center;
    background: #fff;
    border-radius: 15px;
  }
  .ins-main .ins-profile .list-box li:hover {
    background: #eeb15e;
  }
  .ins-main .ins-profile .list-box li:hover h6 {
    color: #fff;
  }
  .ins-main .ins-profile .list-box li:hover b {
    background: #fff;
  }
  .ins-main .ins-profile .list-box li:hover p {
    color: #fff;
  }
  .ins-main .ins-profile .list-box li h6 {
    font-size: 1.8rem;
    color: #d4b18c;
    padding: 18px 0 0;
  }
  .ins-main .ins-profile .list-box li b {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 40px;
    height: 1px;
    background: #eeb15e;
  }
  .ins-main .ins-profile .list-box li p {
    font-size: 1.4rem;
    color: #7d7d7d;
    margin-top: 14px;
    padding: 0 4%;
    line-height: 180%;
  }
  .ins-main .ins-profile .list-box li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-huanjing {
  padding: 2.5% 0 1.5%;
}
.ins-main .ins-huanjing li {
  border: 1px solid #f1f1f1;
  padding: 1%;
  position: relative;
  width: 32.33333%;
  float: left;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
}
.ins-main .ins-huanjing li .img-box {
  position: relative;
  cursor: pointer;
}
.ins-main .ins-huanjing li .img-box:hover .masking {
  opacity: 1;
}
.ins-main .ins-huanjing li .img-box img {
  width: 100%;
}
.ins-main .ins-huanjing li .img-box .masking {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.ins-main .ins-huanjing li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-huanjing {
    padding: 2.5% 0 1.5%;
  }
  .ins-main .ins-huanjing li {
    border: 1px solid #f1f1f1;
    padding: 1%;
    position: relative;
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .ins-main .ins-huanjing li .img-box {
    position: relative;
    cursor: pointer;
  }
  .ins-main .ins-huanjing li .img-box:hover .masking {
    opacity: 1;
  }
  .ins-main .ins-huanjing li .img-box img {
    width: 100%;
  }
  .ins-main .ins-huanjing li .img-box .masking {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
  }
  .ins-main .ins-huanjing li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .ins-main .ins-huanjing li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-history {
  padding: 3% 0;
}
.ins-main .ins-history .content {
  background: url("../images/licheng-bg_03.jpg") repeat-y center;
  position: relative;
}
.ins-main .ins-history .content .top-img {
  text-align: center;
}
.ins-main .ins-history .content .list-box {
  margin-top: 4%;
}
.ins-main .ins-history .content .list-box li {
  width: 53.8%;
  float: left;
  position: relative;
  height: 91px;
  margin-bottom: 30px;
}
@media (max-width: 1300px) {
  .ins-main .ins-history .content .list-box li {
    width: 54.3%;
  }
}
@media (max-width: 1200px) {
  .ins-main .ins-history .content .list-box li {
    width: 55.3%;
  }
}
@media (max-width: 992px) {
  .ins-main .ins-history .content .list-box li {
    width: 57%;
  }
}
.ins-main .ins-history .content .list-box li:hover .date {
  border-color: #d4b08c;
}
.ins-main .ins-history .content .list-box li:hover .date h6 {
  background: #d4b08c;
  color: #fff;
}
.ins-main .ins-history .content .list-box li:hover p {
  color: #d4b08c;
}
.ins-main .ins-history .content .list-box li .date {
  float: right;
  border-radius: 91px;
  padding: 7px;
  background: #fff;
  border: 1px solid #efefef;
}
.ins-main .ins-history .content .list-box li .date h6 {
  font-size: 1.8rem;
  color: #070707;
  background: #f7f7f7;
  margin: 0;
  width: 84px;
  height: 84px;
  border-radius: 84px;
  text-align: center;
  line-height: 84px;
}
.ins-main .ins-history .content .list-box li p {
  font-size: 1.4rem;
  color: #727272;
  line-height: 160%;
  width: 80%;
  position: absolute;
  transform: translate(0%, -50%);
  left: 0%;
  top: 50%;
}
@media (max-width: 992px) {
  .ins-main .ins-history .content .list-box li p {
    width: 70%;
  }
}
.ins-main .ins-history .content .list-box li:nth-child(even) {
  float: right;
}
.ins-main .ins-history .content .list-box li:nth-child(even) .date {
  float: left;
}
.ins-main .ins-history .content .list-box li:nth-child(even) p {
  font-size: 1.4rem;
  color: #727272;
  line-height: 160%;
  position: absolute;
  transform: translate(25%, -50%);
  right: 0%;
  top: 50%;
}
@media (max-width: 992px) {
  .ins-main .ins-history .content .list-box li:nth-child(even) p {
    transform: translate(40%, -50%);
  }
}
@media (max-width: 768px) {
  .ins-main .ins-history {
    padding: 3% 0;
  }
  .ins-main .ins-history .content {
    background: none;
    position: relative;
  }
  .ins-main .ins-history .content .top-img {
    display: none;
  }
  .ins-main .ins-history .content .list-box {
    margin-top: 4%;
  }
  .ins-main .ins-history .content .list-box li {
    width: 100%;
    float: left;
    position: relative;
    height: 91px;
    margin-bottom: 30px;
  }
  .ins-main .ins-history .content .list-box li:hover .date {
    border-color: #d4b08c;
  }
  .ins-main .ins-history .content .list-box li:hover .date h6 {
    background: #d4b08c;
    color: #fff;
  }
  .ins-main .ins-history .content .list-box li:hover p {
    color: #d4b08c;
  }
  .ins-main .ins-history .content .list-box li .date {
    float: left;
    border-radius: 91px;
    padding: 7px;
    background: #fff;
    border: 1px solid #efefef;
  }
  .ins-main .ins-history .content .list-box li .date h6 {
    font-size: 1.8rem;
    color: #070707;
    background: #f7f7f7;
    margin: 0;
    width: 64px;
    height: 64px;
    border-radius: 64px;
    text-align: center;
    line-height: 64px;
  }
  .ins-main .ins-history .content .list-box li p {
    font-size: 1.4rem;
    color: #727272;
    line-height: 160%;
    width: 80%;
    position: absolute;
    transform: translate(40%, -50%);
    left: 0%;
    top: 50%;
  }
  .ins-main .ins-history .content .list-box li:nth-child(even) {
    float: right;
  }
  .ins-main .ins-history .content .list-box li:nth-child(even) .date {
    float: left;
  }
  .ins-main .ins-history .content .list-box li:nth-child(even) p {
    font-size: 1.4rem;
    color: #727272;
    line-height: 160%;
    position: absolute;
    transform: translate(25%, -50%);
    right: 0%;
    top: 50%;
  }
}
@media (max-width: 768px) and (max-width: 992px) {
  .ins-main .ins-history .content .list-box li p {
    width: 70%;
  }
}
@media (max-width: 768px) and (max-width: 992px) {
  .ins-main .ins-history .content .list-box li:nth-child(even) p {
    transform: translate(40%, -50%);
  }
}
.ins-main .ins-honor {
  padding: 2.5% 0 1.5%;
}
.ins-main .ins-honor li {
  width: 24%;
  float: left;
  margin: 0 1.3333% 1% 0;
  text-align: center;
}
.ins-main .ins-honor li .img-box {
  border: 1px solid #f5f5f5;
  padding: 3%;
}
.ins-main .ins-honor li .img-box:hover .img .masking {
  opacity: 1;
}
.ins-main .ins-honor li .img-box .img {
  position: relative;
}
.ins-main .ins-honor li .img-box .img img {
  width: 100%;
  cursor: pointer;
}
.ins-main .ins-honor li .img-box .img .masking {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
}
.ins-main .ins-honor li p {
  margin-top: 10px;
  font-size: 1.6rem;
  color: #646464;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-honor li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-honor {
    padding: 2.5% 0;
  }
  .ins-main .ins-honor li {
    width: 49%;
    float: left;
    margin: 0 2% 1% 0;
    text-align: center;
  }
  .ins-main .ins-honor li .img {
    border: 1px solid #f5f5f5;
    padding: 3%;
  }
  .ins-main .ins-honor li .img img {
    width: 100%;
    cursor: pointer;
  }
  .ins-main .ins-honor li p {
    margin-top: 10px;
    font-size: 1.6rem;
    color: #646464;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-honor li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-contact {
  padding: 2.5% 0;
}
.ins-main .ins-contact .list-box {
  border: 1px solid #f5f5f5;
  margin-bottom: 2%;
  padding: 2%;
}
.ins-main .ins-contact .list-box .list-tit h4 {
  margin: 0;
  padding: 1% 0 3%;
  font-size: 3rem;
  color: #d4b08c;
  border-bottom: 1px solid #e8e8e8;
}
.ins-main .ins-contact .list-box .list ul {
  margin: 20px 0;
}
.ins-main .ins-contact .list-box .list ul li {
  font-size: 1.4rem;
  color: #787878;
  line-height: 30px;
}
.ins-main .ins-contact .list-box .list ul li a {
  color: #787878;
}
.ins-main .ins-contact .list-box .list ul li a:hover {
  color: #d4b08c;
}
.ins-main .ins-contact .map .amap-controls {
  display: none;
}
.ins-main .ins-contact .map .my-map {
  margin: 0 auto;
  width: 100%;
  height: 350px;
}
.ins-main .ins-contact .map .my-map .icon {
  background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}
.ins-main .ins-contact .map .my-map .icon-cir {
  height: 31px;
  width: 28px;
}
.ins-main .ins-contact .map .my-map .icon-cir-red {
  background-position: -11px -5px;
}
.ins-main .ins-contact .map .amap-container {
  height: 100%;
}
@media (max-width: 768px) {
  .ins-main .ins-contact {
    padding: 2.5% 0;
  }
  .ins-main .ins-contact .list-box {
    border: 1px solid #f5f5f5;
    margin-bottom: 2%;
    padding: 2%;
  }
  .ins-main .ins-contact .list-box .list-tit h4 {
    margin: 0;
    padding: 1% 0 3%;
    font-size: 2rem;
    color: #d4b08c;
    border-bottom: 1px solid #e8e8e8;
  }
  .ins-main .ins-contact .list-box .list ul {
    margin: 20px 0;
  }
  .ins-main .ins-contact .list-box .list ul li {
    font-size: 1.4rem;
    color: #787878;
    line-height: 30px;
  }
  .ins-main .ins-contact .list-box .list ul li a {
    color: #787878;
  }
  .ins-main .ins-contact .list-box .list ul li a:hover {
    color: #d4b08c;
  }
  .ins-main .ins-contact .map .amap-controls {
    display: none;
  }
  .ins-main .ins-contact .map .my-map {
    margin: 0 auto;
    width: 100%;
    height: 300px;
  }
  .ins-main .ins-contact .map .my-map .icon {
    background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
  }
  .ins-main .ins-contact .map .my-map .icon-cir {
    height: 31px;
    width: 28px;
  }
  .ins-main .ins-contact .map .my-map .icon-cir-red {
    background-position: -11px -5px;
  }
  .ins-main .ins-contact .map .amap-container {
    height: 100%;
  }
}
.ins-main .ins-message {
  padding: 3.5% 0;
}
.ins-main .ins-message .content {
  border: 1px solid #eee;
  padding: 2%;
}
.ins-main .ins-message .form-box {
  width: 63%;
  float: left;
}
.ins-main .ins-message .form-box h5 {
  font-size: 3rem;
  color: #d4b08c;
  padding-bottom: 4%;
  border-bottom: 1px solid #eee;
  margin-bottom: 4%;
}
.ins-main .ins-message .form-box ul:nth-child(1) li {
  margin-bottom: 30px;
}
.ins-main .ins-message .form-box ul:nth-child(1) li span {
  display: block;
  font-size: 1.6rem;
  color: #303030;
  margin-bottom: 15px;
}
.ins-main .ins-message .form-box ul:nth-child(1) li span sup {
  color: red;
}
.ins-main .ins-message .form-box ul:nth-child(1) li input {
  height: 48px;
  width: 100%;
  border: 1px solid #f5f5f5;
  padding: 0 8px;
}
.ins-main .ins-message .form-box ul:nth-child(1) li textarea {
  height: 124px;
  width: 100%;
  border: 1px solid #f5f5f5;
  padding: 8px;
}
.ins-main .ins-message .form-box ul:nth-child(2) input {
  width: 190px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  background: #d4b18c;
  color: #fff;
  font-size: 1.6rem;
  border: none;
}
.ins-main .ins-message .img-box {
  height: 616px;
  background: url("../images/message_03.jpg") no-repeat center;
  width: 34.4%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .ins-message {
    padding: 6% 0;
  }
  .ins-main .ins-message .form-box {
    width: 100%;
    float: left;
    margin-left: 0%;
  }
  .ins-main .ins-message .form-box h5 {
    font-size: 3rem;
    color: #303030;
    display: none;
  }
  .ins-main .ins-message .form-box b {
    display: block;
    width: 50px;
    height: 1px;
    background: #eeb15e;
    margin: 20px 0 50px;
    display: none;
  }
  .ins-main .ins-message .form-box ul:nth-child(1) li {
    margin-bottom: 20px;
  }
  .ins-main .ins-message .form-box ul:nth-child(1) li span {
    display: block;
    font-size: 1.6rem;
    color: #303030;
    margin-bottom: 15px;
  }
  .ins-main .ins-message .form-box ul:nth-child(1) li span sup {
    color: red;
  }
  .ins-main .ins-message .form-box ul:nth-child(1) li input {
    height: 48px;
    width: 100%;
    border: 1px solid #f5f5f5;
    padding: 0 8px;
  }
  .ins-main .ins-message .form-box ul:nth-child(1) li textarea {
    height: 124px;
    width: 100%;
    border: 1px solid #f5f5f5;
    padding: 8px;
  }
  .ins-main .ins-message .form-box ul:nth-child(2) input {
    width: 130px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    background: #d4b18c;
    color: #fff;
    font-size: 1.6rem;
    border: none;
  }
  .ins-main .ins-message .img-box {
    display: none;
    height: 682px;
    background: url("../images/message_03.jpg") no-repeat center;
    width: 50%;
    float: right;
  }
}
.ins-main .ins-about {
  padding: 0 0 3%;
}
.ins-main .ins-about .jianjie {
  padding: 3% 0 4%;
  border-bottom: 1px solid #eee;
}
.ins-main .ins-about .jianjie img {
  width: 100%;
}
.ins-main .ins-about .jianjie .txt {
  margin-top: 4%;
}
.ins-main .ins-about .jianjie .txt p {
  font-size: 1.4rem;
  color: #6f6f6f;
  line-height: 180%;
}
.ins-main .ins-about .partner {
  padding: 3% 0 4%;
}
.ins-main .ins-about .partner .partner-tit {
  position: relative;
  margin-bottom: 3%;
  text-align: center;
}
.ins-main .ins-about .partner .partner-tit h2 {
  font-size: 3rem;
  color: #000;
}
@media (max-width: 768px) {
  .ins-main .ins-about .partner .partner-tit h2 {
    font-size: 2.8rem;
  }
}
.ins-main .ins-about .partner .partner-tit p {
  font-size: 1.6rem;
  color: #959595;
}
.ins-main .ins-about .partner .content {
  margin-top: 3%;
}
.ins-main .ins-about .partner .content .swiper-container-partner {
  overflow: hidden;
}
.ins-main .ins-about .partner .content .swiper-container-partner .swiper-slide img {
  width: 100%;
  border: 1px solid #eee;
}
.ins-main .ins-about .partner .content .control {
  text-align: center;
  margin-top: 3%;
}
.ins-main .ins-about .partner .content .control .swiper-button-prev4,
.ins-main .ins-about .partner .content .control .swiper-button-next4 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 4px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .ins-main .ins-about {
    padding: 0 0 3%;
  }
  .ins-main .ins-about .jianjie {
    padding: 3% 0 4%;
    border-bottom: 1px solid #eee;
  }
  .ins-main .ins-about .jianjie img {
    width: 100%;
  }
  .ins-main .ins-about .jianjie .txt {
    margin-top: 4%;
  }
  .ins-main .ins-about .jianjie .txt p {
    font-size: 1.4rem;
    color: #6f6f6f;
    line-height: 180%;
  }
  .ins-main .ins-about .partner {
    padding: 3% 0 4%;
  }
  .ins-main .ins-about .partner .partner-tit {
    position: relative;
    margin-bottom: 3%;
    text-align: center;
  }
  .ins-main .ins-about .partner .partner-tit h2 {
    font-size: 3rem;
    color: #000;
  }
  .ins-main .ins-about .partner .partner-tit p {
    font-size: 1.4rem;
    color: #959595;
  }
  .ins-main .ins-about .partner .content {
    margin-top: 3%;
  }
  .ins-main .ins-about .partner .content .swiper-container-partner {
    overflow: hidden;
  }
  .ins-main .ins-about .partner .content .swiper-container-partner .swiper-slide img {
    width: 100%;
    border: 1px solid #eee;
  }
  .ins-main .ins-about .partner .content .control {
    text-align: center;
    margin-top: 3%;
  }
  .ins-main .ins-about .partner .content .control .swiper-button-prev4,
  .ins-main .ins-about .partner .content .control .swiper-button-next4 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 4px;
    cursor: pointer;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .ins-main .ins-about .partner .partner-tit h2 {
    font-size: 2.4rem;
  }
}
.ins-main .ins-advantage {
  padding: 3% 0;
}
.ins-main .ins-advantage .top-list {
  text-align: center;
  margin-bottom: 3%;
}
.ins-main .ins-advantage .top-list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 1px solid #eee;
  width: 215px;
  text-align: center;
  height: 80px;
  line-height: 80px;
}
.ins-main .ins-advantage .top-list li:hover {
  background: #d4b08c;
}
.ins-main .ins-advantage .top-list li:hover a {
  color: #fff;
}
.ins-main .ins-advantage .top-list li a {
  display: block;
  font-size: 1.6rem;
  color: #373737;
}
.ins-main .ins-advantage .top-list .active {
  background: #d4b08c;
}
.ins-main .ins-advantage .top-list .active a {
  color: #fff;
}
.ins-main .ins-advantage .content .img img {
  width: 100%;
}
.ins-main .ins-advantage .content .con-tit {
  text-align: center;
  margin: 3% 0;
}
.ins-main .ins-advantage .content .con-tit h4 {
  font-size: 3rem;
  color: #d4b18c;
}
.ins-main .ins-advantage .content .con-tit p {
  font-size: 1.6rem;
  color: #323232;
}
.ins-main .ins-advantage .content .txt p {
  font-size: 1.4rem;
  color: #767676;
  line-height: 200%;
}
@media (max-width: 768px) {
  .ins-main .ins-advantage {
    padding: 3% 0;
  }
  .ins-main .ins-advantage .top-list {
    text-align: center;
    margin-bottom: 3%;
  }
  .ins-main .ins-advantage .top-list li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 1px solid #eee;
    width: 50%;
    float: left;
    text-align: center;
    height: 50px;
    line-height: 50px;
  }
  .ins-main .ins-advantage .top-list li:hover {
    background: #d4b08c;
  }
  .ins-main .ins-advantage .top-list li:hover a {
    color: #fff;
  }
  .ins-main .ins-advantage .top-list li a {
    display: block;
    font-size: 1.6rem;
    color: #373737;
  }
  .ins-main .ins-advantage .top-list .active {
    background: #d4b08c;
  }
  .ins-main .ins-advantage .top-list .active a {
    color: #fff;
  }
  .ins-main .ins-advantage .content .img img {
    width: 100%;
  }
  .ins-main .ins-advantage .content .con-tit {
    text-align: center;
    margin: 3% 0;
  }
  .ins-main .ins-advantage .content .con-tit h4 {
    font-size: 2.4rem;
    color: #d4b18c;
  }
  .ins-main .ins-advantage .content .con-tit p {
    font-size: 1.6rem;
    color: #323232;
  }
  .ins-main .ins-advantage .content .txt p {
    font-size: 1.4rem;
    color: #767676;
    line-height: 200%;
  }
}
.ins-main .ins-recruit {
  padding: 3% 0 0;
  background: #f3f3f3;
}
.ins-main .ins-recruit .tit {
  text-align: center;
  margin-bottom: 4%;
  background: url("../images/tit-bg_03.png") no-repeat center 82%;
}
.ins-main .ins-recruit .tit h5 {
  font-size: 2.4rem;
  color: #0187e8;
}
.ins-main .ins-recruit .tit p {
  font-size: 1.6rem;
  color: #666;
  text-transform: uppercase;
}
.ins-main .ins-recruit .table {
  padding-bottom: 15px;
}
.ins-main .ins-recruit .table .tit2 {
  height: 60px;
  line-height: 60px;
  background: #0187e8;
}
.ins-main .ins-recruit .table .tit2 li {
  float: left;
  text-align: center;
  width: 16.6666666%;
  font-size: 1.6rem;
  color: #fefefe;
}
.ins-main .ins-recruit .table .table-con {
  position: relative;
  z-index: 6;
  margin-top: 15px;
}
.ins-main .ins-recruit .table .table-con ul {
  margin: 0;
  cursor: pointer;
  height: 58px;
  line-height: 58px;
  border-top: 1px solid #cdcdcd;
}
.ins-main .ins-recruit .table .table-con li {
  float: left;
  height: 58px;
  line-height: 58px;
  font-size: 1.6rem;
  background: #fff;
  color: #333;
  width: 16.6666666%;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #cdcdcd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-recruit .table .table-con li span {
  color: #0187e8;
}
.ins-main .ins-recruit .table .table-con li:first-child {
  border-left: 1px solid #cdcdcd;
}
.ins-main .ins-recruit .table .table-con .txt-box {
  display: none;
  border-bottom: 1px solid #b5b3b3;
  clear: both;
  padding: 2%;
  position: relative;
  background: #fff;
}
.ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 {
  font-size: 2.4rem;
  color: #333;
  display: inline-block;
}
.ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 b {
  color: #0187e8;
  font-weight: 500;
}
.ins-main .ins-recruit .table .table-con .txt-box .box-tit span {
  display: inline-block;
  font-size: 1.4rem;
  color: #666;
  margin: 0 1%;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt h6 {
  font-size: 16px;
  color: #666;
  padding: 1% 0 1% 13px;
  line-height: 180%;
  background: url("../images/h6-lit_03.jpg") no-repeat left center;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 24px;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt a {
  display: inline-block;
  width: 160px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  background: #0187e8;
  font-size: 1.6rem;
  margin: 3% 0 2%;
  color: #fff;
}
@media (max-width: 768px) {
  .ins-main .ins-recruit {
    padding: 3% 0 0;
    background: #f3f3f3;
  }
  .ins-main .ins-recruit .tit {
    text-align: center;
    margin-bottom: 4%;
    background: none;
  }
  .ins-main .ins-recruit .tit h5 {
    font-size: 2.4rem;
    color: #0187e8;
  }
  .ins-main .ins-recruit .tit p {
    font-size: 1.6rem;
    color: #666;
    text-transform: uppercase;
  }
  .ins-main .ins-recruit .table-box {
    overflow: auto;
  }
  .ins-main .ins-recruit .table {
    width: 500px;
    max-width: 500px;
  }
  .ins-main .ins-recruit .table .tit2 {
    height: 60px;
    line-height: 60px;
    background: #0187e8;
  }
  .ins-main .ins-recruit .table .tit2 li {
    float: left;
    text-align: center;
    width: 16.6666666%;
    font-size: 1.6rem;
    color: #fefefe;
  }
  .ins-main .ins-recruit .table .table-con {
    position: relative;
    z-index: 6;
    margin-top: 15px;
  }
  .ins-main .ins-recruit .table .table-con ul {
    margin: 0;
    cursor: pointer;
    height: 58px;
    line-height: 58px;
    border-top: 1px solid #cdcdcd;
  }
  .ins-main .ins-recruit .table .table-con li {
    float: left;
    height: 58px;
    line-height: 58px;
    font-size: 1.6rem;
    background: #fff;
    color: #333;
    width: 16.6666666%;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #cdcdcd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-recruit .table .table-con li span {
    color: #0187e8;
  }
  .ins-main .ins-recruit .table .table-con li:first-child {
    border-left: 1px solid #cdcdcd;
  }
  .ins-main .ins-recruit .table .table-con .txt-box {
    display: none;
    border-bottom: 1px solid #b5b3b3;
    clear: both;
    padding: 2%;
    position: relative;
    background: #fff;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 {
    font-size: 2.4rem;
    color: #333;
    display: inline-block;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 b {
    color: #0187e8;
    font-weight: 500;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .box-tit span {
    display: inline-block;
    font-size: 1.4rem;
    color: #666;
    margin: 0 1%;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .txt h6 {
    font-size: 16px;
    color: #666;
    padding: 1% 0 1% 13px;
    line-height: 180%;
    background: url("../images/h6-lit_03.jpg") no-repeat left center;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .txt p {
    font-size: 1.4rem;
    color: #666;
    line-height: 24px;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .txt a {
    display: inline-block;
    width: 160px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    background: #0187e8;
    font-size: 1.6rem;
    margin: 3% 0 2%;
    color: #fff;
  }
}
.ins-main .ins-solution {
  padding: 4% 0;
  background: #f8f8f8;
}
.ins-main .ins-solution .content li {
  margin-bottom: 4%;
}
.ins-main .ins-solution .content li .img {
  width: 50%;
  float: left;
}
.ins-main .ins-solution .content li .img img {
  width: 100%;
}
.ins-main .ins-solution .content li .txt {
  width: 42%;
  float: right;
  margin-right: 3%;
}
.ins-main .ins-solution .content li .txt h6 {
  font-size: 1.8rem;
  color: #010101;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 15px 0;
}
.ins-main .ins-solution .content li .txt p {
  font-size: 1.4rem;
  color: #626262;
  line-height: 200%;
  margin: 10% 0 12%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
.ins-main .ins-solution .content li .txt a {
  display: block;
  width: 100px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  background: #0187e8;
  font-size: 1.4rem;
  color: #fff;
}
.ins-main .ins-solution .content li:nth-child(even) {
  margin-bottom: 4%;
}
.ins-main .ins-solution .content li:nth-child(even) .img {
  width: 50%;
  float: right;
}
.ins-main .ins-solution .content li:nth-child(even) .img img {
  width: 100%;
}
.ins-main .ins-solution .content li:nth-child(even) .txt {
  width: 42%;
  float: left;
  margin-left: 3%;
}
@media (max-width: 768px) {
  .ins-main .ins-solution {
    padding: 4% 0;
    background: #f8f8f8;
  }
  .ins-main .ins-solution .content li {
    margin-bottom: 4%;
  }
  .ins-main .ins-solution .content li .img {
    width: 100%;
    float: left;
  }
  .ins-main .ins-solution .content li .img img {
    width: 100%;
  }
  .ins-main .ins-solution .content li .txt {
    width: 100%;
    float: right;
    margin-right: 0%;
    margin: 20px 0;
  }
  .ins-main .ins-solution .content li .txt h6 {
    font-size: 1.8rem;
    color: #010101;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px 0;
  }
  .ins-main .ins-solution .content li .txt p {
    font-size: 1.4rem;
    color: #626262;
    line-height: 200%;
    margin: 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
  }
  .ins-main .ins-solution .content li .txt a {
    display: block;
    width: 100px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    background: #0187e8;
    font-size: 1.4rem;
    color: #fff;
  }
  .ins-main .ins-solution .content li:nth-child(even) {
    margin-bottom: 4%;
  }
  .ins-main .ins-solution .content li:nth-child(even) .img {
    width: 100%;
    float: right;
  }
  .ins-main .ins-solution .content li:nth-child(even) .img img {
    width: 100%;
  }
  .ins-main .ins-solution .content li:nth-child(even) .txt {
    width: 100%;
    float: left;
    margin-left: 0%;
  }
}
.ins-main .ins-news {
  padding: 2% 0;
  background: #fff;
}
.ins-main .ins-news li {
  padding: 2.5% 3% 0 3%;
  transition: 0.3s;
}
.ins-main .ins-news li:hover {
  transform: translate(15px, 0);
}
.ins-main .ins-news li:hover .txt h5 {
  color: #d4b08c;
}
.ins-main .ins-news li:hover .txt span {
  color: #fff;
  background: #d4b08c;
}
.ins-main .ins-news li a {
  padding-bottom: 3%;
  border-bottom: 1px solid #eee;
  display: block;
}
.ins-main .ins-news li .img {
  width: 39%;
  float: left;
}
.ins-main .ins-news li .img img {
  width: 100%;
}
.ins-main .ins-news li .txt {
  width: 58%;
  float: right;
}
.ins-main .ins-news li .txt h5 {
  font-size: 1.8rem;
  color: #3b3b3b;
}
.ins-main .ins-news li .txt p {
  font-size: 1.4rem;
  color: #8c8c8c;
  line-height: 180%;
  margin: 5% 0;
}
.ins-main .ins-news li .txt span {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #f0f0f0;
  color: #3b3b3b;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .ins-main .ins-news {
    padding: 2% 0;
    background: #fff;
  }
  .ins-main .ins-news li {
    padding: 2.5% 3% 0 3%;
  }
  .ins-main .ins-news li:hover {
    transform: translate(0, 0);
  }
  .ins-main .ins-news li a {
    padding-bottom: 3%;
    border-bottom: 1px solid #eee;
    display: block;
  }
  .ins-main .ins-news li .img {
    width: 100%;
    float: left;
  }
  .ins-main .ins-news li .img img {
    width: 100%;
  }
  .ins-main .ins-news li .txt {
    width: 100%;
    float: right;
  }
  .ins-main .ins-news li .txt h5 {
    font-size: 1.8rem;
    color: #292929;
  }
  .ins-main .ins-news li .txt p {
    font-size: 1.4rem;
    color: #727272;
    line-height: 180%;
    margin: 5% 0;
  }
}
.ins-main .news-show {
  padding: 2.5%;
}
.ins-main .news-show .show-tit {
  border-bottom: 1px solid #eee;
}
.ins-main .news-show .show-tit h5 {
  font-size: 2.4rem;
  color: #171717;
  margin: 2% 0 1%;
  font-weight: 500;
}
.ins-main .news-show .show-tit p {
  font-size: 1.4rem;
  color: #b3b3b3;
  text-transform: uppercase;
}
.ins-main .news-show .content img {
  max-width: 100%!important;
  margin: 3% 0;
}
.ins-main .news-show .content p {
  text-align: left;
  font-size: 1.5rem;
  color: #515151;
  line-height: 180%;
  margin-bottom: 2%;
}
.ins-main .news-show .link {
  margin: 5% auto 0;
}
.ins-main .news-show .link p a {
  font-size: 1.4rem;
  color: #a8a8a8;
}
.ins-main .news-show .link p a:hover {
  color: #d4b08c;
}
@media (max-width: 768px) {
  .ins-main .news-show {
    padding: 2.5% 0;
  }
  .ins-main .news-show .show-tit {
    border-bottom: 1px solid #eee;
  }
  .ins-main .news-show .show-tit h5 {
    font-size: 2.4rem;
    color: #171717;
    margin: 2% 0 1%;
    font-weight: 500;
  }
  .ins-main .news-show .show-tit p {
    font-size: 1.4rem;
    color: #b3b3b3;
    text-transform: uppercase;
  }
  .ins-main .news-show .content {
    width: 100%;
    margin: 0 auto;
  }
  .ins-main .news-show .content img {
    max-width: 100%!important;
    margin: 3% 0;
  }
  .ins-main .news-show .content p {
    text-align: left;
    font-size: 1.4rem;
    color: #515151;
    line-height: 180%;
    margin-bottom: 2%;
  }
  .ins-main .news-show .link {
    width: 100%;
    margin: 5% auto 0;
  }
  .ins-main .news-show .link p a {
    font-size: 1.4rem;
    color: #a8a8a8;
  }
  .ins-main .news-show .link p a:hover {
    color: #d4b08c;
  }
}
.ins-main .ins-case {
  padding: 2% 0;
}
.ins-main .ins-case li {
  width: 31.833333%;
  margin-right: 2.25%;
  margin-bottom: 2.25%;
  float: left;
}
.ins-main .ins-case li:hover .img .masking {
  opacity: 1;
}
.ins-main .ins-case li .img {
  position: relative;
}
.ins-main .ins-case li .img img {
  width: 100%;
}
.ins-main .ins-case li .img .masking {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(238, 177, 94, 0.7);
  opacity: 0;
  transition: 0.3s;
}
.ins-main .ins-case li p {
  text-align: center;
  margin-top: 12px;
  font-size: 1.6rem;
  color: #393939;
}
.ins-main .ins-case li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-case {
    padding: 2% 0;
  }
  .ins-main .ins-case li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
  }
  .ins-main .ins-case li:hover .img .masking {
    opacity: 1;
  }
  .ins-main .ins-case li .img {
    position: relative;
  }
  .ins-main .ins-case li .img img {
    width: 100%;
  }
  .ins-main .ins-case li .img .masking {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(238, 177, 94, 0.7);
    opacity: 0;
    transition: 0.3s;
  }
  .ins-main .ins-case li p {
    text-align: center;
    margin-top: 12px;
    font-size: 1.6rem;
    color: #393939;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-case li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .ins-main .ins-case li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-download {
  padding: 2.5% 0;
}
.ins-main .ins-download li {
  position: relative;
  height: 90px;
  line-height: 90px;
  border-bottom: 1px solid #eee;
}
.ins-main .ins-download li:hover {
  background: #d4b18c;
}
.ins-main .ins-download li:hover p {
  color: #fff;
  background: url("../images/download-lit_11.png") no-repeat 13px center;
}
.ins-main .ins-download li:hover span {
  color: #fff;
  background: url("../images/download-lit_10.png") no-repeat left center;
}
.ins-main .ins-download li a {
  display: block;
}
.ins-main .ins-download li p {
  font-size: 1.6rem;
  color: #424242;
  padding-left: 40px;
  background: url("../images/download-lit_06.png") no-repeat 13px center;
}
.ins-main .ins-download li span {
  display: block;
  line-height: 40px;
  position: absolute;
  top: 26px;
  right: 13px;
  padding-left: 58px;
  background: url("../images/download-lit_03.png") no-repeat left center;
  font-size: 1.6rem;
  color: #424242;
}
@media (max-width: 768px) {
  .ins-main .ins-download {
    padding: 2.5% 0;
  }
  .ins-main .ins-download li {
    position: relative;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
  }
  .ins-main .ins-download li:hover {
    background: #d4b18c;
  }
  .ins-main .ins-download li:hover p {
    color: #fff;
    background: url("../images/download-lit_11.png") no-repeat 13px center;
  }
  .ins-main .ins-download li:hover span {
    color: #fff;
    background: none;
  }
  .ins-main .ins-download li a {
    display: block;
  }
  .ins-main .ins-download li p {
    font-size: 1.6rem;
    color: #424242;
    padding-left: 40px;
    background: url("../images/download-lit_06.png") no-repeat 13px center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
  }
  .ins-main .ins-download li span {
    display: block;
    line-height: 40px;
    position: absolute;
    top: 6px;
    right: 13px;
    padding-left: 8px;
    background: none;
    font-size: 1.6rem;
    color: #424242;
  }
}
.ins-main .ins-faq {
  padding: 1% 0 2.5%;
}
.ins-main .ins-faq li {
  padding: 2% 0;
  border-bottom: 1px solid #eee;
}
.ins-main .ins-faq li h6 {
  padding-left: 62px;
  background: url("../images/question-lit_03.jpg") no-repeat left center;
  font-size: 1.8rem;
  color: #272727;
  font-weight: 600;
  line-height: 40px;
}
.ins-main .ins-faq li p {
  font-size: 1.4rem;
  color: #5c5c5c;
  line-height: 180%;
  padding-left: 62px;
  background: url("../images/question-lit_06.jpg") no-repeat left top;
}
.ins-main .ins-product {
  padding: 2% 0;
}
.ins-main .ins-product .content li {
  width: 31.33333%;
  float: left;
  margin-right: 3%;
  text-align: center;
  margin-bottom: 3%;
}
@media (max-width: 768px) {
  .ins-main .ins-product .content li {
    width: 49%;
    margin-right: 2%;
  }
}
.ins-main .ins-product .content li:hover .img img {
  transform: scale(1.08);
}
.ins-main .ins-product .content li:hover .txt {
  background: #d4b18c;
}
.ins-main .ins-product .content li:hover .txt h6 {
  color: #fff;
}
.ins-main .ins-product .content li:hover .txt p {
  color: #fff;
}
.ins-main .ins-product .content li:hover .txt span {
  color: #d4b18c;
  background: #fff;
}
.ins-main .ins-product .content li .img {
  overflow: hidden;
}
.ins-main .ins-product .content li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-product .content li .txt {
  transition: 0.4s;
  background: #fff;
  padding: 8%;
}
.ins-main .ins-product .content li .txt h6 {
  font-size: 1.6rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}
.ins-main .ins-product .content li .txt p {
  font-size: 1.4rem;
  color: #a2a2a2;
  line-height: 160%;
  margin: 5% 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
}
@media (max-width: 768px) {
  .ins-main .ins-product .content li .txt p {
    display: none;
  }
}
.ins-main .ins-product .content li .txt span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #212121;
  font-size: 1.4rem;
  color: #fff;
}
@media (max-width: 768px) {
  .ins-main .ins-product .content li .txt span {
    width: 100px;
    margin-top: 10px;
  }
}
.ins-main .ins-product .content li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-product .content li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .ins-main .ins-product .content li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .product-show {
  padding: 3% 0;
}
.ins-main .product-show .top-show {
  background: #fff;
}
.ins-main .product-show .top-show .left {
  width: 47%;
  float: left;
}
.ins-main .product-show .top-show .left .view .swiper-container {
  height: 100%;
  padding: 1px;
}
.ins-main .product-show .top-show .left .view .swiper-container .swiper-slide {
  width: 100%;
}
.ins-main .product-show .top-show .left .view .swiper-container .swiper-slide img {
  width: 100%;
  border: 1px solid #f0f0f0;
  background: #f3f3f3;
}
.ins-main .product-show .top-show .left .preview {
  width: 100%;
  padding: 2% 0;
  position: relative;
  background: #fafafa;
  border-top: none;
}
.ins-main .product-show .top-show .left .preview .swiper-container {
  width: 100%;
  margin: 0 auto;
}
.ins-main .product-show .top-show .left .preview .swiper-slide {
  float: left;
  width: auto;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.ins-main .product-show .top-show .left .preview .swiper-slide img {
  width: 100%;
  cursor: pointer;
  border: 1px solid #efefef;
  background: #f3f3f3;
}
.ins-main .product-show .top-show .left .preview .active-nav img {
  border: 1px solid #d4b08c;
}
.ins-main .product-show .top-show .right {
  width: 49%;
  float: right;
}
.ins-main .product-show .top-show .right .txt h5 {
  font-size: 2.5rem;
  color: #d4b08c;
  margin: 3% 0;
}
.ins-main .product-show .top-show .right .txt .txt {
  margin: 6% 0;
}
.ins-main .product-show .top-show .right .txt p {
  margin: 4px 0;
  line-height: 150%;
  font-size: 1.6rem;
  color: #787878;
}
.ins-main .product-show .top-show .right .txt .link {
  margin-top: 40px;
}
.ins-main .product-show .top-show .right .txt .link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 20px;
}
.ins-main .product-show .content-box {
  margin: 4% 0;
  padding: 3% 0;
  border-top: 1px solid #eee;
}
.ins-main .product-show .content-box .box-tit {
  margin-bottom: 3%;
  border-bottom: 1px solid #eee;
  background: #fff;
}
.ins-main .product-show .content-box .box-tit h5 {
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #d4b08c;
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 0;
}
.ins-main .product-show .recomend {
  background: #fff;
}
.ins-main .product-show .recomend .recomend-tit {
  border-bottom: 1px solid #eee;
}
.ins-main .product-show .recomend .recomend-tit h5 {
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #d4b08c;
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 0;
}
.ins-main .product-show .recomend .recomend-content {
  padding: 2%;
}
.ins-main .product-show .recomend .swiper-container-recomend {
  overflow: hidden;
  position: relative;
}
.ins-main .product-show .recomend .swiper-slide:hover p {
  color: #d4b08c;
}
.ins-main .product-show .recomend .swiper-slide .img {
  border: 1px solid #f5f5f5;
  position: relative;
}
.ins-main .product-show .recomend .swiper-slide .img img {
  width: 100%;
}
.ins-main .product-show .recomend .swiper-slide .img .masking {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.ins-main .product-show .recomend .swiper-slide p {
  font-size: 1.4rem;
  color: #585858;
  text-align: center;
  margin: 10px 3%;
}
@media (max-width: 768px) {
  .ins-main .product-show {
    padding: 3% 0;
  }
  .ins-main .product-show .top-show {
    background: #fff;
    margin: 2% 0;
  }
  .ins-main .product-show .top-show .left {
    width: 100%;
    float: left;
  }
  .ins-main .product-show .top-show .left .view .swiper-container {
    height: 100%;
  }
  .ins-main .product-show .top-show .left .view .swiper-container .swiper-slide {
    width: 100%;
  }
  .ins-main .product-show .top-show .left .view .swiper-container .swiper-slide img {
    width: 100%;
    border: 1px solid #f0f0f0;
    background: #f3f3f3;
  }
  .ins-main .product-show .top-show .left .preview {
    width: 100%;
    padding: 2% 0;
    position: relative;
    background: #fafafa;
    border-top: none;
  }
  .ins-main .product-show .top-show .left .preview .swiper-container {
    width: 100%;
    margin: 0 auto;
  }
  .ins-main .product-show .top-show .left .preview .swiper-slide {
    float: left;
    width: auto;
    box-sizing: border-box;
    border: 1px solid transparent;
  }
  .ins-main .product-show .top-show .left .preview .swiper-slide img {
    width: 100%;
    cursor: pointer;
    border: 1px solid #efefef;
    background: #f3f3f3;
  }
  .ins-main .product-show .top-show .left .preview .active-nav img {
    border: 1px solid #d4b08c;
  }
  .ins-main .product-show .top-show .right {
    width: 100%;
    float: right;
  }
  .ins-main .product-show .top-show .right .txt h5 {
    font-size: 2.4rem;
    color: #d4b08c;
    margin: 5% 0;
  }
  .ins-main .product-show .top-show .right .txt h5 span {
    display: block;
    float: none;
    margin-top: 10px;
  }
  .ins-main .product-show .top-show .right .txt p {
    margin: 4px 0;
    line-height: 180%;
    font-size: 1.4rem;
    color: #969696;
  }
  .ins-main .product-show .top-show .right .txt .link {
    margin-top: 40px;
  }
  .ins-main .product-show .top-show .right .txt .link a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 20px;
  }
  .ins-main .product-show .top-show .right .txt .link a img {
    width: 120px;
  }
  .ins-main .product-show .content-box {
    margin: 4% 0;
    padding: 3% 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .ins-main .product-show .content-box .box-tit {
    margin-bottom: 3%;
  }
  .ins-main .product-show .content-box .box-tit h5 {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #d4b08c;
    color: #fff;
    font-size: 1.8rem;
  }
  .ins-main .product-show .recomend {
    background: #fff;
  }
  .ins-main .product-show .recomend .recomend-tit h5 {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #d4b08c;
    color: #fff;
    font-size: 1.8rem;
  }
  .ins-main .product-show .recomend .swiper-container-recomend {
    overflow: hidden;
    position: relative;
    padding: 3% 0 0;
  }
}
.page-num {
  clear: both;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  padding: 3% 0 3%;
}
.page-num span {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin: 0 2px;
  background-color: #d4b18c;
  color: #fff;
  font-size: 14px;
}
.page-num a {
  display: inline-block;
  padding: 0 12px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin: 0 2px;
  background-color: #f1f1f1;
  color: #333;
  font-size: 14px;
}
.page-num a:hover {
  color: #fff;
  border-color: #d4b18c;
  background-color: #d4b18c;
}
@media (max-width: 768px) {
  .page-num {
    clear: both;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    padding: 4% 0 4%;
  }
  .page-num span {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin: 0 2px;
    background-color: #d4b18c;
    color: #fff;
    font-size: 14px;
    margin-bottom: 1%;
  }
  .page-num a {
    display: inline-block;
    padding: 0 12px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin: 0 2px;
    background-color: #f1f1f1;
    color: #333;
    font-size: 14px;
    margin-bottom: 1%;
  }
  .page-num a:hover {
    color: #fff;
    border-color: #d4b18c;
    background-color: #d4b18c;
  }
}
.ins-service .img img {
  width: 100%;
  margin-bottom: 3%;
}
.nav-shadow {
  box-shadow: 0 0 15px #cdcbcb;
}
