.shadow{
  position: absolute;
  bottom: 0px;
  overflow: hidden;
}
.specialText{
  color: #d51323 !important;
}
.content{
  width:1129px;
  margin:0 auto;
  padding:0 30px 40px 30px;
  border: solid 2px #cccccc;

}
.content-nav{
  margin:21px 0 24px 0;
  font-family: MicrosoftYaHeiLight;
	font-size: 12px;
  color: #d51323;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 21px;
}
.content-nav a{
  font-family: MicrosoftYaHeiLight;
	font-size: 12px;
	color: #1e1e1e;
}
.banner{
  width:100%;
}

/**/
.newsCase{
  margin-top:40px;
  margin-bottom: 25px;
}
.newsCase .newsCase-nav{
  padding:10px;
  width: 216px;
  margin-right: 23px;
  background-color: #f6f6f6;
  border: solid 1px #dcdcdc;
  margin-bottom: 25px;
}
.newsCase  .newsCase-nav-title{
  font-family: MicrosoftYaHeiLight;
	font-size: 16px;
  color: #1e1e1e;
  padding-bottom: 14px;
  border-bottom:  solid 1px #dcdcdc;
}

.newsCase  .newsCase-nav-title .circle{
  font-size: 14px;
  color:#fff;
  background-color: #1e1e1e;
  border-radius:50%; 
  line-height: 14px;
  text-align: center;
  display: inline-block;
  width: 14px;
	height: 14px;
}

.newsCase .nav-list{
  padding:15px;
}
.newsCase .nav-list >a{
  display: block;
  text-decoration: none;
  cursor: pointer;
  padding: 17px 0 17px;
  border-bottom: 1px solid #d3d3d3;; 
}
.newsCase .nav-list .trilateral{
  display: inline-block;
  width:0;
  height:0;
  border-width:5px 0 5px 5px;
  line-height: 5px;
  border-style:solid;
  border-color:transparent transparent transparent #999;/*透明 透明 透明 灰*/
  margin-right:2px;
  position:relative;
}
#wrap .chioce-span{
  color: #d51323;
}
/**/
.recommend-left{
  width:216px;
}
.solveTheProblem{
  padding:10px 15px 22px 15px ;
  background-color: #f6f6f6;
  border: solid 1px #dcdcdc;
  width:100%;
}

.solveTheProblem-title{
  font-family: MicrosoftYaHei;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0px;
  color: #d51323;
  padding-bottom: 10px;
  border-bottom:1px solid #d3d3d3;
}
.solveTheProblem-company{
  padding-top:10px;
  font-family: MicrosoftYaHei;
	font-size: 18px;
	line-height: 24px;
  color: #1e1e1e;
  font-weight: bold;
}
.company-phone>img{
  width: 16px;
  margin-right: 10px;
}
.company-phone{
  font-family: ArialMT;
	font-size: 18px;
	line-height: 24px;
  color: #bf0712;
  margin-top: 14px;
}
.recommendQRcode{
  margin-top:12px;
  text-align: center;
}
.recommendQRcode img{
  width:176px;
}
.recommendQRcode >div{
  font-family: LiXuKe;
	font-size: 18px;
	line-height: 24px;
  color: #1e1e1e;
  margin-top:7px;
}
.newsCase-details{
  width: 825px;
  padding:  47px 15px 60px 15px;
  border: solid 1px #dcdcdc;
}
.newsCase-details .caption{
  padding: 0px 80px  47px 80px;
  border-bottom:1px solid #d3d3d3;
}
.newsCase-details .caption .title{
  font-family: MicrosoftYaHei;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: 1px;
  color: #1e1e1e;
  text-align: center;
}
.newsCase-details .caption-details{
  text-align: center;
  margin-top: 10px;
  font-family: MicrosoftYaHeiLight;
	font-size: 14px;
	color: #666666;
}
.newsCase-details .article{
  margin-top: 25px;
}
.newsCase-details .article .article-text{
  text-align: left;
  text-indent: 36px;
  font-family: MicrosoftYaHeiLight;
	font-size: 14px;
	line-height: 30px;
	color: #1e1e1e;
}
.article img{
  margin: 38px auto 25px;
  width: 100%;
  margin-left: -37px;
}
.article>div{
  font-family: MicrosoftYaHeiLight;
	font-size: 14px;
	line-height: 30px;
	color: #1e1e1e;
}

.pagination{
  width: 788px;
  height: 46px;
  background-color: #f6f6f6;
  line-height: 46px;
}
.pagination-text{
  font-family: MicrosoftYaHeiLight;
	font-size: 14px;
  color: #1e1e1e;
  margin-left:20px;
}

.pagination-list ul{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  margin-right: 10px;
}

.pagination-list ul li{
  border:1px solid #ccc;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  margin-left: 10px;
}
.pagination-list ul li a{
  display: inline-block;
  width: 100%;
}
.choicePage{
  background-color: #d51323;
  
}
.choicePage a{
  color:#fff !important;
}