/*招商开始*/
p,
h1,
h3 {
    font-size: 14px;
    /*font-family: "微软雅黑";*/
    padding: 0;
    margin: 0;
}
.entire {
    position: relative;
    margin: 0 auto;
    width: 1200px;
}
/* ============================================================================= banner */
.banner {
    position: relative;
    background: url("../images/banner.jpg") center center;
    background-repeat: no-repeat;
    height: 600px;
    text-align: left;
}
.banner .content {
    padding-top: 135px;
    padding-left: 160px;
}
.banner .title {
    margin: 0;
    line-height: 80px;
    font-size: 50px;
    color: #333;
}
.banner .side-title {
    margin-top: 15px;
    font-size: 26px;
    color: #666;
    font-weight: 500;
}
.banner .get-method-button {
    margin-top: 60px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #f84920;
    border-radius: 4px;
    font-size: 22px;
    color: white;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}
.banner .get-method-button:hover {
    background-color: #f86a20;
}
/* ============================================================================= serve-type */
.serve-type {
    height: auto;
}
.serve-type .title {
    margin: 100px auto;
    font-size: 26px;
    color: #333;
    text-align: center;
    font-weight: bold;
}
.serve-type .cards {
    margin-bottom: 100px;
}
.serve-type .card {
    display: inline-block;
    margin: 0 75px;
    float: left;
    width: 90px;
    text-align: center;
}
.serve-type img {
    display: block;
    margin-bottom: 40px;
}
.serve-type .card .card-title {
    display: inline-block;
    color: #333;
    font-size: 20px;
    font-weight: 500;
}
/* ============================================================================= point-section */
.point-section {
    height: 500px;
    background: #fa6a6a;
    text-align: left;
}
.point-section .head-image {
    position: absolute;
    right: 0.0px;
}
.point-section .description {
    padding-top: 118px;
    width: 50%;
    text-align: center;
    color: white;
}
.point-section .description .title {
    width: auto;
    margin: 32px  0 0 0;
    color: white;
    font-size: 26px;
    font-weight: bold;
}
.point-section .description .side-title {
    margin: 10px 0 28px 0;
    font-size: 20px;
    font-weight: 500;
}
.point-section .description .info {
    line-height: 28px;
    font-size: 16px;
}
/* ============================================================================= net-section */
.net-section {
    height: 500px;
    background: #ffc974;
}
.net-section .head-image {
    position: absolute;
    left: 0.0px;
}
.net-section .description {
    padding-top: 113px;
    float: right;
    width: 50%;
    text-align: center;
    color: #333;
}
.net-section .description .title {
    width: auto;
    margin: 32px  0 0 0;
    color: #333;
    font-size: 26px;
    font-weight: bold;
}
.net-section .description .side-title {
    margin: 10px 0 28px 0;
    font-size: 20px;
    font-weight: 500;
}
.net-section .description .info {
    line-height: 28px;
    font-size: 16px;
}
/* ============================================================================= team-section */
.team-section {
    height: 500px;
    background: #7798d5;
    text-align: left;
}
.team-section .head-image {
    position: absolute;
    right: 0.0px;
}
.team-section .description {
    padding-top: 118px;
    width: 50%;
    text-align: center;
    color: white;
}
.team-section .description .title {
    width: auto;
    margin: 32px  0 0 0;
    color: white;
    font-size: 26px;
    font-weight: bold;
}
.team-section .description .side-title {
    margin: 10px 0 28px 0;
    font-size: 20px;
    font-weight: 500;
}
.team-section .description .info {
    line-height: 28px;
    font-size: 16px;
}
/* ============================================================================= serve-section */
.serve-section {
    height: 500px;
    background: #5ad9d5;
}
.serve-section .head-image {
    position: absolute;
    left: 0.0px;
}
.serve-section .description {
    padding-top: 113px;
    float: right;
    width: 50%;
    text-align: center;
    color: #333;
}
.serve-section .description .title {
    width: auto;
    margin: 32px  0 0 0;
    color: #333;
    font-size: 26px;
    font-weight: bold;
}
.serve-section .description .side-title {
    margin: 10px 0 28px 0;
    font-size: 20px;
    font-weight: 500;
}
.serve-section .description .info {
    line-height: 28px;
    font-size: 16px;
}
/* ============================================================================= form-section */
.form-section {
    padding-top: 100px;
    height: 620px;
    background-color: #f5f5f5;
}
.form-section .entire {
    text-align: center;
}
.form-section .title {
    margin: 0 auto;
    font-size: 26px;
    color: #333;
    text-align: center;
    font-weight: bold;
}
.form-section .form {
    margin-top: 100px;
    width: 100%;
}
.form-section .form .form-item {
    border: solid 1px #ccc;
}
.form-section .form .form-item + span {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 20px;
    color: #999;
}
.form-section .form .input-note + span {
    top: 41px;
}
.form-section .form .input-note, .form-section .form .input-item {
    background-color: white;
    letter-spacing: 1px;
}
.form-section .form .input-container {
    position: relative;
    display: inline;
    float: left;
}
.form-section .form .input-item {
    padding-left: 80px;
    height: 70px;
    width: 590px;
    line-height: 70px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
}
.form-section .form .input-item::-webkit-input-placeholder {
    color: #eee;
    font-size: 20px;
}
.form-section .form .input-note {
    margin-top: 20px;
    padding: 80px;
    padding-top: 20px;
    height: 150px;
    width: 1200px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
}
.form-section .form .input-note::-webkit-input-placeholder {
    color: #eee;
    font-size: 20px;
}
.form-section .submit-button {
    margin-top: 40px;
    width: 350px;
    height: 60px;
    line-height: 60px;
    border-radius: 6px;
    background-color: #f84920;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    transition: .3s;
}
.form-section .submit-button.dead {
    background-color: #999;
}
.form-section .submit-button:hover {
    opacity: .9;
    /*background-color: #f86a20;*/
}
