.photoshow{
    width: 100%;
    /*min-width:1200px;*/
    position: relative;
}
.photoshow img{
    width: 100%;
}
.header{
    position: absolute;
    top: 0;
    width: 100%;
    min-width: 1200px;
}
.nubbin{
    width: 1200px;
    margin: 0 auto;
    padding-top: 67px;
}
.nubbin h3{
    text-align: center;
    font-size: 33px;
    color: #4c4948;
    padding-bottom: 38px;
}
.nubbin .line{
   width: 72px;
    height: 2px;
    background: #cb2842;
    margin: 0 auto 33px;
}
.nubbin h4{
    font-size: 24px;
    color: #4c4948;
    text-align: center;
    font-weight: normal;
    padding-bottom: 58px;
}
.nubbin ul li{
    float: left;
    width: 393px;
    margin-bottom: 35px;
}
.nubbin ul li:nth-of-type(odd){
    margin-left: 102px;
}
.nubbin ul li:nth-of-type(even){
    margin-left: 189px;
}
.nubbin ul li .left{
    float: left;
    height: 160px;
    width: 160px;
    background: #cb2842;
    border-radius: 50%;
    margin-right:38px ;
}
.nubbin ul li .right{
    float: left;
    width: 194px;
}
.nubbin ul li .right dl dt{
    padding-top: 12px;
    line-height: 26px;
    font-size: 15px;
    color: #333333;
    padding-bottom: 4px;
    border-bottom: 1px dashed #dcdddd;
    margin-bottom: 19px;
}
.nubbin ul li .right dl dd{
    line-height:27px;
    color: #989898;
}
.nubbin ul li .right span{
    font-size: 18px;
    font-weight: bold;
}
.flow h3{
  padding-top: 54px;
    font-size: 32px;
    color: #6d6b6a;
    text-align: center;
    padding-bottom: 32px;

}
.flow  .line{
  width: 72px;
    height: 2px;
    background-color: #cb2842;
    margin: 0 auto 33px;
}
.flow h4{
    margin-bottom:35px ;
    color: #4c4948;
    font-size: 23px;
    text-align: center;
    font-weight: normal;
}
.flow{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 75px;
}