.banner{
  height: 320px;
  margin-top: 66px;
  background:url(../img/bg2.jpg)top center no-repeat;
  color:#fff;
}
.banner .bannerBox{
  width: 1140px;
  margin:auto;
  text-align: center;
}
.banner .bannerBox h1{
  padding-top: 120px;
  font-size: 36px;
  font-weight: 500;
  color: #333;
}
.banner .bannerBox p{
  margin-top: 36px;
  font-size: 20px;
  color:#666;
}
.main1{
  background:#efefef;
}
.main1 .mainBox{
  width: 1140px;
  margin:auto;
  padding:60px 0 80px 0;
  min-height: 324px;
}
.main1 .mainBox .title{
  font-size: 30px;
  line-height: 30px;
  color:#222;
  padding-bottom: 60px;
  text-align: center;
}
.main1 .mainBox li{
  width: 326px;
  background:#fff;
  -webkit-box-shadow:0px 0px 4px rgba(0,0,0,0.13);
  -moz-box-shadow:0px 0px 4px rgba(0,0,0,0.13);
  box-shadow:0px 0px 4px rgba(0,0,0,0.13);
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  position: relative;
  padding:24px 17px 30px 17px;
}
.main1 .mainBox  li:nth-child(3){
  margin-right: 0;
}
.main1 .mainBox  li .pic{
  width: 326px;
  height: 172px;
}
.main1 .mainBox  li .pic img{
  width: 326px;
  height: 172px;
}
.main1 .mainBox  li .name{
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  color:#222;
  text-align: center;
}
.main1 .mainBox li .more{
  width: 154px;
  height: 40px;
  display: block;
  line-height: 40px;
  text-align: center;
  margin:auto;
  border:1px solid #2e71cc;
  border-radius: 4px;
  background:#fff;
  color:#2e71cc;
  font-size: 14px;
}
.main1 .mainBox li .more:hover{
  background:#2e71cc;
  color:#fff;
}
.main2{
  width: 1140px;
  margin:auto;
  padding:60px 0 80px 0;
  background:#fff;
}
.main2 .title{
  text-align:center;
  margin-bottom: 60px;
}
.main2 .title .t1{
  font-size: 30px;
  color:#222;
}
.main2 .title .t2{
  font-size: 15px;
  color:#999;
  margin-top: 24px;
}
.main2 ul{
  overflow: hidden;
}
.main2 li{
  width: 190px;
  height: 90px;
  float: left;
}
/*-------------客户案例详情目录-----------*/
.route{
  height: 48px;
  background:#fff;
  border-bottom: 1px solid #e2e2e2;
  font-weight: 600;
}
.route .routeBox{
  width: 1140px;
  height: 48px;
  margin:auto;
  line-height: 48px;
  font-size: 14px;
  color:#3c7acf;
}
.route .routeBox span{
  color:#666;
  font-weight: normal;
}
.route .routeBox a{
  color:#222;
}
.route .routeBox a:hover{
  color:#3c7acf;
}
/*------------客户详情页面--------------*/
.detailMain{
  background:#efefef;
}
.detailMain .detailBox{
  width: 1140px;
  margin:auto;
  padding:60px 0;
  overflow: hidden;
}
.detailMain .detailBox .title{
  font-size: 30px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 60px;
}
.detailMain .detailBox  li{
  overflow: hidden;
  margin-bottom: 40px;
}
.detailMain .detailBox  li .Lpic{
  width: 550px;
  float: left;
}
.detailMain .detailBox  li .Rtext{
  width: 550px;
  height: 264px;
  background:#fff;
  border:1px solid #e3e3e3;
  box-sizing: border-box;
  float: right;
  padding:42px;
}
.detailMain .detailBox  li .Rtext .tt{
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color:#333;
}
.detailMain .detailBox  li .Rtext .tt span{
  color:#2e71cc;
}
.detailMain .detailBox  li .Rtext .line{
  width: 46px;
  height: 4px;
  background:#b9b9b9;
  margin:28px 0 20px 0;
}
.detailMain .detailBox  li .Rtext .content{
  font-size: 15px;
  line-height: 30px;
  color:#333;
}
.detailMain .detailBox  li .Ltext{
  width: 550px;
  height: 310px;
  background:#fff;
  border:1px solid #e3e3e3;
  box-sizing: border-box;
  float: left;
  padding:42px;
}
.detailMain .detailBox  li .Ltext .tt{
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color:#333;
}
.detailMain .detailBox  li .Ltext .tt span{
  color:#2e71cc;
}
.detailMain .detailBox  li .Ltext .line{
  width: 46px;
  height: 4px;
  background:#b9b9b9;
  margin:28px 0 20px 0;
}
.detailMain .detailBox  li .Ltext .content{
  font-size: 15px;
  line-height: 30px;
  color:#333;
}
.detailMain .detailBox  li .Rpic{
  width: 550px;
  float: right;
}
.height288{
  height: 288px!important;
}
.height350{
  height: 350px!important;
}
.height370{
  height: 370px!important;
}