/* 页顶 */
.h-topbar {
  min-width: 1200px;
  height: 25px;
  line-height: 25px;
  background: #fbfbfb;
  border-bottom: solid 1px #dcdcdc;
  position: relative;
  z-index: 1;
}

/* header */
.h-header {
  min-width: 1200px;
  height: 90px;
  line-height: 90px;
  background: #fff;
}
.h-header .logo {
  margin: 15px 0 0 0;
}

/* 导航 */
.h-nav {
  min-width: 1200px;
  height: 50px;
  background: #ba000e;
}
.h-nav .nav-body .li {
  position: relative;
  float: left;
  width: 11.11%;
  height: 50px;
  text-align: center;
}
.h-nav .nav-body .li .child {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 0;
  background: #ba000e;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  opacity: 0;
}
.h-nav .nav-body .li .child a {
  font-size: 14px;
  line-height: 36px;
  display: block;
  color: #fff;
}
.h-nav .nav-body .li .child a:hover,
.h-nav .nav-body .li .child a.on {
  background: #d40e1d;
}

.h-nav .nav-body .li .a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  font: 18px/50px "微软雅黑";
  z-index: 2;
}
.h-nav .nav-body .li .a span {
  position: absolute;
  text-align: center;
  width: 100%;
  display: block;
  height: 50px;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  margin-top: 0;
}
.h-nav .nav-body .li a.on span,
.h-nav .nav-body .li:hover a span {
  margin-top: 50px;
}
.h-nav .nav-body .li:hover .child {
  top: 49px;
  opacity: 1;
  display: inline-block;
  z-index: 9;
}
.h-nav .nav-body .li a span.out {
  top: -0px;
}
.h-nav .nav-body .li a span.over {
  top: -50px;
  height: 50px;
  box-sizing: border-box;
  border-bottom: 3px solid #890912;
  background-color: #d40e1d;
}

/* 展示栏 */
.h-slider {
  min-width: 1200px;
}
.h-slider .swiper-wrapper .swiper-slide {
  height: 0px;
}
.h-slider .swiper-wrapper .swiper-slide.swiper-slide-active {
  height: auto !important;
}
.h-slider .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.h-slider .swiper-button-prev,
.h-slider .swiper-button-next {
  color: #fff;
}

/* 公司要闻 */
.h-news {
  margin-top: 20px;
}
.h-news .news-body {
  background: #fff;
  box-shadow: 1px 1px 21px rgb(0 0 0 / 20%);
  overflow: hidden;
}
.h-news .news-body .swiper-container {
  width: 50%;
  float: left;
}
.h-news .news-body .swiper-container .title {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  z-index: 8;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
}
.h-news .news-body .swiper-container .pic {
  width: 600px;
  height: 400px;
}
.h-news .news-body .swiper-container .title .cage {
  padding: 0 120px 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.h-news .news-body .swiper-container .swiper-pagination {
  text-align: right;
  height: 10px;
  line-height: 10px;
  opacity: 1;
  vertical-align: middle;
  bottom: 20px;
}
.h-news .news-body .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin-right: 5px;
}
.h-news .news-body .swiper-pagination .swiper-pagination-bullet-active {
  background: #ba000e;
}

.h-news .news-body .news-list {
  width: 48%;
  margin-left: 2%;
  float: left;
}
.h-news .news-body .news-list .news_tab {
  height: 50px;
  position: relative;
}
.h-news .news-body .news-list .news_tab .li {
  width: 25%;
  float: left;
}
.h-news .news-body .news-list .news_tab .li .a {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  width: 100%;
  text-align: center;
}
.h-news .news-body .news-list .news_tab .li .a::after {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 0;
  height: 4px;
  width: 0;
  background: #ba000e;
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.h-news .news-body .news-list .news_tab .li.on .a::after,
.h-news .news-body .news-list .news_tab .li:hover .a::after {
  width: 80%;
}
.h-news .news-body .news-list .news_tab .li.on .list {
  display: block;
}
.h-news .news-body .news-list .news_tab .li .list {
  display: none;
  position: absolute;
  width: 580px;
  top: 70px;
  right: 0;
}
.h-news .news-body .news-list .news_tab .li .list .n {
  line-height: 35px;
  font-size: 16px;
  position: relative;
  padding: 0 110px 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.h-news .news-body .news-list .news_tab .li .list .n:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background: #ba000e;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.h-news .news-body .news-list .news_tab .li .list .n .t {
  position: absolute;
  right: 20px;
  top: 0;
  color: #999999;
}

/* 公司服务 */
.h-service .service-body {
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  flex: 1;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.h-service .item {
  cursor: pointer;
  width: 32%;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #e1e1e1;
  padding: 20px 0px;
  background: #fff;
  transition: all 0.6s;
  margin-top: 20px;
  border-radius: 6px;
  box-shadow: 1px 1px 21px rgb(0 0 0 / 20%);
}
.h-service .item:hover {
  background: #880000;
  color: #fff;
}
.h-service .item:hover .p .iconfont {
  color: #fff;
}
.h-service .item .p .iconfont {
  font-size: 54px;
  color: #ba000e;
}
.h-service .item .t {
  font-size: 18px;
  padding-top: 5px;
  font-weight: bold;
}
/* 公司简介 */
.h-info {
  padding-top: 20px;
  overflow: hidden;
}
.h-info .company {
  float: left;
  width: 55%;
}
.h-info .company .cage {
  margin-right: 10px;
  background: #fff;
  box-shadow: 1px 1px 21px rgb(0 0 0 / 20%);
  position: relative;
}
.h-info .company .cage .pic {
  position: absolute;
}
.h-info .company .cage .words {
  padding-left: 200px;
  padding-right: 20px;
  overflow: hidden;
}
.h-info .company .cage .words .t {
  text-align: center;
  margin: 5px 0;
}
.h-info .company .cage .words .t img {
  height: 40px;
}
.h-info .company .cage .words p {
  text-indent: 2em;
  text-align: justify;
  font-size: 14px;
  line-height: 21px;
}
.h-info .vedio {
  float: left;
  width: 45%;
}
.h-info .vedio .cage {
  position: relative;
  background: #fff;
  box-shadow: 1px 1px 21px rgb(0 0 0 / 20%);
  margin-left: 10px;
}
.h-info .vedio .cage video {
  background: #000;
}

/* 列表页 */
.listMain {
  margin-top: 20px;
}
.listMain .main {
  background: #fff;
  overflow: hidden;
  padding: 20px;
}
.listMain .columns {
  width: 230px;
  float: left;
}
.listMain .columns h3 {
  font-size: 24px;
  color: #ba000e;
  text-align: center;
  padding-bottom: 20px;
}
.listMain .columns li {
  margin-bottom: 10px;
}
.listMain .columns li a {
  display: block;
  text-align: center;
  padding: 8px 0;
  border: #f1f1f1 1px solid;
  border-radius: 3px;
  font-size: 16px;
}
.listMain .columns li a:hover,
.listMain .columns li a.active {
  background: #d40e1d;
  color: #fff;
  border: #d40e1d 1px solid;
}

.listMain .box {
  width: 830px;
  float: left;
  margin-left: 30px;
  padding-left: 30px;
  border-left: #eee 1px solid;
  min-height: 500px;
}
.listMain .box .item {
  position:relative;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0 0px 5px #f5f5f5;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.listMain .box .item::after{
  content: "";
  display: inline-block;
  height: 1px;
  width: 100%;
  background: #eee;
  position:relative;
}
.listMain .box .item:hover{
  background:rgba(50,80,80,.1);
}
.listMain .box .item .picCage {
  float: left;
  margin-right: 20px;
  position: relative;
  width: 213px;
  height: 142px;
  text-align:center;
}
.listMain .box .item .picCage .img {
  height: 142px;
  max-width: 213px;
}
.listMain .box .title {
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.listMain .box .des {
  margin: 0 0 10px;
  font-size: 14px!important;
  line-height:22px!important;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.listMain .box .des p,.listMain .box .des span,.listMain .box .des strong,.listMain .box .des section{
font-size: 14px!important;
line-height:22px!important;
text-indent:0em!important;
word-spacing:0px!important;
text-align: justify!important;
font-weight:normal!important;
color:#333!important;
}
.listMain .box .des h1,
.listMain .box .des p img{
display:none;
}
.listMain .box .time {
  vertical-align: middle;
}
.listMain .box .time .clock {
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/icon_time.png) no-repeat center center;
  margin-top: -2px;
  margin-right: 10px;
}

/*分页*/
.pages{ margin:5px; padding:3px; text-align:center; font-size:14px;}
.pages a{ padding:5px 8px; border:solid 1px #c80000; color:#c80000; margin-right:8px; text-decoration:none; background:#fff;}
.pages a:hover{ border:solid 1px #c80000; color:#fff; background-color:#c80000;}
.pages span.current { border:solid 1px #c80000; padding:5px 8px; font-weight:bold; color:#fff; margin-right:8px; background-color:#c80000;}
.pages span.disabled { border:solid 1px #efefef; padding:5px 8px; color:#d9d9d9; margin-right:8px;}
.pages input{border:solid 1px #d4d4d4;}

/* 内容页 */
.article {
  margin-top: 20px;
}
.article .main {
  background: #fff;
  overflow: hidden;
  padding: 20px;
  font-size: 14px;
}
.article .main .picview-other {
  overflow: hidden;
  color: #888;
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #efefef;
}
.article .main span.po-date {
  padding-left: 20px;
  background: url(../images/icon_time.png) no-repeat center left;
  color: #888;
}
.article .main .container {
  line-height: 24px;
  padding: 20px;
  overflow: hidden;
  font-size: 16px;
  color: #000;
  text-align: justify;
  font-family: microsoft yahei;
  line-height: 2;
}
.article .main .container img {
  max-width: 100%;
}
/* 友情链接 */
.h-friend {
  margin-top: 20px;
}
.h-friend .cage {
  position: relative;
}
.h-friend .cage #swiper3 {
  overflow: hidden;
  margin: 0 30px;
}
.h-friend .cage #swiper3 .swiper-slide {
  width: auto;
}
.h-friend .cage #swiper3 img {
  height: 70px;
  width: auto;
}
.h-friend .cage .swiper-button-prev,
.h-friend .cage .swiper-button-next {
  position: absolute;
  width: 20px;
  height: 70px;
  background: #fafafa;
  opacity: 1;
  top: 0;
  margin-top: 0;
  z-index: 8;
  cursor: pointer;
  color: #bbb;
  font-size: 20px;
}
.h-friend .cage .swiper-button-prev:hover,
.h-friend .cage .swiper-button-next:hover {
  background: #ba000e;
  color: #fff;
}
.h-friend .cage .swiper-button-next:after,
.h-friend .cage .swiper-button-prev:after {
  font-size: 24px;
}
.h-friend .cage .swiper-button-prev {
  left: 0;
}
.h-friend .cage .swiper-button-next {
  right: 0;
}
/* 页脚 */
.h-footer {
  margin-top: 30px;
  background-color: #fff;
  border-top: 3px #c71a00 solid;
}
.h-footer .footBox {
  padding: 30px 0 0;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 2;
  color: #333;
}
.h-footer .footBox .left {
  float: left;
  width: 450px;
  padding-top: 25px;
  box-sizing: border-box;
  padding-right: 20px;
  padding-bottom: 15px;
  border-right: 1px solid #333333;
  text-align: left;
}
.h-footer .footBox .left .line {
  position: relative;
  line-height: 30px;
  padding-left: 24px;
  z-index: 9;
}
.h-footer .footBox .left .line img {
  margin: -2px 5px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-47%);
}
.h-footer .footBox .left .line .select {
  border: 1px solid #333333;
}
.h-footer .footBox .left .line .selectWrap {
  position: absolute;
  background: transparent;
  width: 122px;
  height: 100%;
  top: 0;
  left: 96px;
}
.h-footer .footBox .left .line .selectWrap .selectShow {
  position: absolute;
  width: 1200px;
  height: 0;
  padding: 0;
  background: #fff;
  bottom: 30px;
  left: -96px;
  box-shadow: 2px 2px 6px rgb(0 0 0 / 20%);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  overflow: hidden;
}
.h-footer .footBox .left .line .selectWrap:hover .selectShow {
  height: 120px;
  padding: 10px 0;
}
.h-footer .footBox .left .line .selectShow a {
  font-size: 16px;
  margin: 10px;
}
.h-footer .footBox .right {
  float: left;
}
.h-footer .footBox .right .u {
  float: left;
  margin-left: 52px;
}
.h-footer .footBox .right .u .h {
  color: #000;
  padding-bottom: 5px;
  font-size: 16px;
}
.h-footer .footBox .right .u .p {
  color: #000;
  padding-top: 6px;
  font-size: 16px;
}
.h-footer .footBox span {
  display: inline-block;
}
.h-footer .footBox .interval {
  width: 18px;
}

.h-footer .footBttom {
  text-align: center;
  padding: 10px 0;
}
.h-footer .footBttom a {
  color: #333;
  height: 20px;
  line-height: 20px;
  margin: 0px 0px 0px 5px;
}

/* 资质批复 */
.certificate {
  overflow: hidden;
  margin-left: -6%;
}
.certificate .cage {
  width: 44%;
  background: #f0f0f0;
  overflow: hidden;
  float: left;
  margin-left: 6%;
  margin-bottom: 20px;
  border-radius: 10px;
}
.certificate .cage .pic {
  margin: 10px 10px 5px;
  height: 220px;
  text-align: center;
  overflow: hidden;
  background: #c6c6c6;
  position: relative;
  border-radius: 10px;
}
.certificate .cage .pic .zoomImg {
  cursor: pointer;
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transform: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transform: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.certificate .cage .pic .zoomImg:hover {
  transform: translateX(-50%) scale(1.1);
  -o-transform: translateX(-50%) scale(1.1);
  -ms-transform: translateX(-50%) scale(1.1);
  z-index: 999;
}
.certificate .cage .name {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 0 20px 10px;
  height: 50px;
  line-height: 25px;
  white-space: normal;
  word-break: break-all;
  display: -webkit-flex; /* Safari */
  -webkit-align-items: center; /* Safari 7.0+ */
  display: flex;
  align-items: center;
}
.certificate .cage .name span {
  flex: 1;
}

