/* 公共 */
body,html {
    scroll-behavior: smooth;
}

.title {
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    line-height: 40px;
    text-align: center;
    padding-top: 72px;
}

.fix-sobot-init {
    display: none;
}

/* banner */
.banner {
    position: relative;
    min-width: 1200px;
    height: 564px;
    background: url(/Modules/images/scpark02/banner_bg.jpg) center no-repeat;
    -o-background-size: cover;
       background-size: cover;
}

.banner .min {
    position: relative;
}

.banner-form {
    position: absolute;
    top: 164px;
    right: 0;
    width: 388px;
    height: 222px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.2);
    border-radius: 6px;
    padding-left: 28px;
}

.banner-form-title {
    font-size: 22px;
    font-weight: bold;
    color: #E60012;
    line-height: 30px;
    padding-top: 28px;
}

.banner-form-label {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    margin-top: 16px;
}

.banner-form-input {
    width: 356px;
    height: 32px;
    font-size: 14px;
    background: #FFFFFF;
    text-indent: 8px;
    border: 1px solid #D9D9D9;
    margin-top: 8px;
    border-radius: 4px;
}

.banner-form-btn {
    width: 356px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    background: #E60012;
    background: -webkit-gradient(linear, left top, right top, from(#E97128), to(#E60012));
    background: -webkit-linear-gradient(left, #E97128 0%, #E60012 100%);
    background: -moz-linear-gradient(left, #E97128 0%, #E60012 100%);
    background: -o-linear-gradient(left, #E97128 0%, #E60012 100%);
    background: linear-gradient(90deg, #E97128 0%, #E60012 100%);
    border-radius: 4px;
    margin-top: 16px;
    cursor: pointer;
}

.banner-form-btn:hover {
    background: #E60012;
}

.banner-title {
    font-size: 54px;
    font-weight: bold;
    color: #E60012;
    padding-top: 80px;
}

.banner-text {
    font-size: 38px;
    font-weight: bold;
    color: #000000;
    line-height: 53px;
    margin-top: 14px;
}

.banner-text span{
    font-size: 20px;
    background: #333;
    color: #fff;
    border-radius: 6px;
    padding: 4px 10px;
}

.banner-alltag {
    width: 600px;
    margin-top: 36px;
    overflow: hidden;
}
.banner-alltag3{
    width: 585px;
}


.banner-tag {
    float: left;
    margin-right: 24px;
    margin-bottom: 12px;
    overflow: hidden;
}
.banner-tag.unfloat{
    float: none;
}

.banner-tag img {
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 5px;
}

.banner-tag div {
    float: left;
    font-size: 18px;
    color: #666666;
    line-height: 26px;
    margin-left: 8px;
}

.banner-btn {
    width: 240px;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
    background: #E60012;
    background: -webkit-gradient(linear, left top, right top, from(#E97128), to(#E60012));
    background: -webkit-linear-gradient(left, #E97128 0%, #E60012 100%);
    background: -moz-linear-gradient(left, #E97128 0%, #E60012 100%);
    background: -o-linear-gradient(left, #E97128 0%, #E60012 100%);
    background: linear-gradient(90deg, #E97128 0%, #E60012 100%);
    border-radius: 4px;
    margin-top: 40px;
    cursor: pointer;
}

.banner-btn:hover {
    background: #E60012;
}

/* banner数字 */
.banner-allnum {
    min-width: 1200px;
    height: 114px;
    background: rgba(255,255,255,0.6);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    margin-top: -114px;
    overflow: hidden;
}

.banner-num-item {
    float: left;
    width: 280px;
    height: 84px;
    padding: 16px 0 14px;
    margin-right: 26px;
}

.banner-num-item:last-child {
    margin-right: 0;
}

.banner-num-sp {
    font-size: 50px;
    font-family: Arial, Arial;
    font-weight: bold;
    text-align: center;
    color: #E60012;
    line-height: 58px;
}

.banner-num-box {
    text-align: center;
}

.banner-num {
    display: inline-block;
    overflow: hidden;
}

.banner-num-num {
    float: left;
    font-size: 50px;
    font-family: Arial, Arial;
    font-weight: bold;
    color: #E60012;
    line-height: 58px;
}

.banner-num-unit {
    float: left;
    font-size: 16px;
    color: #E60012;
    line-height: 24px;
    margin-top: 27px;
    margin-left: 8px;
}

.banner-num-text {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    text-align: center;
}
.banner-phone{
    position: absolute;
    right: 0;
    top: 20px;
    overflow: hidden;
}
.banner-logo{
    position: absolute;
    top: 20px;
}
.banner-logo img{
    height: 40px;
}
.banner-phone div{
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #D50000;
    line-height: 40px;
    margin-left: 10px;
}

.contact-us-banner {
    margin: 40px 0 0 0;
}
.contact-us-banner img{
    display: block;
    width: 1200px;
    height: 78px;
    cursor: pointer;
}

.contact-us-text{
    position: absolute;
    left: 167px;
    top: 25px;
    height: 33px;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 33px;
    letter-spacing: 2px;
    text-align: left;
}
.contact-us-text span{
    color: #FFDA00;
}
.contact-us-mobile{
    position: absolute;
    top: 22px;
    right: 210px;
    height: 33px;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    line-height: 33px;
    letter-spacing: 2px;
    text-align: left;
}

/* 政策 */
.policy {
    min-width: 1200px;
    padding-bottom: 60px;
}

.policy-text {
    width: 850px;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    text-align: center;
    margin: 24px auto 28px;
}

.policy-detail-title {
    overflow: hidden;
}

.policy-detail-square {
    float: left;
    width: 4px;
    height: 4px;
    background: #E60012;
    margin-top: 12px;
    margin-right: 8px;
}

.policy-detail-titles {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: 26px;
}

.policy-content {
    height: 340px;
    margin-top: 24px;
}

.policy-content-item {
    position: relative;
    float: left;
    width: 264px;
    height: 280px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(215,224,230,0.3);
            box-shadow: 0px 2px 12px 0px rgba(215,224,230,0.3);
    border-radius: 4px;
    padding: 12px;
    margin-right: 16px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.policy-content-lastitem {
    margin-right: 0;
}

.policy-content-icon {
    position: absolute;
    top: 0;
    left: 12px;
    width: 36px;
    height: 34px;
}

.policy-content-img {
    display: block;
    width: 264px;
    height: 120px;
    margin: 0 auto;
}

.policy-content-title {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: 26px;
    margin-top: 20px;
}

.policy-content-text {
    width: 264px;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    margin-top: 10px;
}
.text-bold{
    font-weight: bold;
}
.policy-content-btn {
    position: absolute;
    left: 12px;
    bottom: 22px;
    width: 90px;
    height: 26px;
    font-size: 12px;
    color: #666666;
    line-height: 26px;
    text-align: center;
    border: 1px solid #D9D9D9;
    cursor: pointer;
}

.policy-content-btn:hover {
    border: none;
    color: #FFFFFF;
    background: #E60012;
    background: -webkit-gradient(linear, left top, right top, from(#E97128), to(#E60012));
    background: -webkit-linear-gradient(left, #E97128 0%, #E60012 100%);
    background: -moz-linear-gradient(left, #E97128 0%, #E60012 100%);
    background: -o-linear-gradient(left, #E97128 0%, #E60012 100%);
    background: linear-gradient(90deg, #E97128 0%, #E60012 100%);
}

.policy-content-item:hover {
    margin-top: -8px;
}

.policy-map {
    position: relative;
    width: 1200px;
    height: 354px;
    background: url(/Modules/images/scpark02/policy_map_bg@2x.png) center no-repeat;
    -o-background-size: cover;
       background-size: cover;
    margin: 18px auto 0;
}

.policy-map .policy-detail-title {
    margin-left: 50px;
    margin-top: 24px;
}

.policy-detail-tip {
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    margin-top: 4px;
    margin-left: 16px;
}

.policy-map-title {
    position: absolute;
    top: 90px;
    left: 120px;
}

.policy-map-title div {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: 26px;
    margin-bottom: 37px;
}

.policy-map-title .policy-title-first {
    margin-left: 52px;
}

.policy-map-title .policy-title-seconed {
    margin-left: 36px;
}

.policy-map-title .policy-title-last {
    margin-left: 16px;
    margin-top: -1px;
}

.policy-map-btn {
    position: absolute;
    right: 275px;
    bottom: 40px;
    width: 240px;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
    background: #E84C21;
    background: -webkit-gradient(linear, left top, right top, from(#E97128), color-stop(32%, #E84C21), to(#E60012));
    background: -webkit-linear-gradient(left, #E97128 0%, #E84C21 32%, #E60012 100%);
    background: -moz-linear-gradient(left, #E97128 0%, #E84C21 32%, #E60012 100%);
    background: -o-linear-gradient(left, #E97128 0%, #E84C21 32%, #E60012 100%);
    background: linear-gradient(90deg, #E97128 0%, #E84C21 32%, #E60012 100%);
    -webkit-box-shadow: 0px 5px 8px 0px rgba(255,71,73,0.3);
            box-shadow: 0px 5px 8px 0px rgba(255,71,73,0.3);
    border-radius: 4px;
    cursor: pointer;
}

.policy-map-btn:hover {
    background: #E60012;
}

/* 服务 */
.service {
    min-width: 1200px;
    background: #F9FCFD;
    padding-bottom: 72px;
}

.service-content {
    width: 1200px;
    height: 377px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(215,224,230,0.3);
            box-shadow: 0px 2px 12px 0px rgba(215,224,230,0.3);
    border-radius: 4px;
    margin-top: 28px;
    overflow: hidden;
}

.service-content img {
    display: block;
    width: 1094px;
    height: 320px;
    margin: 28px auto 0;
    cursor: pointer;
}

.service-btn {
    position: relative;
    width: 240px;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
    background: #E60012;
    background: -webkit-gradient(linear, left top, right top, from(#E97128), to(#E60012));
    background: -webkit-linear-gradient(left, #E97128 0%, #E60012 100%);
    background: -moz-linear-gradient(left, #E97128 0%, #E60012 100%);
    background: -o-linear-gradient(left, #E97128 0%, #E60012 100%);
    background: linear-gradient(90deg, #E97128 0%, #E60012 100%);
    border-radius: 4px;
    margin: 28px auto 0;
    cursor: pointer;
}

.btn-line {
    position: absolute;
    top: -20px;
    left: -32px;
    width: 12px;
    height: 80px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(33%, rgba(255, 255, 255, 0.24)), color-stop(73%, rgba(255, 255, 255, 0.39)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.24) 33%, rgba(255, 255, 255, 0.39) 73%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.24) 33%, rgba(255, 255, 255, 0.39) 73%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.24) 33%, rgba(255, 255, 255, 0.39) 73%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.24) 33%, rgba(255, 255, 255, 0.39) 73%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-animation: scales 1.4s infinite 0s normal;
       -moz-animation: scales 1.4s infinite 0s normal;
         -o-animation: scales 1.4s infinite 0s normal;
            animation: scales 1.4s infinite 0s normal;
}

@-webkit-keyframes scales {
    0% {
        left: -10px;
    }

    100% {
        left: 280px;
    }
}

@-moz-keyframes scales {
    0% {
        left: -10px;
    }

    100% {
        left: 280px;
    }
}

@-o-keyframes scales {
    0% {
        left: -10px;
    }

    100% {
        left: 280px;
    }
}

@keyframes scales {
    0% {
        left: -10px;
    }

    100% {
        left: 280px;
    }
}

.service-btn:hover {
    background: #E60012;
}

/* 优势 */
.advantage {
    min-width: 1200px;
    padding-bottom: 72px; 
}

.advantage-content {
    width: 1200px;
    margin: 56px auto 0;
    overflow: hidden;
}

.advantage-content-item {
    position: relative;
    float: left;
    height: 234px;
    margin-bottom: 14px;
    overflow: hidden;
}

.advantage-content-item1 {
    width: 396px;
}

.advantage-content-item2 {
    width: 790px;
    margin-left: 14px;
}

.advantage-content-item3 {
    width: 633px;
}

.advantage-content-item4 {
    width: 553px;
    margin-left: 14px;
}

.advantage-content-item img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.advantage-content-title {
    position: absolute;
    bottom: 48px;
    left: 28px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 26px;
}

.advantage-content-text {
    position: absolute;
    bottom: 24px;
    left: 28px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
}

.advantage-content-item:hover img {
    -webkit-transform: scale(1.1,1.1);
       -moz-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
         -o-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
}

/* 表单 */
.form {
    min-width: 1200px;
    height: 324px;
    background: url(/Modules/images/scpark02/form_bg.png) center no-repeat;
    -o-background-size: cover;
       background-size: cover;
}

.form-title {
    font-size: 42px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 54px;
    text-align: center;
    padding-top: 72px;
    margin-bottom: 28px;
}

.form-content {
    width: 680px;
    margin: 0 auto 24px;
    overflow: hidden;
}

.form-input {
    float: left;
    width: 524px;
    height: 50px;
    background: #FFFFFF;
    overflow: hidden;
}

.form-input img {
    float: left;
    width: 24px;
    height: 24px;
    margin-top: 13px;
    margin-left: 12px;
}

.form-input input {
    width: 486px;
    height: 50px;
    font-size: 14px;
    margin-left: 2px;
}

.form-btns {
    float: right;
    width: 144px;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #E60012;
    line-height: 50px;
    text-align: center;
    background: #FFFFFF;
    cursor: pointer;
}

.form-btns:hover {
    color: #D50000;
}

.form-tag {
    margin-left: 260px;
    overflow: hidden;
}

.form-tag-item {
    float: left;
    margin-right: 50px;
    overflow: hidden;
}

.form-tag-item img {
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 4px;
}

.form-tag-item div {
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
    margin-left: 8px;
}

/* 右侧挂件 */
.pendant {
    position: fixed;
    top: 50%;
    right: 0;
    width: 70px;
    height: 263px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(215,224,230,0.3);
            box-shadow: 0px 2px 12px 0px rgba(215,224,230,0.3);
    border-radius: 2px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 99;
}

.pendant-content {
    padding-top: 5px;
}

.pendant-content-item {
    width: 60px;
    height: 60px;
    background: #E60012;
    margin-left: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    overflow: hidden;
}

.pendant-content-item img {
    display: block;
    width: 28px;
    height: 28px;
    margin: 7px auto 0;
    opacity: 0.8;
}

.pendant-content-item div {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;
    text-align: center;
    opacity: 0.8;
}

.pendant-top {
    width: 70px;
    height: 34px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(215,224,230,0.3);
            box-shadow: 0px 2px 12px 0px rgba(215,224,230,0.3);
    border-radius: 2px;
    margin-top: 5px;
    overflow: hidden;
}

.pendant-top img {
    display: block;
    width: 20px;
    height: 20px;
    margin: 8px auto 0;
}

.pendant-content-item:hover img {
    opacity: 1;
}

.pendant-content-item:hover div {
    opacity: 1;
}

.pendant-content-phone {
    position: fixed;
    top: -webkit-calc(50% - 134px);
    top: -moz-calc(50% - 134px);
    top: calc(50% - 134px);
    right: 72px;
    display: block;
    width: 134px;
    height: 68px;
    background: url(/Modules/images/scpark02/pendant_pgone_bg@2x.png) center no-repeat;
    -o-background-size: cover;
       background-size: cover;
    overflow: hidden;
    z-index: 99;
}

.pendant-phone-title {
    font-size: 12px;
    color: #666666;
    line-height: 22px;
    margin-left: 14px;
    margin-top: 12px;
}

.pendant-phone-num {
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    margin-left: 14px;
}

.pendant-content-code {
    display: none;
    position: fixed;
    top: -webkit-calc(50% + 2px);
    top: -moz-calc(50% + 2px);
    top: calc(50% + 2px);
    right: 72px;
    width: 134px;
    height: 128px;
    background: url(/Modules/images/scpark02/pendant_code_bg@2x.png) center no-repeat;
    -o-background-size: cover;
       background-size: cover;
    overflow: hidden;
}

.pendant-content-code img {
    display: block;
    width: 104px;
    height: 104px;
    margin-top: 12px;
    margin-left: 14px;
}

/*微信挂件*/
.pendant-content-wechat {
    position: fixed;
    top: -webkit-calc(50% - 134px);
    top: -moz-calc(50% - 134px);
    top: calc(50% - 134px);
    right: 72px;
    width: 360px;
    height: 200px;
    z-index: 99;
    display: none;
}
.pendant-content-wechat-red{
    background: url(/Modules/images/right_pendant/pendant_right_bg.png) center no-repeat;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.pendant-wechat-info{
    overflow: hidden;
    padding-top: 16px;
    padding-left: 38px;
}
.pendant-wechat-logo{
    width: 48px;
    display: block;
    float: left;
}
.pendant-wechat-name{
    float: left;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 12px;
}
.pendant-wechat-position{
    float: left;
    color: rgba(255,255,255,0.8);
    font-size: 10px;
    margin-top: 24px;
    margin-left: 4px;
}
.pendant-wechat-intro{
    margin-top: -8px;
    width: 316px;
    height: 124px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-left: 22px;
}
.pendant-wechat-left{
    width: 197px;
    float: left;
}
.pendant-wechat-left-title{
    font-size: 12px;
    color: #303030;
    line-height: 20px;
    padding-top: 24px;
    padding-left: 16px;
}
.pendant-wechat-left-intro{
    font-size: 16px;
    color: #303030;
    line-height: 24px;
    font-weight: bold;
    margin-top: 4px;
    padding-bottom: 4px;
    margin-left: 16px;
    border-bottom: 1px solid #EAEBED;
}
.pendant-wechat-left-footer{
    overflow: hidden;
}
.pendant-wechat-left-footer div{
    font-size: 10px;
    color: #303030;
    line-height: 18px;
    margin-top: 8px;
    margin-left: 16px;
    float: left;
}
.pendant-wechat-left-footer img{
    width: 20px;
    float: left;
    margin-left: 6px;
    margin-top: 14px;
}
.pendant-wechat-right{
    float: right;
    width: 80px;
    margin-top: 22px;
    margin-right: 16px;
}

/* footer */
.footer {
    min-width: 1200px;
    background: #282525;
    padding: 72px 0;
}

.footer-content {
    overflow: hidden;
}

.footer-content-left {
    float: left;
}

.footer-left-title {
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.footer-left-tip {
    font-size: 14px;
    color: #BDBDBD;
    line-height: 24px;
}

.footer-left-num {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
    margin-bottom: 12px;
}

.footer-left-img {
    width: 108px;
    height: 108px;
    margin-top: 8px;
}

.footer-content-line {
    float: left;
    width: 1px;
    height: 267px;
    background: #5E5E5E;
    margin-left: 30px;
}

.footer-content-right {
    float: right;
    overflow: hidden;
}

.footer-content-district {
    float: left;
    margin-right: 48px;
}

.footer-content-district:last-child  {
    margin-right: 0;
}

.footer-content-district div {
    font-size: 14px;
    color: #BDBDBD;
    line-height: 22px;
    margin-bottom: 10px;
}

.footer-content-district .footer-district-title {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 16px;
}

.footer-content-district div a {
    color: #BDBDBD;
}

.footer-content-district div a:hover {
    color: #E60012;
}

/* 表单 */
.form-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background: rgba(0,0,0,0.6);
}

.form-modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.form-modal-title {
    position: relative;
    width: 522px;
    height: 48px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    background: #E60012;
    background: -webkit-linear-gradient(273deg, #E97128 0%, #E60012 100%);
    background: -moz-linear-gradient(273deg, #E97128 0%, #E60012 100%);
    background: -o-linear-gradient(273deg, #E97128 0%, #E60012 100%);
    background: linear-gradient(177deg, #E97128 0%, #E60012 100%);
}

.form-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 16px;
    height: 16px;
}

.form-modal-input {
    width: 522px;
    height: 224px;
    background: #FFFFFF;
    padding-top: 40px;
}

.form-input-item {
    margin-left: 40px;
    margin-bottom: 14px;
    overflow: hidden;
}

.form-input-item div {
    float: left;
    width: 64px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 24px;
    margin-top: 4px;
}

.form-input-item input {
    float: left;
    width: 378px;
    height: 32px;
    text-indent: 8px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
}

.form-modal-btn {
    width: 240px;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
    background: #E60012;
    background: -webkit-gradient(linear, left top, right top, from(#E97128), to(#E60012));
    background: -webkit-linear-gradient(left, #E97128 0%, #E60012 100%);
    background: -moz-linear-gradient(left, #E97128 0%, #E60012 100%);
    background: -o-linear-gradient(left, #E97128 0%, #E60012 100%);
    background: linear-gradient(90deg, #E97128 0%, #E60012 100%);
    border-radius: 4px;
    margin: 24px auto 0;
    cursor: pointer;
}

.form-modal-btn:hover {
    background: #E60012;
}

.padding-top0{
    padding-top: 0;
}

/*招商咨询*/
.consulted{
    padding-bottom: 72px;
}
.bg-grey{
    background-color: #F9FCFD;
}
.bg-white{
    background-color: #FFFFFF;
}
.consulted-list{
    height: 294px;
    margin-top: 24px;
}
.consulted-div{
    width: 286px;
    height: 293px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.06);
    float: left;
    position: relative;
    margin-right: 18px;
}
.consulted-div-last{
    margin-right: 0;
}
.consulted-div-bg{
    background: url(/Modules/images/scpark02/consulted_bg.png) center no-repeat;
    -o-background-size: cover;
    background-size: cover;
    width: 286px;
    height: 100px;
}
.consulted-div-bg div{
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 26px;
    padding-top: 24px;
    margin-left: 24px;
    margin-right: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EAEBED;
}
.consulted-info{
    width: 240px;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    margin: 0 auto;
    margin-top: -10px;
}
.consulted-btn{
    width: 92px;
    height: 28px;
    line-height: 28px;
    background: linear-gradient( 90deg, #E97128 0%, #E60012 100%);
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 24px;
    bottom: 24px;
    cursor: pointer;
}