.contentBox{
  width: 1200px;
  margin: 0 auto;
}
.c1{
  font-family: AkzidenzGroteskBQ-LightOsF;
  font-size: 22px;
  color: #000000;
  margin-top: 80px;
  margin-bottom: 10px;
}
.c2{
  font: SourceHanSansCN-Regular;
  font-size: 20px;
  color:  #000000;
}
.redLine{
  display: block;
  height: 2px;
  width: 42px;
  background: #D70C19;
  margin: 10px auto 49px auto;
}
.customized{
  text-align: center;
}
.customDetail{
  /* display: flex; */
}

.customDetail>div{
  height: 120px;
  position: relative;
  float: left;
}
.line{
  width:96px;
  background: url(../images/line.png) repeat-x center;
}
.detailN{
  width: 120px;
  background-size:cover;
}
.lp{
  width: 102px;
  background: url(../images/linePoint.png) repeat-x center;
}
.detailN .num{
  height: 120px;
}
.detailN .img{
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  background-size: 27.5px 27.5px;
}
.cName{
  font-size: 16px;
  margin-top: 30px;
}
/* 客户案例 */
.case{
  height: 200px;
  margin-top: 150px;
}
.case>div{
  float: left;
  height: 320px;
}
.w450{
  width: 450px;
}
.w250{
  width: 250px;
}
.case>div>img{
  width: 100%;
  height: 100%;
}
#more{
  width: 100px;
  height: 100px;
  margin-left: 350px;
  margin-top: -1px;
}
.case img{
  width: 100%;
  height: 100%;
}
  /* 为什么选择我们 */
.chooseUs{
  margin-top: 100px;
  height: 500px;
  background: url(../images/background.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
}
.chooseUs1200{
  width: 1200px;
  margin: 0 auto;
}
.c3{
  font-family: AkzidenzGroteskBQ-LightOsF;
  font-size: 22px;
  color: #FFFFFF;
  padding-top: 80px;
  margin-bottom: 12px;
}
.c4{
  font-family: SourceHanSansCN-Regular;
  font-size: 24px;
  color: #FFFFFF;
}
.chooseUs .redLine{
  background: #FFFFFF;
  margin: 10px auto 59px auto;
}
.reason-list{
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.reason{
  height: 216px;
  flex: 1;
  margin: 0 12.5px;
  position: relative;
  color: #FFFFFF;
}
.resonImg{
  position: absolute;
  left: 71px;
  top: 19px;
  height: 63px;
  background: url(../images/chooseUs.png);
}
.resonName{
  position: absolute;
  left: 64px;
  top: 122px;
  font-size: 18px;
  width: 74px;
}
.describe{
  width: 160px;
  height: 35px;
  position: absolute;
  left: 30px;
  top: 160px;
  font-size: 14px;
  text-align: center;
}
.reason:hover{
  background:rgba(217,53,63,0.5);
}
/* 新闻动态 */
.newTime{
  width: 1200px;
  margin: 0 auto;
}
.news{
  text-align: center;
  margin-bottom: 80px;
}
.news-list{
  display: flex;
  margin-left: -16px;
}
.abstract{
  flex:1;
  margin: 0 15px;
  text-align: left;
  position: relative;
}
.newT{
  color: #333333;
  font-size: 16px;
  margin-top: 19px;
}
.newP{
  color: #666666;
  font-size: 14px;
  margin-top: 9px;
  line-height: 20px;
}
.newMore{
  display: block;
  width: 42px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  background: #D70C19;
  margin-top: 19px;
  font-size: 12px;
  color: #FFFFFF;
}
.dataTime{
  position: absolute;
  right: 0;
  bottom: 5px;
  line-height: 12px;
}
.riQi{
  color: #999999;
  margin-left: 10px;
  font-size: 12px;
  display: block;
  float: right;
}
