@charset "utf-8";
.pr-50 {
  padding-right: 3.125rem;
}
.pl-50 {
  padding-left: 3.125rem;
}
.mw-100 {
  max-width: 100%;
}
.singglepage-container {
  padding: 50px 0;
}


/*内页banner*/
.inner-banner {
  position: relative;
  overflow: hidden;
  display: flex;
}
.inner-banner img {
  width: 100%;
  object-fit: contain;
}
.inner-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.inner-nav .container {
  width: 100%;
  text-align: left;
  color: #fff;
}
.inner-nav .container a {
  color: #fff;
  font-size: 0.9375rem;
}
.inner-nav .container h3 {
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.inner-banner {
  min-height: 100px;
  background: #ccc;
}
.inner-nav h1 {
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 8px;
  text-transform: capitalize;
}

/*关于我们*/
.inner-aboutus-main {
  font-size: 0.875rem;
  color: #434343;
  line-height: 1.7;
  padding-bottom: 2.5rem;
}
.inner-aboutus-main p {
  padding-bottom: 1.875rem;
}
.inner-aboutus-main .inner-title {
  font-size: 2.125rem;
  color: #f36420;
  position: relative;
  margin: 2.25rem 0;
  font-weight: 600;
}
.inner-aboutus-main .inner-title::after {
  position: absolute;
  bottom: -0.75rem;
  width: 3.125rem;
  height: 0.25rem;
  background: #f36420;
  content: "";
  display: block;
}
.inner-aboutus-main .mw-100 {
  margin: 1.25rem 0;
}
.inner-aboutus-main .half-half {
  display: flex;
  flex-wrap: wrap;
}
.inner-aboutus-main .half-half div {
  width: 50%;
  box-sizing: border-box;
}
.inner-aboutus-main .half-half img {
  height: 100%;
}
.inner-aboutus-main .checks span {
  width: 7.5rem;
  display: inline-block;
}
.inner-aboutus-main .checks span i {
  color: #f36420;
}
/*联系我们*/
.inner-contact-main {
  background: #f7f7f7;
  padding: 3.125rem 0;
  margin-bottom: 30px;
}
.inner-contact-title {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: #1a1a1a;
  font-weight: 600;
}
.inner-contact-text {
  display: flex;
  margin-bottom: 2rem;
  font-size: 0.875rem;
  color: #535353;
  line-height: 1.875rem;
}
.inner-contact-main .cf {
  font-size: 1rem;
}
.inner-contact-text p {
  width: 50%;
}
/*客户反馈*/
.messagecon {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.messagetarea {
  padding: 10px;
  border: 1px solid #dedede;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  resize: none;
  width: 100%;
  height: 90px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #f8f8f8;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.messagetarea:focus {
  color: #333;
  outline: none;
  background: #fff;
}
.messageinput {
  float: left;
  width: 32%;
  padding: 10px;
  line-height: 26px;
  font-size: 14px;
  border: 1px solid #dedede;
  margin-right: 2%;
  margin-bottom: 20px;
  color: #666;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #f8f8f8;
  box-sizing: border-box;
}
.messageinput:last-child {
  margin-right: 0;
}
.messageinput:focus {
  color: #333;
  outline: none;
  background: #fff;
}
.messagebtn {
  width: 25%;
  text-align: center;
  line-height: 46px;
  height: 46px;
  font-size: 16px;
  border: 0;
  background: #dadada;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 30px;
}
.messagebtn.btnon {
  color: #fff;
}
.messagebtn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.main .con .yanzhengma {
  display: inline;
}
.messagebtn.btnon {
  background: #d71619;
}
/*产品分类*/
.inner-cate-list{ float:left; width:22%; margin-right:30px; background:#eeeeee; padding:40px 30px; margin-top:50px;}
.inner-cate-list h3{ font-size:24px; margin-bottom:20px; font-weight:bold; color:#003d6a;}
.inner-cate-list ul{ border-top:1px solid #ccc; padding-top: 10px;}
.inner-cate-list ul li{ margin-bottom:8px;}
.inner-cate-list ul li a{ font-size:16px; line-height:36px; display:block; padding-left:10px; text-decoration:none;}
.inner-cate-list ul li a:hover{ background-color:#003d6a; color:#fff;}
.inner-cate-list ul li a.on{ background-color:#003d6a; color:#fff;}
.inproshow{ width:calc( 70% - 30px);}

.ke-zeroborder tr td{border: 1px solid #ccc; padding:8px;}
.ke-zeroborder tr:first-child td{ background: #f2f2f2;font-size: 16px; font-weight: bold; padding:10px 8px;}

/*产品展示*/
.inner-products-list {
  float:right;
  width:calc( 70% - 30px);
}
.inner-products-list li {
	box-sizing: border-box;
    border-bottom: 1px #9c9c9c dashed;
    width: 100%;
    font-size: 20px;
    padding: 15px 0;
    list-style: disc;
    font-weight: bold;
    text-indent: 40px;
}
.inner-products-list li a{ text-decoration:none;}
.inner-products-main {
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
}
/*页数*/
.pages {
  display: flex;
  justify-content: center;
  color: #fff;
  margin: 35px 0;
}
.pages a,
.pages span {
  color: #1b1b1b;
  font-size: 1rem;
  height: 3.125rem;
  line-height: 3.125rem;
  width: 3.125rem;
  display: block;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  text-align: center;
  margin-right: 6px;
}
.pages span {
  color: #ccc;
}
.pages a:hover {
  background: #f36420;
  color: #fff;
  text-decoration: none;
}
/*新闻*/
.newslist {
  margin-bottom: 25px;
  margin-top: 40px;
}
.newslist ul li {
  border-bottom: 1px dashed #aaa;
}
.newslist ul li:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.newslist ul li a {
  display: block;
  float: left;
  max-width: 80%;
  line-height: 45px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
}
.newslist ul li span {
  float: right;
  line-height: 45px;
}
/*新闻详情页*/
.news-title {
  text-align: center;
  margin: 40px 0;
  font-size: 24px;
}
.news-content {
  font-size: 1rem;
  line-height: 1.7;
}
.date-share {
  margin-top: 30px;
}
.more-news {
  margin-bottom: 50px;
  margin-top: 30px;
}
.ptit {
  font-size: 2.125rem;
  font-weight: 600;
  color: #292929;
  padding: 1.875rem 0;
}
.rollPro1 {
  display: flex;
  flex-wrap: wrap;
}
.rollPro1 li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: center;
  line-height: 2;
  font-size: 16px;
}
.rollPro1 li:nth-child(3n + 3) {
  margin-right: 0;
}
.rollPro1 li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}
.rollPro1 li a {
  text-decoration: none;
}
.rollPro1 .pbox a {
  display: inline-block;
  overflow: hidden;
  width: 283px;
  height: 283px;
}
.rollPro1 li:hover img {
  transform: scale(1.1);
}
/*产品详情页*/
.margin0auto {
  margin: 0 auto;
  display: inline-block;
}
.inner-procontet-name {
  font-size: 1.5rem;
  color: #121212;
  padding: 1.875rem 0;
  font-weight: 600;
}
.inner-procontet-intro {
  font-size: 0.875rem;
  color: #6f6f6f;
  line-height: 1.875;
  margin-bottom: 3.125rem;
}
.pronext-link-products {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  margin-top: 2.75rem;
  margin-bottom: 4.875rem;
}
.pronext-link-products a {
  font-size: 1.22rem;
  color: #000;
  font-weight: 600;
  display: block;
  height: 65px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
}
.pronext-link-products li {
  position: relative;
  font-size: 1.375rem;
  color: #b7b7b7;
  font-weight: 600;
  display: block;
  height: 65px;
  max-width: 48%;
}
.pronext-link-products li p {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.pronext-link-products p span {
  font-size: 0.9375rem;
  color: #777;
}
.pronext-link-products p i {
  width: 2.25rem;
  height: 2.25rem;
  background: #000;
  color: #fff;
  line-height: 2.25rem;
  text-align: center;
}
.pronext-link-products li:hover i {
  background: #f36420;
}
.pronext-link-products li:nth-child(1) i {
  margin-right: 0.3125rem;
}
.pronext-link-products li:nth-child(2) i {
  margin-left: 0.3125rem;
}
.pronext-link-products li:nth-child(2) p {
  right: 0;
}
.inner-pp{ padding-top:80px; font-size:16px;}
.inner-pp h3,.inner-aboutus-main h2{
	background: #003d6a;
    color: #fff;
    padding: 6px 20px;
    margin-bottom: 10px;
    display: block;
    border-radius: 15px 15px 0 0; margin-top:50px;
}
.inner-pp .inner-pp-name{
	text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.ppplist { overflow: hidden; }
.ppplist .item { width: 32%; margin-right: 2%; margin-bottom: 20px; float: left; text-align: center; }
.ppplist .item:nth-child(3n) { margin-right: 0; }
.ppplist .item .img {
	display: flex;
    width: 100%;
    margin-bottom: 10px;
    height: 300px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.ppplist .item .img img {
	display: block;
    max-width: 100%;
    height: 100%;
 }
.ppplist .item .txt { display: block; line-height: 30px; height: 30px; overflow: hidden; }



@media only screen and (max-width: 1024px) {
.inner-cate-list ul{ width:100%;}
	
}
@media only screen and (max-width: 800px) {
  .inner-aboutus-main .half-half div,
  .inner-aboutus-main .half-half img {
    width: 100%;
    padding: 0;
  }
  .inner-cate-list,.inner-products-list{ width:100%; box-sizing:border-box;}
  .inner-cate-list ul li{ float:left; width:48%; margin-right:4%;}
  .inner-cate-list ul li:nth-child(2n){ margin-right:0;}
  .inner-products-list li{ font-size:16px;}
  .inner-aboutus-main img{ max-width:100%;}
  .ppplist .item .img{ width:100px;}
  .inner-cate-list ul{ flex-direction:column;}
  .inner-pp img{ max-width:auto; width:100%;}
  .inproshow{ width:100%;}
  
}
@media only screen and (max-width: 425px) {
  .inner-products-list li:nth-child(2n) {
    margin-right: 0;
  }
  .rollPro1 .pbox a {
    width: auto;
    height: auto;
  }
  .rollPro1 li {
    margin: 2%;
    width: 46%;
  }
  .rollPro1 li:nth-child(3n + 3) {
    margin-right: 2%;
  }
  .inner-contact-text {
    display: block;
  }
  .inner-contact-text p {
    width: 100%;
    text-align: center;
  }
  .inner-contact-title {
    text-align: center;
  }
  .inner-cate-list ul li{ width:100%; margin-bottom:3px;}
  .ke-zeroborder tr:first-child td{ font-size:13px;}
  .ke-zeroborder tr td{ font-size:12px;}
}
