.newsDetailWrap .body .title{
font-size: 24px;
overflow: hidden;
word-break: break-all;
margin-bottom: 20px;
text-align: center;
}
.newsDetailWrap .body .subinfo {
text-align: center;
color: #999;
margin-bottom: 30px;
}
.newsDetailWrap .body .subinfo span{
display: inline-block;
padding-right: 63px;
}
.homeWrap .wrap {
  display: flex;
  justify-content: center;
}
/*
.homeWrap .wrap .fontBox {
  text-align: center;
}
.homeWrap .wrap .fontBox p {
  font-size: 28px;
  color: #333;
  margin-bottom: 17px;
}
.homeWrap .wrap .fontBox span {
  font-size: 16px;
  color: #999;
}
*/

 .fontBox {
  text-align: center;
  width: 189px
}
.fontBox1{
    width: 490px;
    height: 3px;
    /*background-color: #cccccc;*/
    background-color: #026db8;
    /* line-height: 483px; */
    margin-top: 36.3px;
}
.fontBox1-1{
	width: 10px;
	height: 10px;
	/*background-color: #cccccc;*/
	background-color: #026db8;
	margin-top: 33px;
	-moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;

}
.fontBox p {
  margin-bottom: 10px;
    width: 189px;
    height: 27px;
    font-family: AlibabaPuHuiTiH;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #000000;
}
.fontBox span {
  width: 189px;
    height: 13px;
    font-family: '宋体';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #000000;
}

/*轮播banner*/
.swiperContainer {
  z-index: 1;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.swiperContainer .swiper-slide {
  background-position: 50% 0;
}
.swiperContainer .swiper-slide img {
  width: 100%;
  max-height: 450px;
}
.swiperContainer .swiper-slide a {
  display: block;
  height: 450px;
}
.swiperContainer .pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  z-index: 99;
}

.swiperContainer .pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.8);
}

.swiperContainer .pagination .swiper-pagination-bullet-active {
  background: #ae2a26;
}

/*公告*/
.noticeWrap {
  display: flex;
  height: 60px;
  background: #f4f4f4;
  margin-bottom: 10px;
}
.noticeWrap img {
  width: 41px;
  height: 38px;
  margin: 10px 20px 0;
}
.noticeWrap .scrollDiv {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  transform: translateY(18px);
  padding-right: 10px;
}
.noticeWrap .scrollDiv li {
  height: 25px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*关于我们*/
.aboutusWrap {
  margin-bottom: 41px;
  padding-top: 10px;
}
.aboutusWrap .head {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.aboutusWrap .head img {
  width: 110px;
}
.aboutusWrap .body {
    overflow: hidden;
  /*display: flex;
  justify-content: space-between;*/
}
.aboutusWrap .body img {
    width: 590px;
    /*height: 332px;*/
    float: left;
}

/*.aboutusWrap .body img {
  width: 556px;
  height: 332px;
}*/
.aboutusWrap .body .info {
    float: right;
    width: calc(100% - 600px);
    display: flex;
    flex-flow: column;
    margin-left: 0px;
}


/*.aboutusWrap .body .info {
  display: flex;
  flex-flow: column;
  margin-left: 43px;
}*/
.aboutusWrap .body .info h3 {
  font-size: 15px;
  padding-bottom: 10px;
  margin: 10px 0 20px 0;
  position: relative;
}

.aboutusWrap .body .info h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  width: 74px;
  background: #ae2a26;
}
.aboutusWrap .body .info .desc {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 13;
    line-clamp: 13;
    -webkit-box-orient: vertical;
    max-height: 350px;
    overflow: hidden;
}


/*.aboutusWrap .body .info .desc {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  line-clamp: 10;
  -webkit-box-orient: vertical;
}*/

.aboutusWrap .body .info .desc p {
  font-size: 14px;
  line-height: 28px;
}

/*新闻中心*/
.newsWrap {
  position: relative;
  left: 50%;
  width: 100vw;
  transform: translateX(-50vw);
  /**height: 622px;*/
  height: 510px;
  background: #f5f5f5 url('../images/news_bg.jpg') center 0 no-repeat;
  background-size: contain;
}
.newsWrap .head {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  padding-top: 10px;
}
.newsWrap .head img {
  width: 140px;
}
.newsWrap .body {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.newsWrap .body .company {
  width: 540px;
  background: white;
  padding: 20px;
  line-height: 18px;
}

.newsWrap .body .company .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
}

.newsWrap .body .company .title p {
  font-size: 16px;
  color: #333;
}

.newsWrap .body .company .title .more {
  font-size: 16px;
  color: #666;
  padding-right: 17px;
  position: relative;
}

.newsWrap .body .company .title .more::after {
  content: '';
  position: absolute;
  right: 0;
  top: 3px;
  width: 7px;
  height: 12px;
  display: inline-block;
  background: url('../images/more.png') 0 0 no-repeat;
  background-size: contain;
}

.newsWrap .body .company .first_li {
  display: flex;
  justify-content: space-between;
}

.newsWrap .body .company .first_li img {
  display: flex;
  justify-content: space-between;
  width: 254px;
  height: 165px;
  margin-right: 20px;
}

.newsWrap .body .company .first_li .info {
  display: flex;
  flex-flow: column;
  flex: 1;
  overflow: hidden;
}

.newsWrap .body .company .first_li .info h4 {
  font-size: 16px;
  margin-bottom: 20px;
  padding-top: 10px;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}

.newsWrap .body .company .first_li .info p {
  font-size: 14px;
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.newsWrap .body .company ul {
  display: flex;
  flex-flow: column;
  padding-top: 20px;
  max-height: 150px;
  overflow: hidden;
}

.newsWrap .body .company ul li {
  display: flex;
  justify-content: space-between;
  line-height: 40px;
  position: relative;
  padding-left: 28px;
}
.newsWrap .body .company ul li::before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 15px;
  background: url('../images/li.jpg') 0 0 no-repeat;
  background-size: contain;
}

.newsWrap .body .company ul li span {
  width: 400px;
  color: #333;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}

.newsWrap .body .company ul li font {
  color: #999;
  font-size: 14px;
}

.newsWrap .body .field {
  width: 540px;
  background: white;
  padding: 20px;
  line-height: 18px;
}

.newsWrap .body .field .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
}

.newsWrap .body .field .title p {
  font-size: 16px;
  color: #333;
}

.newsWrap .body .field .title .more {
  font-size: 16px;
  color: #666;
  padding-right: 17px;
  position: relative;
}

.newsWrap .body .field .title .more::after {
  content: '';
  position: absolute;
  right: 0;
  top: 3px;
  width: 7px;
  height: 12px;
  display: inline-block;
  background: url('../images/more.png') 0 0 no-repeat;
  background-size: contain;
}

.newsWrap .body .field ul {
  display: flex;
  flex-flow: column;
  max-height: 340px;
  overflow: hidden;
}

.newsWrap .body .field ul li {
    width: 100%;
    position: relative;
    height: 72px;
    margin-bottom: 30px;
    margin-bottom: 15px;
    display: block;
}


.newsWrap .body .field ul li .date {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 72px;
    height: 72px;
    background: #f4f4f4;
    text-align: center;
}


.newsWrap .body .field ul li .date p {
    font-size: 15px;
    line-height: 30px;
    padding-top: 10px;
    color: #000;
}

.newsWrap .body .field ul li h4 {
  color: #333;
    font-size: 16px;
    margin-bottom: 10px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    height: 18px;
    line-height: 18px\0;
}
.newsWrap .body .field ul li .info .news_dot_info {
    float: left;
    font-size: 14px;
    color: #999;
    max-height: 30px;
}
.newsWrap .body .field ul li .info {
    float: left;
    margin-left: 82px;
    width: calc(100% - 82px);
}

/*.newsWrap .body .field ul li p {
  font-size: 14px;
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}*/

/*学习活动*/
.learnWrap {
  position: relative;
  margin-bottom: 41px;
  height: 500px;
  overflow: hidden;
}
.learnWrap .head {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  padding-top: 10px;
}
.learnWrap .head img {
  width: 190px;
}
.learnWrap .body {
  display: flex;
  justify-content: space-between;
}
.learnWrap .learnSwiper {
  position: relative;
}
.learnWrap .learnSwiper,
.learnWrap .swiper-slide,
.learnWrap .swiper-slide img {
  width: 646px;
  height: 360px;
  overflow: hidden;
}
.learnWrap .learnSwiper .pagination {
  width: calc(100% - 5px);
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: right;
  z-index: 99;
  padding: 22px 5px 22px 0;
}

.learnWrap .learnSwiper .pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin-right: 15px;
  background: rgba(255, 255, 255, 0.8);
}

.learnWrap .learnSwiper .pagination .swiper-pagination-bullet-active {
  background: #ae2a26;
}

.learnWrap .swiper-slide .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.3);
}

.learnWrap .swiper-slide .title span {
  max-width: 70%;
  line-height: 60px;
  height: 60px;
  display: inline-block;
  font-size: 18px;
  color: white;
  padding-left: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.learnWrap .learnInfo {
  width: 517px;
  margin-left: 40px;
}

.learnWrap .learnInfo dl {
  display: flex;
  flex-flow: column;
}
.learnWrap .learnInfo dt {
  border-bottom: solid 1px #ae2a26;
  display: flex;
  margin-bottom: 15px;
  position: relative;
}

.learnWrap .learnInfo dt span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 36px;
  font-size: 16px;
  cursor: pointer;
}

.learnWrap .learnInfo dt span.cur {
  background: #ae2a26;
  color: white;
  transform: translateY(1px);
}
.learnWrap .learnInfo dt a {
  color: #666;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 10px;
  display: inline-block;
  padding-right: 15px;
}

.learnWrap .learnInfo dt a::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 7px;
  height: 12px;
  background: url('../images/more.png') 0 0 no-repeat;
  background-size: contain;
}
.learnWrap .learnInfo dd {
  margin-bottom: 19px;
}
.learnWrap .learnInfo dd a {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  color: #000;
  position: relative;
  display: inline-block;
  padding-left: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 24px);
}

.learnWrap .learnInfo dd a:hover {
  color: #ae2a26;
}

.learnWrap .learnInfo dd a::before {
  content: '';
  width: 3px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 8px;
  background: #ae2a26;
}

/*荣誉证书*/
.cetWrap {
  position: relative;
  left: 50%;
  width: 100vw;
  transform: translateX(-50vw);
  height: 622px;
  background: #f4f4f4;
  background-size: contain;
}
.cetWrap .head {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  padding-top: 10px;
}
.cetWrap .head img {
  width: 200px;
}
.cetWrap .body {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.cetWrap .cetSwiper {
  position: relative;
  width: 1010px;
  margin-left: 90px;
  height: 460px;
  overflow: hidden;
}

.cetWrap .cet_arrow_left {
  position: absolute;
  left: 0;
  top: 185px;
  width: 42px;
  height: 43px;
  display: inline-block;
  background: url('../images/cycle_arrow_lf_off.png') 0 0 no-repeat;
  background-size: contain;
  z-index: 99;
  cursor: pointer;
}

.cetWrap .cet_arrow_right {
  position: absolute;
  right: 0;
  top: 185px;
  width: 42px;
  height: 43px;
  display: inline-block;
  background: url('../images/cycle_arrow_rht_off.png') 0 0 no-repeat;
  background-size: contain;
  z-index: 99;
  cursor: pointer;
}

.cetWrap .cetSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cetWrap .cetSwiper .innner {
  width: 265px;
  height: 410px;
  padding: 10px;
  background: white;
  box-shadow: -3px 5px 10px rgba(0, 0, 0, 0.1);
}

.cetWrap .cetSwiper .title {
  padding: 16px 0 0 0;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  text-align: center;
}

.cetWrap .swiper-slide img {
  width: 100%;
}

/*招标信息*/
.biddWrap {
  position: relative;
  /**margin-bottom: 41px;
  height: 500px;*/
  overflow: hidden;
}
.biddWrap .head {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.biddWrap .head img {
  width: 220px;
}
.biddWrap .body {
  display: flex;
  justify-content: space-between;
}

.biddWrap .body .biao {
  width: 577px;
}

.biddWrap .body .biao dl {
  display: flex;
  flex-flow: column;
}
.biddWrap .body .biao dt {
  display: flex;
  margin-bottom: 20px;
  position: relative;
  background: #ae2a26;
  color: white;
}

.biddWrap .body .biao dt span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 22px;
  height: 40px;
  font-size: 16px;
  cursor: pointer;
}

.biddWrap .body .biao dt span.cur {
  background: #ae2a26;
  color: white;
}
.biddWrap .body .biao dt a {
  color: white;
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 14px;
  display: inline-block;
  padding-right: 15px;
}

.biddWrap .body .biao dt a::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 7px;
  height: 12px;
  background: url('../images/more_white.png') 0 0 no-repeat;
  background-size: contain;
}
.biddWrap .body .biao dd {
  margin-bottom: 19px;
  display: flex;
  justify-content: space-between;
}
.biddWrap .body .biao dd a {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  color: #000;
  position: relative;
  display: inline-block;
  padding-left: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 143px);
}

.biddWrap .body .biao dd span {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  color: #ae2a26;
}

.biddWrap .body .biao dd a:hover {
  color: #ae2a26;
}

.biddWrap .body .biao dd a::before {
  content: '';
  width: 3px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 8px;
  background: #333;
}

/**新闻**/
.newsListWrap .body,.newsListWrap .body .listbox ul,.newsListWrap .body .listbox ul li{
      display: flex;
      flex-flow: column;
      font-size: 14px;
    }
    .newsListWrap .body .listbox ul li {
      padding-bottom: 20px;
      margin-bottom: 30px;
      border-bottom: solid 1px #d2d2d2;
    }
    .newsListWrap .body .listbox ul li a{
      font-size: 16px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      word-break: break-all;
      margin-bottom: 18px;
    }
    .newsListWrap .body .listbox ul li a:hover{
      color: #ae2a26;
    }
    .newsListWrap .body .listbox ul li p{
      color: #666;
      line-height: 30px;
      margin-bottom: 10px;
      text-overflow: -o-ellipsis-lastline;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      line-clamp: 3;
      -webkit-box-orient: vertical;
      max-height: 100px\0;
    }
    .newsListWrap .body .listbox ul li span{
      color: #999;
    }

/**分页**/

.pagination {
	display:flex;
	padding-left:0;
	list-style:none;
	border-radius:.25rem
}
.page-link {
	position:relative;
	display:block;
	padding:.5rem .75rem;
	margin-left:-1px;
	line-height:32px;
	color:#757575;
	background-color:#fff;
	border:1px solid #eaeff4;
	margin: 0 3px;
}
.page-link:hover {
	z-index:2;
	color:#757575;
	text-decoration:none;
	background-color:#fafbfb;
	border-color:#eaeff4
}
.page-link:focus {
	z-index:3;
	outline:0;
	box-shadow:none
}
.page-item:first-child .page-link {
	margin-left:0;
	border-top-left-radius:.25rem;
	border-bottom-left-radius:.25rem
}
.page-item:last-child .page-link {
	border-top-right-radius:.25rem;
	border-bottom-right-radius:.25rem
}
.page-item.active .page-link {
	z-index:3;
	color:#fff;
	background-color:#50a1ff;
	border-color:#50a1ff
}
.page-item.disabled .page-link {
	color:#868e96;
	pointer-events:none;
	cursor:auto;
	background-color:#fff;
	border-color:#dee2e6
}
.pagination-lg .page-link {
	padding:.75rem 1.5rem;
	font-size:1.0625rem;
	line-height:2.2
}
.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius:.3rem;
	border-bottom-left-radius:.3rem
}
.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius:.3rem;
	border-bottom-right-radius:.3rem
}
.pagination-sm .page-link {
	padding:.25rem .5rem;
	font-size:.9375rem;
	line-height:1.5
}
.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius:.125rem;
	border-bottom-left-radius:.125rem
}
.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius:.125rem;
	border-bottom-right-radius:.125rem
}
.page-item:last-child .page-link, .page-item:first-child .page-link {
    border-radius: 2px;
}

.justify-content-center, .nav.nav-center {
    justify-content: center !important;
}
