.HDSC-box{
  background-repeat: no-repeat;
  background-position: top center; 
  background-image: url("/themes/default/assets/images/activity/specialHDSC/bg.jpg");
  width: 100%;
  min-height: 500px;
  padding-top: 500px;
}
.HDSC-box p{
  font-size: 16px;
  color: #ffffff;
}
.HDSC-main{
  padding-bottom: 75px;
}
.HDSC-title{
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding-bottom: 16px;
  background-repeat: no-repeat;
  background-position: bottom center; 
  background-image: url("/themes/default/assets/images/activity/specialHDSC/titleBg.png");
  margin-bottom: 30px;
}
.HDSC-table{
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}
.HDSC-table td{
  border: 1px solid #012d95;
  padding: 15px 265px;
  color: #fff;
  font-size: 16px;
}
.HDSC-table-flex{
  display: flex;
  flex-wrap: wrap;
}
.HDSC-table td span{
  display: inline-block;
  width: 20%;
  position: relative;
  padding-left: 10px;
  line-height: 40px;
}
.HDSC-table td span:before{
  content: '';
  position: absolute;
  top: 50%;
  margin-left: -10px;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ff4e00;
}
.HDSC-btn{
  display: inline-block;
  width: 358px;
  height: 45px;
  background-color: #012d95;
  border-radius: 5px;
  border: solid 1px #9fbbfe;
  font-size: 16px;
  line-height: 45px;
  color: #ffffff;
  text-align: center;
}
.HDSC-iconList{
  padding: 50px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.HDSC-icon {
	width: 162px;
  height: 162px;
  padding: 46px;
  border-radius: 50%;
  box-sizing: border-box;
  border: solid 1px #17307d;
  background-repeat: no-repeat;
  background-image: url("/themes/default/assets/images/activity/specialHDSC/icon.png");
  margin-bottom: 12px;
}
.HDSC-icon1{
  background-position: -1px 42px; 
}
.HDSC-icon2{
  background-position: -162px 40px; 
}
.HDSC-icon3{
  background-position: -324px 40px; 
}
.HDSC-icon4{
  background-position: -486px 40px; 
}
.HDSC-icon5{
  background-position: -648px 40px; 
}
.HDSC-iconList .HDSC-icon-num{
	font-size: 30px;
  color: #ff4e00;
  margin-bottom: 10px;
  line-height: 1;
}
.HDSC-icon-text{
  font-size: 18px;
}
.HDSC-demandBox{
 	border-radius: 5px;
  border: solid 1px #17307d;
  padding: 30px 18px 25px;
  box-sizing: border-box; 
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.HDSC-demandBox li{
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 5px;
}
.HDSC-demandL{
  width: 50%;
  padding-right: 15px;
  border-right: dashed 1px #d4d4d4;
}
.HDSC-demandR{
  width: 50%;
  padding-left: 15px;
}
.demand-price{
  display: inline-block;
	font-size: 16px;
  color: #ff4e00;
  flex-shrink: 0;
  width: 120px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.demand-M{
  display: flex;
  text-align: left;
  width: 64%;
  flex-shrink: 1;
  align-items: center;
}
.demand-title{
	font-size: 16px;
  color: #ffffff;
  display: inline-block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width: 100%;
}

.demand-tag{
  flex-shrink: 0;
  height: 15px;
  line-height: 1;
	font-size: 12px;
  color: #ffffff;
  background-color: #d81e06;
  border-radius: 10px;
  display: inline-block;
  padding: 1px 5px;
  margin-left: 3px;
}
.demand-view{
  font-size: 14px;
  color: #666666;
  flex-shrink: 0;
  width: 90px;
  display: inline-block;
  text-align: right;
  white-space:nowrap;
  overflow:hidden;
}
.HDSC-news{
 	border-radius: 5px;
  border: solid 1px #012d95;
  padding: 25px 20px; 
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.HDSC-news-left{
  width: 50%;
}
.HDSC-news-left a{
  line-height: 38px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  color: #fff;
  font-size: 16px;
  display: block;
}

.HDSC-showfacs{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  margin-right: -40px;
  margin-bottom: -30px;
  position: relative;
}
.HDSC-showfacs a{
  display: inline-block;
}
.HDSC-showfacs li{
	width: 300px;
	height: 390px;
	border-radius: 5px;
  border: solid 1px #012d95;
  overflow: hidden;
  margin-right: 23px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}
.HDSC-showfacs-pic{
  height: 186px;
  width: 100%;
	background-color: #012d95;
}
.HDSC-showfacs-content{
  padding: 25px 15px 15px;
}
.HDSC-showfacs .HDSC-showfacs-title{
	font-size: 16px;
	line-height: 24px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  height: 48px;
}
.HDSC-showfacs .HDSC-showfacs-text{
	font-size: 14px;
	line-height: 24px;
  color: #ffffff;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.HDSC-showfacs .HDSC-showfacs-title:hover,
.demand-title:hover,
.HDSC-news-left a:hover{
	color: #999999;
}
.swiper-paginationBlue .swiper-pagination-bullet{
    width: 17px;
    height: 17px;
    border: solid 1px #666666;
    background: transparent;
    opacity: 0.8;
}
.swiper-paginationBlue .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #012d95;
    border-color: #012d95;
}
#swiper1,
#swiper2{
  padding-bottom: 50px;
}
