﻿@charset "utf-8";
/*COMMON_BLK_START*/
/*AVAIBLE_VI
[
{"vicolor":"#005dbd","sub1color":"#01a751"},
{"vicolor":"#01a08e","sub1color":"#ffb400"},
{"vicolor":"#1A2D27","sub1color":"#ABC327"},
{"vicolor":"#ffb400","sub1color":"#35c096"}
]
AVAIBLE_VI
/*COMMON_BLK_END*/
/*广告*/
.g-adv {
  clear: both;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.g-adv img {
  width: 100%;
  display: block;
}
.g-adv .adv-pagin {
  position: absolute;
  left: 0 ;
  bottom: 1rem;
  z-index: 99;
  width: 100%;
  text-align: center;
}
.g-adv .adv-pagin span {
  display: inline-block;
  background: #1f1f1f;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin: 0 0 0 0.6rem;
  opacity: 1;
  cursor: pointer;
}
.g-adv .adv-pagin span.cur {
  background: #d40c1a;
}
/*通用标题样式*/
.title {
  text-align: center;
  height: 5rem;
  margin: 0 auto 2rem;
}
.title span {
  display: block;
  height: 2.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.5rem;
  color: #d40c1a;
  margin-bottom: 0.5rem;
}
.title em {
  max-width: 100%;
  display: inline-block;
  height: 2rem;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 2rem;
  color: #252525;
  overflow: hidden;
  background-color: #EEEEEE ;
  padding: 0 1.5rem;
  border-radius: 1rem;
}
/*引子*/
.yiz {
  padding: 2rem 0 1.5rem;
}
.yiz dl {
  width: 94%;
  margin: 0 auto;
  padding-top: 1.5rem;
}
.yiz dl dd .yiz_txt {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6rem;
  color: #666666;
  text-align: justify;
  padding-top: 1rem;
}
/*产品中心*/
.pro {
  padding: 1.5rem 0 0;
  background-color: #f7f7f7;
}
.pro_con {
  width: 93.75%;
  margin: 0 auto;
}
.pro_con .prod-hot-swit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pro_con dl {
  position: relative;
  width: 48%;
  margin-bottom: 1.5rem;
}
.pro_con dl img {
  display: block;
  width: 100%;
}
.pro_con dl .prod-hot-name {
  background-color: #F1F1F1;
  overflow: hidden;
  width: 100%;
  height: 3rem;
  color: #555;
  text-align: center;
  font-size: 1.2rem;
  line-height: 3rem;
}
.pro_con dl .prod-hot-name a {
  color: #555;
  display: inline-block;
  width: 95%;
  height: 3rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pro_con dl .prod-hot-link,
.pro_con dl .prod-hot-desc {
  display: none;
}
/*优势*/
.m-edge {
  padding: 2rem 0 4rem;
  position: relative;
}
.edge_c {
  width: 93.75%;
  margin: 0 auto;
}
.edge_c dd {
  padding: 1.2rem 0;
  display: block;
}
.edge_c dd h4 {
  height: 2.6rem;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 2.6rem;
  color: #171314;
  overflow: hidden;
}
.edge-desc {
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.5rem;
  color: #333333;
  padding-top: 0.5rem;
  text-align: justify;
}
.edge-tab {
  position: absolute;
  width: 100%;
  height: 2.8rem;
  bottom: 1rem;
  left: 0;
  z-index: 9;
  text-align: center;
}
.edge-tab li {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 2rem;
  color: #333333;
  margin: 0 0.75rem;
  background-color: #eee;
  border-radius: 100%;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}
.edge-tab li.cur {
  background-color: #d40c1a;
  color: #fff;
}
/*解决方案*/
.case {
  padding: 1.5rem 3%;
  background-color: #f7f7f7;
}
.case .title {
  margin-bottom: 1.5rem;
}
.ty_prev,
.ty_next {
  position: absolute;
  bottom: 1.6rem;
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ty_prev {
  left: .7rem;
  border-bottom: 2px #000000 solid;
  border-left: 2px #000000 solid;
}
.ty_next {
  right: .7rem;
  border-top: 2px #000000 solid;
  border-right: 2px #000000 solid;
}
.g_ty dt,
.g_ty dt img {
  display: block;
  width: 100%;
}
.g_ty dd {
  overflow: hidden;
  padding: 0 3rem;
  height: 5rem;
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 5rem;
}
.g_ty dd em {
  display: inline-block;
  padding-left: 1.2rem;
}
.g_ty dd a {
  display: block;
  overflow: hidden;
  height: 5rem;
  color: #000;
}
/*案例*/
.anl {
  padding: 2rem 0 1.5rem;
}
.anl-box {
  width: 93.75%;
  margin: 0 auto;
}
.anl-tab li h3 {
  float: left;
  width: 25%;
  border-right: 2px solid #fff;
  height: 2.4rem;
  line-height: 2.4rem;
  background-color: #eee;
  font-size: 0.9rem;
  color: #333;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.anl-tab li:last-child h3 {
  border-right: 0;
}
.anl-tab li.cur h3 {
  background-color: #d40c1a;
  color: #fff;
}
.anl-dx {
  padding-top: 0.5rem;
}
.anl-dx dd {
  padding-top: 1rem;
}
.anl-dx dd h4 {
  height: 1.6rem;
}
.anl-dx dd h4 a {
  display: inline-block;
  height: 1.6rem;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.6rem;
  color: #000000;
  overflow: hidden;
}
.anl-dx dd .anl_txt {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: #333;
  padding-top: 0.5rem;
}
/*关于我们*/
.abo {
  padding: 1.5rem 0;
  background-color: #f7f7f7;
}
.abo dl {
  width: 90%;
  margin: 0 auto;
}
.abo dd {
  padding-top: 1rem;
}
.abo dd h4 {
  height: 1.6rem;
  line-height: 1.6rem;
  font-size: 1.2rem;
  color: #000;
  overflow: hidden;
}
.abo dd h4 a {
  color: #000;
}
.abo dd .abo_txt {
  margin: 0;
  padding-top: 0.5rem;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.3rem;
  text-align: justify;
}
.g-news {
  padding: 1.5rem 0 2rem;
}
.news-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 1.5rem;
  background-color: #eee;
  color: #000;
  text-align: center;
  font-size: 1.1rem;
  line-height: 3.5rem;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.news-nav h3 {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 3.5rem;
  color: #333333;
  width: 50%;
  height: 3.5rem;
}
.news-nav h3.cur {
  background-color: #d40c1a;
  color: #fff;
}
.news_con {
  width: 93.75%;
}
.news_con .item-line {
  border-bottom: #333 1px dashed;
}
.news_con .item-text{position: relative;padding-right: 6rem;}
.news_con .item-title {
  height: 3rem;
  font-size: 1.2rem;
  line-height: 3rem;
  color: #333;
  padding: 0 0 0 1.5rem;
  position: relative;
}
.news_con .item-title:before {
  position: absolute;
  top: 1.27rem;
  left: .5rem;
  width: 0;
  height: 0;
  border-top: .3rem solid transparent;
  border-bottom: .3rem solid transparent;
  border-left: .3rem solid #333;
  content: "";
}
.news_con .item-title a {
  display: block;
  height: 3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news_con .item-time-years {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1rem;
  line-height: 3rem;
  color: #888;
  z-index: 10;
}
.news_con .prod-hot-list dt {
  display: none;
}
.news_con .prod-hot-list dl {
  border-bottom: #333 1px dashed;
}
.news_con .prod-hot-name {
  height: 3rem;
  font-size: 1.2rem;
  line-height: 3rem;
  color: #333;
  padding: 0 0 0 1.5rem;
  position: relative;
}
.news_con .prod-hot-name:before {
  position: absolute;
  top: 1.27rem;
  left: .5rem;
  width: 0;
  height: 0;
  border-top: .3rem solid transparent;
  border-bottom: .3rem solid transparent;
  border-left: .3rem solid #333;
  content: "";
}
.news_con .prod-hot-name a {
  display: block;
  height: 3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news_con .prod-hot-desc,
.news_con .prod-hot-link {
  display: none;
}
/*内页部分*/
/****************副导航***************/
.left-nav-01 {
  position: relative;
}
.left-nav-01-icon {
  position: absolute;
  top: 2rem;
  right: 3%;
  width: 2rem;
  height: 2rem;
  background-image: url(../images/nav-icon1.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 2rem 2rem;
  cursor: pointer;
}
.left-nav-01-icon2 {
  display: none;
  width: 1.2rem;
  height: 1.2rem;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  top: 1.2rem;
  left: 2rem;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.left-nav-01-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 9;
}
.left-nav-01-list {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 640px;
  margin: 0 auto;
  z-index: 111;
}
.left-nav-01-con {
  position: relative;
  z-index: 99;
  float: right;
  margin-right: -83.867%;
  width: 83.867%;
  height: 100%;
  background: #fff;
  padding: 0 0 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}
.left-nav-01-title {
  height: 5rem;
  font-size: 2rem;
  line-height: 5rem;
  text-align: center;
  background-color: #fff;
}
.left-nav-01-one a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.left-nav-01-one > li {
  background-color: #f4f5f7;
  border-top: 1px solid #e4e4e4;
  font-size: 0;
  line-height: 0;
  position: relative;
}
.left-nav-01-one > li::after {
  content: "";
  width: .7rem;
  height: .7rem;
  border-right: 1px solid #666666;
  border-top: 1px solid #666666;
  position: absolute;
  top: 1.35rem;
  right: 1rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.left-nav-01-one > li > h3 > a {
  max-width: 80%;
  display: inline-block;
  height: 3.75rem;
  font-size: 1.2rem;
  line-height: 3.8rem;
  color: #333;
  padding: 0 0% 0 7.5%;
  overflow: hidden;
}
.left-nav-01-one > li.sidenavcur > h3 > a {
  color: #d40c1a;
}
.left-nav-01-one > li.cur::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all 1s ease;
}
.left-nav-01-one > li.sidenavcur .left-nav-01-two {
  display: block;
}
.left-nav-01-two {
  display: none;
  border-top: 1px solid #e4e4e4;
  font-size: 1.4rem;
  line-height: 2.8rem;
  background: #fff;
}
.left-nav-01-two li {
  padding: 0 3% 0 12%;
  border-bottom: 1px solid #e4e4e4;
}
.left-nav-01-two li.sidenavcur a {
  color: #d40c1a;
}
.left-nav-01-two li:nth-last-child(1) {
  border-bottom: 0 !important;
}
.left-nav-01-two a {
  display: block;
  height: 3.75rem;
  font-size: 1.1rem;
  line-height: 3.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #555;
}
.htmlbody {
  height: 100%;
  overflow: hidden;
}
/*联系信息*/
.fdh-01-tit {
  background: #d40c1a;
  height: 4rem /* 80/20 */;
}
.fdh-01-tit h3 {
  height: 3.75rem /* 75/20 */;
  font-size: 1.2rem /* 24/20 */;
  font-weight: normal;
  line-height: 3.75rem /* 75/20 */;
  color: #333333;
  border-bottom: 1px solid #fff;
  text-align: center;
  overflow: hidden;
}
.p6-order-form-1-add {
  border: 1px solid #eee;
  overflow: hidden;
  margin-bottom: 2rem /* 40/20 */;
}
.p6-order-form-1-add ul {
  padding: 1rem /* 20/20 */ 0.6rem /* 12/20 */;
}
.p6-order-form-1-add li {
  font-size: 0.7rem /* 14/20 */;
  font-weight: normal;
  line-height: 1.7rem /* 34/20 */;
  color: #666666;
}
/*热品推荐*//*标题通用样式*/
.pro-title {
  border-left: 0.15rem solid #d40c1a;
  margin-bottom: 1.5rem;
  padding-left: .75rem;
  overflow: hidden;
  line-height: 0;
  display: flex;
  align-items: center;
}
.pro-title p {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #282828;
  line-height: 1.5rem;
  overflow: hidden;
}
.pro-title span {
  display: inline-block;
  max-width: 50%;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5rem;
  color: #cccccc;
  text-transform: uppercase;
  padding-left: .5rem;
  vertical-align: bottom;
}
/*热品推荐*/
.prod-hot {
  width: 94%;
  margin: 0 auto;
  padding: 3rem 3%;
  background-color: #fff;
}
.prod-hot .prod-hot-swit {
  display: flex;
  justify-content: space-between;
}
.prod-hot .prod-hot-list dl {
  width: 48.28%;
  position: relative;
  border-bottom: solid 0.3rem #d40c1a;
}
.prod-hot .prod-hot-list dl dd {
  font-size: 0;
  line-height: 0;
}
.prod-hot .prod-hot-name {
  height: 3rem;
  padding: 0 .5rem;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 3rem;
  color: #000000;
  background-color: #f2f2f2;
  text-align: center;
}
.prod-hot .prod-hot-name a {
  display: block;
  height: 3rem;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.prod-hot .prod-hot-link,
.prod-hot .prod-hot-desc {
  display: none;
}
.prod-hot .prod-hot-prev {
  width: 2rem;
  height: 4rem;
  background-color: #eee;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2rem;
  z-index: 99;
}
.prod-hot .prod-hot-prev::after {
  content: "";
  position: absolute;
  top: 1rem;
  left: .5rem;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem  .75rem  1rem 0;
  border-color: transparent #333 transparent transparent;
}
.prod-hot .prod-hot-prev::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: .5rem;
  z-index: 3;
  margin-right: -0.1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem  .75rem  1rem 0;
  border-color: transparent #eee transparent transparent;
}
.prod-hot .prod-hot-next {
  width: 2rem;
  height: 4rem;
  background-color: #eee;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2rem;
  z-index: 99;
}
.prod-hot .prod-hot-next::after {
  content: "";
  position: absolute;
  top: 1rem;
  right: .5rem;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem  0  1rem .75rem;
  border-color: transparent transparent transparent #333;
}
.prod-hot .prod-hot-next::before {
  content: "";
  position: absolute;
  top: 1rem;
  right: .5rem;
  z-index: 3;
  margin-left: -0.1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem  0  1rem .75rem;
  border-color: transparent transparent transparent #eee;
}
/*分页*/
.pagination-1 {
  padding: 1rem 0 2rem;
  text-align: center;
  font-size: 1.3rem;
  color: #d40c1a;
  line-height: 3rem;
}
.pagination-1 a {
  display: inline-block;
  width: 30%;
  color: #d40c1a;
  border: 1px solid #d40c1a;
  border-radius: 0.5rem;
}
.pagination-1 span {
  vertical-align: top;
  display: inline-block;
  padding: 0 0.5rem;
}
.pagination-1 .page_curr {
  background: #000;
  color: #fff;
  border-color: #000000;
}
.pagination-1 .laypage_first,
.pagination-1 .laypage_last {
  display: none;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*产品列表*/
.prod-list01.list-style-01 {
  padding: 0 4%;
}
.list-style-01 .prod-list01-tit {
  height: 5rem;
  font-size: 1.6rem;
  text-align: center;
  line-height: 5rem;
  padding: 0 1.5rem;
  overflow: hidden;
}
.list-style-01 .prod-list01-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.list-style-01 dl {
  border: 1px solid #dedede;
  background: #fff;
  width: 48%;
  margin: 0 0 1rem;
}
.list-style-01 dl:hover {
  border-color: #d40c1a;
}
.list-style-01 dt img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.list-style-01 dd {
  padding: 0 2%;
}
.list-style-01 .prod-list01-name {
  height: 2.4rem;
  font-weight: normal;
  font-size: 1.2rem;
  color: #333;
  line-height: 2.4rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-style-01 .prod-list01-name a {
  display: block;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-style-01 .prod-list01-list-desc {
  display: none;
  height: 2rem;
  font-size: 1rem;
  line-height: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*产品橱窗*/
.product-title {
  height: 3.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3%;
  position: relative;
  background-color: #d40c1a;
}
.product-title .product-title-tit {
  height: 3.5rem;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 3.5rem;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  overflow: hidden;
}
.pro-show {
  padding-bottom: 2rem;
}
.pro-show-pic {
  position: relative;
  width: 93.75%;
  margin: 0 auto 2rem;
  padding-top: 1.5rem;
}
.pro-show-prev,
.pro-show-next {
  width: 1.5rem;
  height: 1.5rem;
  border: 0.1rem /* 2/20 */ solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  z-index: 22;
}
.pro-show-prev {
  left: 2%;
  border-style: none none solid solid;
}
.pro-show-next {
  right: 2%;
  border-style: solid solid none none;
}
.pro-show-pic .pro-show-page {
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.5rem;
  color: #787878;
  position: absolute;
  left: 0;
  bottom: .8rem;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: .8rem;
  z-index: 22;
}
.pro-show-pic li img {
  width: 100%;
  display: block;
}
.pro-show-desc {
  width: 93.75%;
  margin: 0 auto 0;
}
.pro-show-desc span {
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 2.4rem;
  color: #666666;
}
.m4-pho {
  height: 3.5rem;
  width: 94%;
  margin: 1rem auto 0;
  overflow: hidden;
  background: #d40c1a;
  color: #fff;
  text-align: center;
}
.m4-pho span {
  padding: 0 1%;
  word-break: break-all;
  white-space: normal;
  max-width: 48%;
  display: inline-block;
  overflow: hidden;
  font-size: 1.2rem;
  line-height: 3.5rem;
  height: 3.5rem;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m4-pho em {
  padding: 0 1%;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
  max-width: 48%;
  font-size: 1.3rem;
  display: inline-block;
  height: 3.5rem;
  line-height: 3.5rem;
  color: #fff;
}
.m4-pho em a {
  color: #fff;
  display: inline-block;
  width: 100%;
  word-break: break-all;
  white-space: normal;
}
/*det*/
.det {
  width: 94%;
  margin: 0 auto;
  padding: 3rem 3% 2rem;
  background-color: #f2f2f2;
}
.det-title {
  height: 3rem;
  background-color: #ddd;
}
.det-title span {
  display: inline-block;
  max-width: 100%;
  padding: 0 1rem;
  text-align: center;
  height: 3rem;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 3rem;
  color: #333333;
  overflow: hidden;
  background-color: #d40c1a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.det-pic {
  padding: 1.5rem 3% 0;
}
.img-block {
  padding: 0.5rem;
  background-color: #fff;
  margin-bottom: 1.5rem;
}
/*产品详情*/
.prod-content {
  margin: 0 3%;
}
.prod-con-img {
  box-shadow: 0 0 .25rem #cac8c8;
  margin-bottom: 1rem;
}
/**/
.prod-chara {
  padding: 3rem 3% 0;
}
.prod-chara-con {
  margin-bottom: 1rem;
}
/**/
.prod-detai {
  padding: 3rem 3% 0;
}
.prod-detai-con .swiper-slide {
  background: #f5f5f5;
  margin-bottom: 1.5rem;
  box-shadow: .15rem .15rem .25rem #d8d8d8;
}
.prod-detai-ys-con {
  padding: .8rem 2% 2rem;
}
.prod-detai-ys-txt {
  margin-bottom: .5rem;
}
.prod-detai-ys-txt i {
  width: 3.5rem;
  height: 3.25rem;
  float: left;
  margin-right: -3.5rem;
  color: #fff;
  background: #d40c1a;
  display: block;
  text-align: center;
  font-style: italic;
  font-family: "Arial";
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.15rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.prod-detai-ys-txt p {
  padding-left: 4rem;
  height: 2rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2rem;
  color: #C61215;
  overflow: hidden;
}
.prod-detai-ys-txt span {
  display: block;
  padding-left: 4rem;
  height: 1.2rem;
  font-size: 1rem;
  font-family: arial;
  color: #ccc;
  line-height: 1.2rem;
  text-transform: uppercase;
  overflow: hidden;
}
.prod-detai-ys-desc {
  font-size: 1.2rem;
  line-height: 2.2rem;
}
.prod-detai-pagin {
  height: 2rem;
  text-align: center;
}
.prod-detai-pagin span {
  display: inline-block;
  margin: 0 .5rem;
  width: 2rem;
  height: .8rem;
  background: #eee;
  border-radius: 20%;
}
.prod-detai-pagin span.cur {
  background-color: #d40c1a;
}
/**/
.prod-para {
  padding: 3rem 3% 0;
}
/**/
.prod-company {
  padding: 3rem 3% 0;
}
.prod-company-ys-con {
  padding-top: 1rem;
}
.prod-company-ys-txt {
  border-bottom: 1px solid #d40c1a;
  margin-bottom: .75rem;
}
.prod-company-ys-txt p {
  padding-left: 2.5rem;
  height: 2rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #d40c1a;
  line-height: 2rem;
  overflow: hidden;
}
.prod-company-ys-txt span {
  display: block;
  width: 2rem;
  height: 2rem;
  float: left;
  background-color: #d40c1a;
  font-size: 1.1rem;
  color: #fff;
  line-height: 2rem;
  text-align: center;
  overflow: hidden;
}
.prod-company-pagin {
  height: 2rem;
  text-align: center;
}
.prod-company-pagin span {
  display: inline-block;
  margin: 0 .5rem;
  width: 3rem;
  height: .8rem;
  background: #eee;
  border-radius: 1rem;
}
.prod-company-pagin span.cur {
  background-color: #d40c1a;
}
.prod-company-ys-desc {
  font-size: 1.1rem;
  line-height: 2rem;
  color: #111017;
  overflow: hidden;
  margin-bottom: 1rem;
}
.prod-company-ys-01 {
  margin-bottom: 2rem;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*资讯列表*/
.prod-list01.list-style-02 {
  padding: 0 3%;
}
.list-style-02 .prod-list01-tit {
  height: 5rem;
  font-size: 1.6rem;
  text-align: center;
  line-height: 5rem;
  padding: 0 1.5rem;
  overflow: hidden;
}
.list-style-02 .prod-list01-list {
  border-top: 0.05rem solid #e5e5e5;
}
.list-style-02 dl {
  padding: 1.25rem 0;
  border-bottom: .05rem solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list-style-02 dl:hover {
  border-color: #d40c1a;
}
.list-style-02 dt {
  width: 39.5%;
}
.list-style-02 dt img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.list-style-02 dd {
  width: 56%;
  padding: 0 2%;
}
.list-style-02 .prod-list01-name {
  height: 2.6rem;
  font-weight: 400;
  font-size: 1.6rem;
  color: #333;
  line-height: 2.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-style-02 .prod-list01-name a {
  display: block;
  color: #111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-style-02 .prod-list01-list-desc {
  max-height: 4rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-style-02 .prod-list01-link {
  display: none;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*资讯详情*/
.article-title {
  width: 93.75%;
  font-size: 2rem;
  color: #000;
  line-height: 2.5rem;
  text-align: center;
  border-bottom: 1px solid #a3a3a3;
  margin: 0.6rem auto;
  padding: 1rem 0;
}
.article-desc {
  width: 93.75%;
  margin: 0 auto 2rem;
  border: 1px solid #ccc;
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding: 0.5rem 1rem ;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.article-desc-t2 {
  display: initial;
}
.article-con {
  width: 93.75%;
  margin: 0 auto 2rem;
}
/**/
/*关于我们----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.com-title {
  text-align: center;
  height: 6rem;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #333;
}
.com-title p {
  font-weight: bold;
  height: 2.5rem;
  font-size: 1.6rem;
  color: #111;
  letter-spacing: .3rem;
  line-height: 2.5rem;
  overflow: hidden;
}
.com-title span {
  display: block;
  height: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  overflow: hidden;
}
.company {
  padding: 1.5rem 3%;
  margin-bottom: 2rem;
}
.company .com-img {
  margin-bottom: 0;
}
.com-con {
  box-shadow: 0 0 .25rem #cac8c8;
  padding: 1rem;
}
.com-txt {
  position: relative;
  padding-top: 3rem;
}
.com-name {
  position: absolute;
  left: 0;
  top: -2.5rem;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.com-name2 {
  padding: 0.75rem 1rem 0;
  background: #d40c1a;
  height: 4.25rem;
  display: inline-block;
  color: #fff;
}
.com-name2 p {
  height: 2.2rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  overflow: hidden;
}
.com-name2 span {
  display: block;
  height: 1.4rem;
  font-size: 1rem;
  line-height: 1.4rem;
  overflow: hidden;
}
.com-desc {
  color: #333;
}
/**/
.corporate-culture {
  padding: 0 3%;
  margin-bottom: 2rem;
}
.cor-cul-con dd {
  padding: 0 .9rem 2rem 1.05rem;
  background: #f8f8f8;
}
.cor-cul-name {
  height: 2rem;
  font-size: 1.4rem;
  color: #d40c1a;
  line-height: 1.5rem;
  padding-top: .8rem;
  overflow: hidden;
}
.cor-cul-txt {
  height: 2.4rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  line-height: 2.4rem;
  margin-bottom: .5rem;
  overflow: hidden;
}
.cor-cul-desc {
  color: #333;
}
/*联系我们----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.contact {
  padding-top: 2rem;
  width: 93.75%;
  margin: 0 auto;
}
.contact-title {
  text-align: center;
  height: 6rem;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #333;
}
.contact-title p {
  font-weight: bold;
  height: 2.5rem;
  font-size: 1.6rem;
  color: #111;
  letter-spacing: .3rem;
  line-height: 2.5rem;
  overflow: hidden;
}
.contact-title span {
  display: block;
  height: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  overflow: hidden;
}
.contact-txt-pic {
  margin-bottom: 1rem;
}
.contact-txt {
  padding: 0.5rem 2%;
  margin-bottom: 2rem;
  background: #f4f4f4;
}
.contact-txt > p {
  font-size: 1.4rem;
  line-height: 2.5rem;
}
.contact-txt .contact-txt-desc {
  color: #444;
  font-size: 1.2rem;
}
.contact-list {
  margin-bottom: 2rem;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.contact-deta {
  width: 48%;
  border: 1px solid #eee;
  text-align: center;
  color: #666;
  padding: 1rem 0.5rem 0.5rem;
  margin-bottom: 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-deta.last {
  margin-right: 0;
}
.contact-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #d40c1a;
  border-radius: 50%;
  margin: 0 auto 1rem;
  overflow: hidden;
}
.contact-list-txt {
  font-size: 1.4rem;
  color: #333;
  line-height: 2rem;
}
.contact-info {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #555;
  word-wrap: break-word;
}
.contact-info a {
  color: #555;
}
.contact-map {
  margin-bottom: 3rem;
}
.contact-map img {
  width: auto;
  max-width: 100%;
}
.ke-content .p span,
.ke-content .kindeditor_img-block span {
  font-size: 1.4rem !important;
}
/*STRUCTURE_STYLE_START*/
.parameter01206 .blk-content {
  background-color: #f5f4f4 !important;
}
/*STRUCTURE_STYLE_END*/