/*通用*/
#banner{
  background:url('../image/banner1.png') center center no-repeat;
}
#banner .container h2{
  margin-top:80px;
  line-height:46px;
}
#banner .container .button{
  margin-top:20px;
}


/*
**泛熙衍生ERP旗舰版
*/
#flagship{
  width:100%;
  height: 2517px;
  /*background-color: #f7f8f9;*/
  text-align:center;
}
#flagship .fla-common{
  width:100%;
}
#flagship .fla-common >ul{
  height:428px;
  padding-top:60px;
}
#flagship .fla-common:nth-child(2n+1){
  background-color:#f7f8f9;
}
#flagship .fla-common >ul >li{
  float:left;
  width:540px;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
#flagship .fla-common >ul >li+li{
  margin-left:90px;
}
#flagship .fla-common >ul >li h2{
  color: #333333;
  margin-bottom:28px;
}
/*
**客户的声音
*/
#source{
  height: 815px;
  width:100%;
  text-align:center;
}
#source .slide {
  height:380px;
  position: relative;
  margin-top:80px;
}
#source .slide li{
  /*float:left;*/
  position: absolute;
  background:#fff;
  box-shadow: 0 8px 27px 0 rgba(12, 4, 7, 0.17);
  border: solid 1px rgba(191, 203, 215, 0.37);
  padding:0 57px 0 62px;
  text-align:center;
  font-size:16px;
  color:#333;
  line-height:32px;
  width:626px;
  height:368px;
  top:46px;
  left:60px;
}
#source .slide li:nth-child(2){
  height:408px;
  left:275px;
}
#source .slide li:nth-child(3){
  left:480px;
}
#source .slide li img{
  margin-top:18px;
  margin-bottom:-20px;
}
#source .slide li img.com-img{
  position:absolute;
}
#source .slide li img:nth-child(2){
  left:20px;
}
#source .slide li img.last-img{
  bottom:58px;
  margin-left:156px;
  z-index:-1;
}
#source .slide li p{
  text-align:justify;
}
#source .slide li h4,#source .slide li h5{
  color:#999;
  font-size:16px;
  text-align:justify;
}
#source .slide li h5{
  margin-top:30px;
  text-align:right;
}
#source .arrow{
  opacity: 0.3;
  position: relative;
  z-index:100;
}
#source .prev{
  width:56px;
  height:112px;
  position: absolute;
  top:188px;
  left:10px;
  background: url(../image/071.png) no-repeat;
  z-index: 99;
}
#source .next{
  right:0;
  width:56px;
  height:112px;
  position: absolute;
  top:188px;
  background: url(../image/081.png) no-repeat;
  z-index: 99;
}

/*
**泛熙衍生ERP旗舰版介绍
*/
#flag-introduce{
  height: 689px;
  text-align:center;
  background-color: #144190;
}
#flag-introduce h2,#flag-introduce p{
  color:#fff;
}
#flag-introduce .detail{
  margin-top:123px;
}
#flag-introduce .detail ul li {
  position: relative;
  float: left;
  width: 280px;
  height: 310px;
  background-image: linear-gradient(0deg, #2663d0 0%, #327afb 100%), linear-gradient(#24282c, #24282c);
  padding-left:30px;
  padding-right:25px;
  font-size:14px;
  color: #8baeec;
  padding-top:76px;
  text-align:justify;
  line-height:23px;
}
#flag-introduce .detail ul li:hover{
  color: #fff;
  background-image: linear-gradient(0deg,#2663d0 0%,#4387ff 100%),linear-gradient(#f2f9ff,#f2f9ff);
}
#flag-introduce .container .detail ul li+li{
  margin-left:16px;
}
#flag-introduce .container ul li div.flag-img{
  float:left;
  height:90px;
  width:90px;
  background-color:#fff;
  -webkit-border-radius:45px;
  -moz-border-radius:45px;
  border-radius:45px;
  box-shadow: 0 0 0 6px rgba(64, 111, 217,0.6);
  text-align:center;
  line-height:90px;
  margin-left:30px;
  margin-top:23px;
  position:absolute;
  top:-60px;
  left:68px;
}
#flag-introduce .detail ul li div h4{
  margin-bottom:28px;
  margin-top:18px;
  text-align:center;
  color:#fff;
}
