body {
  padding-top: 0.9rem;
}
.box {
  padding: 0 5%;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.9rem;
  background: #fff;
  z-index: 11;
  -webkit-box-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, 0.15);
}
.logo {
  float: left;
  margin-left: 3%;
  height: 0.9rem;
}
.logo img {
  display: block;
  height: 0.45rem;
  margin-top: 0.23rem;
}
.nav {
  float: right;
  background: #fff;
}
.nav ul {
  text-align: center;
  height: 0.9rem;
}
.nav ul li {
  float: left;
  margin-right: 0.4rem;
}
.nav ul li > a {
  display: block;
  position: relative;
  padding: 0;
  font-size: 0.16rem;
  line-height: 0.9rem;
  color: #333;
}
.nav ul li:hover > a {
  color: #e8462f;
}
.nav ul li:hover .nav-level {
  display: block;
}
.nav ul li.active > a {
  color: #e8462f;
}
.fixed {
  position: fixed;
}
.body-hide {
  overflow: hidden;
}
.menu-btn {
  display: none;
}
.nav-level {
  display: none;
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 100%;
  padding: 0.3rem 5%;
  border-top: 1px solid #dcdcdc;
  background: #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-level dl {
  float: left;
  width: 25%;
  padding: 0 0.3rem;
  height: 2.2rem;
  border-left: 1px #b3b3b3 dashed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-level dl:first-child {
  padding-left: 0;
  border-left: none;
}
.nav-level dl:last-child {
  padding-right: 0;
}
.nav-level dl dt {
  margin-bottom: 0.05rem;
  font-size: 0.16rem;
  color: #333;
  text-align: left;
}
.nav-level dl dd {
  float: left;
  width: 33.3%;
  font-size: 0.14rem;
  text-align: left;
}
.nav-level dl dd a {
  display: inline-block;
  max-width: 100%;
  color: #808080;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.nav-level dl dd a:hover {
  color: #e8462f;
}
.mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 12;
}
.menu-nav-box {
  display: none;
}
.header-rg {
  float: right;
}
.header-code {
  position: relative;
  float: left;
  width: 0.36rem;
  height: 0.36rem;
  margin-right: 0.2rem;
  margin-top: 0.26rem;
}
.header-code i {
  display: block;
  text-align: center;
  font-size: 0.2rem;
  color: #999;
  line-height: 0.36rem;
  border: 1px solid #999;
  border-radius: 0.02rem;
}
.header-code:hover i {
  color: #e8462f;
  border: 1px solid #e8462f;
}
.header-code:hover .header-code-box {
  height: 1.38rem;
  opacity: 1;
}
.header-code-box {
  position: absolute;
  left: 50%;
  width: 1.3rem;
  height: 0;
  margin-left: -0.65rem;
  background: url("../image/code-bg.png") no-repeat center;
  background-size: 100% 100%;
  opacity: 0;
  overflow: hidden;
}
.header-code-box img {
  display: block;
  width: 1.15rem;
  height: 1.15rem;
  margin: 0.15rem auto 0;
}
.language-switch {
  float: left;
  height: 0.36rem;
  padding: 0 0.15rem;
  margin-top: 0.25rem;
  margin-right: 0.2rem;
  line-height: 0.36rem;
  font-size: 0.14rem;
  border: 1px solid #999;
  border-radius: 0.02rem;
}
.language-switch a {
  display: block;
  color: #999;
}
.language-switch:hover {
  color: #e8462f;
  border: 1px solid #e8462f;
}
.language-switch:hover a {
  color: #e8462f;
}
.header-tel {
  float: left;
  padding: 0 0.4rem;
  height: 0.9rem;
  font-size: 0.16rem;
  color: #fff;
  background: #e8462f;
}
.header-tel i {
  float: left;
  width: 0.4rem;
  text-align: left;
  margin-right: 0.1rem;
  margin-top: 0.25rem;
  line-height: 0.4rem;
  font-size: 0.2rem;
  border-right: 1px solid #fff;
}
.header-tel p {
  float: left;
  padding-top: 0.2rem;
  font-size: 0.2rem;
}
.header-tel p span {
  display: block;
  font-size: 0.14rem;
}
.banner {
  position: relative;
}
.banner-img {
  display: block !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.banner-slider .owl-theme .owl-controls {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
/*.banner-slider .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 0.6rem;
  width: auto;
  height: 1rem;
  background: #fff;
}*/
.banner-slider .slick-dots {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 0 0.6rem;
  height: 1rem;
}
.banner-slider .slick-dots li button {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  height: 30px;
  padding: 0 5px;
  line-height: 30px;
  color: #333;
}
.banner-slider .slick-dots li button {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  height: 10px;
  width: 10px;
  background: #fff;
  border-radius: 50%;
  padding: 0 5px;
  line-height: 30px;
  color: transparent;
}
.banner-slider .slick-dots li button:before {
  display: none;
}
.banner-slider .slick-dots li {
  position: relative;
  width: auto;
  height: 30px;
  margin: 0.35rem 0.1rem 0;
  line-height: 30px;
}
.banner-slider .slick-dots li:after {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 1px;
  background: #999;
  content: '';
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.banner-slider .slick-dots li.slick-active:after {
  width: 100px;
}
/*.banner-slider .slick-dots li.slick-active button {
  font-size: 18px;
  color: #e8462f;
}*/
.banner-slider .slick-dots li.slick-active button {
  width: 20px;
  height: 20px;
  color: #e8462f;
}
.banner-slider .slick-dots li:last-child:before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 1px;
  background: #999;
  content: '';
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.banner-slider .slick-dots li:last-child:after {
  display: none;
}
.banner-slider .slick-dots li:last-child.slick-active:before {
  width: 100px;
}
.banner-slider .slick-arrow {
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 1;
}
.banner-slider .slick-arrow i{
  font-size: .4rem;
  color: #666;
}
.banner-slider .slick-arrow:hover i{
  color: #ff0000;
}
.banner-slider .slick-prev:before,
.banner-slider .slick-next:before {
  opacity: 0;
}
.banner-slider .slick-prev {
}
.banner-slider .slick-next {
  left: auto;
  right: 0;
}
.banner-new {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 1rem;
  padding: 0.35rem 3% 0;
  background: rgba(0, 0, 0, 0.41);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner-new p {
  float: left;
  font-size: 0.18rem;
  color: #fff;
}
.new-slider {
  width: 100%;
}
.new-slider a {
  display: inline-block;
  max-width: 100%;
  font-size: 0.16rem;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.new-slider a:hover {
  color: #e8462f;
}
.index-intro {
  padding: 0.8rem 0;
  overflow: hidden;
}
.title {
  overflow: hidden;
}
.title p {
  display: inline-block;
  padding: 0 0.1rem 0 0;
  font-size: 0.4rem;
  color: #333;
  background: url("../image/circle.png") no-repeat right top;
  background-size: 0.25rem;
}
.index-intro-lf {
  float: left;
  width: 50%;
}
.index-intro-rg {
  float: right;
  width: 50%;
}
.index-intro-img {
  display: block;
  width: 100%;
  margin-bottom: 0.2rem;
}
.index-intro-img img {
  display: block;
  width: 100%;
}
.index-intro-text {
  font-size: 0.16rem;
  color: #333;
  line-height: 1.8;
}
.view-more {
  display: inline-block;
  margin-top: 0.4rem;
}
.view-more em {
  display: block;
  width: 1.04rem;
  height: 0.36rem;
  background: url("../image/more.png") no-repeat center;
  background-size: 100% 100%;
}
.view-more:hover em {
  opacity: 0.7;
}
.index-intro-bedeck {
  margin-top: 0.3rem;
  font-size: 0.3rem;
}
.index-intro-bedeck span {
  display: block;
  padding: 0.3rem 0;
  color: #999;
}
.index-intro-bedeck p {
  color: #333;
  line-height: 1.8;
}
.index-intro-bofang {
  display: inline-block;
  margin-top: 0.4rem;
}
.index-intro-bofang i {
  font-size: 0.6rem;
  color: #0d0189;
}
.index-module img {
  display: block;
  width: 100%;
}
.index-featured {
  padding: 0.85rem 0 1.55rem;
  overflow: hidden;
}
.featured-slider {
  position: relative;
}
.featured-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  top: auto;
  width: 0.6rem;
  height: 1rem;
  z-index: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.featured-slider .slick-arrow:hover {
  opacity: 0.5;
}
.featured-slider .slick-prev:before,
.featured-slider .slick-next:before {
  opacity: 0;
}
.featured-slider .slick-prev {
  bottom: 0;
  left: auto;
  right: 50%;
  margin-right: 0.6rem;
  background: url("../image/left2.png") no-repeat center;
  background-size: 0.3rem;
}
.featured-slider .slick-next {
  bottom: 0;
  left: auto;
  right: 50%;
  background: url("../image/right2.png") no-repeat center;
  background-size: 0.3rem;
}
.featured-slider .slick-dots {
  position: absolute;
  left: 5%;
  bottom: 0.25rem;
  width: auto;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.16rem;
}
.featured-slider .slick-dots li {
  display: none;
}
.featured-slider .slick-dots .slick-active {
  display: block;
}
.featured-slider .slick-dots span {
  color: #e8462f;
  font-size: 0.24rem;
}
.featured-box {
  position: relative;
  overflow: hidden;
}
.featured-list li {
  display: none;
  position: relative;
}
.featured-lf {
  width: 50%;
  height: 5rem;
  padding-bottom: 2rem;
}
.featured-lf span {
  display: block;
  padding: 0.6rem 0;
  font-size: 0.3rem;
  color: #999;
}
.featured-lf h3 {
  margin-bottom: 0.25rem;
  font-size: 0.3rem;
  color: #e8462f;
  font-weight: normal;
}
.featured-lf p {
  font-size: 0.16rem;
  color: #333;
  line-height: 1.8;
  white-space: pre-line;
}
.featured-rg {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.featured-list-nav {
  position: absolute;
  bottom: 1rem;
  left: 5%;
  width: 45%;
  z-index: 1;
}
.featured-list-nav ul {
  width: 96%;
}
.featured-list-nav li {
  float: left;
  width: 32%;
  cursor: pointer;
  height: 0.48rem;
  margin-left: 2%;
  padding: 0 0.2rem;
  font-size: 0.16rem;
  color: #0d0189;
  text-align: center;
  line-height: 0.48rem;
  border-radius: 0.24rem;
  border: 1px solid #0d0189;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.featured-list-nav li:nth-child(3n+1) {
  margin-left: 0;
}
.featured-list-nav li.on {
  color: #e8462f;
  border: 1px solid #e8462f;
}
.index-product {
  position: relative;
  padding: 0.85rem 0 0;
  /*background: url("../img/pic03.jpg") no-repeat center top;*/
  overflow: hidden;
}
.title .view-more {
  float: right;
  margin-top: 0.12rem;
}
.product-list {
  margin-top: 0.65rem;
}
.product-list li {
  position: relative;
  float: left;
  width: 32%;
  margin-left: 2%;
  margin-bottom: 2%;
}
.product-list li:nth-child(3n+1) {
  margin-left: 0;
  clear: both;
}
.product-list li:hover .product-intro {
  opacity: 1;
  bottom: 0.2rem;
}
.product-img {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-img img {
  display: block;
  width: 100%;
}
.product-intro {
  opacity: 0;
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 10%;
  padding: 0.1rem 0.3rem 0.1rem 0.2rem;
  background: #fff url("../image/right2.png") no-repeat right 0.1rem center;
  background-size: 0.1rem;
  border-bottom: 0.03rem solid #e8462f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product-intro h3 {
  font-size: 0.24rem;
  color: #333;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.product-intro p {
  font-size: 0.18rem;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.product-slider {
  padding-bottom: 0.8rem;
}
.product-slider .slick-arrow {
  width: 0.4rem;
  height: 0.4rem;
  bottom: 0.1rem;
  top: auto;
  border-radius: 50%;
  color: #e8462f;
  border: 1px solid #e8462f;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.product-slider .slick-arrow i {
  display: block;
  text-align: center;
  line-height: 0.4rem;
  color: #e8462f;
}
.product-slider .slick-arrow:before {
  display: none !important;
}
.product-slider .slick-arrow:hover {
  background: #e8462f;
}
.product-slider .slick-arrow:hover i {
  color: #fff;
}
.product-slider .slick-prev {
  left: auto;
  right: 60%;
}
.product-slider .slick-next {
  right: auto;
  left: 60%;
}
.product-more {
  position: absolute;
  left: 50%;
  width: 1.2rem;
  height: 0.4rem;
  bottom: 0.1rem;
  margin-left: -0.6rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.14rem;
  border-radius: 0.2rem;
  color: #e8462f;
  border: 1px solid #e8462f;
}
.product-more:hover {
  color: #fff;
  background: #e8462f;
}
.index-new {
  padding: 0.7rem 0;
  overflow: hidden;
}
.index-new-box {
  padding-top: 0.5rem;
}
.index-new-lf {
  position: relative;
  float: left;
  width: 44%;
  height: 4.7rem;
  padding: 0.15rem 0.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.index-new-lf a {
  display: block;
  width: 100%;
  height: 100%;
}
.index-new-lf:hover .index-new-lf-img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}
.index-new-lf-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.index-new-lf-con {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.2rem;
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index-new-lf-con .new-intro {
  float: left;
  width: 85%;
}
.index-new-lf-con .new-intro h2 {
  color: #fff;
}
.index-new-lf-con .new-intro p {
  color: #fff;
}
.index-new-lf-con .new-time {
  float: right;
  color: #fff;
  line-height: 0.26rem;
}
.index-new-lf-con .new-time p {
  border-bottom: 1px solid #fff;
}
.new-intro h2 {
  font-size: 0.18rem;
  color: #333;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.new-intro p {
  font-size: 0.14rem;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.new-time {
  float: left;
  color: #999;
}
.new-time p {
  font-size: 0.12rem;
}
.new-time span {
  font-size: 0.12rem;
}
.index-new-rg {
  float: right;
  width: 54%;
}
.index-new-list li {
  float: left;
  width: 50%;
  padding: 0.25rem 0;
}
.index-new-list .new-time {
  padding: 0.05rem 0.12rem 0.05rem 0;
  margin-right: 0.12rem;
  text-align: center;
  border-right: 1px solid #d6d6d6;
}
.index-new-list .new-intro {
  float: left;
  width: 80%;
}
.index-new-list a {
  display: block;
  padding: 0.1rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
  border-radius: 0.04rem;
}
.index-new-list a:hover {
  -webkit-box-shadow: 0 0 0.05rem #ccc;
  -moz-box-shadow: 0 0 0.05rem #ccc;
  box-shadow: 0 0 0.05rem #ccc;
}
.index-contact {
  padding: 0 0 0.9rem;
  overflow: hidden;
}
.index-contact-img img {
  display: block;
  width: 100%;
}
.contact-list {
  overflow: hidden;
}
.contact-list li {
  float: left;
  width: 20%;
  margin-top: 0.7rem;
}
.contact-list li span {
  display: block;
  width: 1.14rem;
  height: 1.14rem;
  margin: 0 auto 0.15rem;
  border-radius: 50%;
  border: 0.02rem #b5b5b5 dashed;
}
.contact-list li span i {
  display: block;
  color: #b5b5b5;
  font-size: 0.4rem;
  text-align: center;
  line-height: 1.14rem;
}
.contact-list li p {
  font-size: 0.18rem;
  color: #666;
  text-align: center;
}
.contact-list li:hover span {
  border: 0.02rem #e8462f dashed;
}
.contact-list li:hover span i {
  color: #e8462f;
}
.foot {
  padding: 0.9rem 0 0;
  background: #222;
  overflow: hidden;
}
.foot-top {
  overflow: hidden;
}
.foot-logo {
  display: block;
  margin: 0 0 0.3rem;
  height: 0.45rem;
}
.foot-lf {
  float: left;
}
.foot-lf ul {
  overflow: hidden;
}
.foot-lf li {
  float: left;
}
.foot-lf li a {
  display: block;
  width: 0.46rem;
  height: 0.46rem;
  margin-right: 0.2rem;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0.3;
}
.foot-lf li a i {
  display: block;
  text-align: center;
  line-height: 0.46rem;
  color: #fff;
  font-size: 0.26rem;
}
.foot-lf li a:hover {
  opacity: 0.8;
}
.foot-rg {
  float: right;
}
.foot-nav {
  float: left;
}
.foot-nav li {
  float: left;
  padding: 0 0.6rem;
}
.foot-nav li p {
  font-size: 0.2rem;
}
.foot-nav li p a {
  color: #fff;
}
.foot-nav li b {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.5);
}
.foot-nav li span {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.16rem;
}
.foot-nav li span a {
  color: #fff;
  opacity: 0.5;
}
.foot-nav li span a:hover {
  opacity: 1;
}
.foot-code {
  float: right;
  padding-left: 0.3rem;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.foot-code img {
  display: block;
  width: 1.8rem;
}
.foot-bottom {
  overflow: hidden;
  margin-top: 0.2rem;
  padding: 0.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.foot-bottom p {
  float: left;
  font-size: 0.16rem;
  color: #999;
}
.foot-bottom p a {
  color: #999;
}
.foot-bottom p a:hover {
  color: #d1d1d1;
}
.foot-bottom span {
  float: right;
  font-size: 0.16rem;
  color: #999;
}
/* pageBanner */
.page-banner {
  position: relative;
  height: 4.8rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page {
  padding-bottom: 0.8rem;
  overflow: hidden;
}
.page .box {
  padding: 0 10%;
}
.page-position {
  padding: 0.2rem 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.page-position p {
  float: left;
  font-size: 0.14rem;
  color: #b5b5b5;
}
.page-position p i {
  margin-right: 0.03rem;
}
.page-position p a {
  color: #b5b5b5;
}
.page-position span {
  float: right;
  font-size: 0.14rem;
}
.page-position span a {
  color: #b5b5b5;
}
.page-position span a:hover {
  color: #e8462f;
}
/* 内页导航 */
.page-nav {
  margin-top: 0.3rem;
  padding: 0.15rem 0.2rem;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.page-nav li {
  float: left;
  margin-right: 0.3rem;
  font-size: 0.18rem;
}
.page-nav li a {
  color: #666;
}
.page-nav li.active a,
.page-nav li:hover a {
  color: #e8462f;
}
/* 简介 */
.about1 {
  background: url("../img/about-bg1.jpg") no-repeat center;
  background-size: cover;
}
.about-intro {
  padding: 0.5rem 0;
  overflow: hidden;
}
.about-intro-con {
  float: left;
  width: 48%;
}
.about-intro-con a {
  font-size: 0.18rem;
  color: #e8462f;
  line-height: 0.5rem;
}
.about-intro-con a i {
  float: left;
  margin-right: 0.05rem;
  font-size: 0.3rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.about-intro-con a:hover i {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.about-intro-text {
  padding: 0.5rem 0;
  font-size: 0.16rem;
  color: #333;
  line-height: 1.8;
}
.about-intro-img {
  float: right;
  width: 48%;
}
.about-intro-img img {
  display: block;
  width: 100%;
}
.about2 {
  padding: 0.8rem 0;
  background: url("../img/about-bg2.jpg") no-repeat center bottom;
  background-size: cover;
}
.develop-slider {
  padding-top: 0.6rem;
}
.develop-slider .slick-prev,
.develop-slider .slick-next {
  height: 0.6rem;
  width: 0.3rem;
  top: -0.6rem;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.develop-slider .slick-prev i,
.develop-slider .slick-next i {
  display: block;
  color: #e8462f;
  font-size: 0.2rem;
  line-height: 0.6rem;
}
.develop-slider .slick-prev:before,
.develop-slider .slick-next:before {
  display: none;
}
.develop-slider .slick-prev {
  left: auto;
  right: 0.5rem;
}
.develop-slider .slick-next {
  right: 0;
}
.develop-box {
  width: 90%;
  padding: 0 0 0.3rem 0.25rem;
  background: url("../image/line.png") no-repeat left top;
  background-size: 0.15rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.develop-box span {
  display: block;
  padding: 0.1rem 0;
  font-size: 0.24rem;
  color: #000;
}
.develop-box p {
  font-size: 0.16rem;
  color: #333;
}
.about3 {
  padding: 0.8rem 0;
  background: url("../img/about-bg3.jpg") no-repeat center bottom;
  background-size: cover;
}
.about3 .title p {
  color: #fff;
}
.honor-slider {
  margin-top: 0.5rem;
}
.honor-slider .slick-slide {
  position: relative;
  padding-bottom: 0.3rem;
  background: #fff;
}
.honor-slider .slick-slide:hover {
  background: #f6f6f6;
}
.honor-slider .slick-slide:hover:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.05rem;
  content: '';
  background: #e8462f;
}
.honor-slider p {
  font-size: 0.18rem;
  color: #333;
  text-align: center;
}
.honor-slider .slick-dots li {
  height: 0.1rem;
  width: 0.1rem;
  margin: 0 0.1rem;
  border-radius: 50%;
  background: #fff;
}
.honor-slider .slick-dots li button {
  opacity: 0;
}
.honor-slider .slick-dots li.slick-active {
  background: #e8462f;
}
.honor-img {
  display: block;
  position: relative;
  width: 90%;
  padding: 0.2rem 0;
  height: 2.2rem;
  margin: 0 auto;
}
.honor-img img {
  position: relative;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/* 文化 */
.culture-list {
  margin-top: 0.3rem;
}
.culture-list li {
  overflow: hidden;
}
.culture-list li:nth-child(even) .culture-img {
  float: left;
}
.culture-list li:nth-child(even) .culture-text {
  float: right;
}
.culture-img {
  float: right;
  width: 50%;
  height: 3rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.culture-text {
  float: left;
  width: 50%;
  height: 3rem;
  padding: 0 0.2rem;
  font-size: 0.3rem;
  color: #333;
  display: flex;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* 部门简介 */
.department-box {
  margin-top: 0.4rem;
}
.department-intro {
  margin-top: 0.3rem;
  font-size: 0.18rem;
  color: #333;
}
.department-list {
  margin-top: 0.3rem;
  overflow: hidden;
}
.department-list li {
  float: left;
  width: 23%;
  margin-left: 2%;
  margin-bottom: 0.3rem;
}
.department-list li:nth-child(4n+1) {
  margin-left: 0;
  clear: both;
}
.department-list li img {
  display: block;
  width: 100%;
}
.department-list li h3 {
  margin-top: 0.1rem;
  font-size: 0.18rem;
  text-align: center;
  font-weight: normal;
}
.department-list li p {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  text-align: center;
}
.department2 {
  padding-top: 0.5rem;
  margin-top: 0.3rem;
  background: url("../img/pic14.jpg") no-repeat center top;
}
/* 新闻 */
.new-box {
  margin-top: 0.6rem;
}
.new-box li {
  padding: 0.3rem 0;
}
.new-box li:nth-child(even) {
  background: #eee;
}
.new-box li:nth-child(even) .case-img {
  float: none;
}
.new-box li:nth-child(even) .case-intro-box {
  left: auto;
  right: 0;
}
.new-box li .box {
  position: relative;
  overflow: hidden;
}
.new-img {
  float: right;
  width: 35%;
}
.new-img img {
  display: block;
  width: 100%;
}
.new-intro-box {
  position: absolute;
  left: 10%;
  top: 0;
  display: flex;
  justify-content: normal;
  align-items: center;
  width: 50%;
  height: 100%;
}
.new-intro-box .new-intro {
  width: 100%;
}
.new-intro-box .new-intro h2 {
  position: relative;
  top: 0;
  font-size: 0.3rem;
  margin-bottom: 0.1rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.new-intro-box .new-intro p {
  font-size: 0.18rem;
  margin-bottom: 0.1rem;
}
.new-intro-box .new-intro span {
  display: block;
  font-size: 0.14rem;
  color: #999;
}
.new-intro-box .new-intro:hover h2 {
  color: #e8462f;
  top: -0.1rem;
}
/*分页*/
.paging {
  display: block;
  clear: both;
  padding-top: 30px;
  text-align: center;
}
.paging-box {
  display: inline-block;
  overflow: hidden;
}
.paging-box span,
.paging-box a {
  display: block;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  color: #666;
  border: 1px solid #e6e7e8;
}
.paging-box li.on span,
.paging-box li.on a,
.paging-box li:hover a {
  color: #fff;
  background: #e8462f;
  border-color: #e8462f;
}
.page1 {
  float: left;
  margin: 0 5px;
}
.page1:hover a {
  color: #fff;
  background: #e8462f;
  border-color: #e8462f;
}
.page1 a {
  padding: 0 10px;
}
.page2 {
  float: left;
}
.page2 li {
  float: left;
  margin: 0 5px;
}
/*详情*/
.detail-main {
  margin: 0.5rem 0;
}
.detail-title {
  padding: 0 0 0.3rem;
  text-align: center;
  border-bottom: 1px #ccc dashed;
}
.detail-title p {
  margin-top: 0.1rem;
  font-size: 0.14rem;
  color: #999;
  text-align: center;
}
.detail-title h1 {
  font-size: 0.3rem;
  color: #333;
  font-weight: normal;
  text-align: center;
}
.detail-content {
  padding: 0.5rem 10%;
  margin-bottom: 0.5rem;
  font-size: 0.16rem;
  color: #333;
  border-bottom: 1px dashed #dcdcdc;
}
.choose-box {
  font-size: 0.16rem;
  line-height: 0.7rem;
  overflow: hidden;
}
.choose-box p {
  float: left;
  width: 50%;
  padding: 0.1rem 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: #f5f5f5;
}
.choose-box a {
  display: block;
  width: 100%;
  padding: 0 0.2rem;
  line-height: 0.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.choose-box a i {
  float: left;
  width: 0.4rem;
  text-align: center;
}
.choose-box p:hover {
  background: #e8462f;
}
.choose-box p:hover a {
  color: #fff;
}
.choose-next {
  text-align: right;
}
.choose-next a i {
  float: right;
}
/* 联系 */
.contact-box {
  padding: 0.5rem 0 0;
}
.contact-form {
  padding: 0 6%;
}
.contact-form li {
  float: left;
  width: 48%;
  margin-bottom: 0.2rem;
}
.contact-form li:nth-child(even) {
  float: right;
}
.contact-form li p {
  margin-bottom: 0.15rem;
  font-size: 0.18rem;
  color: #333;
}
.contact-form li p span {
  color: #e8462f;
}
.contact-form li input {
  display: block;
  width: 100%;
  height: 0.7rem;
  font-size: 0.18rem;
  color: #333;
  border: 1px solid #d6d6d6;
  padding: 0.15rem 0.1rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-form li:nth-child(5) {
  float: none;
  clear: both;
  width: 100%;
}
.contact-form li:nth-child(6) {
  float: none;
  width: 100%;
}
.contact-form li:nth-child(7) {
  float: none;
  width: 100%;
  overflow: hidden;
}
.contact-form li:nth-child(7) span {
  float: left;
}
.contact-form li:nth-child(7) .form-code {
  width: 1.5rem;
  height: 0.7rem;
}
.contact-form li:nth-child(7) .form-code img {
  display: block;
  width: 100%;
  height: 100%;
}
.contact-form li:nth-child(7) .form-code-btn {
  width: 0.6rem;
  height: 0.7rem;
  line-height: 0.7rem;
  color: #666;
}
.contact-form li:nth-child(7) .form-code-btn i {
  display: block;
  font-size: 0.3rem;
  text-align: center;
}
.contact-form li:nth-child(7) input {
  float: left;
  width: 2rem;
  margin: 0 0.15rem;
}
.contact-form li textarea {
  display: block;
  width: 100%;
  height: 3rem;
  font-size: 0.18rem;
  color: #333;
  border: 1px solid #d6d6d6;
  padding: 0.2rem 0.1rem;
  overflow: hidden;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-btn {
  margin-top: 0.3rem;
  text-align: center;
}
.contact-btn input {
  display: inline-block;
  width: 2.6rem;
  height: 0.6rem;
  margin: 0 0.2rem;
  font-size: 0.24rem;
}
.contact-btn input[type="submit"] {
  color: #fff;
  background: #e8462f;
}
.contact-btn input[type="submit"]:active {
  background: #d4402d;
}
.contact-btn input[type="reset"] {
  color: #fff;
  background: #808080;
}
.contact-btn input[type="reset"]:active {
  background: #6c6c6c;
}
.map-box {
  margin-top: 0.7rem;
}
/* 服务 */
.serve-box {
  margin-top: 0.5rem;
  overflow: hidden;
}
.serve-lf {
  float: left;
  width: 38%;
}
.serve-lf img {
  display: block;
  width: 100%;
}
.serve-rg {
  float: right;
  width: 58%;
}
.serve-rg img {
  display: block;
  width: 100%;
}
.serve-con {
  padding: 0.5rem 0;
}
.serve-con span {
  display: block;
  font-size: 0.6rem;
  color: #000e25;
  font-family: Arial, serif;
}
.serve-con h2 {
  margin-bottom: 0.2rem;
  font-size: 0.24rem;
  color: #000e25;
  font-weight: normal;
}
.serve-con p {
  font-size: 0.16rem;
  color: #666;
  line-height: 1.8;
}
/* 产品 */
.product-box {
  overflow: hidden;
  margin-top: 0.6rem;
}
.product-nav-box {
  float: left;
  width: 18%;
}
.product-show {
  float: right;
  width: 80%;
}
.product-show .product-list {
  margin-top: 0;
}
.product-show .product-list li {
  width: 23.5%;
}
.product-show .product-list li:nth-child(3n+1) {
  clear: none;
  margin-left: 2%;
}
.product-show .product-list li:nth-child(4n+1) {
  clear: both;
  margin-left: 0%;
}
.product-show .product-list li:hover .product-name {
  background: #e8462f;
}
.product-show .product-list li:hover .product-name p {
  color: #fff;
}
.product-show .product-list li:hover .product-name i {
  color: #fff;
}
.product-name {
  height: 0.6rem;
  padding: 0 0.1rem;
  background: #f1f1f1;
}
.product-name p {
  float: left;
  max-width: 85%;
  font-size: 0.18rem;
  line-height: 0.6rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.product-name i {
  display: block;
  float: right;
  font-size: 0.18rem;
  line-height: 0.6rem;
  color: #ddd;
}
.product1 {
  margin-bottom: 0.2rem;
}
.product1 select {
  width: 100%;
  height: 0.36rem;
  padding: 0 0.1rem;
  border: 1px solid #999;
  font-size: 0.14rem;
}
.product-nav-title {
  margin-bottom: 0.15rem;
  font-size: 0.16rem;
  color: #333;
}
.product1-list li {
  position: relative;
  display: block;
  margin-bottom: 0.1rem;
  font-size: 0.14rem;
  color: #999;
  line-height: 0.2rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.product1-list li:hover {
  color: #333;
}
.product1-list li label {
  position: relative;
  padding-left: 0.22rem;
}
.product1-list label::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.2rem;
  height: 0.2rem;
  content: '';
  background: url("../image/checked-no.jpg") no-repeat left center;
  background-size: 0.13rem;
}
.product1-list label::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.2rem;
  height: 0.2rem;
  background: url("../image/checked.jpg") no-repeat left center;
  background-size: 0.13rem;
}
.product1-list input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.product1-list input[type="checkbox"]:checked + label {
  color: #333;
}
.product1-list input[type="checkbox"]:checked + label::before {
  background: url("../image/checked.jpg") no-repeat left center;
  background-size: 0.13rem;
}
.product1-more {
  font-size: 0.14rem;
  color: #333;
  cursor: pointer;
}
.product1-more i {
  float: left;
  margin-right: 0.05rem;
  font-size: 0.12rem;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.product1-more.on i {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.filtrate-wap {
  display: none;
}
.filtrate-nav {
  display: none;
}
.product-data {
  padding-top: 0.5rem;
  overflow: hidden;
}
.product-detail {
  margin-top: 0.5rem;
  border: 1px solid #dcdcdc;
}
.product-detail-title {
  padding: 0.2rem;
  font-size: 0.18rem;
  color: #333;
  border-bottom: 1px solid #dcdcdc;
}
.product-detail-con {
  padding: 0.5rem 0.3rem;
  font-size: 0.14rem;
}
.parameter-lf {
  float: left;
  width: 42%;
  max-width: 6rem;
}
.parameter-lf img {
  max-width: inherit;
}
.tb-pic a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.tb-pic a img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.tb-pic a {
  *display: block;
  *font-family: Arial;
  *line-height: 1;
}
.tb-thumb {
  margin: 10px 0 0;
  overflow: hidden;
}
.tb-thumb li {
  background: none repeat scroll 0 0 transparent;
  float: left;
  width: 18.4%;
  margin: 0 0 0 2%;
  overflow: hidden;
  padding: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tb-thumb li:first-child {
  margin-left: 0;
}
.tb-s310,
.tb-s310 a {
  width: 6rem;
  height: 6rem;
}
.tb-s310,
.tb-s310 img {
  display: block;
  max-height: 100%;
  width: 100%;
}
.tb-s310 a {
  *font-size: 271px;
}
.tb-s40 a {
  *font-size: 35px;
}
.tb-s40,
.tb-s40 a {
  display: block;
  height: 20%;
  width: 100%;
}
.tb-booth {
  border: 1px solid #CDCDCD;
  position: relative;
  z-index: 1;
}
.tb-thumb .tb-selected {
  background: none repeat scroll 0 0 #C30008;
  padding: 2px;
}
.tb-thumb .tb-selected div {
  background-color: #FFFFFF;
  border: medium none;
}
.tb-thumb li div {
  border: 1px solid #CDCDCD;
}
div.zoomDiv {
  z-index: 9;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1rem;
  height: 1rem;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  display: none;
  text-align: center;
  overflow: hidden;
}
div.zoomDiv img {
  max-width: inherit;
}
.jqPreload0 img {
  max-width: inherit;
}
div.zoomMask {
  position: absolute;
  background: url("../image/mask.png") repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
}
div.zoomMask img {
  max-width: inherit;
}
.product-parameter {
  float: right;
  width: 55%;
}
.parameter-top h2 {
  padding: 0.15rem 0;
  font-size: 0.24rem;
  color: #000;
  font-weight: normal;
}
.parameter-top p {
  font-size: 0.16rem;
  color: #333;
}
.parameter-box {
  margin-top: 0.5rem;
}
.parameter-box li {
  position: relative;
  padding-left: 0.65rem;
  overflow: hidden;
}
.parameter-box li:first-child span {
  border-top: 1px solid #333;
}
.parameter-box li:first-child p {
  border-top: 1px solid #dcdcdc;
}
.parameter-box li span {
  position: absolute;
  left: 0;
  height: 100%;
  padding: 0.2rem 0;
  width: 0.5rem;
  font-size: 0.16rem;
  color: #333;
  border-bottom: 1px solid #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.parameter-box li p {
  padding: 0.2rem 0;
  font-size: 0.16rem;
  color: #666;
  border-bottom: 1px solid #dcdcdc;
}
.parameter-box li p b {
  font-size: 0.24rem;
  color: #e8462f;
}
.parameter-else {
  margin-top: 0.3rem;
  overflow: hidden;
}
.parameter-tel {
  float: left;
  height: 0.6rem;
  margin-right: 0.3rem;
  font-size: 0.16rem;
  padding: 0 0.25rem;
  line-height: 0.6rem;
  color: #fff;
  background: #e8462f;
}
.parameter-tel i {
  margin-right: 0.1rem;
}
.parameter-contact {
  float: left;
  height: 0.6rem;
  font-size: 0.16rem;
  padding: 0 0.25rem;
  line-height: 0.6rem;
  color: #333;
  background: #eee;
}
.parameter-contact i {
  float: left;
  font-size: 0.2rem;
  margin-right: 0.1rem;
}
.parameter-contact:hover {
  color: #fff;
  background: #e8462f;
}
.parameter-wap {
  display: none;
}
.parameter-slider {
  height: 5rem;
}
.parameter-img {
  height: 5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.new-box li .box a {
  min-height: 1.7rem;
  display: block;
}


/*# sourceMappingURL=style.css.map */



/*超级注释*/
.product-img {
  height: 2.5rem;
}
#marquee {
  width: 100%;
  margin-top: 0.65rem;
  height: 4.08rem;
  overflow: hidden;
}
#marquee ul {
  margin-top: 0;
}
#marquee ul li {
  float: left;
  width: 4.08rem;
  height: 4.08rem;
  margin-left: 0.25rem;
}
#marquee ul li .product-img {
  height: 100%;
}
#marquee .product-list li:nth-child(3n+1) {
  clear: none;
  margin-left: 0.25rem;
}
#marquee ul li img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  #marquee {
    width: 100%;
    height: 3rem;
  }
  #marquee ul li {
    float: left;
    width: 3rem;
    height: 3rem;
    margin-left: 0.25rem;
  }
  .product-img {
    height: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .product-img {
    height: 2.8rem;
  }
}


/*超级注释 2020-8-1*/
/* 81 */
.parameter-pic {
  float: left;
  width: 46% ;
  margin-bottom: 0.5rem;
}
.parameter-pic img {
  display: block;
  width: 100%;
}
.product-data1 {
  overflow: initial;
}
.product-data1 .product-parameter {
  width: 50%;
  margin-bottom: 0.5rem;
}
.product-data1 .parameter-box {
  margin-top: 0.3rem;
}
.parameter1-box li {
  padding-left: 1.6rem;
}
.parameter1-box li span {
  width: 1.2rem;
  padding: 0.1rem 0;
  text-align: right;
  border: none!important;
}
.parameter1-box li p {
  padding: 0.1rem 0;
  border: none!important;
}
.parameter1-box .parameter-else {
  overflow: initial;
}
.parameter-wx {
  position: relative;
  float: left;
  height: 0.6rem;
  margin-right: 0.3rem;
  font-size: 0.16rem;
  padding: 0 0.35rem;
  line-height: 0.6rem;
  color: #fff;
  background: #e8462f;
}
.parameter-wx i {
  float: left;
  font-size: 0.22rem;
  margin-right: 0.1rem;
}
.parameter-wx:hover .parameter-code {
  height: 1.64rem;
  opacity: 1;
}
.parameter-code {
  position: absolute;
  left: 50%;
  width: 1.6rem;
  height: 1.64rem;
  height: 0;
  margin-left: -0.8rem;
  background: url("../image/code-bg1.png") no-repeat center;
  background-size: 100% 100%;
  opacity: 0;
  overflow: hidden;
}
.parameter-code img {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0.15rem auto 0;
}
.product-detail {
  clear: both;
  margin: 0;
}


/*超级注释 生产设备列表*/
.serve-item {
  margin-top: 0.5rem;
}
.serve-list {
  overflow: hidden;
}
.serve-list li {
  float: left;
  width: 23.5%;
  margin-left: 2%;
  margin-bottom: 0.2rem;
}
.serve-list li:nth-child(4n+1) {
  margin-left: 0;
}
.serve-list li p {
  font-size: 0.16rem;
  color: #333;
  text-align: center;
}
.serve-img {
  height: 2.4rem;
  margin-bottom: 0.1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .serve-list li {
    width: 32%;
  }
  .serve-list li:nth-child(4n+1) {
    margin-left: 2%;
  }
  .serve-list li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .serve-list li {
    width: 48%;
    margin-left: 0!important;
  }
  .serve-list li:nth-child(even) {
    float: right;
  }
  .serve-list li:nth-child(old) {
    clear: both;
  }
}


/*超级注释 */
.about4 {
  padding: 0.8rem 0;
}
.video {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.video video {
  display: block;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .about4 {
    padding: 0.5rem 0;
  }
  .video {
    width: 100%;
  }
}
/*820*/
.header-search {
  position: relative;
  float: left;
  width: 0.36rem;
  height: 0.36rem;
  margin-right: 0.2rem;
  margin-top: 0.26rem;
}
.header-search .header-search-i {
  display: block;
  text-align: center;
  font-size: 0.2rem;
  color: #999;
  line-height: 0.36rem;
  border: 1px solid #999;
  border-radius: 0.02rem;
}
.header-search:hover .header-search-i {
  color: #e8462f;
  border: 1px solid #e8462f;
}
.header-search:hover .header-search {
  height: 1.38rem;
  opacity: 1;
}
.header-search-box {
  display: none;
  position: absolute;
  top:.64rem;
  right:-1.62rem;
  width: 5.8rem;
  height: .42rem;
  padding: .2rem;
  overflow: hidden;
  z-index: 1;
  background: #fff;
}
.header-search-box input{
  float: left;
  width: 4.8rem;
  height: .4rem;
  padding: 0 .15rem;
  font-size: .16rem;
  color: #333;
  line-height: .4rem;
  border: 1px solid #dcdcdc;
  border-right: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header-search-box button{
  float: left;
  width: 1rem;
  height: .4rem;
  font-size: .16rem;
  color: #fff;
  line-height: .4rem;
  border: 1px solid #ff0000;
  background: #ff0000;
}
.header-search-box .icon-fangdajing{
  font-size: .18rem;
  color: #fff;
  line-height: .4rem;
}
.index-title{
  position: relative;
  text-align: center;
}
.index-title:before{
  position:absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #000;
  content: '';
}
.index-title span{
  position: relative;
  display: inline-block;
  padding: 0 .6rem;
  text-align: center;
  font-size: .26rem;
  color: #000;
  font-weight: bold;
  background: #fff;
}

.index-contacts{
  padding: .5rem 0;

}
.index-contacts1{
  margin-top: .5rem;
  text-align: center;
}
.index-contacts1 span{
  display: inline-block;
  font-size: .16rem;
  color: #333;
  line-height: .4rem;
}
.index-contacts1 input{
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  height: .4rem;
  padding: 0 .1rem;
  margin-left: .1rem;
  font-size: .16rem;
  border: 1px solid #dcdcdc;
}
.index-contacts1 em{
  display: inline-block;
  vertical-align: middle;
  margin-left: .1rem;
  font-style: normal;
  font-size: .16rem;
  line-height: .4rem;
  color: #ff0000;
}
.index-contacts1 button{
  padding: 0 .3rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: .1rem;
  height: .4rem;
  font-size: .16rem;
  line-height: .4rem;
  color: #fff;
  background: #e8462f;
}
.foot-rg{
  width: 75%;
}
.foot-contact{
  float: left;
  width: 76%;
}
.foot-contact li{
  position: relative;
  float: left;
  width: 50%;
  padding-left: .3rem;
  margin-bottom: .1rem;
  font-size: .16rem;
  line-height: .3rem;
  color: #999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.foot-contact li i{
  position: absolute;
  left: 0;
  top: 0;
  line-height: .3rem;
  font-size: .16rem;
  color: #999;
}
@media screen and (max-width: 1300px) {
  .foot-lf{
    text-align: center;
  }
  .foot-lf ul{
    text-align: center;
  }
  .foot-lf ul li{
    display: inline-block;
  }
  .foot-logo{
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .foot-contact{
    float: none;
    width: 100%;
    overflow:hidden ;
  }
}
@media screen and (max-width: 768px) {
  .header-search{
    margin-top: .2rem;
    height: 0.5rem;
    width: .5rem;
  }
  .header-search .header-search-i {
    height: 0.5rem;
    width: .5rem;
    line-height: 0.5rem;
    font-size: 0.24rem;
    border-radius: 0.04rem;
  }
  .header-search-box {
    display: none;
    position: fixed;
    right:0;
    top: .9rem;
    width: 100%;
    height: .9rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-search-box input{
    width: 75%;
    height: .5rem;
    font-size: .24rem;
    line-height: .5rem;
  }
  .header-search-box button{
    width: 25%;
    height: .5rem;
    font-size: .24rem;
    line-height: .5rem;
  }
  .header-search-box .icon-fangdajing{
    font-size: .26rem;
    line-height: .5rem;
  }
  .index-title span{
    font-size: .32rem;
  }
  .index-contacts1{
    text-align: left;
  }
  .index-contacts1 span{
    display: block;
    font-size: .24rem;
    margin-bottom: .2rem;
  }
  .index-contacts1 input{
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    height: .6rem;
    margin-left: 0;
    font-size:.24rem ;
    line-height: .6rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .index-contacts1 em{
    margin-left: 0;
    font-size: .24rem;
    line-height: .6rem;
  }
  .index-contacts1 button{
    margin-top: .2rem;
    padding: 0 .4rem;
    margin-left: 0;
    height: .6rem;
    font-size: .24rem;
    line-height: .6rem;
  }
}
@media screen and (max-width: 640px) {
  .foot-contact li{
    float: none;
    width: 100%;
    padding-left: .4rem;
    font-size: .24rem;
    line-height: .4rem;
  }
  .foot-contact li i{
    line-height: .4rem;
    font-size: .26rem;
  }
}
.foot-contact li:nth-child(odd){
  clear: both;
}
/*824*/
.index-box .box{
  padding: 0;
  width: 94%;
  margin: 0 auto;
  max-width: 1440px;
}
.index-box .banner{
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
/*2020-8-5*/
.index-chanpin {
  padding: 0.7rem 0;
  overflow: hidden;
}
.index-chanpin .chanpin-liebiao{
  padding-top: 0.5rem;
}
.index-chanpin li{
  width: 32%;
  float:left;
  margin-left: 2%;
  margin-bottom: 2%;
}
.index-chanpin li:nth-child(3n+1) {
  clear: both;
  margin-left: 0%;
}
.index-chanpin li .chanpin-img{
  background-size:100% auto;
  background-repeat:no-repeat;
  height:0;
  padding-bottom:100%
}
.index-chanpin li .chanpin-biaoti{
  height: 0.6rem;
  line-height: 0.6rem;
  background-color:#f1f1f1;
  padding: 0 0.1rem;
  font-size:0.18rem;
}
.index-chanpin li .chanpin-biaoti p{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media screen and (max-width: 768px){
  .index-chanpin li{
    width: 49%;
    margin-left: 0;
  }
  .index-chanpin li:nth-child(3n+1) {
    clear: none;
  }

  .index-chanpin li:nth-child(even) {
    float: right;
    clear: none;
  }
  .index-chanpin li:nth-child(odd) {
    clear: both;
  }
}
