/******页面主体******/
#main{
    background: url("../img/bg.jpg") repeat;
}
/***家族云简介****/
#jzyInfo{
    padding: 67px 0;
    background: #fff;
}
#jzyInfo p{
    font-size: 18px;
    line-height: 30px;
    text-indent: 40px;
    padding-bottom: 20px;
    text-align: justify;
}
#jzyInfo img{
    width: 100%;
}
/*背景分析*/
#background{
    margin-top: 65px;
}
#background .content{
    height: 600px;
    background: url("../img/zhaoshang_08.jpg") no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}
#background .content>p{
    font-size: 30px;
    text-indent: 2em;
    color: #fff;
    width: 1085px;
    line-height: 46px;
    position: absolute;
    top: 200px;
    right: 100px;
    font-weight: lighter;
    text-align: justify;
}
/*修谱现状及市场前景*/
#future{
    background: #fff;
    padding-top: 67px;
    padding-bottom: 50px;
}
#future>img{
    width: 100%;
    vertical-align: middle;
    margin-top: 30px;
}
#future>.word>p{
    font-size: 20px;
    line-height: 34px;
    text-indent: 2em;
    text-align: justify;
    width: 50%;
    padding: 0 60px;
}
#future>.word>p:first-child{
    float: left;
}
#future>.word>p:last-child{
    float: right;
}
/*产品优势*/
#advantage{
    margin-top: 50px;
}
#advantage>img{
    display: block;
    margin: 0 auto;
}
/*主要功能*/
#function{
    background: #fff;
    padding-top: 45px;
}
#function>img{
    display: block;
    margin: 0 auto;
}
/*市场收益预测*/
#market{
    margin-top: 50px;
}
#market>img{
    width: 100%;
    display: block;
    margin: 0 auto;
}
/*盈利模式*/
#gain{
    margin-top: 50px;
}
#gain>.content{
    height: 841px;
    background: url("../img/zhaoshang_17.jpg") no-repeat center center;
    background-size: 100% 100%;
}
#gain>.content>div{
    /*width: 1748px;*/
    margin: 0 auto;
    padding-top: 262px;
}
#gain>.content>div>div{
    float: left;
    width: 50%;
    font-size: 16px;
    padding: 45px 45px 45px 95px;
    line-height: 26px;
}
#gain>.content>div>div>p{
    margin-bottom: 5px;
    text-align: justify;
}
#gain>.content>div>div:last-child{
    padding: 45px 95px 45px 45px;
}
#gain>.content>div>div>p:last-child{
    margin-bottom: 0px;
}
/*合伙共赢*/
#win{
    margin-top: 80px;
}
#win>.content{
    background: #f6f6f6;
    padding: 60px 0 30px;
}

#win>.content .win-item{
    float: left;
    width: 50%;
}
#win>.content .win-item>.win-item-title{
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 30px;
}
#win>.content .win-item>p{
    font-size: 22px;
    padding-left: 70px;
    line-height: 36px;
    margin-bottom: 10px;
}
/*联系我们*/
#contact{
    padding: 88px 0;
}
#contact .content{
    background: #fff;
    border: 3px solid #ca141d;
    padding: 130px 130px 30px;
}
#contact .content .clear-float>form{
    float: left;
}
#contact .content .clear-float>form input, #contact .content .clear-float>form textarea{
    width: 484px;
    background: #eeeeee;
    border: 0;
    outline: 0;
    font-size: 30px;
    font-family: "宋体";
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    padding: 10px;
    vertical-align: middle;
}
#contact .content .clear-float>form textarea{
    height: 166px;
    resize: none;
}
#contact .content .clear-float>form input::-webkit-input-placeholder, #contact .content .clear-float>form textarea::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
#contact .content .clear-float>form input:-moz-placeholder, #contact .content .clear-float>form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000;
}
#contact .content .clear-float>form input::-moz-placeholder, #contact .content .clear-float>form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
}
#contact .content .clear-float>form input:-ms-input-placeholder, #contact .content .clear-float>form textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000;
}
#contact .content .clear-float>div{
    float: right;
}

#contact .content .clear-float>div{
    text-align: center;
    font-family: "宋体";
}
#contact .content .clear-float>div>h1{
    font-size: 30px;
    margin-bottom: 20px;
}
#contact .content .clear-float>div>h1:nth-child(2){
    margin-bottom: 35px;
}
#contact .content .clear-float>div img{
    width: 190px;
    height: 190px;
    vertical-align: middle;
}
#contact .content .join{
    text-align: center;
    margin-top: 30px;
}
#contact .content .join img{
    vertical-align: middle;
}

#zhao-form>div{
    position: relative;
}
#zhao-form>div>.error{
    vertical-align: middle;
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    color: #ca141d;
    padding-left: 10px;
    /*width: 100%;*/
}