/* CSS Document */

input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #a1a1a1;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a1a1a1;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a1a1a1;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a1a1a1;
}

textarea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #a1a1a1;
}

textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a1a1a1;
}

textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a1a1a1;
}

textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a1a1a1;
}

.hmp6_w2 form {
    width: 100%;
}

.hmp6_w2 form h1 {
    font-size: 40px;
    font-weight: normal;
    color: #333;
    text-align: center;
    margin-bottom: 60px;
}

.hmp6_w2 form p {
    float: left;
    width: calc(100%/3 - 14px);
    margin-right: 21px;
    font-size: 16px;
    color: #666;
    text-align: left;
}

.hmp6_w2 form .p_last {
    margin-right: 0;
}

.hmp6_w2 form .text {
    clear: both;
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
    margin-bottom: 40px;
}

.hmp6_w2 form input {
    line-height: 50px;
    outline: none;
    width: 100%;
    height: 50px;
    color: #a1a1a1;
    font-size: 14px;
    border: none;
    background-color: #fafafa;
    border-radius: 5px;
    padding-left: 10px;
    font-family: "微软雅黑";
    margin-top: 10px;
}

.hmp6_w2 form textarea {
    clear: both;
    border: none;
    background-color: #fafafa;
    height: 100px;
    border-radius: 5px;
    resize: none;
    outline: none;
    color: #a1a1a1;
    font-size: 14px;
    padding-top: 10px;
    padding-left: 10px;
    width: 100%;
    font-family: "微软雅黑";
    margin-top: 10px;
}

.hmp6_w2 form .inputsub {
    padding: 0;
    clear: both;
    cursor: pointer;
    width: 150px;
    height: 50px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    display: block;
    margin: 0 auto;
    background: -webkit-linear-gradient(top, #0018e3, #0595F3);
}

.hmp6_w2 form .inputsub:hover {
    background: #fff;
    box-shadow: 0 0 10px #999;
    color: #009441;
    transition: all 0.4s linear;
}

.hmPage6 .fot {
    color: #999;
    background-color: #fff;
    width: 90%;
    max-width: 1600px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 5%;
    overflow: hidden;
    padding: 0 1%;
}