@charset "utf-8";
/********************************** 公用部分 start **********************************/
.protal-btn {
    display: inline-block;
    width: 176px;
    height: 46px;
    line-height: 44px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 18px;
    position: relative;
    box-sizing: border-box;
    margin: 0 17px 0 0;
    cursor: pointer;
}
.protal-btn-green {
    background-color: #20b09f;
    border-color: #20b09f;
    color: #fff;
}
.protal-btn-green:hover {
    background-color: #1aa090;
    border-color: #1aa090;
    color: #fff;
}
.main-banner {
    height: 314px;
    position: relative;
    background: url(../images/kexin-banner.png) top center no-repeat #18191d;
}
.main-banner-cont {
    padding: 56px 0 0;
    color: #fff;
}
.main-banner-title {
    font-size: 44px;
    margin-bottom: 10px;
}
.main-banner-title-txt {
    font-size: 22px;
    color: #050f2e;
    background-color: #20B09F;
    border-radius: 20px;
    padding: 0 8px;
}
.main-banner-descrip {
    font-size: 18px;
    margin-bottom: 6px;
}
.main-banner-p {
    background: linear-gradient(to right, rgba(32, 176, 159, .4), rgba(32, 176, 159, .1));
    display: inline-block;
}
.main-banner-btns {
    padding: 34px 0 0;
}
/* 专属需求 */
.demand-box {
    padding: 60px 0 58px;
    background: url(../images/demand-bg.png) center bottom no-repeat #f9f9f9;
}
.demand-box .header {
    position: relative;
    width: 602px;
    height: 50px;
    margin: 0 auto 40px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #20b09f;
    border-radius: 31px;
    text-align: center;
}
.demand-box .header:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 0;
    height: 0;
    margin: 0 0 0 -10px;
    font: 0/0 arial;
    border: 10px dashed transparent;
    border-top: 10px solid #20b09f;
}
.form-item {
    position: relative;
    width: 682px;
    min-height: 42px;
    padding: 0 130px;
    margin: 20px auto 0;
    font-size: 14px;
    font-weight: bold;
}
.form-item-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    text-align: right;
    font-weight: bold;
    line-height: 42px;
}
.form-input {
    width: 290px;
    height: 30px;
    padding: 5px 14px;
    border: 1px solid #ccc;
    background: #fff;
    outline: none;
    resize: none;
    font: 14px/30px 'Microsoft Yahei', 'PingFangSC', sans-serif;
    vertical-align: middle;
}
.form-input.verify-input {
    width: 110px;
}
.form-textarea {
    width: 652px;
    height: 160px;
    padding: 10px 14px;
    border: 1px solid #ccc;
    background: #fff;
    outline: none;
    resize: none;
    font: 14px/24px 'Microsoft Yahei', 'PingFangSC', sans-serif;
    overflow-y: auto;
}
.verify-pic {
    display: inline-block;
    width: 120px;
    height: 42px;
    margin: 0 0 0 16px;
    background: #ccc;
    vertical-align: middle;
}
.verify-pic img {
    width: 100%;
    height: 100%;
}
.form-text {
    margin: 0 0 0 16px;
}
.demand-box .protal-btn {
    display: block;
    margin: 36px auto 0;
}
.items {
    padding: 60px 0;
}
/********************************** 通用部分 end **********************************/
.items-kexin {
    background-color: #F9F9F9;
}
.items-kexin .item {
    width: 40%;
    margin-left: 30px;
}
.items-kexin .item-title {
    font-size: 24px;
    display: inline-block;
    vertical-align: bottom;
}
.items-kexin .item .img-block {
    display: inline-block;
    margin-left: 20px;
    vertical-align: bottom;
}
.items-kexin .item-subtitle {
    margin: 20px 0 40px;
    line-height: 28px;
}
.items-kexin .item-p {
    color: #666;
    line-height: 28px;
}
.items-kexin .item-btn {
    margin-top: 30px;
}
.items-kexin .item-btn-a {
    width: 100px;
    height: 36px;
    line-height: 36px;
}
.items-title {
    font-size: 24px;
    margin-bottom: 50px;
}
.items-why .items-block {
    margin-top: 55px;
}
.items-why .item {
    flex: 1;
    box-sizing: border-box;
    border-right: 1px solid #F2F2F2;
}
.items-why .item:last-child {
    border: none;
}
.items-why .img-block {
    margin: 16px auto 24px;
}
.items-why .item-title {
    text-align: center;
    font-size: 16px;
}
.items-blueV {
    background-color: #F9F9F9;
}
.items-blueV .item {
    margin: 0 30px;
    width: 45%;
}
.items-blueV .item-title {
    font-size: 24px;
    display: inline-block;
    vertical-align: bottom;
}
.items-blueV .item .img-block {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    bottom: 26px;
    left: -16px;
}
.items-blueV .item-p {
    color: #666;
    line-height: 30px;
    margin-top: 26px;
}
.items-blueV .item-btn {
    margin-top: 30px;
}
.items-blueV .item-btn-a {
    width: 100px;
    height: 36px;
    line-height: 36px;
}
