.wrap{
  width: 1200px;
  margin: 0 auto;
}
/* header */
.header-top{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 50px;
  background-color: var(--main-color);
}
.outer-chain{
  height:50px;
  display: flex;
}
.outer-chain li{
  width: 150px;
  height: 100%;
}
.outer-chain a,
.outer-chain span{
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.outer-chain li:hover{
  background-color: #c8220c;
}
.header-banner{
  width: 100%;
  height: 340px;
  margin-top: 50px;
  background: url('../img/head-banner.png') no-repeat center;
  background-size: cover;
}
/* footer */
.footer-wrap{
  padding: 20px 0;
  background-color: var(--main-color);
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.footer-wrap p{
  margin-top: 10px;
}
.footer-pic img{
  width: 80px;
  height: 80px;
  margin: 0 24px;
}
/* 右侧固定 */
.back-index{
  position: fixed;
  right: 16px;
  bottom: 300px;
	z-index: 999;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: rgb(232 56 32 / 31%);
  margin: 30px 0;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.to-top{
  bottom: 200px;
}
.back-index img{
  width: 40px;
}
.back-index:hover span{
	color: #fff;
}
.back-index:hover{
	background-color: #C81901;
}
/* 首页 */
.top-list-wrap{
  margin-bottom: 30px;
  margin-top: 30px;
}
.swiper-wrap{
  width: 560px;
  height: 340px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.swiper-list{
  display: flex;
  height: 100%;
  transition: all 0.5s;
}
.swiper-wrap li{
  width: 100%;
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
.swiper-title{
  width: 100%;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  box-sizing: border-box;
  padding-right: 80px;
  padding-left: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.indicator{
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.indicator span{
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
.indicator .current-span{
  background-color: var(--main-color);
}
.top-list-wrap .pro-wrap{
  margin-left: 20px;
  width: 620px;
}
.pro-title{
  background-color: var(--main-color);
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border-radius: 2px;
  padding: 0 10px;
  box-sizing: border-box;
}
.pro-title h3{
  font-size: 20px;
  font-weight: bold;
}
.pro-title span{
  font-size: 16px;
}
.pro-title .layui-icon{
  font-size: 16px;
}
.pro-list-wrap .layui-icon{
	font-size: 16px;
}
.pro-top{
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #ccc;
}
.top-title{
  font-size: 18px;
  text-indent: 36px;
  font-weight: bold;
  color: #666;
  margin: 10px 0;
  text-align: center;
}
.top-title:hover{
  color: var(--main-color);
}
.top-desc{
	font-size: 16px;
	line-height: 26px;
	color: #666;
}
.top-desc:hover{
	color: var(--main-color);
}
.detail-btn{
  font-size: 16px;
  color: #999;
}
.detail-btn:hover{
  color: var(--main-color);
}
.pro-wrap .article-list{
  padding: 0;
  width: 100%;
  height: 172px;
}
.content-wrap{
  margin-top: 30px;
  align-items: flex-start;
}
.content-left{
  width: 822px;
}
.pro-list-wrap{
  width: 100%;
}
.pro-list-wrap{
  margin-bottom: 30px;
}
.pro-list-wrap .pro-wrap{
  width: 375px;
  padding-right: 20px;
  border-right: 1px dashed #ccc;
  margin-right: 20px;
}
.pro-list-wrap .pro-wrap:last-child{
  border-right: none;
}
.pro-list-wrap .pro-title{
  height: 36px;
  line-height: 36px;
}
.pro-list-wrap .pro-title h3{
  font-size: 17px;
}
.pro-list-wrap .pro-title span{
  font-size: 16px;
}
.pro-list-wrap li{
  margin-top: 15px;
  margin-bottom: 0;
}
.pro-list-wrap li .article-date{
  width: 80px;
}
.pro-pic{
  width: 100%;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding-right: 30px;
}
.pro-pic img{
	width: 100%;
}
.pic-list-title{
  font-size: 24px;
  color: var(--main-color);
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
.pic-list-title span{
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: var(--main-color);
  margin: 0 1px;
}
.sf-swiper{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.sf-swiper .sf-pic-list{
  display: flex;
  height: 100%;
  transition: all 0.3s;
}
.sf-pic-list li{
  width: 224px;
	height: 160px;
  margin-right: 20px;
  flex-shrink: 0;
}
.pic-list-wrap{
	padding-bottom: 20px;
	overflow: hidden;
}
.sf-pic-list li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sf-pic-list li:last-child{
	margin-right: 0;
}
.sf-swiper:hover .arrow-wrap{
	opacity: 1;
}
.sf-swiper .arrow-right{
	right: 0;
}
.content-pic{
  width: 378px;
}
.content-pic .pro-pic{
  margin-bottom: 0;
  padding-right: 0;
}
.pro-pic li{
  width: 100%;
  margin-bottom: 10px;
}
.pro-pic li img{
  width: 100%;
}
.pro-code{
  margin: 0 auto;
	width: 100%;
}
.more-btn{
	width: 200px;
	height: 40px;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background-color: var(--main-color);
	border-radius: 2px;
	margin: 0 auto;
}
.more-btn a:hover{
	color: #fff
}

/* 文章详情页 */
.detail-top{
  background: url('../img/h-banner.png') no-repeat center;
  background-size: cover;
  width: 100%;
  height: 580px;
}
.detail-wrap{
  margin-top: -140px;
}
.crumb-wrap{
  padding: 0 0 24px 40px;
  border-bottom: 1px solid #bfbfbf;
  margin: 0 32px;
}
.crumb-wrap a{
  font-size: 14px;
  color: var(--text-color);
  margin-right: 10px;
}
.crumb-wrap img{
  margin: 0 15px;
  width: 8px;
}
.article-wrap{
  padding: 40px 32px;
  box-sizing: border-box;
}
.article-title{
  font-size: 30px;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
  line-height: 48px;
}
.article-title-pre{
	margin: 0;
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
}
.article-title-sub{
	margin: 0;
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
}
.article-info{
  font-size: 16px;
  color: var(--text-color);
}
.article-date{
  margin-right: 25px;
}
.article-content{
  margin-top: 24px;
  border-top: 1px dashed #bfbfbf;
  padding-top: 24px;

}
.article-content p{
  font-size: 16px;
  text-align: justify;
  line-height: 32px;
  color: var(--text-color);
  margin: 15px 0;
}
.scan-code{
  width: 140px;
  margin: 60px auto 0;
  font-size: 16px;
  color: var(--text-color);
  line-height: 32px;
  text-align: center;
}
.editor-wrap{
  margin: 10px auto 60px;
  font-size: 16px;
  color: var(--text-color);
  text-align: right;
}
/* 列表页 */
.list-header{
  height: 70px;
  line-height: 70px;
  border-bottom: 3px solid var(--main-color);
  box-sizing: border-box;
  background: #fff;
}
.list-header h2{
  height: 100%;
  width: 250px;
  text-align: center;
  background: var(--main-color);
  color: #fff;
  font-size: 24px;
  border-radius: 4px 4px 0 0;
}
.list-header .crumb-wrap{
  padding: 0 0 0 24px;
  line-height: 70px;
  margin: 0;
  border: none;
}
.list-content{
  min-height: 480px;
  background: #fff;
}
.list-title{
  width: 250px;
  background: #f8f8f8;
  flex-shrink: 0;
}
.list-title li{
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 100%;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 16px;
  box-sizing: border-box;
}
.list-title li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 0;
  background: var(--main-color);
  transition: height 0.3s;
}
.list-title .current{
  background: #fff;
}
.list-title .current::before{
  height: 100%;
}
.list-wrap{
  width: 100%;
  height: 100%;
  flex-direction: column;
  box-sizing: border-box;
  padding-bottom: 10px;
}
.article-list{
  width: 950px;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
}
.article-title-list{
  margin-bottom: 15px;
  position: relative;
  padding-left: 14px;
}
.article-title-list::before{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #666;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.article-title-list a{
  display: block;
  font-size: 15px;
  color: #666;
  width: 100%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.article-title-list a:hover{
  color: var(--main-color);
}
.article-title-list .article-date{
  flex-shrink: 0;
  width: 80px;
  text-align: right;
  font-size: 16px;
  color: #999;
  margin-right: 0;
}
.article-page{
  width: 100%;
  flex-shrink: 0;
  padding-left: 2px 5px;
  margin-bottom: 15px;
}
.article-page li{
  margin: 0 5px;
  background: #f4f4f5;
  color: #606266;
  min-width: 30px;
  height: 28px;
  line-height: 28px;
  padding: 0 4px;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
  border-radius: 2px;
}
.article-page .actived{
  background: var(--main-color);
  color: #fff;
}
/* 新闻列表页 */
.news-wrap{
  margin-top: -200px;
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.news-list li{
  padding: 30px 0;
  border-bottom: 1px dashed #d9d9d9;
  width: 100%;
}
.news-pic{
  width: 200px;
  height: 150px;
  margin-right: 40px;
  flex-shrink: 0;
}
.news-pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-info{
  width: 100%;
}
.news-title{
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.news-title:hover{
  color: var(--main-color);
}
.news-date{
  font-size: 14px;
  color: #ababab;
  margin-bottom: 30px;
}
.news-txt{
  font-size: 16px;
  color: #666;
  line-height: 28px;
}
.news-txt:hover{
  color: var(--main-color);
}
.layui-laypage{
  margin: 10px auto;
  display: block;
  text-align: center;
}
.layui-laypage a, .layui-laypage span{
  border: none;
  margin:  0 5px;
  background-color: #f4f4f5;
  color: #606266;
  font-weight: bold;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
  background-color: var(--main-color);
}
.layui-laypage a:hover{
  color: var(--main-color);
}
.layui-laypage .layui-laypage-prev,
.layui-laypage .layui-laypage-next{
  padding: 0;
}
.layui-laypage-prev span,
.layui-laypage-next span{
  padding: 0 10px;
}
/* 专题页 */
.topic-pic{
  margin-bottom: 40px;
  background-color: #fff;
  padding: 20px;
}
.topic-pic img{
  width: 100%;
}

.zt-swiper{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 30px;
}
.zt-pic{
  display: flex;
	height: 100%;
	transition: all 0.3s;
}
.zt-pic li{
  width: 390px;
  flex-shrink: 0;
	position: relative;
	flex-shrink: 0;
	margin-right: 10px;
}
.arrow-wrap{
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 30px;
	height: 50px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	opacity: 0;
	cursor: pointer;
}
.zt-swiper:hover .arrow-wrap{
	opacity: 1;
}
.arrow-left{
	left: 0;
}
.arrow-right{
	right: 10px;
}
.layui-layer-btn .layui-layer-btn0{
	background-color: var(--main-color) !important;
	border-color: var(--main-color) !important;
}

 #page:after{
   clear: both;
 }
#page dd{
  display: inline-block;
  font-size: 14px;
  background-color: #f4f4f5;
  margin: 0 5px;
}
#page dd a{
  display: inline-block;
  padding:0 8px;
  line-height: 28px;
  border-radius: 2px;
}
#page dd a.active{
  background-color: #d6311b;
  color: #fff;
}