/*ban*/
.ban li {
  height: 300px;
}
/* products */

.pro_list {
  border: 1px solid var(--color);
}
.pro_list > span {
  display: block;
  text-align: center;
  background-color: var(--color);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.pro_list > span i {
  display: block;
  width: 35px;
  height: 4px;
  background-color: var(--color);
  margin: 0 auto;
  margin-top: 10px;
}
.pro_list li {
  margin-bottom: 2px;
  line-height: 53px;
}
.pro_list li a {
  display: block;
  position: relative;
  transition: all 0.4s;
  padding-left: 25px;
}

.pro_list > li:hover > a,
.pro_list > li.on > a {
  border-color: var(--color);
  background-color: var(--color);
  color: #fff;
  font-weight: bold;
}
.pro_list > li:hover > a:before,
.pro_list > li.on > a:before {
  background-color: #fff;
}
.erji li {
  padding-left: 15px;
  transition: all 0.4s;
}
.erji li a {
  transition: all 0.4s;
  color: #888;
  font-size: 14px;
  line-height: 2.1;
}
.erji li:hover {
  background-color: var(--color);
}
.erji li:hover a {
  color: #fff;
}
.side {
  float: left;
  width: 25%;
}
.side h2 {
  margin-left: 0;
  margin-right: 0;
}
.con {
  float: right;
  width: 72%;
}
/*content*/
.con .cont-title {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 2.5;
  padding-left: 10px;
  color: var(--color);
  margin-bottom: 10px;
}
.pagelist {
  text-align: center;
  margin-bottom: 20px;
}
.pagelist span,
.pagelist a {
  margin: 0 3px;
}
.pagelist .nolink,
.pagelist span font,
.pagelist a {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 0 5px;
  cursor: pointer;
}
.pagelist span font {
  color: #fff !important;
  padding: 0 10px;
  border-color: var(--color);
  background-color: var(--color);
}
.pagelist span.nolink:hover {
  background-color: var(--color);
  color: #fff;
}

/*abouts*/
.abouts_list {
  display: flex;
  flex-wrap: wrap;
}

.abouts_list ul{ padding:0; margin:0}
.abouts_list li {
  float: left;
  width: calc( 23% - 20px);
  padding-bottom: 0;
  background-color: #eee;
  text-align: center;

  overflow: hidden;
  line-height: 2.5;padding:0; margin:0; margin-left:1%; margin-right:1%;  margin-bottom: 15px; padding:10px
}

@media screen and (max-width:781px) {
.abouts_list li {
  float: left;
  width: calc( 31.3% - 20px);
  padding-bottom: 0;
  background-color: #eee;
  text-align: center;

  overflow: hidden;
  line-height: 2.5;padding:0; margin:0; margin-left:1%; margin-right:1%;  margin-bottom: 15px; padding:10px
}	
	}
	
@media screen and (max-width:481px) {
.abouts_list li {
  float: left;
  width: calc( 48% - 20px);
  padding-bottom: 0;
  background-color: #eee;
  text-align: center;

  overflow: hidden;
  line-height: 2.5;padding:0; margin:0; margin-left:1%; margin-right:1%;  margin-bottom: 15px;
}	
	}	

.abouts_list li:hover {
  background-color: var(--color);
}
.abouts_list li:hover a {
  color: #fff;
}
.abouts_list li img {
  width: 100%;
  /* height: 260px; */
}
.abouts_list li p {
  height: 35px;
  overflow: hidden;
}

/*相关文章*/
.relate_title {
  display: block;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin-bottom: 10px;
}
.relate_title em {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  font-style: normal;
  text-align: center;
  background-color: var(--color);
  color: #fff;
  font-size: 16px;
}
.relate_article {
  margin-bottom: 20px;
}
.relate_article li {
  float: left;
  width: 48%;
  padding: 0 5px;
  line-height: 2;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.relate_article li:nth-child(2n) {
  float: right;
}
.relate_article li span {
  float: right;
}
/*新闻列表*/
.article_list li {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.article_list li .article_list_left {
  float: left;
  width: 80%;
}
.article_list li span {
  float: right;
  width: 18%;
  text-align: center;
  background-color: #ededed;
  padding: 10px 0;
}
.article_list li span b {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.5;
  display: block;
}
.article_list li span i {
  font-style: normal;
}
.article_list li h3 {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
}
.article_list li h3:before {
  position: absolute;
  display: block;
  content: "";
  width: 4px;
  height: 20px;
  background-color: var(--color);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.article_list li h3 a {
  display: block;
}
.article_list li p {
  color: #777;
}
.article_list li:hover {
  background-color: #eee;
}
.article_list li:hover a {
  color: var(--color);
}
/*news show*/
.article_show h1 {
  font-size: 22px;
  line-height: 2;
}
.article_show span {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 12px;
  display: block;
  margin: 10px 0;
  text-align: left;
}

/*图片放大镜样式*/
.jqzoom {
  float: left;
  border: none;
  position: relative;
  padding: 0px;
  cursor: pointer;
  margin: 0px;
  display: block;
  box-sizing: content-box;
  width: 100%;
  height: 272px;
  overflow: hidden;
  text-align: center;
}
.jqzoom img {
  max-width: 360px;
  margin: 0 auto;
  box-sizing: content-box;
}
.zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 350px;
  height: 263px;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  text-align: center;
  overflow: hidden;
}

.jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  background: #ffffff /*url(../images/zoom.png) 50% center no-repeat*/;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
}
/*图片小图预览列表*/
.spec-preview {
  width: 362px;
  height: 272px;
  border: 1px solid #dfdfdf;
  padding-left: 0 !important;
}
.spec-scroll {
  clear: both;
  margin-top: 5px;
  width: 362px;
}
.spec-scroll .prev {
  float: left;
  margin-right: 4px;
}
.spec-scroll .next {
  float: right;
}
.spec-scroll .prev,
.spec-scroll .next {
  display: block;
  font-family: "宋体";
  text-align: center;
  width: 10px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #ccc;
  background: #ebebeb;
  cursor: pointer;
  text-decoration: none;
}
.spec-scroll .items {
  float: left;
  position: relative;
  width: 322px;
  height: 44px;
  overflow: hidden;
}
.spec-scroll .items ul {
  position: absolute;
  width: 999999px;
  height: 44px;
}
.spec-scroll .items ul li {
  float: left;
  width: 64px;
  text-align: center;
}
.spec-scroll .items ul li img {
  border: 1px solid #ccc;
  padding: 2px;
  width: 50px;
  height: 38px;
  cursor: pointer;
}
.spec-scroll .items ul li img:hover {
  border: 2px solid #ff6600;
  padding: 1px;
  cursor: pointer;
}
.InfoBox {
  float: right;
  display: inline;
  width: 460px;
  height: 314px;
  margin-right: 10px;
  margin-top: 6px;
  line-height: 22px;
  position: relative;
}
.InfoBox .pdTitle {
  font-size: 14px;
  font-weight: bold;
  color: #b30808;
  margin: 12px 0;
}
.pdKeywords {
  color: #4a4a4a;
  font-size: 12px;
  margin-bottom: 6px;
}
.pdClass,
.pdClass a {
  margin-bottom: 6px;
  color: #333;
}
.pdpromo {
  width: 100px;
  height: 36px;
  line-height: 36px;
  background: #b30808;
  text-align: center;
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.xggc {
  width: 100px;
  height: 36px;
  line-height: 36px;
  background: #b30808;
  text-align: center;
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  right: 135px;
}
.xggc a {
  color: #fff;
}
.pdpromo a {
  color: #fff;
}
.pdpromo a:hover {
  color: #fff;
}
.right-extra {
  float: left;
  width: 370px;
  margin-right: 20px;
}
.con_pro_left {
  float: left;
  width: 43%;
}
.con_pro_right {
  float: right;
  width: 55%;
  margin-top: 15px;
}
.con_pro_right h1 {
  font-size: 18px;
  font-weight: bold;
  color: var(--color);
  line-height: 2;
}
.con_pro_show {
  margin-bottom: 10px;
  margin-top: 10px;
}
.con_pro_show_title li {
  float: left;
  width: 140px;
  height: 40px;
  line-height: 40px;
  background-color: #eee;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
  cursor: pointer;
  margin-right: 5px;
}
.con_pro_show_title li.on,
.con_pro_show_title li:hover {
  background-color: var(--color);
  color: #fff;
}
.con_lia {
  background-color: #ccc;
  color: var(--color);
  margin-bottom: 15px;
}
.con_lia h2 {
  font-size: 22px;
  padding: 10px;
}
.page-num-current {
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-link {
  margin: 0 3px;
  color: var(--color);
}
.form-group .btn,
.card-body .btn {
  background-color: var(--color);
  border: none;
}
.pro_list .big-font {
  font-size: 18px;
}
.pro_list > li {
  transition: all 0.5s;
}
.pro_list > li a {
  padding-left: 25%;
}
.pro_list > li > a {
  font-size: 16px;
}
.pro_list li.cho a {
  background-color: var(--color);
  color: #fff;
}
.pagination {
  display: flex;
}
.page-num {
  margin: 0 3px;
}
.cont {
  margin-top: 20px;
  margin-bottom: 20px;
}
.side,
.con {
  margin-bottom: 20px;
}
.con_pro_show_info img {
  max-width: 100%;
}
.pro_conlist:after,
.pro_conlist:before {
  display: none;
}
.pro_conlist {
  display: flex;
  flex-wrap: wrap;
}
.pro_conlist li {
  margin-bottom: 20px !important;
}
.page-num-current {
  color: var(--color);
}
.relate_article {
  margin-top: 30px;
}
