.contentBox{
    width:1280px;
    margin:0 auto;
    margin-bottom:20px;
}
.side{
    width:100%;
    background:#fff;
    padding:25px 20px 20px 20px;
    box-sizing: border-box;
    box-shadow: 0px 6px 28px 2px rgba(222,222,222,0.32);
    border-top:3px solid #3D70CC;
    position: relative;
}
.shareBox{
    width:100px;
    height:500px;
    background:url(shareBtn.png) no-repeat;
    position: absolute;
    right:-100px;
    top:0;
}
.side .sideBox{
    background:#F9F8FE;
    padding:30px;
    box-sizing: border-box;
}
.side .sideBox .sideBoxs{
    border:1px solid #7790D5;
    padding:40px;
    box-sizing: border-box;
    position: relative;
}
.side .sideBox .sideBoxs .title{
    position: absolute;
    top:-15px;
    left:26px;
    width:210px;
    height:30px;
    background:#F9F8FE;
    font-size: 20px;
    font-weight: bold;
    color: #3D70CD;
    padding-left:20px;
    font-family: SourceHanSansSCBold;
}
.side .sideBox .sideBoxs .title i{
    width:29px;
    height:35px;
    background:url(imap.png);
    display:inline-block;
    vertical-align: middle;
    margin-right:15px;
}
.side .sideBox .sideBoxs .box{
    width:100%;
    height:auto;
    box-shadow: 0px 6px 28px 2px rgba(222,222,222,0.32);
    background:#fff;
    border-radius: 30px;
    padding:50px 80px 40px 80px;
    box-sizing: border-box;
}
.side .sideBox .sideBoxs .box h3{
    font-size: 18px;
    font-family: PingFangSC;
    font-weight: 300;
    color: #004EA3;
    line-height: 40px;
    margin-bottom:34px;
    text-align: center;
    width:100%;
}
.side .sideBox .sideBoxs .box label{
    width:100%;
    float:left;
    margin-bottom:14px;
    position: relative;
}
.side .sideBox .sideBoxs .box label.hf{
    width:50%;
}
.side .sideBox .sideBoxs .box label span{
    width:70px;
    display:inline-block;
}
.side .sideBox .sideBoxs .box label input{
    width:370px;
    height:38px;
    font-size:16px;
    border: 1px solid #B2D8FC;
    padding:0 10px;
    box-sizing: border-box;
    color:#666;
}
.side .sideBox .sideBoxs .box label textarea{
    width:845px;
    height:272px;
    font-size:16px;
    border: 1px solid #B2D8FC;
    padding:10px;
    box-sizing: border-box;
}
.side .sideBox .sideBoxs .box label p{
    position: absolute;
    bottom:20px;
    right:40px;
}
.side .sideBox .sideBoxs .box label p i{
    color:#213FA0;
}
.side .sideBox .sideBoxs .box .handle{
    text-align: center;
}
.side .sideBox .sideBoxs .box .handle a{
    display:inline-block;
    padding:2px 34px;
    box-sizing: border-box;
    background:#3D70CD;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    margin:0 11px;
}