.syly {
    width: 730px;
    margin: 0 auto;
}
.pcly {
    padding: 20px 0;
}
.pcly div {
    margin-bottom: 30px;
}
.pcly p {
    width: 49%;
}
.left {
    float: left;
}

.pcly p input {
    text-indent: 8px;
    outline: none;
    border: none;
    background: none;
    color: #555;
    border: 1px solid #ccc;
    line-height: 30px;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.pcly p  select {
    text-indent: 8px;
    outline: none;
    border: none;
    background: none;
    color: #555;
    border: 1px solid #ccc;
    height: 36px;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.right {
    float: right;
}
.tj input {
    outline: none;
    border: none;
    background: none;
    color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    line-height: 36px;
    font-size: 14px;
    display: block;
    width: 120px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    float: left;
    background-color: #337ab7;
    border-color: #2e6da4;
    margin-left: 232px;
}
.res{
    float: left;
    margin-left: 35px;
}
.res input {
    outline: none;
    border: none;
    background: none;
    color: #333;
    border: 1px solid #000;
    border-radius: 5px;
    line-height: 36px;
    font-size: 14px;
    display: block;
    width: 120px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    float: left;
    background-color: #E8E8E8;
    border-color: #fff;
}
.pcly textarea {
    padding: 8px;
    outline: none;
    border: none;
    background: none;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    height: 60px;
    font-family: "微软雅黑";
}
.after_img {
    margin-top: 60px;
    margin-left: 232px;
}


/**手机端**/
.maft{
    height: 680px;
}
.maft p, .maft div {
    color: #595959;
    line-height: 24px;
    font-size: 13px;
    text-align: justify;
}

.mly {
    width: 70%;
    margin: 0 auto;
}
.mly p {
    height: 30px;
    margin-top: 20px;
    line-height: 30px;
    /*border-bottom: 1px solid #23130f;*/
    color: #808080;
}
.mly p input {
    text-indent: 8px;
    outline: none;
    background: none;
    color: #808080;
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.mly p select {
    text-indent: 8px;
    outline: none;
    border: none;
    background: none;
    color: #808080;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 33px;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.mly div textarea {
    outline: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: none;
    color: #808080;
    line-height: 24px;
    font-size: 14px;
    display: inline-block;
    width: 96%;
    height: 60px;
    margin-top: 20px;
    padding: 5px;
    font-family: "微软雅黑";
}
.mtj input {
    outline: none;
    background: none;
    color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    line-height: 36px;
    font-size: 14px;
    display: block;
    width: 95px;
    text-align: center;
    cursor: pointer;
    background-color: #337ab7;
    border-color: #2e6da4;
    float: left;
    margin-left: 22px;
}

.restj input {
    outline: none;
    background: none;
    color: #333;
    border: 1px solid #000;
    border-radius: 5px;
    line-height: 36px;
    font-size: 14px;
    display: block;
    width: 95px;
    text-align: center;
    cursor: pointer;
    background-color: #E8E8E8;
    border-color: #fff;
    float: left;
    margin-left: 28px;
}
.mafterimg{
    width: 80%;
    margin: 0 auto;
}
.mafterimg img{
    width: 87%;
    margin-top: 15px;
    margin-left: 33px;
}
  