@charset "utf-8";
/* 产品页 */
.main .product-content .product-banner .swiper-pagination-bullet-active {
  background-color: #3d3d3d;
}
.main .product-content .product-banner .swiper-pagination {
  text-align: right;
  width: 96%;
}
.main .product-content .tit {
  background-color: #333333;
  height: .9rem;
  position: relative;
}
.main .product-content .tit p {
  padding: 0 .64rem;
  line-height: .9rem;
  color: #fff;
}
.main .product-content .tit:before {
  content: "";
  height: 100%;
  width: .5rem;
  background-color: #7a1d1a;
  position: absolute;
}
.main .product-content .p-menu1 {
  background-color: #e7e7e7;
}
.main .product-content .p-menu1 ul {
  overflow: hidden;
  padding: .2rem 0 .6rem;
  width: 9.78rem;
  margin: 0 auto;
}
.main .product-content .p-menu1 ul li {
  float: left;
  margin-right: .2rem;
  margin-bottom: .2rem;
}
.main .product-content .p-menu1 ul li a {
  display: block;
}
.main .product-content .p-menu1 ul li a img {
  width: 3.12rem;
}
.main .product-content .p-menu1 ul li:nth-child(3n) {
  margin-right: 0;
}
.main .product-content .p-menu2 {
  background-color: #e7e7e7;
}
.main .product-content .p-menu2 ul {
  overflow: hidden;
  padding: .2rem 0 .6rem;
  width: 9.78rem;
  margin: 0 auto;
}
.main .product-content .p-menu2 ul li {
  float: left;
  margin-right: .2rem;
  margin-bottom: .2rem;
}
.main .product-content .p-menu2 ul li a {
  display: block;
}
.main .product-content .p-menu2 ul li a img {
  width: 3.12rem;
}
.main .product-content .p-menu2 ul li:first-child a img,
.main .product-content .p-menu2 ul li:nth-child(2) a img {
  width: 4.65rem;
}
.main .product-content .p-menu2 ul li:nth-child(2) {
  margin-right: 0;
  margin-left: .24rem;
}
.main .product-content .p-menu2 ul li:last-child {
  margin-right: 0;
}
/* 产品内页 */
.main .product-menu-content .tit {
  background-color: #e7e7e7;
  border-bottom: 1px solid #8f8f8f;
  padding: 0 .64rem;
  line-height: .9rem;
}
.main .product-menu-content .product-list {
  width: 10.22rem;
  margin: 0 auto;
  overflow: hidden;
  padding: .6rem 0;
  min-height: 14rem;
}
.main .product-menu-content .product-list li {
  float: left;
  margin: 0 .16rem .32rem;
}
.main .product-menu-content .product-list li a {
  display: block;
  line-height: 3.2rem;
  font-size: 0;
  text-align:center;
  background-repeat:no-repeat!important;
  background-size:cover!important;
  width:4.7rem;
  height:4.7rem;
  background-position:center center!important;
  border: 1px solid #999;
}
.main .product-menu-content .product-list li a img {
  /*border: 1px solid #999;
  max-width: 4.7rem;
  min-width: 4.7rem;*/
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/* 产品详情 */
.main .product-details-content .back {
  background-color: #333;
  padding: 0 .64rem;
}
.main .product-details-content .back a {
  display: block;
  color: #fff;
  line-height: 1.12rem;
}
@media screen and (max-width: 321px) {
  .main .product-details-content .back a {
    font-size: 12px;
  }
}
@media screen and (min-width: 321px) and (max-width: 400px) {
  .main .product-details-content .back a {
    font-size: 14px;
  }
}
@media screen and (min-width: 400px) and (max-width: 760px) {
  .main .product-details-content .back a {
    font-size: 14px;
  }
}
@media screen and (min-width: 760px) {
  .main .product-details-content .back a {
    font-size: 24px;
  }
}
@media screen and (max-width: 321px) {
  .main .product-details-content .product-det-content {
    font-size: 12px;
  }
}
@media screen and (min-width: 321px) and (max-width: 400px) {
  .main .product-details-content .product-det-content {
    font-size: 14px;
  }
}
@media screen and (min-width: 400px) and (max-width: 760px) {
  .main .product-details-content .product-det-content {
    font-size: 14px;
  }
}
@media screen and (min-width: 760px) {
  .main .product-details-content .product-det-content {
    font-size: 24px;
  }
}
.main .product-details-content .product-det-content p {
  line-height: .66rem;
}
@media screen and (max-width: 321px) {
  .main .product-details-content .product-det-content p {
    font-size: 12px;
  }
}
@media screen and (min-width: 321px) and (max-width: 400px) {
  .main .product-details-content .product-det-content p {
    font-size: 14px;
  }
}
@media screen and (min-width: 400px) and (max-width: 760px) {
  .main .product-details-content .product-det-content p {
    font-size: 14px;
  }
}
@media screen and (min-width: 760px) {
  .main .product-details-content .product-det-content p {
    font-size: 24px;
  }
}
/* 新闻资讯 */
.main .news-content .tit {
  background-color: #e7e7e7;
  border-bottom: 1px solid #8f8f8f;
  padding: 0 .64rem;
  line-height: .9rem;
}
.main .news-content .news-menu {
  min-height: 14rem;
}
.main .news-content .news-menu li {
  padding: .36rem 0;
  border-bottom: 1px solid #8f8f8f;
}
.main .news-content .news-menu li a {
  display: block;
}
.main .news-content .news-menu li a .n-tit {
  font-size: .36rem;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
}
.main .news-content .news-menu li a .n-time {
  font-size: .28rem;
  color: #666;
}
.main .news-content .news-menu li a .n-txt {
  font-size: .32rem;
  color: #666;
  line-height: .6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* 新闻详情 */
.main .news-details-content {
  padding: .6rem 0;
}
.main .news-details-content .news-det-hd {
  padding-bottom: .5rem;
  border-bottom: 1px solid #8f8f8f;
}
.main .news-details-content .news-det-hd .n-tit {
  text-align: center;
  color: #333;
}
@media screen and (max-width: 321px) {
  .main .news-details-content .news-det-hd .n-tit {
    font-size: 12px;
  }
}
@media screen and (min-width: 321px) and (max-width: 400px) {
  .main .news-details-content .news-det-hd .n-tit {
    font-size: 14px;
  }
}
@media screen and (min-width: 400px) and (max-width: 760px) {
  .main .news-details-content .news-det-hd .n-tit {
    font-size: 14px;
  }
}
@media screen and (min-width: 760px) {
  .main .news-details-content .news-det-hd .n-tit {
    font-size: 24px;
  }
}
.main .news-details-content .news-det-hd .n-time {
  text-align: center;
  color: #666;
}
@media screen and (max-width: 321px) {
  .main .news-details-content .news-det-hd .n-time {
    font-size: 12px;
  }
}
@media screen and (min-width: 321px) and (max-width: 400px) {
  .main .news-details-content .news-det-hd .n-time {
    font-size: 14px;
  }
}
@media screen and (min-width: 400px) and (max-width: 760px) {
  .main .news-details-content .news-det-hd .n-time {
    font-size: 14px;
  }
}
@media screen and (min-width: 760px) {
  .main .news-details-content .news-det-hd .n-time {
    font-size: 24px;
  }
}
.main .news-details-content .news-det-content {
  min-height: 16rem;
  margin-top: .4rem;
}
@media screen and (max-width: 321px) {
  .main .news-details-content .news-det-content {
    font-size: 12px;
  }
}
@media screen and (min-width: 321px) and (max-width: 400px) {
  .main .news-details-content .news-det-content {
    font-size: 14px;
  }
}
@media screen and (min-width: 400px) and (max-width: 760px) {
  .main .news-details-content .news-det-content {
    font-size: 14px;
  }
}
@media screen and (min-width: 760px) {
  .main .news-details-content .news-det-content {
    font-size: 24px;
  }
}
.main .news-details-content .news-det-content img {
  display: inline-block;
}
.main .news-details-content .btn {
  border: 1px solid #999;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: .3rem;
  margin: .4rem 0;
}
.main .news-details-content .btn a {
  display: block;
  padding: .1rem 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #666;
}
@media screen and (max-width: 321px) {
  .main .news-details-content .btn a {
    font-size: 12px;
  }
}
@media screen and (min-width: 321px) and (max-width: 400px) {
  .main .news-details-content .btn a {
    font-size: 14px;
  }
}
@media screen and (min-width: 400px) and (max-width: 760px) {
  .main .news-details-content .btn a {
    font-size: 14px;
  }
}
@media screen and (min-width: 760px) {
  .main .news-details-content .btn a {
    font-size: 24px;
  }
}
/* 展示 */
.main .show-content {
  min-height: 16rem;
}
.main .show-content .show-banner {
  position: relative;
}
.main .show-content .show-banner .swiper-container {
  width: 8.56rem;
  margin: 0 auto;
  padding-top: .74rem;
}
.main .show-content .show-banner .swiper-container  .swiper-slide img
{
    width:100%;
}
.main .show-content .show-banner .swiper-button-next,
.main .show-content .show-banner .swiper-button-prev {
  width: .64rem;
  height: 1.12rem;
  margin-top: -0.56rem;
  background-size: cover;
}
.main .show-content .show-banner .swiper-button-next {
  background-image: url(../M_image/hd-nav-r.jpg);
  right: .36rem;
}
.main .show-content .show-banner .swiper-button-prev {
  background-image: url(../M_image/hd-nav-l.jpg);
  left: .36rem;
}
.main .show-content .show-banner-nav {
  position: relative;
  background-color: #e6e6e6;
  padding: .4rem 0;
  margin-top: .4rem;
}
.main .show-content .show-banner-nav .swiper-container {
  width: 9.5rem;
  margin: 0 auto;
}
.main .show-content .show-banner-nav .swiper-container .active img {
  width: 3.08rem;
  margin: 0 auto;
  border: 1px solid #686868;
  box-sizing: border-box;
}
.main .show-content .show-banner-nav .swiper-button-next,
.main .show-content .show-banner-nav .swiper-button-prev {
  width: .31rem;
  height: .54rem;
  margin-top: -0.27rem;
  background-size: cover;
}
.main .show-content .show-banner-nav .swiper-button-next {
  background-image: url(../M_image/show-b2.png);
  right: .2rem;
}
.main .show-content .show-banner-nav .swiper-button-prev {
  background-image: url(../M_image/show-b1.png);
  left: .2rem;
}
/* 公司简介 */
.main .about-content .tit {
  background-color: #e7e7e7;
  border-bottom: 1px solid #8f8f8f;
  padding: 0 .64rem;
  line-height: .9rem;
}
.main .about-content .txt-box {
  margin-top: .4rem;
}
@media screen and (max-width: 321px) {
  .main .about-content .txt-box {
    font-size: 12px;
  }
}
@media screen and (min-width: 321px) and (max-width: 400px) {
  .main .about-content .txt-box {
    font-size: 14px;
  }
}
@media screen and (min-width: 400px) and (max-width: 760px) {
  .main .about-content .txt-box {
    font-size: 14px;
  }
}
@media screen and (min-width: 760px) {
  .main .about-content .txt-box {
    font-size: 24px;
  }
}
.main .about-content .txt-box p {
  color: #333;
  text-indent: 2em;
  margin-bottom: .4rem;
}
.main .about-content .txt-box .ab-tit {
  text-align: center;
  margin-bottom: .5rem;
}
@media screen and (max-width: 321px) {
  .main .about-content .txt-box .ab-tit {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 321px) and (max-width: 400px) {
  .main .about-content .txt-box .ab-tit {
    font-size: 16.8px;
  }
}
@media screen and (min-width: 400px) and (max-width: 760px) {
  .main .about-content .txt-box .ab-tit {
    font-size: 16.8px;
  }
}
@media screen and (min-width: 760px) {
  .main .about-content .txt-box .ab-tit {
    font-size: 28.8px;
  }
}
.main .about-content .txt-box .img1 {
  float: left;
  width: 4.24rem;
  margin-right: .36rem;
}
/* 地图 */
.map-content {
  max-width: 10.8rem;
  margin: 0 auto;
  height: 16rem;
  font-size: 16px;
}
.map-content img {
  display: inline-block;
  max-width: none;
}
/* 在线留言 */
.main .contact-content {
  min-height: 16rem;
}
.main .contact-content .tit {
  color: #fff;
  text-align: center;
  background-color: #737373;
  line-height: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 321px) {
  .main .contact-content .tit {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 321px) and (max-width: 400px) {
  .main .contact-content .tit {
    font-size: 16.8px;
  }
}
@media screen and (min-width: 400px) and (max-width: 760px) {
  .main .contact-content .tit {
    font-size: 16.8px;
  }
}
@media screen and (min-width: 760px) {
  .main .contact-content .tit {
    font-size: 28.8px;
  }
}
.main .contact-content .form {
  font-size: 0;
  margin-top: .6rem;
}
.main .contact-content .form input {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  background-color: #f6f6f6;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 .2rem;
  margin-bottom: .4rem;
}
@media screen and (max-width: 321px) {
  .main .contact-content .form input {
    font-size: 12px;
  }
}
@media screen and (min-width: 321px) and (max-width: 400px) {
  .main .contact-content .form input {
    font-size: 14px;
  }
}
@media screen and (min-width: 400px) and (max-width: 760px) {
  .main .contact-content .form input {
    font-size: 14px;
  }
}
@media screen and (min-width: 760px) {
  .main .contact-content .form input {
    font-size: 24px;
  }
}
.main .contact-content .form textarea {
  width: 100%;
  height: 4rem;
  background-color: #f6f6f6;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: .2rem;
  margin-bottom: .4rem;
  resize: none;
}
@media screen and (max-width: 321px) {
  .main .contact-content .form textarea {
    font-size: 12px;
  }
}
@media screen and (min-width: 321px) and (max-width: 400px) {
  .main .contact-content .form textarea {
    font-size: 14px;
  }
}
@media screen and (min-width: 400px) and (max-width: 760px) {
  .main .contact-content .form textarea {
    font-size: 14px;
  }
}
@media screen and (min-width: 760px) {
  .main .contact-content .form textarea {
    font-size: 24px;
  }
}
.main .contact-content .form button {
  display: block;
  width: 4rem;
  height: .9rem;
  line-height: .9rem;
  color: #fff;
  text-align: center;
  background-color: #333;
  border: none;
  margin: 0 auto;
}
@media screen and (max-width: 321px) {
  .main .contact-content .form button {
    font-size: 12px;
  }
}
@media screen and (min-width: 321px) and (max-width: 400px) {
  .main .contact-content .form button {
    font-size: 14px;
  }
}
@media screen and (min-width: 400px) and (max-width: 760px) {
  .main .contact-content .form button {
    font-size: 14px;
  }
}
@media screen and (min-width: 760px) {
  .main .contact-content .form button {
    font-size: 24px;
  }
}
/* 分页 */
.Tpage-box {
  height: .7rem;
  text-align: center;
  line-height: .46rem;
  font-size: 0;
  margin: .4rem auto;
}
#page {
  display: inline-block;
}
#page a,
#page span {
  display: inline-block;
  vertical-align: middle;
  font-size: .22rem;
  color: #750a08;
  padding: 0 .18rem;
  margin: 0 .1rem;
}
#page :first-child,
#page :last-child {
  width: 0;
  height: 0;
  font-size: 0;
  background-size: .46rem;
  padding: 0;
  border: .24rem solid transparent;
  border-right-color: #750a08;
}
#page :last-child {
  border-right-color: transparent;
  border-left-color: #750a08;
}
#page span.current {
  background-color: #750a08;
  color: #fff;
}
#page span.disenable {
  color: #082975;
}
