.w1000 {
    width: 1000px;
    margin: auto;
    overflow: hidden
}

.Title-group {
    padding: 0 0 40px 0;
    overflow: hidden;
    text-align: center;
}

.Title-group h2 {
    margin: 0;
    font-size: 26px;
    font-weight: 100;
    line-height: 40px;
    height: 40px;
    padding: 5px 0;
    text-align: center;
    color: #ccc;
}

.Title-group h2 span {
    display: inline-block;
    padding: 0;
}

.Title-group p {
    font-size: 16px;
    line-height: 30px;
    color: #888;
}

.Title-group .animate-btn {
    float: right;
}

.Title-group .animate-btn a {
    margin: 5px;
}

.Title-group h2.title-sub {
    font-size: 44px;
    color: #fff;
    height: 90px;
    font-weight: 100;
}

.Title-group h2.c-black {
    color: #121212;
}

.Title-group h2.title-sub span {
    display: block;
    font-size: 22px;
    opacity: 0.87;
}

.Title-group p.sub-tit {
    font-size: 22px;
    color: #fff;
}

.abt-content header, .project-form header {
    display: none;
}

.abt-content p {
    margin: 0 0 20px 0;
}

.project-form {
    min-height: 420px;
}

.project-form .entry-content p {
    font-size: 30px;
    color: #666;
    text-align: center;
}

.project-form ul {
    margin: 0 auto;
    overflow: hidden;
    width: 960px;
}

.project-form ul li {
    float: left;
    width: 460px;
    margin: 10px;
}

.project-form ul li:last-child {
    width: 960px;
}

.project-form ul li label {
    font-size: 14px;
    line-height: 26px;
    color: #666;
}

.project-form ul li label em {
    color: #E81919;
}

.project-form ul li input[type="text"], .ctxt {
    display: block;
    border: 1px solid #ccc;
    padding: 10px;
    width: 440px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 4px;
    -webkit-transition: box-shadow 0.30s ease-in-out;
    -moz-transition: box-shadow 0.30s ease-in-out;
    transition: box-shadow 0.30s ease-in-out;
}

.project-form ul li input[type="text"]:focus, .ctxt:focus {
    border: #815E07 1px solid;
    box-shadow: 0 0 8px #815E07;
}

.project-form ul li textarea, .ctxtarea {
    display: block;
    border: 1px solid #ccc;
    padding: 10px;
    width: 920px;
    height: 120px;
    line-height: 30px;
    border-radius: 4px;
    font-size: 16px;
    overflow: auto;
    x-overflow: hidden;
    -webkit-transition: box-shadow 0.30s ease-in-out;
    -moz-transition: box-shadow 0.30s ease-in-out;
    transition: box-shadow 0.30s ease-in-out;
}

.project-form ul li textarea:focus, .ctxtarea:focus {
    border: #815E07 1px solid;
    box-shadow: 0 0 8px #815E07;
}

.project-form input[type="submit"].submit {
    display: block;
    margin: 10px auto;
    padding: 10px 40px;
    font-size: 18px;
}

input[type="submit"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
    padding: 6px 20px;
    color: #fff;
    border: 1px solid #815E07;
    font-size: 16px;
    background: #815E07;
    box-shadow: 1px 1px 2px rgba(64, 64, 64, 0.3);
}

input[type="submit"]:hover {
    background:#684B05;
}