body {
  font-family: "Microsoft Yahei", 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 {
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 4px;
  background: url("../images/header-top_02.jpg") repeat-x center top;
  z-index: 99;
}
.header .nav-con {
  height: 80px;
  position: relative;
  background: url("../images/nav-bg_02.jpg") no-repeat center;
}
.header .nav-con .logo {
  float: left;
  margin-left: 3.125%;
}
.header .nav-con .logo img {
  margin-top: 7px;
  float: left;
}
.header .nav-con .logo p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 600;
  margin: 0;
  float: left;
  margin: 25px 0 0 30px;
}
@media (max-width: 1260px) {
  .header .nav-con .logo .masked {
	display: none;
  }
}
.header .nav-con #nav {
  float: right;
  margin-right: 7%;
  margin-bottom: 0;
}
.header .nav-con #nav .sub-nav {
  float: left;
  text-align: center;
  position: relative;
  margin: 0 1px;
  text-transform: uppercase;
}
.header .nav-con #nav .sub-nav:hover a {
  background: #d16527;
}
.header .nav-con #nav .sub-nav a {
  color: #fff;
  font-size: 1.6rem;
  display: block;
  height: 30px;
  line-height: 30px;
  margin-top: 26px;
  border-radius: 30px;
  padding: 0 2.2rem;
  transition: 0.3s;
}
.header .nav-con #nav .sub-nav .drop-down {
  z-index: 999;
  position: absolute;
  top: 56px;
  left: -5%;
  display: none;
}
.header .nav-con #nav .sub-nav .drop-down {
  width: 110%;
  text-align: center;
  background: #f2f2f2;
}
.header .nav-con #nav .sub-nav .drop-down li {
  border-bottom: 1px solid #f6f6f6;
}
.header .nav-con #nav .sub-nav .drop-down li a {
  font-size: 1.4rem;
  display: block;
  color: #333!important;
  background: none!important;
  margin: 0;
  padding: 0;
  border-radius: 0;
  line-height: 40px;
  height: 40px;
}
.header .nav-con #nav .sub-nav .drop-down li a:hover {
  background: #ea7235!important;
  color: #fff!important;
}
.header .nav-con #nav .sub-nav:last-child {
  padding-right: 0;
}
.header .nav-con #nav .active a {
  background: #d16527;
}
.header .search-con .toggle-btn {
  position: absolute;
  top: 30px;
  right: 4.125%;
  width: 28px;
  height: 21px;
  cursor: pointer;
  background: url("../images/search-btn_03.png") no-repeat center;
}
.header .search-con .search {
  display: none;
  position: absolute;
  right: 5.125%;
  top: 79px;
  width: 260px;
  height: 60px;
  border-top: 4px solid #e8672c;
  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: #e8672c;
  position: absolute;
  top: 10px;
  right: 8px;
  text-align: center;
  line-height: 39px;
  border-radius: 2px;
  color: #fff;
}
.header .language {
  position: absolute;
  right: 3.125%;
  top: 31px;
}
.header .language a {
  font-size: 14px;
  color: #fff;
}
@media (max-width: 1400px) {
  .header .nav-con .logo p {
	font-size: 1.8rem;
  }
  .header .nav-con #nav {
	float: right;
	margin-right: 7%;
	margin-bottom: 0;
  }
  .header .nav-con #nav .sub-nav a {
	padding: 0 1.5rem;
  }
}
@media (max-width: 992px) {
  .header .nav-con .logo {
	float: left;
	margin-left: 3.125%;
  }
  .header .nav-con .logo img {
	margin-top: 7px;
	float: left;
  }
  .header .nav-con .logo p {
	display: none;
  }
  .header .nav-con #nav .sub-nav a {
	padding: 0 1.5rem;
  }
}
.header .mobile-con .navbar-default {
  background: #f28c42;
}
.header .mobile-con .navbar-header .navbar-brand {
  float: none;
  line-height: 0;
  padding: 0;
}
.header .mobile-con .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.header .mobile-con .navbar-default .navbar-nav > li > a {
  color: #fff;
}
.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 .language2 {
  display: inline-block;
  position: relative;
  margin: 17px 12px 0 0;
  float: right;
  color: #fff;
}
.header .mobile-con .language2 a {
  font-size: 14px;
  padding: 0px 6px;
  color: #fff;
}
.header .mobile-con .language2 a:hover {
  color: #ccc;
}
.header .mobile-con .language2 .active {
  color: #ccc;
}
/*mobile-header*/
@media (max-width: 768px) {
  .pc-con {
	display: none!important;
  }
  .mobile-con {
	display: block!important;
  }
}
/*main*/
.main {
  clear: both;
  margin-top: 84px;
}
@media (max-width: 768px) {
  .main {
	margin-top: 52px;
  }
}
.main .main-top {
  padding: 12px 12px 0px 12px;
}
.main .main-top .product {
  width: 49.7%;
  float: left;
}
.main .main-top .product .lf {
  width: 33.85%;
  float: left;
  overflow: hidden;
}
.main .main-top .product .lf .img-box {
  position: relative;
  overflow: hidden;
}
.main .main-top .product .lf .img-box:hover img {
  transform: scale(1.1);
}
.main .main-top .product .lf .img-box:hover .light {
  left: 200%;
  transition: 1.4s;
}
.main .main-top .product .lf .light {
  z-index: 10;
  cursor: pointer;
  position: absolute;
  left: -350px;
  top: 0;
  width: 157px;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-45deg);
  -o-transform: skewx(-45deg);
  -moz-transform: skewx(-45deg);
  -webkit-transform: skewx(-45deg);
}
.main .main-top .product .lf img {
  width: 100%;
  transition: 0.5s;
}
.main .main-top .product .rt {
  width: 65%;
  float: right;
}
.main .main-top .product .rt li {
  width: 49.23%;
  float: left;
  margin-bottom: 2%;
  overflow: hidden;
}
.main .main-top .product .rt li .img-box {
  position: relative;
  overflow: hidden;
}
.main .main-top .product .rt li .img-box:hover img {
  transform: scale(1.1);
}
.main .main-top .product .rt li .img-box:hover .light {
  left: 200%;
  transition: 1.6s;
}
.main .main-top .product .rt li .light {
  z-index: 10;
  cursor: pointer;
  position: absolute;
  left: -350px;
  top: 0;
  width: 157px;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-45deg);
  -o-transform: skewx(-45deg);
  -moz-transform: skewx(-45deg);
  -webkit-transform: skewx(-45deg);
}
.main .main-top .product .rt li img {
  width: 100%;
  transition: 0.5s;
}
.main .main-top .product .rt li:nth-child(odd) {
  float: left;
}
.main .main-top .product .rt li:nth-child(even) {
  float: right;
}
.main .main-top .center-rt {
  width: 49.7%;
  float: right;
}
.main .main-top .center-rt .img-box {
  position: relative;
  cursor: pointer;
}
.main .main-top .center-rt .img-box .video-btn {
  position: absolute;
  left: 3%;
  bottom: 4%;
  z-index: 2;
}
.main .main-top .center-rt .img-box .video-btn img {
  border-radius: 57px;
}
.main .main-top .center-rt .swiper-container-img {
  overflow: hidden;
  position: relative;
  background: url("../images/banner-bg.jpg") no-repeat center;
}
.main .main-top .center-rt .top-banner {
  width: 100%;
  position: relative;
}
.main .main-top .center-rt .swiper-slide {
  opacity: 0;
  transition: 4s;
  overflow: hidden;
}
.main .main-top .center-rt .swiper-slide img {
  width: 100%;
  opacity: 0;
  transition: 4s;
  transition-delay: s;
}
.main .main-top .center-rt .swiper-slide-active {
  opacity: 1;
}
.main .main-top .center-rt .swiper-slide-active img {
  opacity: 1;
  transition: 4s;
  transition-delay: 3s;
}
.main .main-top .center-rt .swiper-slide-duplicate-active {
  opacity: 1;
}
.main .main-top .center-rt .swiper-slide-duplicate-active img {
  opacity: 1;
  transition: 4s;
  transition-delay: 3s;
}
.main .main-top .center-rt .swiper-slide-prev {
  opacity: 0;
}
.main .main-top .center-rt .swiper-slide-prev img {
  opacity: 0;
  transition: 3s;
  transition-delay: 0s;
}
.main .main-top .center-rt .swiper-slide-next {
  opacity: 0;
}
.main .main-top .center-rt .swiper-slide-next img {
  opacity: 0;
  transition: 3s;
  transition-delay: 0s;
}
.main .main-top .center-rt .clear {
  opacity: 0;
}
@media (max-width: 1100px) {
  .main .main-top {
	padding: 12px 8.203125% 0px;
  }
  .main .main-top .product {
	width: 100%;
	float: left;
  }
  .main .main-top .product .lf {
	width: 33.85%;
  }
  .main .main-top .product .rt {
	width: 65%;
	float: right;
  }
  .main .main-top .center-rt {
	width: 100%;
	float: right;
  }
  .main .main-top .center-rt .img-box {
	position: relative;
	cursor: pointer;
  }
  .main .main-top .center-rt .img-box .video-btn {
	position: absolute;
	left: 3%;
	bottom: 4%;
	z-index: 2;
  }
  .main .main-top .center-rt .swiper-container-img {
	overflow: hidden;
	position: relative;
  }
  .main .main-top .center-rt .top-banner {
	width: 100%;
	position: relative;
  }
  .main .main-top .center-rt .swiper-slide {
	overflow: hidden;
  }
  .main .main-top .center-rt .swiper-slide img {
	width: 100%;
	transition: 3s linear;
	transform: scale(1);
  }
  .main .main-top .center-rt .swiper-slide-active img {
	transform: scale(1);
  }
}
@media (max-width: 768px) {
  .main .main-top {
	padding: 12px 15px 0px 15px;
  }
  .main .main-top .product {
	width: 100%;
	float: left;
  }
  .main .main-top .product .lf {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-bottom: 2%;
  }
  .main .main-top .product .rt {
	width: 100%;
	float: right;
  }
  .main .main-top .product .rt li {
	width: 100%;
	float: left;
	margin-bottom: 2%;
  }
  .main .main-top .center-rt {
	width: 100%;
	float: right;
  }
  .main .main-top .center-rt .img-box {
	position: relative;
	cursor: pointer;
  }
  .main .main-top .center-rt .img-box .video-btn {
	position: absolute;
	left: 3%;
	bottom: 4%;
	z-index: 2;
	width: 25px;
  }
  .main .main-top .center-rt .img-box .video-btn img {
	width: 100%;
  }
  .main .main-top .center-rt .swiper-container-img {
	overflow: hidden;
	position: relative;
  }
  .main .main-top .center-rt .top-banner {
	width: 100%;
	position: relative;
  }
  .main .main-top .center-rt .swiper-slide {
	overflow: hidden;
  }
  .main .main-top .center-rt .swiper-slide img {
	width: 100%;
	transition: 3s linear;
	transform: scale(1.08);
  }
  .main .main-top .center-rt .swiper-slide-active img {
	transform: scale(1);
  }
}
.main .main-center {
  padding: 0 12px;
}
.main .main-center .center-lf {
  width: 49.7%;
  float: left;
}
.main .main-center .center-lf .img-box {
  overflow: hidden;
  position: relative;
  transition: 0.4s;
}
.main .main-center .center-lf .img-box:hover {
  transform: scale(1.03);
}
.main .main-center .center-lf .img-box img {
  width: 100%;
}
.main .main-center .center-lf .img-box .txt p {
  font-size: 1.3rem;
  color: #333;
}
.main .main-center .center-lf .img-box .txt p:nth-child(1) {
  position: absolute;
  top: 24.5%;
  left: 20.4%;
}
.main .main-center .center-lf .img-box .txt p:nth-child(2) {
  position: absolute;
  top: 35.5%;
  right: 20%;
}
.main .main-center .center-lf .img-box .txt p:nth-child(3) {
  position: absolute;
  top: 47.5%;
  left: 20%;
}
.main .main-center .center-lf .img-box .txt p:nth-child(4) {
  position: absolute;
  top: 59%;
  right: 20%;
}
@media (max-width: 1500px) {
  .main .main-center .center-lf .img-box .txt p {
	font-size: 1.2rem;
	color: #333;
  }
  .main .main-center .center-lf .img-box .txt p:nth-child(1) {
	position: absolute;
	top: 24%;
	left: 20.4%;
  }
  .main .main-center .center-lf .img-box .txt p:nth-child(2) {
	position: absolute;
	top: 35%;
	right: 20%;
  }
  .main .main-center .center-lf .img-box .txt p:nth-child(3) {
	position: absolute;
	top: 47%;
	left: 20%;
  }
  .main .main-center .center-lf .img-box .txt p:nth-child(4) {
	position: absolute;
	top: 58.5%;
	right: 20%;
  }
}
.main .main-center .choose2 {
  width: 49.7%;
  float: right;
  background: #f7f7f7;
  position: relative;
  overflow: hidden;
}
.main .main-center .choose2:hover .battery-box .tit {
  transform: scale(1.03);
}
.main .main-center .choose2:hover .battery-box .content {
  transform: scale(1.03);
}
.main .main-center .choose2 .bg {
  overflow: hidden;
}
.main .main-center .choose2 .bg img {
  width: 100%;
}
.main .main-center .choose2 .battery-box {
  width: 90%;
  height: 100%;
  position: absolute;
  transform: translate(-50%, 0%);
  left: 50%;
  top: 10%;
}
@media (max-width: 1700px) {
  .main .main-center .choose2 .battery-box {
	top: 5%;
  }
}
@media (max-width: 1500px) {
  .main .main-center .choose2 .battery-box {
	top: 3%;
  }
}
.main .main-center .choose2 .tit {
  text-align: center;
  color: #fff;
  margin-bottom: 6%;
  color: #e96d30;
  transition: 0.4s;
  margin-top: -1%;
}
.main .main-center .choose2 .tit h4 {
  font-size: 2.8rem;
  font-weight: 600;
}
.main .main-center .choose2 .tit p {
  font-size: 1.8rem;
  margin-top: -1%;
}
@media (max-width: 1450px) {
  .main .main-center .choose2 .tit {
	margin-top: 0%;
  }
  .main .main-center .choose2 .tit h4 {
	font-size: 2.8rem;
	font-weight: 600;
	margin-bottom: 0;
  }
}
.main .main-center .choose2 .content {
  transition: 0.4s;
}
.main .main-center .choose2 .content ul {
  margin-bottom: 0;
}
.main .main-center .choose2 .content li {
  margin-bottom: 9.4%;
}
.main .main-center .choose2 .content li:hover .img {
  transform: rotate(360deg);
}
.main .main-center .choose2 .content .list-lf {
  width: 32%;
  float: left;
}
.main .main-center .choose2 .content .list-lf .img {
  float: left;
  transition: 0.3s;
}
.main .main-center .choose2 .content .list-lf .txt {
  float: right;
}
.main .main-center .choose2 .content .list-rt {
  width: 32%;
  float: right;
  text-align: right;
}
.main .main-center .choose2 .content .list-rt .img {
  float: right;
  transition: 0.3s;
}
.main .main-center .choose2 .content .list-rt .txt {
  float: left;
}
.main .main-center .choose2 .content .list .img {
  width: 29.87%;
}
.main .main-center .choose2 .content .list .img img {
  width: 100%;
}
.main .main-center .choose2 .content .list .txt {
  color: #333;
  width: 64.5%;
}
.main .main-center .choose2 .content .list .txt h6 {
  font-size: 1.8rem;
  padding-top: 11.5%;
}
.main .main-center .choose2 .content .list .txt p {
  font-size: 1.2rem;
  line-height: 180%;
  display: none;
}
@media (max-width: 1500px) {
  .main .main-center .choose2 .content .list .txt {
	color: #333;
	width: 64.5%;
  }
  .main .main-center .choose2 .content .list .txt h6 {
	font-size: 1.6rem;
	padding-top: 7.5%;
  }
  .main .main-center .choose2 .content .list .txt p {
	font-size: 1.2rem;
	line-height: 180%;
	display: none;
  }
}
.main .main-center .choose2 .content .img-box {
  width: 31%;
  float: left;
  margin: -1.5% 0% 0 4%;
}
.main .main-center .choose2 .content .img-box img {
  width: 100%;
}
@media (max-width: 1440px) {
  .main .main-center .tit {
	text-align: center;
	color: #fff;
	margin-bottom: 6%;
	color: #e96d30;
	transition: 0.4s;
  }
  .main .main-center .tit h4 {
	font-size: 2.5rem;
	font-weight: 600;
	margin-top: 4%;
  }
  .main .main-center .tit p {
	font-size: 1.8rem;
	margin-top: -3%;
  }
}
@media (max-width: 1100px) {
  .main .main-center .choose2 {
	width: 100%;
	float: right;
	background: #f7f7f7;
	position: relative;
	overflow: hidden;
  }
  .main .main-center .choose2 .bg img {
	width: 100%;
  }
  .main .main-center .choose2 .battery-box {
	width: 90%;
	height: 100%;
	position: absolute;
	transform: translate(-50%, 0%);
	left: 50%;
	top: 10%;
  }
  .main .main-center .choose2 .tit {
	margin-bottom: 8%;
  }
  .main .main-center .choose2 .tit h4 {
	font-size: 2.8rem;
	font-weight: 600;
  }
  .main .main-center .choose2 .tit p {
	font-size: 1.6rem;
  }
  .main .main-center .choose2 .content li {
	margin-bottom: 15%;
  }
}
@media (max-width: 768px) {
  .main .main-center .choose2 {
	width: 100%;
	float: right;
	background: #f7f7f7;
	position: relative;
	overflow: hidden;
  }
  .main .main-center .choose2 .bg img {
	width: 100%;
	display: none;
  }
  .main .main-center .choose2 .battery-box {
	background: #f7f7f7;
	width: 90%;
	height: 100%;
	position: relative;
	transform: translate(-50%, 0%);
	left: 50%;
	top: 10%;
  }
  .main .main-center .choose2 .tit {
	text-align: center;
	color: #fff;
	margin-bottom: 6%;
	color: #e96d30;
  }
  .main .main-center .choose2 .tit h4 {
	font-size: 2.8rem;
	font-weight: 600;
	padding: 5% 0 0 0;
	line-height: 160%;
  }
  .main .main-center .choose2 .tit p {
	font-size: 1.6rem;
  }
  .main .main-center .choose2 .content ul {
	margin-bottom: 0;
  }
  .main .main-center .choose2 .content li {
	margin-bottom: 9.4%;
  }
  .main .main-center .choose2 .content li:hover .img {
	transform: rotate(360deg);
  }
  .main .main-center .choose2 .content .list-lf {
	width: 50%;
	float: left;
  }
  .main .main-center .choose2 .content .list-lf .img {
	float: left;
	transition: 0.3s;
  }
  .main .main-center .choose2 .content .list-lf .txt {
	float: right;
  }
  .main .main-center .choose2 .content .list-rt {
	width: 50%;
	float: right;
	text-align: left;
  }
  .main .main-center .choose2 .content .list-rt .img {
	float: left;
	transition: 0.3s;
  }
  .main .main-center .choose2 .content .list-rt .txt {
	float: right;
  }
  .main .main-center .choose2 .content .list .img {
	width: 35%;
  }
  .main .main-center .choose2 .content .list .img img {
	width: 100%;
  }
  .main .main-center .choose2 .content .list .txt {
	color: #333;
	width: 56.5%;
  }
  .main .main-center .choose2 .content .list .txt h6 {
	font-size: 1.9rem;
	margin: 10px 0;
	padding-top: 9.5%;
  }
  .main .main-center .choose2 .content .list .txt p {
	font-size: 1.2rem;
	line-height: 180%;
  }
  .main .main-center .choose2 .content .img-box {
	width: 80%;
	float: none;
	margin: 0 auto;
  }
  .main .main-center .choose2 .content .img-box img {
	width: 100%;
  }
}
@media (max-width: 1100px) {
  .main .main-center {
	padding: 0 8.203125%;
	margin-bottom: 15px;
  }
  .main .main-center .center-lf {
	width: 100%;
	float: left;
  }
}
@media (max-width: 768px) {
  .main .main-center {
	padding: 0 15px;
  }
  .main .main-center .center-lf {
	width: 100%;
	float: left;
	margin: 15px 0;
  }
  .main .main-center .center-lf .img-box {
	overflow: hidden;
  }
  .main .main-center .center-lf .img-box:hover img {
	transform: scale(1.03);
  }
  .main .main-center .center-lf .img-box img {
	width: 100%;
	transition: 0.4s;
  }
}
.main .news-contact {
  padding: 3% 8.203125% 2.5%;
  background: #f3f3f3;
}
.main .news-contact .contact {
  height: 406px;
  background: #fff;
  width: 23%;
  float: left;
}
.main .news-contact .contact .logo-box {
  height: 148px;
  border-bottom: 1px solid #e6e6e6;
}
.main .news-contact .contact .logo-box img {
  padding: 32px 24px 0 24px;
  max-width: 100%;
}
.main .news-contact .contact .link {
  margin: 40px 0 15px 24px;
}
.main .news-contact .contact .link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 5px;
}
.main .news-contact .contact li {
  line-height: 200%;
  font-size: 1.4rem;
  color: #000;
  margin: 0 10px 0 24px;
}
.main .news-contact .news {
  width: 75.34%;
  float: right;
}
.main .news-contact .news .list-box {
  background: #fff;
  height: 406px;
  box-sizing: border-box;
  border-right: 1px solid #e7e7e7;
  width: 50%;
  float: left;
}
.main .news-contact .news .list-box:nth-child(2) {
  border: none;
}
.main .news-contact .news h6 {
  height: 63px;
  line-height: 63px;
  border-bottom: 1px solid #e7e7e7;
  padding: 0 28px;
  font-size: 1.8rem;
  color: #000;
}
.main .news-contact .news h6 a {
  float: right;
  font-size: 1.4rem;
  color: #000;
}
.main .news-contact .news h6 a:hover {
  color: #ed7937;
}
.main .news-contact .news ul {
  margin: 5% 32px;
}
.main .news-contact .news li {
  line-height: 270%;
  padding-left: 20px;
  transition: 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url("../images/news-lit_03.jpg") no-repeat left center;
}
.main .news-contact .news li:hover {
  background: url("../images/news-lit_06.jpg") no-repeat left center;
  transform: translate(10px, 0);
}
.main .news-contact .news li:hover a {
  color: #ed7937;
}
.main .news-contact .news li a {
  font-size: 1.4rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .news-contact .mall {
  text-align: center;
  margin-top: 3%;
}
.main .news-contact .mall a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 3%;
}
@media (max-width: 1200px) {
  .main .news-contact .contact .logo-box {
	height: 118px;
  }
}
@media (max-width: 992px) {
  .main .news-contact {
	padding: 3% 8.203125%;
	background: #f3f3f3;
  }
  .main .news-contact .contact {
	height: 406px;
	background: #fff;
	width: 23%;
	float: left;
  }
  .main .news-contact .contact .logo-box {
	height: 75px;
	border-bottom: 1px solid #e6e6e6;
  }
  .main .news-contact .contact .logo-box img {
	padding: 15px 24px 0 24px;
	max-width: 100%;
  }
  .main .news-contact .contact .link {
	margin: 20px 0 15px 14px;
  }
  .main .news-contact .contact .link a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 3px;
  }
  .main .news-contact .contact li {
	line-height: 200%;
	font-size: 1.4rem;
	color: #000;
	margin: 0 10px 0 14px;
  }
}
@media (max-width: 768px) {
  .main .news-contact {
	padding: 3% 5%;
	background: #f3f3f3;
  }
  .main .news-contact .contact {
	height: auto;
	background: #fff;
	width: 100%;
	float: left;
	margin-bottom: 10px;
  }
  .main .news-contact .contact .logo-box {
	height: auto;
	border-bottom: 1px solid #e6e6e6;
  }
  .main .news-contact .contact .logo-box img {
	padding: 15px 24px 15px 24px;
	max-width: 100%;
  }
  .main .news-contact .contact .link {
	margin: 20px 0 15px 14px;
  }
  .main .news-contact .contact .link a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 5px;
  }
  .main .news-contact .contact li {
	line-height: 200%;
	font-size: 1.6rem;
	color: #000;
	margin: 0 10px 0 14px;
  }
  .main .news-contact .news {
	width: 100%;
	float: right;
	height: auto;
  }
  .main .news-contact .news .list-box {
	box-sizing: border-box;
	border-right: none;
	width: 100%;
	float: left;
	height: auto;
	margin-bottom: 10px;
  }
  .main .news-contact .news .list-box:nth-child(2) {
	border: none;
  }
  .main .news-contact .news h6 {
	height: 43px;
	line-height: 43px;
	border-bottom: 1px solid #e7e7e7;
	padding: 0 18px;
	font-size: 1.8rem;
	color: #000;
  }
  .main .news-contact .news h6 a {
	float: right;
	font-size: 1.4rem;
	color: #000;
  }
  .main .news-contact .news h6 a:hover {
	color: #ed7937;
  }
  .main .news-contact .news ul {
	margin: 5% 18px;
  }
  .main .news-contact .news li {
	line-height: 270%;
	padding-left: 20px;
	transition: 0.2s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url("../images/news-lit_03.jpg") no-repeat left center;
  }
  .main .news-contact .news li:hover {
	background: url("../images/news-lit_06.jpg") no-repeat left center;
	transform: translate(10px, 0);
  }
  .main .news-contact .news li:hover a {
	color: #ed7937;
  }
  .main .news-contact .news li a {
	font-size: 1.4rem;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  }
  .main .news-contact .mall {
	text-align: center;
	margin: 4% 0;
  }
  .main .news-contact .mall a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 1%;
	width: 45%;
  }
  .main .news-contact .mall a img {
	max-width: 100%;
  }
}
.main .brand {
  margin: 2.5% 0;
}
.main .brand .swiper-container-brand {
  overflow: hidden;
  padding: 1%;
}
.main .brand .swiper-slide {
  text-align: center;
  transition: 0.4s;
}
.main .brand .swiper-slide:hover {
  box-shadow: 0 0 10px #c3c3c3;
}
.main .brand .swiper-slide img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .main .brand {
	margin: 3.5% 0 0;
  }
}
.footer {
  background: url("../images/footer-bg_02.jpg") no-repeat center;
  background-size: cover;
}
.footer .footer-content {
  height: 349px;
  padding-top: 1.5%;
}
.footer .footer-content .contact {
  width: 25.64%;
  float: left;
}
.footer .footer-content .contact p {
  font-size: 1.6rem;
  color: #fff;
}
.footer .footer-content .contact h4 {
  font-size: 3.6rem;
  color: #fff;
  margin-top: 15px;
}
.footer .footer-content .contact a {
  display: block;
  width: 148px;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  color: #e7652b;
  background: #fff;
  font-size: 1.6rem;
  text-align: center;
  margin: 24px 0 30px;
}
.footer .footer-content .list {
  padding: 0 4%;
  background: url("../images/line_03.jpg") no-repeat right 58px;
  float: left;
}
.footer .footer-content .list h5 {
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 25px;
  margin-top: 0;
  font-weight: 600;
  letter-spacing: 2px;
}
.footer .footer-content .list li {
  margin: 20px 0;
  line-height: 180%;
}
.footer .footer-content .list li h6 {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 4px;
}
.footer .footer-content .list li p {
  font-size: 1.3rem;
  color: #fff;
}
.footer .footer-content .list2 {
  background: none;
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .footer .footer-content {
	height: 326px;
	padding-top: 2%;
  }
  .footer .footer-content .contact {
	width: 24.64%;
  }
  .footer .footer-content .contact a {
	margin: 20px 0 30px;
  }
  .footer .footer-content .list {
	padding: 0 2%;
	float: left;
  }
  .footer .footer-content .list h5 {
	font-size: 2.4rem;
	margin-bottom: 25px;
	margin-top: 0;
  }
  .footer .footer-content .list li {
	margin: 20px 0;
	line-height: 180%;
  }
  .footer .footer-content .list li h6 {
	font-size: 1.5rem;
	margin-bottom: 5px;
  }
  .footer .footer-content .list li p {
	font-size: 1.3rem;
  }
}
@media (max-width: 992px) {
  .footer .footer-content {
	height: 400px;
	padding-top: 3%;
  }
  .footer .footer-content .contact {
	width: 25.64%;
	float: left;
  }
  .footer .footer-content .contact p {
	font-size: 1.6rem;
	color: #fff;
  }
  .footer .footer-content .contact h4 {
	font-size: 3.6rem;
	color: #fff;
	margin-top: 15px;
  }
  .footer .footer-content .contact a {
	display: block;
	width: 148px;
	height: 36px;
	line-height: 36px;
	border-radius: 36px;
	background: #e7652b;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	margin: 30px 0 40px;
  }
  .footer .footer-content .list {
	width: 37%;
	padding: 0 2%;
	float: left;
  }
  .footer .footer-content .list h5 {
	font-size: 2.4rem;
	margin-bottom: 25px;
	margin-top: 0;
	line-height: 160%;
  }
  .footer .footer-content .list li {
	margin: 20px 0;
	line-height: 150%;
  }
  .footer .footer-content .list li h6 {
	font-size: 1.5rem;
	margin-bottom: 5px;
  }
  .footer .footer-content .list li p {
	font-size: 1.3rem;
  }
  .footer .footer-content .list2 {
	background: none;
	margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .footer {
	padding: 0;
  }
  .footer .footer-content {
	height: auto;
	padding: 3% 0;
  }
  .footer .footer-content .contact {
	width: 100%;
	float: left;
	padding: 0 15px;
	text-align: center;
  }
  .footer .footer-content .contact p {
	font-size: 1.6rem;
	color: #fff;
  }
  .footer .footer-content .contact h4 {
	font-size: 3.6rem;
	color: #fff;
	margin-top: 15px;
  }
  .footer .footer-content .contact a {
	display: block;
	width: 148px;
	height: 36px;
	line-height: 36px;
	border-radius: 36px;
	background: #e7652b;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	margin: 15px auto 15px;
  }
  .footer .footer-content .list {
	width: 100%;
	margin-top: 15px;
	padding: 0 4%;
	background: none;
	float: left;
  }
  .footer .footer-content .list h5 {
	font-size: 2.4rem;
	margin-bottom: 25px;
	margin-top: 0;
  }
  .footer .footer-content .list li {
	margin: 20px 0;
	line-height: 180%;
  }
  .footer .footer-content .list li h6 {
	font-size: 1.6rem;
	margin-bottom: 5px;
  }
  .footer .footer-content .list li p {
	font-size: 1.4rem;
  }
  .footer .footer-content .list2 {
	background: none;
	margin-top: -20px;
  }
}
.footer .footer-bot {
  line-height: 40px;
  clear: both;
  background: #f2f2f2;
}
.footer .footer-bot p {
  margin: 0;
  font-size: 1.4rem;
  color: #666;
}
.footer .footer-bot p a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 3%;
  color: #666;
}
.footer .footer-bot p a:hover {
  color: #e7652b;
}
@media (max-width: 992px) {
  .footer .footer-bot {
	line-height: 46px;
  }
}
@media (max-width: 768px) {
  .footer .footer-bot {
	line-height: 28px;
	clear: both;
	background: #f2f2f2;
  }
  .footer .footer-bot p {
	margin: 0;
	font-size: 1.4rem;
	color: #666;
	text-align: center;
  }
  .footer .footer-bot p a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 3%;
	color: #666;
  }
  .footer .footer-bot p a:hover {
	color: #e7652b;
  }
}
.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*/
.ins-main {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .ins-main {
	margin-top: 51px;
  }
}
.ins-main .ins-ad {
  height: 350px;
}
@media (max-width: 768px) {
  .ins-main .ins-ad {
	height: auto;
  }
  .ins-main .ins-ad img {
	width: 100%;
  }
}
.ins-main .about-ad {
  background: url("../images/about-ad_02.jpg") no-repeat center;
}
.ins-main .contact-ad {
  background: url("../images/contact-ad_02.jpg") no-repeat center;
}
.ins-main .recruit-ad {
  background: url("../images/recruit-ad_02.jpg") no-repeat center;
}
.ins-main .pro-ad {
  //margin-top: -298px;
  background: url("../images/pro-ad_02.jpg") no-repeat center;
}
@media (max-width: 768px) {
  .ins-main .pro-ad {
	margin-top: 0;
	background: url("../images/pro-ad_02.jpg") no-repeat center;
  }
}
.ins-main .news-ad {
  background: url("../images/news-ad_02.jpg") no-repeat center;
}
.ins-main .ins-nav {
  height: 48px;
  line-height: 48px;
  background: rgba(0, 0, 0, 0.6);
  margin-top: -48px;
}
.ins-main .ins-nav .container {
  position: relative;
}
.ins-main .ins-nav img {
  position: absolute;
  left: 15px;
  bottom: 0;
}
.ins-main .ins-nav p {
  margin: 0;
  padding-left: 65px;
  font-size: 1.4rem;
  color: #fff;
  float: left;
}
.ins-main .ins-nav p a {
  color: #fff;
}
.ins-main .ins-nav p a:hover {
  color: #ffb502;
}
.ins-main .ins-nav p .active {
  color: #ffb502;
}
.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;
  float: left;
  position: relative;
}
.ins-main .ins-nav .rt-link li a {
  color: #fff;
  padding: 0 1.5rem;
  transition: 0.3s;
  display: block;
}
.ins-main .ins-nav .rt-link li a:hover {
  background-color: #ffb502;
}
.ins-main .ins-nav .rt-link li:last-child {
  padding-right: 0;
}
.ins-main .ins-nav .rt-link .active a {
  background-color: #ffb502;
}
@media (max-width: 768px) {
  .ins-main .ins-nav {
	height: auto;
	line-height: 48px;
	background: #fff;
	margin-top: 0;
  }
  .ins-main .ins-nav .container {
	position: relative;
  }
  .ins-main .ins-nav img {
	position: absolute;
	left: 15px;
	top: -14px;
  }
  .ins-main .ins-nav p {
	margin: 0;
	padding-left: 55px;
	font-size: 1.4rem;
	color: #333;
	float: left;
  }
  .ins-main .ins-nav p a {
	color: #333;
  }
  .ins-main .ins-nav p a:hover {
	color: #ffb502;
  }
  .ins-main .ins-nav p .active {
	color: #ffb502;
  }
  .ins-main .ins-nav .rt-link {
	float: right;
	margin: 10px 0;
	width: 100%;
	text-align: center;
  }
  .ins-main .ins-nav .rt-link ul {
	margin: 0;
	line-height: 30px;
  }
  .ins-main .ins-nav .rt-link li {
	font-size: 1.4rem;
	float: none;
	position: relative;
	display: inline-block;
	height: 30px;
	line-height: 30px;
  }
  .ins-main .ins-nav .rt-link li a {
	color: #333;
	padding: 0 1.5rem;
	transition: 0.3s;
	display: block;
  }
  .ins-main .ins-nav .rt-link li a:hover {
	background-color: #ffb502;
	color: #fff;
  }
  .ins-main .ins-nav .rt-link li:last-child {
	padding-right: 0;
  }
  .ins-main .ins-nav .rt-link .active a {
	background-color: #ffb502;
	color: #fff;
  }
}
.ins-main .ins-about .about-top {
  padding: 3% 15px;
}
.ins-main .ins-about .about-top p {
  font-size: 1.6rem;
  color: #333;
  line-height: 200%;
  text-indent: 2.8rem;
  margin-bottom: 15px;
}
.ins-main .ins-about .about-top .img {
  text-align: center;
}
.ins-main .ins-about .about-top .img img {
  max-width: 100%;
}
.ins-main .ins-about .huanjing {
  padding: 2.5% 0;
  background: url("../images/huanjing-bg_02.jpg") no-repeat center;
  background-size: cover;
}
.ins-main .ins-about .huanjing h5 {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 2.5%;
  text-align: center;
}
.ins-main .ins-about .huanjing .huanjing-con {
  position: relative;
}
.ins-main .ins-about .huanjing .swiper-container-huanjing {
  overflow: hidden;
}
.ins-main .ins-about .huanjing .swiper-slide {
  position: relative;
  padding: 3px;
  background: #fff;
}
.ins-main .ins-about .huanjing .swiper-slide:hover p {
  bottom: 3px;
}
.ins-main .ins-about .huanjing .swiper-slide img {
  width: 100%;
  cursor: pointer;
}
.ins-main .ins-about .huanjing .swiper-slide p {
  height: 50px;
  line-height: 50px;
  width: 100%;
  margin: 0 3px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  font-size: 1.6rem;
  color: #fff;
  position: absolute;
  bottom: -60px;
  left: 0;
  transition: 0.2s;
}
.ins-main .ins-about .huanjing .swiper-button-next-huanjing {
  height: 44px;
  width: 44px;
  cursor: pointer;
  position: absolute;
  right: -50px;
  top: 50%;
  margin-top: -22px;
  background: url("../images/huanjing-next_03.png") no-repeat center;
}
.ins-main .ins-about .huanjing .swiper-button-next-huanjing:hover {
  background: url("../images/huanjing-next2_03.png") no-repeat center;
}
.ins-main .ins-about .huanjing .swiper-button-prev-huanjing {
  height: 44px;
  width: 44px;
  cursor: pointer;
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: -22px;
  background: url("../images/huanjing-prev_03.png") no-repeat center;
}
.ins-main .ins-about .huanjing .swiper-button-prev-huanjing:hover {
  background: url("../images/huanjing-prev2_03.png") no-repeat center;
}
.ins-main .ins-about .honor {
  margin: 3% auto;
}
.ins-main .ins-about .honor .honor-tit h5 {
  font-size: 3rem;
  color: #333;
  padding-bottom: 2%;
  border-bottom: 1px solid #dadada;
}
.ins-main .ins-about .honor .honor-tit h5 span {
  font-size: 1.6rem;
  color: #999;
  text-transform: uppercase;
}
.ins-main .ins-about .honor .honor-con {
  position: relative;
  border: 1px solid #dcdcdc;
  padding: 4% 0;
  margin-top: 5%;
}
.ins-main .ins-about .honor .swiper-container-honor {
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}
.ins-main .ins-about .honor .swiper-slide {
  position: relative;
}
.ins-main .ins-about .honor .swiper-slide .img-box img {
  width: 100%;
}
.ins-main .ins-about .honor .swiper-slide .img {
  position: absolute;
  width: 89.686%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.ins-main .ins-about .honor .swiper-slide .img img {
  width: 100%;
  cursor: pointer;
}
.ins-main .ins-about .honor .swiper-button-next-honor {
  height: 44px;
  width: 44px;
  cursor: pointer;
  position: absolute;
  right: -22px;
  top: 50%;
  margin-top: -22px;
  background: url("../images/honor-next_03.jpg") no-repeat center;
}
.ins-main .ins-about .honor .swiper-button-next-honor:hover {
  background: url("../images/honor-next2_03.jpg") no-repeat center;
}
.ins-main .ins-about .honor .swiper-button-prev-honor {
  height: 44px;
  width: 44px;
  cursor: pointer;
  position: absolute;
  left: -22px;
  top: 50%;
  margin-top: -22px;
  background: url("../images/honor-prev_03.jpg") no-repeat center;
}
.ins-main .ins-about .honor .swiper-button-prev-honor:hover {
  background: url("../images/honor-prev2_03.jpg") no-repeat center;
}
@media (max-width: 768px) {
  .ins-main .ins-about .about-top {
	padding: 3% 15px;
  }
  .ins-main .ins-about .about-top p {
	font-size: 1.6rem;
	color: #333;
	line-height: 200%;
	text-indent: 2.8rem;
	margin-bottom: 15px;
  }
  .ins-main .ins-about .about-top .img {
	text-align: center;
  }
  .ins-main .ins-about .about-top .img img {
	max-width: 100%;
	height: auto!important;
	}
  .ins-main .ins-about .huanjing {
	padding: 5% 0;
	background: url("../images/huanjing-bg_02.jpg") no-repeat center;
	background-size: cover;
  }
  .ins-main .ins-about .huanjing h5 {
	font-size: 3rem;
	color: #fff;
	margin-bottom: 5%;
	text-align: center;
  }
  .ins-main .ins-about .huanjing .huanjing-con {
	position: relative;
  }
  .ins-main .ins-about .huanjing .swiper-container-huanjing {
	overflow: hidden;
  }
  .ins-main .ins-about .huanjing .swiper-slide {
	position: relative;
	padding: 3px;
	background: #fff;
  }
  .ins-main .ins-about .huanjing .swiper-slide:hover p {
	bottom: 3px;
  }
  .ins-main .ins-about .huanjing .swiper-slide img {
	width: 100%;
	cursor: pointer;
  }
  .ins-main .ins-about .huanjing .swiper-slide p {
	display: none;
  }
}
.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-contact {
  margin-top: 3%;
}
.ins-main .ins-contact .contact-top {
  padding-bottom: 3%;
  border-bottom: 1px solid #ebebeb;
}
.ins-main .ins-contact .contact-top .txt-box {
  width: 42%;
  float: left;
}
.ins-main .ins-contact .contact-top .txt-box h5 {
  font-size: 3rem;
  color: #000;
}
.ins-main .ins-contact .contact-top .txt-box li {
  font-size: 1.6rem;
  color: #333;
  line-height: 200%;
}
.ins-main .ins-contact .contact-top .txt-box li a {
  color: #333;
}
.ins-main .ins-contact .contact-top .txt-box li a:hover {
  color: #e7652b;
}
.ins-main .ins-contact .contact-top .tel {
  width: 26.5%;
  float: left;
  margin: 0 5% 0 7%;
}
.ins-main .ins-contact .contact-top .tel p {
  font-size: 1.6rem;
  color: #333;
}
.ins-main .ins-contact .contact-top .tel h4 {
  font-size: 4.8rem;
  color: #000;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 3%;
  margin-bottom: 15px;
}
.ins-main .ins-contact .contact-top .tel .link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 10px 0 0;
}
.ins-main .ins-contact .contact-top .code {
  float: right;
  width: 11.71%;
  text-align: center;
}
.ins-main .ins-contact .contact-top .code img {
  max-width: 100%;
}
.ins-main .ins-contact .contact-top .code p {
  font-size: 1.6rem;
  color: #333;
  margin-top: 15px;
}
.ins-main .ins-contact .form-box {
  margin: 3% 0;
}
.ins-main .ins-contact .form-box h5 {
  font-size: 3rem;
  color: #000;
  margin-bottom: 4%;
}
.ins-main .ins-contact .form-box ul:nth-child(1) {
  width: 30%;
  float: left;
  margin-right: 3%;
}
.ins-main .ins-contact .form-box ul:nth-child(1) input:focus {
  border: 1px solid #e7652b;
}
.ins-main .ins-contact .form-box ul:nth-child(1) .txt {
  height: 40px;
  line-height: 40px;
  border: 1px solid #dcdcdc;
  padding: 0 10px;
  margin-bottom: 20px;
  font-size: 1.4rem;
  color: #666;
  width: 100%;
}
.ins-main .ins-contact .form-box ul:nth-child(2) {
  width: 42%;
  float: left;
  margin-right: 3%;
}
.ins-main .ins-contact .form-box ul:nth-child(2) textarea:focus {
  border: 1px solid #e7652b;
}
.ins-main .ins-contact .form-box ul:nth-child(2) textarea {
  height: 164px;
  border: 1px solid #dcdcdc;
  padding: 10px;
  font-size: 1.4rem;
  color: #666;
  width: 100%;
}
.ins-main .ins-contact .form-box ul:nth-child(3) {
  width: 22%;
  float: left;
}
.ins-main .ins-contact .form-box ul:nth-child(3) input:focus {
  border: 1px solid #e7652b;
}
.ins-main .ins-contact .form-box ul:nth-child(3) .txt {
  height: 40px;
  line-height: 40px;
  border: 1px solid #dcdcdc;
  padding: 0 10px;
  margin-bottom: 20px;
  font-size: 1.4rem;
  color: #666;
  width: 100%;
}
.ins-main .ins-contact .form-box ul:nth-child(3) img {
  margin-bottom: 20px;
  border: 1px solid #dcdcdc;
}
.ins-main .ins-contact .form-box ul:nth-child(3) .submit {
  height: 40px;
  line-height: 40px;
  background: #f0863f;
  width: 100%;
  border: none;
  font-size: 1.8rem;
  color: #fff;
  cursor: pointer;
}
.ins-main .ins-contact .map {
  margin-bottom: 6%;
}
.ins-main .ins-contact .map .my-map {
  margin: 0 auto;
  width: 100%;
  height: 400px;
}
.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 {
	margin-top: 3%;
  }
  .ins-main .ins-contact .contact-top {
	padding-bottom: 3%;
	border-bottom: 1px solid #ebebeb;
  }
  .ins-main .ins-contact .contact-top .txt-box {
	width: 100%;
	float: left;
  }
  .ins-main .ins-contact .contact-top .txt-box h5 {
	font-size: 3rem;
	color: #000;
  }
  .ins-main .ins-contact .contact-top .txt-box li {
	font-size: 1.6rem;
	color: #333;
	line-height: 200%;
  }
  .ins-main .ins-contact .contact-top .txt-box li a {
	color: #333;
  }
  .ins-main .ins-contact .contact-top .txt-box li a:hover {
	color: #e7652b;
  }
  .ins-main .ins-contact .contact-top .tel {
	width: 100%;
	float: left;
	margin: 4% 0;
  }
  .ins-main .ins-contact .contact-top .tel p {
	font-size: 1.6rem;
	color: #333;
  }
  .ins-main .ins-contact .contact-top .tel h4 {
	font-size: 4.8rem;
	color: #000;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 3%;
	margin-bottom: 15px;
  }
  .ins-main .ins-contact .contact-top .tel .link a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 10px 0 0;
  }
  .ins-main .ins-contact .contact-top .code {
	float: left;
	width: 100%;
	text-align: left;
	margin: 4% 0;
  }
  .ins-main .ins-contact .contact-top .code img {
	max-width: 100%;
  }
  .ins-main .ins-contact .contact-top .code p {
	font-size: 1.6rem;
	color: #333;
	margin-top: 15px;
  }
  .ins-main .ins-contact .form-box {
	margin: 3% 0;
  }
  .ins-main .ins-contact .form-box h5 {
	font-size: 3rem;
	color: #000;
	margin-bottom: 4%;
  }
  .ins-main .ins-contact .form-box ul:nth-child(1) {
	width: 100%;
	float: left;
	margin-right: 3%;
  }
  .ins-main .ins-contact .form-box ul:nth-child(1) input:focus {
	border: 1px solid #e7652b;
  }
  .ins-main .ins-contact .form-box ul:nth-child(1) .txt {
	height: 40px;
	line-height: 40px;
	border: 1px solid #dcdcdc;
	padding: 0 10px;
	margin-bottom: 20px;
	font-size: 1.4rem;
	color: #666;
	width: 100%;
  }
  .ins-main .ins-contact .form-box ul:nth-child(2) {
	width: 100%;
	float: left;
	margin-right: 3%;
  }
  .ins-main .ins-contact .form-box ul:nth-child(2) textarea:focus {
	border: 1px solid #e7652b;
  }
  .ins-main .ins-contact .form-box ul:nth-child(2) textarea {
	height: 164px;
	border: 1px solid #dcdcdc;
	padding: 10px;
	font-size: 1.4rem;
	color: #666;
	width: 100%;
  }
  .ins-main .ins-contact .form-box ul:nth-child(3) {
	width: 100%;
	float: left;
  }
  .ins-main .ins-contact .form-box ul:nth-child(3) input:focus {
	border: 1px solid #e7652b;
  }
  .ins-main .ins-contact .form-box ul:nth-child(3) .txt {
	height: 40px;
	line-height: 40px;
	border: 1px solid #dcdcdc;
	padding: 0 10px;
	margin-bottom: 20px;
	font-size: 1.4rem;
	color: #666;
	width: 100%;
  }
  .ins-main .ins-contact .form-box ul:nth-child(3) img {
	margin-bottom: 20px;
	border: 1px solid #dcdcdc;
  }
  .ins-main .ins-contact .form-box ul:nth-child(3) .submit {
	height: 40px;
	line-height: 40px;
	background: #f0863f;
	width: 100%;
	border: none;
	font-size: 1.8rem;
	color: #fff;
	cursor: pointer;
  }
  .ins-main .ins-contact .map {
	margin-bottom: 6%;
  }
  .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-recruit .content {
  margin: 3% auto;
}
.ins-main .ins-recruit .content .list h5 {
  padding: 25px 0;
  border-bottom: 1px solid #e4e4e4;
  font-size: 2.4rem;
  color: #333;
  position: relative;
}
.ins-main .ins-recruit .content .list h5:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 32px;
  width: 13px;
  height: 8px;
  display: block;
  background: url("../images/recruit-angle_03.jpg") no-repeat center;
}
.ins-main .ins-recruit .content .list h5 a {
  display: block;
  float: right;
  width: 100px;
  height: 28px;
  line-height: 28px;
  border-radius: 5px;
  background: #373737;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  transition: 0.3s;
}
.ins-main .ins-recruit .content .list h5 a:hover {
  background: #e7652b;
  color: #fff;
}
.ins-main .ins-recruit .content .list .txt {
  padding-bottom: 3%;
  border-bottom: 1px solid #e4e4e4;
}
.ins-main .ins-recruit .content .list .txt h6 {
  font-size: 1.8rem;
  color: #000;
  padding-left: 16px;
  border-left: 4px solid #ffb502;
  margin-top: 35px;
}
.ins-main .ins-recruit .content .list .txt ul {
  margin: 25px 0 0;
}
.ins-main .ins-recruit .content .list .txt li {
  font-size: 1.6rem;
  color: #666;
  line-height: 200%;
}
@media (max-width: 768px) {
  .ins-main .ins-recruit h4 {
	font-size: 2rem;
	color: #333;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d9d9d9;
	margin-bottom: 3%;
  }
  .ins-main .ins-recruit .list .title {
	padding: 3% 0 0;
  }
  .ins-main .ins-recruit .list .title .number {
	display: none;
  }
  .ins-main .ins-recruit .list .title .txt {
	padding-left: 0px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	float: left;
  }
  .ins-main .ins-recruit .list .title .txt h6 {
	font-size: 1.6rem;
	color: #333;
	font-weight: 600;
	margin-top: 0;
  }
  .ins-main .ins-recruit .list .title .txt span {
	font-size: 14px;
	color: #666;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 40px;
  }
  .ins-main .ins-recruit .list .title .more {
	float: left;
	margin: 3% 0 2%;
  }
  .ins-main .ins-recruit .list .title .more a {
	display: block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
	border-radius: 6px;
	background: #0d6dca;
  }
  .ins-main .ins-recruit .list .content .txt {
	padding-bottom: 30px;
	border-bottom: 1px dashed #cac9c8;
  }
  .ins-main .ins-recruit .list .content .txt h6 {
	font-size: 1.6rem;
	color: #666;
	font-weight: 600;
	margin: 2% 0;
  }
  .ins-main .ins-recruit .list .content .txt p {
	font-size: 1.4rem;
	color: #666;
	line-height: 24px;
  }
}
.ins-main .ins-news {
  margin-top: 3%;
}
.ins-main .ins-news .content {
  width: 71%;
  float: left;
}
.ins-main .ins-news .content li {
  padding: 3% 0;
  border-bottom: 1px solid #eaeaea;
  transition: 0.2s;
}
.ins-main .ins-news .content li:hover {
  transform: translate(10px, 0);
}
.ins-main .ins-news .content li:hover span:nth-child(4) {
  background: #e6732f;
  border-color: #e6732f;
}
.ins-main .ins-news .content li h6 {
  font-size: 1.8rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-news .content li p {
  font-size: 1.3rem;
  color: #666;
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ins-main .ins-news .content li span {
  display: block;
  margin-right: 18px;
  border-radius: 4px;
  border: 1px solid #a0a0a0;
  float: left;
  width: 90px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 1.3rem;
  color: #666;
}
.ins-main .ins-news .content li span:nth-child(4) {
  font-size: 1.3rem;
  color: #fff;
  background: #a0a0a0;
}
.ins-main .ins-news .rt-box {
  width: 24.5%;
  float: right;
  border: 1px solid #dcdcdc;
}
.ins-main .ins-news .rt-box h5 {
  padding: 5% 4%;
  font-size: 2.4rem;
  color: #000;
  border-bottom: 1px solid #dcdcdc;
  margin: 0;
}
.ins-main .ins-news .rt-box .swiper-container-news {
  overflow: hidden;
  position: relative;
}
.ins-main .ins-news .rt-box .swiper-slide {
  padding: 5%;
}
.ins-main .ins-news .rt-box .swiper-slide .list {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 5%;
}
.ins-main .ins-news .rt-box .swiper-slide .list:hover {
  color: #e6732f;
}
.ins-main .ins-news .rt-box .swiper-slide .list img {
  width: 100%;
}
.ins-main .ins-news .rt-box .swiper-slide .list p {
  font-size: 1.4rem;
  color: #333;
  margin: 15px 0;
}
.ins-main .ins-news .rt-box .news-btn {
  padding-left: 5%;
  padding-bottom: 5%;
}
.ins-main .ins-news .rt-box .news-btn .pc-con {
  display: inline-block;
}
.ins-main .ins-news .rt-box .news-btn .swiper-button-next-news {
  height: 30px;
  width: 30px;
  cursor: pointer;
  background: url("../images/news-next_03.jpg") no-repeat center;
}
.ins-main .ins-news .rt-box .news-btn .swiper-button-next-news:hover {
  background: url("../images/news-next2_03.jpg") no-repeat center;
}
.ins-main .ins-news .rt-box .news-btn .swiper-button-prev-news {
  height: 30px;
  width: 30px;
  cursor: pointer;
  background: url("../images/news-prev_03.jpg") no-repeat center;
}
.ins-main .ins-news .rt-box .news-btn .swiper-button-prev-news:hover {
  background: url("../images/news-prev2_03.jpg") no-repeat center;
}
@media (max-width: 768px) {
  .ins-main .ins-news {
	margin-top: 3%;
  }
  .ins-main .ins-news .content {
	width: 100%;
	float: left;
  }
}
.ins-main .news-show {
  padding-bottom: 3%;
}
.ins-main .news-show .txt-box .tit {
  border-bottom: 1px dashed #cecece;
}
.ins-main .news-show .txt-box .tit h5 {
  font-size: 3rem;
  color: #000;
  margin: 0 0 2%;
  line-height: 150%;
}
.ins-main .news-show .txt-box .tit p {
  font-size: 1.4rem;
  color: #b3b3b3;
  text-transform: uppercase;
  margin: 5px 0 15px;
}
.ins-main .news-show .txt-box .txt .img {
  margin: 3% 0;
  text-align: center;
}
.ins-main .news-show .txt-box .txt .img img {
  max-width: 100%!important;
}
.ins-main .news-show .txt-box .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 180%;
  margin: 2% 0;
}
.ins-main .news-show .link {
  border-top: 1px dashed #d6d6d6;
  padding: 3% 0;
}
.ins-main .news-show .link li {
  line-height: 220%;
  font-size: 1.4rem;
  color: #000;
  padding: 0;
  border: none;
}
.ins-main .news-show .link li:hover {
  transform: translate(0, 0);
}
.ins-main .news-show .link li a {
  color: #666;
}
.ins-main .news-show .link li a:hover {
  color: #f28c43;
}
@media (max-width: 768px) {
  .ins-main .news-show {
	padding-bottom: 3%;
  }
  .ins-main .news-show .content .tit {
	text-align: center;
  }
  .ins-main .news-show .content .tit h6 {
	font-size: 3rem;
	color: #333;
	text-align: center;
	margin: 2% 0;
  }
  .ins-main .news-show .content .tit p {
	font-size: 1.4rem;
	color: #b3b3b3;
	text-transform: uppercase;
  }
  .ins-main .news-show .content .txt .img {
	margin: 3% 0;
	text-align: center;
  }
  .ins-main .news-show .content .txt .img img {
	max-width: 100%!important;
  }
  .ins-main .news-show .content .txt p {
	font-size: 1.4rem;
	color: #666;
	line-height: 180%;
	margin-bottom: 2%;
  }
  .ins-main .news-show .link {
	border-top: 1px dashed #d6d6d6;
	border-bottom: 1px dashed #d6d6d6;
	padding: 1px 0;
  }
  .ins-main .news-show .link .left {
	width: 100%;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #f6f6f6;
  }
  .ins-main .news-show .link .left p {
	font-size: 1.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
  }
  .ins-main .news-show .link .left p a {
	color: #0b59a8;
  }
  .ins-main .news-show .link .right {
	width: 100%;
	float: right;
	height: 40px;
	line-height: 40px;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #f6f6f6;
  }
  .ins-main .news-show .link .right p {
	font-size: 1.4rem;
	color: #666;
  }
  .ins-main .news-show .link .right p a {
	color: #0b59a8;
  }
  .ins-main .news-show .list-news {
	margin-top: 40px;
  }
  .ins-main .news-show .list-news h4 {
	font-size: 3rem;
	color: #0b59a8;
	font-weight: 600;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
  }
  .ins-main .news-show .list-news li {
	padding: 2.5% 0;
	border-bottom: 1px dashed #dbdbdb;
	transition: 0.2s;
  }
  .ins-main .news-show .list-news li:hover {
	transform: translate(18px, 0);
  }
  .ins-main .news-show .list-news li:hover .txt-box .txt p {
	color: #005faf;
  }
  .ins-main .news-show .list-news li .img {
	display: none;
  }
  .ins-main .news-show .list-news li .txt-box {
	width: 100%;
	float: right;
  }
  .ins-main .news-show .list-news li .txt-box .date {
	width: 100%;
	float: left;
	text-align: left;
  }
  .ins-main .news-show .list-news li .txt-box .date h5 {
	font-size: 4rem;
	color: #005faf;
  }
  .ins-main .news-show .list-news li .txt-box .date p {
	font-size: 1.8rem;
	color: #999;
  }
  .ins-main .news-show .list-news li .txt-box .txt {
	float: left;
	width: 100%;
  }
  .ins-main .news-show .list-news li .txt-box .txt h6 {
	font-size: 1.8rem;
	color: #333;
  }
  .ins-main .news-show .list-news li .txt-box .txt p {
	font-size: 1.4rem;
	color: #666;
  }
}
.ins-main .ins-product {
  background: #f2f2f2;
}
.ins-main .ins-product .content {
  padding-top: 2.5%;
}
.ins-main .ins-product .content li {
  width: 24%;
  margin-right: 1.3333333%;
  float: left;
  margin-bottom: 1.5%;
  text-align: center;
  background: #fff;
}
.ins-main .ins-product .content li:hover img {
  transform: scale(1.08);
}
.ins-main .ins-product .content li:hover .txt p {
  color: #e7652b;
}
.ins-main .ins-product .content li:hover .txt span {
  color: #e7652b;
}
.ins-main .ins-product .content li .img-box {
  overflow: hidden;
}
.ins-main .ins-product .content li img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-product .content li .txt {
  margin: 3% 0 5%;
}
.ins-main .ins-product .content li .txt p {
  font-size: 1.8rem;
  color: #000;
}
.ins-main .ins-product .content li .txt span {
  font-size: 1.4rem;
  color: #666;
}
.ins-main .ins-product .content li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-product {
	background: #f2f2f2;
  }
  .ins-main .ins-product .content {
	padding-top: 2.5%;
  }
  .ins-main .ins-product .content li {
	width: 49%;
	margin-right: 2%;
	float: left;
	margin-bottom: 1.5%;
	text-align: center;
	background: #fff;
  }
  .ins-main .ins-product .content li:hover img {
	transform: scale(1.08);
  }
  .ins-main .ins-product .content li:hover .txt p {
	color: #e7652b;
  }
  .ins-main .ins-product .content li:hover .txt span {
	color: #e7652b;
  }
  .ins-main .ins-product .content li .img-box {
	overflow: hidden;
  }
  .ins-main .ins-product .content li img {
	width: 100%;
	transition: 0.4s;
  }
  .ins-main .ins-product .content li .txt {
	margin: 3% 0 5%;
  }
  .ins-main .ins-product .content li .txt p {
	font-size: 1.8rem;
	color: #000;
  }
  .ins-main .ins-product .content li .txt span {
	font-size: 1.4rem;
	color: #666;
  }
  .ins-main .ins-product .content li:nth-child(4n+4) {
	margin-right: 0;
  }
  .ins-main .ins-product .content li:nth-child(2n+2) {
	margin-right: 0;
  }
}
.ins-main .product-show .pro-top {
  margin: 4% 0;
}
.ins-main .product-show .pro-top .txt-box {
  width: 58%;
  float: left;
}
.ins-main .product-show .pro-top .txt-box .tit h4 {
  font-size: 4.4rem;
  color: #e7672c;
  font-weight: 600;
}
.ins-main .product-show .pro-top .txt-box .tit h5 {
  font-size: 3rem;
  color: #000;
  margin: 4% 0;
}
.ins-main .product-show .pro-top .txt-box .tit b {
  display: block;
  height: 5px;
  width: 60px;
  background: #e7672c;
}
.ins-main .product-show .pro-top .txt-box .txt {
  margin-top: 3%;
}
.ins-main .product-show .pro-top .txt-box .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 180%;
}
.ins-main .product-show .pro-top .txt-box .txt img {
  max-width: 100%;
  margin-top: 2%;
}
.ins-main .product-show .pro-top .img-show {
  width: 38%;
  float: right;
}
.ins-main .product-show .pro-top .img-show .view .swiper-container {
  width: 100%;
  overflow: hidden;
}
.ins-main .product-show .pro-top .img-show .view .swiper-container .swiper-slide {
  width: 100%;
}
.ins-main .product-show .pro-top .img-show .view .swiper-container .swiper-slide img {
  width: 100%;
  border: 1px solid transparent;
}
.ins-main .product-show .pro-top .img-show .preview {
  width: 100%;
  position: relative;
  margin: 10px auto 0;
}
.ins-main .product-show .pro-top .img-show .preview .swiper-container {
  width: 88%;
  margin: 0 auto;
  overflow: hidden;
}
.ins-main .product-show .pro-top .img-show .preview .arrow-left {
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 80px;
  margin-top: -40px;
  background: url("../images/pro-prev_03.jpg") no-repeat center;
  z-index: 1;
}
.ins-main .product-show .pro-top .img-show .preview .arrow-right {
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
  height: 80px;
  margin-top: -40px;
  background: url("../images/pro-next_03.jpg") no-repeat center;
  z-index: 1;
}
.ins-main .product-show .pro-top .img-show .preview .swiper-slide {
  box-sizing: border-box;
  border: 1px solid transparent;
  /*height: auto!important;*/

}
.ins-main .product-show .pro-top .img-show .preview .swiper-slide img {
  width: 100%;
  cursor: pointer;
  border: 1px solid #e5e5e5;
}
.ins-main .product-show .pro-top .img-show .preview .active-nav img {
  border: 1px solid #e7652b;
}
.ins-main .product-show .pro-bot .slideTxtBox {
  margin: 0 auto;
}
.ins-main .product-show .pro-bot .slideTxtBox .hd {
  height: 80px;
  line-height: 80px;
  background: #f2f2f2;
  position: relative;
}
.ins-main .product-show .pro-bot .slideTxtBox .hd ul li {
  cursor: pointer;
  float: left;
  margin-right: 40px;
  font-size: 2rem;
  color: #000;
  position: relative;
  padding-left: 40px;
}
.ins-main .product-show .pro-bot .slideTxtBox .hd ul li:nth-child(1) {
  background: url("../images/detail-icon_03.jpg") no-repeat left center;
}
.ins-main .product-show .pro-bot .slideTxtBox .hd ul li:nth-child(2) {
  background: url("../images/detail-icon_05.jpg") no-repeat left center;
}
.ins-main .product-show .pro-bot .slideTxtBox .hd ul li:nth-child(3) {
  background: url("../images/detail-icon_09.jpg") no-repeat left center;
}
.ins-main .product-show .pro-bot .slideTxtBox .hd ul li:nth-child(4) {
  background: url("../images/detail-icon_07.jpg") no-repeat left center;
}
.ins-main .product-show .pro-bot .slideTxtBox .hd ul li:nth-child(1).on {
  background: url("../images/detail-icon2_03.jpg") no-repeat left center;
}
.ins-main .product-show .pro-bot .slideTxtBox .hd ul li:nth-child(2).on {
  background: url("../images/detail-icon2_05.jpg") no-repeat left center;
}
.ins-main .product-show .pro-bot .slideTxtBox .hd ul li:nth-child(3).on {
  background: url("../images/detail-icon2_09.jpg") no-repeat left center;
}
.ins-main .product-show .pro-bot .slideTxtBox .hd ul li:nth-child(4).on {
  background: url("../images/detail-icon2_07.jpg") no-repeat left center;
}
.ins-main .product-show .pro-bot .slideTxtBox .bd ul {
  zoom: 1;
}
.ins-main .product-show .pro-bot .slideTxtBox .bd li .list-box {
  margin: 4% 0;
}
.ins-main .product-show .pro-bot .slideTxtBox .bd li .list-box .list {
  width: 20%;
  float: left;
  text-align: left;
}
.ins-main .product-show .pro-bot .slideTxtBox .bd li .list-box .list img {
  max-width: 100%;
}
.ins-main .product-show .pro-bot .slideTxtBox .bd li .list-box .list p {
  font-size: 1.6rem;
  color: #000;
  margin: 15px 0 0 0;
}
.ins-main .product-show .pro-bot .slideTxtBox .bd li .txt-box {
  padding: 2% 0;
  border-bottom: 1px solid #dedede;
}
.ins-main .product-show .pro-bot .slideTxtBox .bd li .txt-box h5 {
  font-size: 3rem;
  color: #e7672c;
  font-weight: 600;
  margin-bottom: 2%;
}
.ins-main .product-show .pro-bot .slideTxtBox .bd li .txt-box h6 {
  font-size: 1.8rem;
  color: #000;
  font-weight: 600;
  margin: 1% 0;
}
.ins-main .product-show .pro-bot .slideTxtBox .bd li .txt-box p {
  font-size: 1.4rem;
  color: #333;
}
.ins-main .product-show .pro-bot .slideTxtBox .bd li .txt-box .img img {
  max-width: 100%;
}
.ins-main .product-show .pro-bot .slideTxtBox .bd li .txt-box:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .ins-main .product-show .pro-top {
	margin: 4% 0;
  }
  .ins-main .product-show .pro-top .txt-box {
	width: 100%;
	float: left;
  }
  .ins-main .product-show .pro-top .txt-box .tit h4 {
	font-size: 4rem;
	color: #e7672c;
	font-weight: 600;
  }
  .ins-main .product-show .pro-top .txt-box .tit h5 {
	font-size: 3rem;
	color: #000;
	margin: 4% 0;
  }
  .ins-main .product-show .pro-top .txt-box .tit b {
	display: block;
	height: 5px;
	width: 60px;
	background: #e7672c;
  }
  .ins-main .product-show .pro-top .txt-box .txt {
	margin-top: 3%;
  }
  .ins-main .product-show .pro-top .txt-box .txt p {
	font-size: 1.4rem;
	color: #666;
	line-height: 180%;
  }
  .ins-main .product-show .pro-top .txt-box .txt img {
	max-width: 100%;
	margin-top: 2%;
  }
  .ins-main .product-show .pro-top .img-show {
	width: 100%;
	float: right;
	margin-top: 15px;
  }
  .ins-main .product-show .pro-top .img-show .view .swiper-container {
	width: 100%;
	overflow: hidden;
  }
  .ins-main .product-show .pro-top .img-show .view .swiper-container .swiper-slide {
	width: 100%;
  }
  .ins-main .product-show .pro-top .img-show .view .swiper-container .swiper-slide img {
	width: 100%;
	border: 1px solid #e5e5e5;
  }
  .ins-main .product-show .pro-top .img-show .preview {
	width: 100%;
	position: relative;
	margin: 10px auto 0;
  }
  .ins-main .product-show .pro-top .img-show .preview .swiper-container {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
  }
  .ins-main .product-show .pro-top .img-show .preview .arrow-left {
	position: absolute;
	left: 0;
	top: 50%;
	width: 15px;
	height: 80px;
	margin-top: -40px;
	background: url("../images/pro-prev_03.jpg") no-repeat center;
	z-index: 1;
  }
  .ins-main .product-show .pro-top .img-show .preview .arrow-right {
	position: absolute;
	right: 0;
	top: 50%;
	width: 15px;
	height: 80px;
	margin-top: -40px;
	background: url("../images/pro-next_03.jpg") no-repeat center;
	z-index: 1;
  }
  .ins-main .product-show .pro-top .img-show .preview .swiper-slide {
	box-sizing: border-box;
	border: 1px solid transparent;
	/*height: auto!important;*/
  
  }
  .ins-main .product-show .pro-top .img-show .preview .swiper-slide img {
	width: 100%;
	cursor: pointer;
	border: 1px solid #e5e5e5;
  }
  .ins-main .product-show .pro-top .img-show .preview .active-nav img {
	border: 1px solid #e7652b;
  }
  .ins-main .product-show .pro-bot .slideTxtBox {
	margin: 0 auto;
  }
  .ins-main .product-show .pro-bot .slideTxtBox .hd {
	height: auto;
	line-height: 60px;
	background: #f2f2f2;
	position: relative;
  }
  .ins-main .product-show .pro-bot .slideTxtBox .hd ul li {
	cursor: pointer;
	float: left;
	margin-right: 0;
	font-size: 2rem;
	color: #000;
	position: relative;
	padding-left: 40px;
	width: 50%;
	box-sizing: border-box;
	}
  .ins-main .product-show .pro-bot .slideTxtBox .hd ul li:nth-child(1) {
	background: url("../images/detail-icon_03.jpg") no-repeat left center;
  }
  .ins-main .product-show .pro-bot .slideTxtBox .hd ul li:nth-child(2) {
	background: url("../images/detail-icon_05.jpg") no-repeat left center;
  }
  .ins-main .product-show .pro-bot .slideTxtBox .hd ul li:nth-child(3) {
	background: url("../images/detail-icon_07.jpg") no-repeat left center;
  }
  .ins-main .product-show .pro-bot .slideTxtBox .hd ul li:nth-child(1).on {
	background: url("../images/detail-icon2_03.jpg") no-repeat left center;
  }
  .ins-main .product-show .pro-bot .slideTxtBox .hd ul li:nth-child(2).on {
	background: url("../images/detail-icon2_05.jpg") no-repeat left center;
  }
  .ins-main .product-show .pro-bot .slideTxtBox .hd ul li:nth-child(3).on {
	background: url("../images/detail-icon2_07.jpg") no-repeat left center;
  }
  .ins-main .product-show .pro-bot .slideTxtBox .bd ul {
	zoom: 1;
  }
  .ins-main .product-show .pro-bot .slideTxtBox .bd li .list-box {
	margin: 4% 0;
  }
  .ins-main .product-show .pro-bot .slideTxtBox .bd li .list-box .list {
	width: 33.3333333%;
	float: left;
	text-align: center;
	margin-bottom: 2%;
  }
  .ins-main .product-show .pro-bot .slideTxtBox .bd li .list-box .list img {
	max-width: 100%;
	padding: 0 5%;
  }
  .ins-main .product-show .pro-bot .slideTxtBox .bd li .list-box .list p {
	font-size: 1.6rem;
	color: #000;
	margin: 15px 0 0 0;
  }
  .ins-main .product-show .pro-bot .slideTxtBox .bd li .list-box .list:nth-child(4) {
	width: 50%;
  }
  .ins-main .product-show .pro-bot .slideTxtBox .bd li .list-box .list:nth-child(5) {
	width: 50%;
  }
  .ins-main .product-show .pro-bot .slideTxtBox .bd li .txt-box {
	padding: 2% 0;
	border-bottom: 1px solid #dedede;
  }
  .ins-main .product-show .pro-bot .slideTxtBox .bd li .txt-box h5 {
	font-size: 3rem;
	color: #e7672c;
	font-weight: 600;
	margin-bottom: 2%;
  }
  .ins-main .product-show .pro-bot .slideTxtBox .bd li .txt-box h6 {
	font-size: 1.8rem;
	color: #000;
	font-weight: 600;
	margin: 1% 0;
  }
  .ins-main .product-show .pro-bot .slideTxtBox .bd li .txt-box p {
	font-size: 1.4rem;
	color: #333;
  }
  .ins-main .product-show .pro-bot .slideTxtBox .bd li .txt-box .img img {
	max-width: 100%;
  }
  .ins-main .product-show .pro-bot .slideTxtBox .bd li .txt-box:last-child {
	border-bottom: none;
  }
}
.page-num {
  clear: both;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  padding: 5% 0 2%;
}
.page-num span {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  text-align: center;
  line-height: 32px;
  margin: 0 2px;
  background-color: #e7652b;
  color: #fff;
  font-size: 14px;
}
.page-num a {
  display: inline-block;
  padding: 0 12px;
  height: 32px;
  border-radius: 3px;
  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: #e7652b;
  background-color: #e7652b;
}
@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 2px;
	background-color: #e7652b;
	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 2px;
	background-color: #f1f1f1;
	color: #333;
	font-size: 14px;
	margin-bottom: 1%;
  }
  .page-num a:hover {
	color: #fff;
	border-color: #e7652b;
	background-color: #e7652b;
  }
}
.page-num2 {
  clear: both;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  padding: 4% 0 2%;
}
.page-num2 span {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  text-align: center;
  line-height: 32px;
  margin: 0 2px;
  background-color: #e7652b;
  color: #fff;
  font-size: 14px;
}
.page-num2 a {
  display: inline-block;
  padding: 0 12px;
  height: 32px;
  border-radius: 3px;
  text-align: center;
  line-height: 32px;
  margin: 0 2px;
  background-color: #fff;
  color: #333;
  font-size: 14px;
}
.page-num2 a:hover {
  color: #fff;
  border-color: #e7652b;
  background-color: #e7652b;
}
@media (max-width: 768px) {
  .page-num2 {
	clear: both;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	padding: 4% 0 4%;
  }
  .page-num2 span {
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 3px;
	text-align: center;
	line-height: 32px;
	margin: 0 2px;
	background-color: #e7652b;
	color: #fff;
	font-size: 14px;
	margin-bottom: 1%;
  }
  .page-num2 a {
	display: inline-block;
	padding: 0 12px;
	height: 32px;
	border-radius: 3px;
	text-align: center;
	line-height: 32px;
	margin: 0 2px;
	background-color: #fff;
	color: #333;
	font-size: 14px;
	margin-bottom: 1%;
  }
  .page-num2 a:hover {
	color: #fff;
	border-color: #e7652b;
	background-color: #e7652b;
  }
}
.ins-service .img img {
  width: 100%;
  margin-bottom: 3%;
}
.nav-shadow {
  box-shadow: 0 0 15px #cdcbcb;
}
