/*通用*/
#banner{
  background:url('../img/erp/banner.png') center center no-repeat;
}
#banner .container{
  position: relative;
}
#this-ip{
  position: absolute;
  top: 20px;
  left: 30px;
}
#banner .container #this-ip a{
	color: #ffffff;
}
#banner .container #this-ip a:hover{
    color: #0064FA !important;
}
#banner .container .word h1{
  margin-top:80px;
  line-height:46px;
  font-size: 30px;
}
#banner .container .button{
  margin-top:20px;
}


/*
**云苗软件OMS旗舰版
*/
#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);
  width:626px;
  height:368px;
  top:46px;
  left:60px;
  font-size: 16px;
  line-height: 30px;
}
#source .slide li > div {
  position: relative;
  padding:0 60px;
  text-align:center;
  font-size:inherit;
  color:inherit;
  height: 100%;
}
#source .slide li:nth-child(2){
  height:408px;
  left:275px;
}
#source .slide li:nth-child(3){
  left:480px;
}
#source .slide li img.com-logo {
  position: absolute;
  top: 22px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
}
#source .slide li img.com-img{
  position:absolute;
}
#source .slide li img:nth-child(2){
  left:22px;
  top: 22px;
  margin: 0;
}

#source .slide li img.last-img{
  right: 22px;
  bottom: 22px;
  z-index: -1;
}
#source .slide li p{
  text-align:justify;
}
#source .slide li h4,#source .slide li h5{
  color:#999;
  text-align:justify;
  font-size: inherit;
}
#source .slide li h4 {
  padding-top: 124px;
  margin-top: 0;
  margin-bottom: 20px;
}
#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:0px;
  background: url(../img/erp/07.png) no-repeat;
  background-position: center;
  z-index: 99;
}
    #source .next {
        right: 0;
        width: 56px;
        height: 112px;
        position: absolute;
        top: 188px;
        background: url(../img/erp/08.png) no-repeat;
        background-position: center;
        z-index: 99;
    }

/*
**云苗软件OMS旗舰版介绍
*/
#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;
}
