.container {
  width: 1300px;
  margin: 0 auto;
}

.top {
  height: 40px;
  background: #dfdcd5;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  position: relative;
  z-index: 3;
}

.top_info {
  display: flex;
  justify-content: space-between;

}

.top_items {
  display: flex;
  position: relative;
}

.top_items p {
  position: relative;
  text-align: center;
  color: #333;
}

.top_items p a {
  color: #333;
}

.top_items p a:hover {
  color: #b68c24;
}
.top_items p:hover {
  color: #b68c24;
}

.top_items p::after {
  content: '|';
  padding-left: 10px;
  padding-right: 10px;

}

.top_items p:last-child::after {
  content: '';
}

/* header */
.header {
  height: 120px;
  background: url(../images/headerbg.jpg) repeat-x left top;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tel {
  height: 60px;
  background: url(../images/ct_06.jpg) no-repeat left center;
  display: flex;
  flex-direction: column;
  padding-left: 70px;
  justify-content: center;
}

.tel p {
  text-transform: uppercase;
  font-size: 12px;
}

.tel strong {
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
}

/* 导航 */
.nav {
  height: 50px;
  background: url(../images/bg_02.jpg) no-repeat center;
}


.menu ul li {
  float: left;
  height: 50px;
  line-height: 50px;
  position: relative;
  width: 185px;
  text-align: center;
}

.menu ul li a {
  display: inline-block;
  font: 18px "Microsoft Yahei";
  text-align: center;
  color: #333;
  font-weight: 400;

}

.menu ul li a:hover,
.menu ul .cur a {
  text-decoration: none;
  color: #333;
  text-align: center;
}

.menu ul li.nobot {
  background: none
}

.h_nav ul li .erj {
  display: none;

  position: absolute;
  z-index: 999;
  top: 50px;
  left: 0;
  text-align: center;
  background: rgba(250, 250, 250, 0.9);
  border-radius: 0 0 6px 6px;
  padding-bottom: 10px;
}

.h_nav ul li .erj li {
  background: none;
  height: 42px;
  overflow: hidden;
  display: block;
  float: none;
  text-align: center;
}

.h_nav ul li .erj li a {
  padding: 0;
  border: 0;
  color: #6f5000;
  text-align: center;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  font-weight: normal;
}

.h_nav ul li .erj li a:hover {
  background: none;
  font-weight: 600;
  color: #6f5000;
}

.h_nav ul li.cur .erj li a {
  background: none;
  font-weight: normal;
  color: #6f5000;
  text-align: center;
}



.fangyan {
  height: 47px;
  background: url(../images/bg_04.jpg) no-repeat center top;
}

.wall {
  height: 140px;
  background: #b78e24;
}

.tese {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.tese li {
  border: 2px solid #a27c1b;
  padding: 20px 30px;
  border-radius: 10px;
  color: #6f5000;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  margin-top: 20px;
  position: relative;
}

.tese li::before {
  content: '';
  position: absolute;
  background: #b78e24;
  width: 60px;
  height: 10px;
  left: 50%;
  top: -5px;
  transform: translateX(-50%);
}

/* 轮播图 */
.ban {
  /* height: 580px; */
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ban .swiper-container {
  width: 100%;
  height: 100%;
}

.ban .swiper-slide img {
  width: 100%;
  height: auto;
  /* min-height: 100%; */
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}

.swiper-slide-active img,
.swiper-slide-duplicate-active img {
  transition: 4s linear;
  transform: scale(1, 1);
}

.ban .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}

.ban .swiper-slide-active img,
.ban .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}

/* 简介&产品 */
.bg1 {
  background: url(../images/bg_06.jpg) no-repeat center top #fff;
  padding: 50px 0;
}

.title {
  width: auto;
  margin: 0 auto;
  position: relative;
}

.title h2 {
  width: 430px;
  height: 70px;
  margin: 0 auto;
  font-size: 42px;
  font-weight: 400;
  text-align: center;
  background: url(../images/titlebg_14.png)no-repeat center;
  color: #121212;
}
.title h2 a{
  color: #121212;
}

.title p {
  margin: 0 auto;
  text-align: center;
  color: #333;
  font-size: 20px;
  line-height: 2;
}

.about {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;

}

.about .abtpic {
  width: 520px;
  margin-right: 80px;
}

.about .abtpic img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.about .text {
  flex: 1;
  font-size: 18px;
  line-height: 2;
  color: #333;
}

.about .text p {
  margin-bottom: 5px;
}

.piclist {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}

.piclist li {
  width: 190px;
  height: 190px;

}

.piclist li img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #d6d6d6;
}

.fenlei {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.fenlei li {
  font-size: 24px;
  margin: 0 40px;

}

.fenlei li a {
  color: #666;
}

/* 产品 */
.pro {
  margin-top: 50px;
}

.pro .swiper-container {
  width: 100%;
  height: 100%;
}

.pro .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
  border-radius: 20px;
  overflow: hidden;
}

.pro .swiper-slide img {
  width: 100%;
  height: auto;
}

.pro .swiper-slide-active,
.pro .swiper-slide-duplicate-active {
  transform: scale(1);
}

/* 井陉窑工艺 */
.gongyi {
  margin-top: 100px;
}

.gy_pic {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

.gy_pic li {
  margin-right: 6px;
}

.gy_pic li:last-child {
  margin-right: 0;
}

.gy_pic .second {
  display: flex;
  flex-direction: column;

}

.gy_pic .second .flow1 {
  margin-bottom: 6px;
}

.gy_pic .second .flow2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.gy_pic .second .flow2 p {
  width: 49%;
}

.gy_pic .second .flow2 p img {
  width: 100%;
  height: auto;
}


/* 最新资讯 */
.bg2 {
  background: url(../images/bg_08.jpg) no-repeat center top #fff;
  padding: 50px 0;
}

/*专家*/
.bg3 {
  background: url(../images/bg_09.jpg) no-repeat center top;
  padding: 180px 0 70px 0;
}

.zhuanjia {
  display: flex;
  justify-content: space-between;
}

.zhuanjia li {
  width: 160px;
}

.zhuanjia li:nth-child(3) {
  width: 242px;
}

.zhuanjia li:nth-child(2n) {
  margin-top: 50px;
}

.zhuanjia li img {
  width: 100%;
  height: auto;
}

.zhuanjia .zj_pic {
  border: 3px solid #cecbc2;
}

.zhuanjia .zj_info {
  text-align: center;
  margin-top: 10px;
}

.zhuanjia .zj_info h3 {
  color: #333;
  font-size: 18px;
  line-height: 2;
}

.zhuanjia .zj_info p {
  color: #666;
}

/* 新闻资讯 滑动 */
.news {
  position: relative;
  margin-bottom: 70px;
}

.newpic {
  width: 525px;
  margin-right: 70px;
}

.newlist {
  flex: 1;
}

.bdb {
  border-bottom: 1px solid #e2e2e0;
}

.bd_bt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 10px;

}

.bd_bt h3 {
  font-size: 30px;
  color: #666;
  text-align: center;
  width: 40%;
  margin-right: 100px;
}

.bd_bt .hdm {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.bd_bt .hdm li {
  font-size: 20px;
  color: #666;
  cursor: pointer;
}

#tab {
  width: 100%;
  height: auto;
  position: relative;
  margin: 40px auto 0 auto;
}

/*设置容器高宽等*/
#tab div {
  display: none;
}

/*设置容器默认隐藏:不用ID是因为下面将利用class来控制容器显示,而class优先级低于id选择器*/
#tab .block {
  display: block;
}

#tab .tab_item {
  display: flex;
  justify-content: space-between;
}

#tab .tab_item .hot_info {
  width: 525px;
  margin-right: 65px;
}

#tab .tab_item .hot_info dt {
  border: 5px solid #bfc1c0;
}

#tab .tab_item .hot_info dd {
  text-align: center;
  font-size: 18px;
  color: #777;
  line-height: 3;
}
#tab .tab_item .hot_info dd a{
  color: #777;
}

#tab .tab_item .hot_info img {
  width: 100%;
  height: 340px;
}

#tab .tab_item .xw_list {
  flex: 1;
}

/*选中的容器*/
#tab h3 {
  float: left;
  width: 103px;
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 0;
  font-size: 12px;
  cursor: pointer;
  background-color: #c5c5c5;
  text-align: center;
  color: #5a5a5a;
  font-family: Microsoft YaHei;
  font-weight: normal;
}

/*默认标题样式*/
#tab .up {
  background: #0292cf;
  color: #fff;
}

/*选中的标题样式*/
/*修饰列表内容*/
#tab .xw_list {
  list-style: none;
  padding: 0;

}

#tab .xw_list li {
  height: 44px;
  font-size: 18px;
  line-height: 44px;
  color: #666;
}

#tab .xw_list li a {
  color: #666;
}

#tab .xw_list li a:hover {
  color: #b78e24;
}


/* footer */
.footer {
  background: #b78e24;
  padding: 30px 0;
}

.foot_item {
  display: flex;
  justify-content: space-between;
}

.foot_item li {
  font-size: 16px;
  line-height: 2.5;
  color: #fff;
}

.foot_item li a {
  color: #fff;
}

.foot_item li a:hover {
  color: #d7cfe4;
}

.foot_item li dl dt {
  font-size: 18px;
  line-height: 3;
  color: #fff;
}

.foot_item li:last-child dd.ewm {
  display: flex;
  justify-content: space-between;
}

.foot_item li:last-child dd.ewm span {
  text-align: center;
  font-size: 14px;
  line-height: 2;
}

.foot_item li:last-child dd.ewm span img {
  border-radius: 50%;
  width: 100px;
}

.copy {
  background: #705100;
  height: 55px;
}

.cp_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cp_info p {
  font-size: 14px;
  color: #fff;
  line-height: 55px;
}

.cp_info p a {
  color: #fff;
}

/* 内页 */
.erban {
  width: 100%;
  height: auto;
  position: relative;
}

.erban img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  display: block;

}

.erban h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #fff;
  letter-spacing: 5px;
  line-height: 2;
}

.erban h2::after {
  content: '';
  width: 30px;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* 面包屑导航 */
.mbx {
  height: 60px;
  background: url(../images/mbxbg.jpg) repeat-x left center;
  line-height: 60px;

}

.mbx_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mbx_menu .weizhi {
  background: url(../images/home.png) no-repeat left center;
  padding-left: 25px;
  font-size: 14px;
  color: #666;
}

.mbx_menu .weizhi a {
  color: #666;
}

.mbx_menu .weizhi a:hover {
  color: #705100;
}

.mbx_menu .mbx_item ul {
  display: flex;
  justify-content: space-between;
}


.mbx_menu .mbx_item ul li a {
  color: #333;
  font-size: 16px;
  padding: 0 40px;
  display: block;
}

.mbx_menu .mbx_item ul li a:hover,
.mbx_menu .mbx_item ul li a.active {
  background: #b78e24;
  color: #fff;
  display: block;
}


/* 内容 */
.txt {
  font-size: 18px;
  line-height: 2;
  padding: 50px 0;
  color: #333;
}

.txt p {
  margin: 10px 0;
}

/* 成员 */
.member {
  margin: 50px 0 0 0;
  width: 100%;
  height: auto;
}

.member li {
  float: left;
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  box-shadow: 1px 2px 10px rgba(50, 50, 50, 0.2);
}

.member li:nth-child(5n) {
  margin-right: 0;
}

.member li img {
  width: 100%;
  height: 310px;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.member li .member_info {
  background-color: #f5f5f5;
  padding: 15px 20px;
  text-align: center;
}

.member li .member_info h3 {
  font-size: 18px;
  line-height: 1.5;
  color: #333;
}

.member li .member_info p {
  font-size: 14px;
  margin-top: 5px;
  color: #666;
}



/* 分页样式表 */
.fenye {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}

.pagination {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.pagination__control_prev {
  margin-left: var(--paginationArrowIndent, 4px);
}

.pagination__control_next {
  margin-right: var(--paginationArrowIndent, 4px);
}

.pagination_type5 {
  --paginationArrowIndent: 10px;
}

.pagination_type5 {
  --paginationPageTextColor: #fff;
  --paginationPageActiveTextColor: #fff;
  --paginationPageActiveBgColor: #b78e24;
}

.pagination__item {

  margin: 0 4px;

  display: inline-block;
  background-color: #f1f1f1;
}

.pagination__item a {
  text-decoration: none;
  color: #666;
  padding: 10px 15px;
  display: inline-block;
}

.pagination__item a.pagination__number_active {
  background-color: #b78e24;
  display: inline-block;
  color: #fff;


}


/* 产品展示 */
.pro_list {
  width: 100%;
  margin-top: 50px;
}

.pro_list li {
  float: left;
  width: 410px;
  margin-right: 35px;
  margin-bottom: 35px;
  background: #f5f5f5;
  padding: 10px;
  position: relative;
  z-index: 2;
}

.pro_list li:nth-child(3n) {
  margin-right: 0;
}

.pro_list li .member_pic {
  width: 100%;
  overflow: hidden;
}

.pro_list li img {
  width: 390px;
  height: 390px;
  position: relative;
  z-index: 2;
  transition: all 0.5s;
}

.pro_list li h3 {
  text-align: center;
  line-height: 50px;
  height: 50px;
  font-size: 18px;
  color: #333;
  position: relative;
  z-index: 2;
  display: block;
}

.pro_list li:hover h3 {
  color: #fff;
  display: block;
}

.pro_list li::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #b78e24;
  transition: all .5s ease
}

.pro_list li:hover::after {
  height: 100%;

}

.pro_list li:hover img {
  transform: scale(1.1);
}

/* 新闻 */

.new-list {
  padding-bottom: 20px;
}

.new-list dd {
  margin-bottom: 26px;
  background-color: #fff;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  border: 1px solid #eee;
}

.new-list .img {
  float: left;
  display: block;
  width: 390px;
  height: 260px;
  overflow: hidden;
}

.new-list .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}

.new-list .con {
  float: left;
  margin-left: 5%;
  width: 60%;
  padding-top: 30px;
}

.new-list .t {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  color: #333;
}

.new-list .c {
  font-size: 14px;
  line-height: 2;
  color: #666;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  text-align: justify;
  overflow: hidden;

}

.new-list .nsbot {
  border-top: 1px solid #dedede;
  padding: 12px 0px;
  font-size: 14px;
}

.new-list dd:hover .t {
  color: #b68c24;
}

.new-list dd:hover .more i {
  width: 100%;
}

.new-list dd:hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

.linkA {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.nsbot {
  font-family: arial, helvetica, sans-serif;
  position: relative;
  color: #999;

}

.nsbot .more {
  background: url(../images/more1.png) no-repeat scroll left center;
  width: 29px;
  height: 6px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
}

.nsbot .more i {
  background: url(../images/more2.png) no-repeat scroll left center;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.bgf5 {
  /* background: #f5f5f5; */
  background: #fff;
  padding: 50px 0;
}

.gyhd {
  width: 100%;
  margin: 0 auto;
}

.gyhd ul li {
  float: left;
  width: 410px;
  margin-right: 35px;
  margin-bottom: 35px;

  overflow: hidden;
  transition: all 0.5s;
}

.gyhd ul li:nth-child(3n) {
  margin-right: 0;
}

.gyhd ul li:hover {
  box-shadow: 0 5px 10px rgba(50, 50, 50, 0.2);
}

.gyhd .gyhd_pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gyhd .gyhd_pic img {
  width: 100%;
  height: 268px;
  transition: all 0.5s;
}

.gyhd .gyhd_info {
  background: #f5f5f5;
  padding: 20px;
}

.gyhd .gyhd_info h3 {
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gyhd .gyhd_info p {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}

.contact {
  background: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 0 10px rgba(150, 150, 150, 0.3);

}

.contact .mes {
  background: #f5f5f5;
  width: 50%;
  padding: 30px;
}

.contact .txt {
  flex: 1;
  padding: 30px;
}

.contact h2 {
  font-size: 24px;
  line-height: 2;
  position: relative;
  margin-bottom: 20px;
}

.contact h2::after {
  content: '';
  width: 50px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #b68c24;
}

.contact .mes_item {
  display: flex;
  flex-direction: column;
}

.contact .mes_item input {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  background: #fff;
  margin-bottom: 20px;
  padding: 0 10px;
  font-size: 16px;
  color: #666;
}

.contact .mes_item textarea {
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 16px;
  color: #666;
}

.contact .mes_item input[type="submit"] {
  background: #b68c24;
  width: 150px;
  color: #fff;
  border: none;
  cursor: pointer;
}


/* 详情页 */

.infoPage-box {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0px auto 0;
  padding-bottom: 30px;
}

.infoPage {
  padding: 0px;
}

.infoPage .pageC {
  font-size: 18px;
  line-height: 2;
}

.infoPage .pageC img {
  max-width: 100%;
  height: auto;
}

.infoPage .pageC p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.info-T {
  padding: 48px 20px 24px;
  border-bottom: 1px solid #ccc;

  position: relative;
  text-align: center;
}

.info-T h3 {
  color: #333;
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: center;
}

.info-T time {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
}
 


.previous {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid #aaaaaa;
  position: relative;
}

.previous .previ {
  display: block;
  width: 143px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #666666;
  font-size: 14px;
  border: 1px solid #b5b5b5;
}

.previous .previ i {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 10px;
  height: 11px;
  transition: 0.28s;
}

.previous .prev {
  float: left;
}

.previous .prev i {
  background: url(../images/arrow5.png) center no-repeat;
  margin-right: 16px;
}

.previous .next {
  float: right;
}

.previous .next i {
  background: url(../images/arrow6.png) center no-repeat;
  margin-left: 16px;
}

.backlist {
  display: block;
  width: 145px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  background-color: #adb0b8;
  position: absolute;
  left: 50%;
  margin-left: -72px;
  top: 22px;
}

.backlist:hover {
  background-color: #b68c24
}

.previous .previ:hover {
  background-color: #b68c24;
  border-color: #b68c24;
  color: #fff;
}

.previous .prev:hover i {
  background: url(../images/arrow3.png) center no-repeat;
  margin-right: 18px;
}

.previous .next:hover i {
  background: url(../images/arrow4.png) center no-repeat;
  margin-left: 18px;
}

/* .wxkf{
	position: absolute;
	top: 40px;
  left: 0;
  width: 80px;
  height: 80px;
  display: none;
  z-index: 9999;
} */


.wxkf {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: -2;
  width: 80px;
  height: 80px;
  color: #72727b;
  background-color: #f5f5f5;
  border: 1px solid #e4e4e4;
  border-top: none;
  transition: all 0.5s;
  opacity: calc(0);
  
}
.top_items a.kefu:hover .wxkf{
  opacity: calc(1);
 }