body{
    background: #e5eaff url(../images/tmshmz/mainbg.png) no-repeat top center;
}
.top{
    height: 570px;
}
.ggbox{
    padding: 110px 65px 46px;
    width: 100%;
    font-size: 18px;
    line-height: 34px;
    background: #fff url(../images/tmshmz/ggbg.png) no-repeat top center;
}
.ggbox p + p{
    margin-top: 20px;
}
.saybox{
    margin-top: 25px;
    padding: 110px 124px 26px;
    width: 100%;
    background: #fff url(../images/tmshmz/wxsbg.png) no-repeat top center;
}
.saybox .jylbtit{
    margin: 0 auto 30px;
    width: 535px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background:  url(../images/tmshmz/jylbbg.png) no-repeat top center;
}
.saybox ul{
    padding: 20px 33px;
    width: 100%;
    background: #e2e7ff;
    border: 1px solid #4764fd;
    border-radius: 20px;
}
.saybox ul li{
    float: left;
    margin: 8px;
    width: 205px;
    height: 55px;
    font-size: 20px;
    line-height: 55px;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
}
.saybox ul li.on{
    color: #fff;
    background: #4764fd;
}
.contentbox{
    margin-top: 25px;
    padding: 15px 25px;
    width: 100%;
    background: #e2e7ff;
    border: 1px solid #4764fd;
    border-radius: 30px;
}
.contentbox textarea{
    padding: 20px;
    width: 100%;
    min-height: 305px;
    font-size: 18px;
    border: none;
    border-radius: 20px;
    outline: none;
}
.infobox{
    margin-top: 25px;
}
.infobox > *{
    float: left;
}
.infobox input{
    padding-left: 15px;
    margin-right: 15px;
    width: 317px;
    height: 56px;
    font-size: 20px;
    border: none;
    outline: none;
    border-radius: 10px;
}
.submitBtn{
    margin: 75px auto;
    width: 320px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #ff9019;
    border-radius: 10px;
    cursor: pointer;
}
.yzm_wrap img{
    width: 200px;
    height: 100%;
}

@media screen and (max-width:1200px){
    body{
        background-size:280%;
    }
    .top{
        height: 300px;
    }
    .ggbox{
        padding: 100px 15px 25px;
        font-size: 14px;
        line-height: 26px;
    }
    .ggbox p + p{
        margin-top: 5px;
    }
    .saybox{
        padding: 100px 15px 25px;
    }
    .saybox .jylbtit{
        width: 100%;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .saybox ul{
        padding: 10px;
    }
    .saybox ul li{
        width: 48%;
        height: 40px;
        line-height: 40px;
        margin: 10px 1%;
        font-size: 16px;
    }
    .contentbox{
        padding: 15px;
    }
    .contentbox textarea{
        font-size: 16px;
        padding: 10px;
        border-radius: 10px;
    }
    .infobox > *{
        display: block;
        float: unset;
        width: 80%;
        margin: 10px auto;
    }
    .infobox input{
        margin-right: auto;
        font-size: 18px;
    }
    .yzm_wrap{
        text-align: center;
    }
    .yzm_wrap img{
        width: auto;
    }
    .submitBtn{
        margin: 35px auto;
        font-size: 18px;
    }
}