.swiper-about-page .text_cn {
    font-size: 72px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.swiper-about-page .text_en {
    font-size: 24px;
    font-family: "FuturaBold";
    font-weight: 300;
    color: rgba(255, 255, 255, .8);
    text-transform: uppercase;
    margin-top: 20px;
}

.swiper-about-page .inner-content {
    position: absolute;
    top: 38%;
    width: 100%;
    text-align: center;
}

.swiper-about-page .mouse {
    position: absolute;
    bottom: 82px;
    left: 50%;
    z-index: 3;
}

.swiper-about-page .ellipse-scroll {
    position: absolute;
    bottom: 74px;
    left: 50%;
    z-index: 2;
    margin-left: -15px;
    padding-top: 45px;
    width: 30px;
    color: #fff;
    font-size: 10px;
    text-align: center;
}

.swiper-about-page .ellipse-scroll em {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 22px;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 20px;
}

.swiper-about-page .ellipse-scroll em i {
    position: absolute;
    top: 8px;
    left: 8px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 30px;
    background: #fff;
    -webkit-animation: scroll 1s infinite ease-in-out;
    -moz-animation: scroll 1s infinite ease-in-out;
    -ms-animation: scroll 1s infinite ease-in-out;
    animation: scroll 1s infinite ease-in-out;
}

.swiper-about-page .ellipse-scroll .txt {
    position: absolute;
    width: 96px;
    text-transform: uppercase;
    left: -28px;
    margin-top: 4px;
}

@keyframes scroll {
    0% {
        opacity: 1;
        top: 8px;
    }
    25% {
        opacity: 0.6;
        top: 14px;
    }
    50% {
        opacity: 0.4;
        top: 20px;
    }
    80% {
        opacity: 0;
        top: 25px;
    }
    100% {
        opacity: 0;
        top: 25px;
    }
}


/* 园企智汇 */

.widget-ourcompany {
    height: 900px;
    background: rgba(252, 252, 252, 1);
    background: -webkit-linear-gradient(0deg, rgba(234, 234, 234, 1), rgba(255, 255, 255, 1));
    background: -moz-linear-gradient(0deg, rgba(234, 234, 234, 1), rgba(255, 255, 255, 1));
    background: -o-linear-gradient(0deg, rgba(234, 234, 234, 1), rgba(255, 255, 255, 1));
    background: linear-gradient(0deg, rgba(234, 234, 234, 1), rgba(255, 255, 255, 1));
}

.ourcompany_bg {
    background: url(../images/ourcompany_bg.png);
    background-repeat: no-repeat;
    height: 587px;
    position: relative;
    background-size: contain;
}

.ourcompany_bg .sub_title {
    font-size: .7rem;
    font-family: "FuturaBold";
    font-weight: 400;
    font-style: italic;
    color: rgba(227, 228, 228, 1);
    line-height: 130px;
    position: absolute;
    left: 40%;
    text-transform: uppercase;
    top: -14px;
}





.widget-vision .left {
    width: 40%;
    height: 100%;
    background: rgba(23, 41, 106, 1);
    background: -webkit-linear-gradient(0deg, rgba(23, 41, 106, 1), rgba(12, 89, 183, 1));
    background: -moz-linear-gradient(0deg, rgba(23, 41, 106, 1), rgba(12, 89, 183, 1));
    background: -o-linear-gradient(0deg, rgba(23, 41, 106, 1), rgba(12, 89, 183, 1));
    background: linear-gradient(0deg, rgba(23, 41, 106, 1), rgba(12, 89, 183, 1));
    background-image: url(../images/vison.png);
    float: left;
    padding-left: 60px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
}


.widget-vision .right_top {
    float: left;
    width: 100%;
}

.widget-vision .right_top img {
    max-width: 100%;
}

.widget-vision .right_bottom {
    position: absolute;
    bottom: 0;
    text-align: center;
}

.widget-vision .right_bottom .item {
    display: inline-block;
    width: 32%;

}
.widget-vision .right_bottom .item p{
    color: #ffffff;
    font-size: .2rem;

}
.widget-vision .right_bottom .item img{
    width: 60%;
}

.widget-vision .left .title {
    font-size: .36rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    position: relative;
    padding: 122px 94px 148px;
    line-height: 46px;
    text-transform: uppercase;
}

.widget-vision .left .line-blue:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 74px;
    background: rgba(27, 166, 255, 1);
    top: 129px;
    left:0px;
}

.widget-vision .left .title_en {
    font-size: .28rem;
    font-family: "FuturaBold";
    font-weight: 400;
    display: block;
}

.widget-vision .left .des {
    /*padding: 122px 22px 148px 98px;*/
    position: relative;
    text-transform: uppercase;
    bottom: -40px;
}

.widget-vision .left .des .title_cn {
    font-size: .48rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 72px;
}

.widget-vision .left .des .title_en {
    font-size: 16px;
    font-family: initial;
    font-weight: 200;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    margin-top: 34px;
}

.widget-vision .left .des:before {
    content: '';
    position: absolute;
    color: #fff;
    font-size: 72px;
    left: 58px;
    top: 109px;
    background: url(../images/icon_quote.png) no-repeat;
    width: 27px;
    height: 23px;
}

.widget-develop-process {
    background-image: url(../images/prcess_bg.png);
    height: 740px;
    background-repeat: no-repeat;
}

.widget-develop-process .global-width {
    margin-top: 94px;
}

.widget-develop-process .develop_process {
    width: 100%;
    padding-bottom: 160px;
    padding-top: 140px;
    text-align: center;
    margin-left: 82px;
    margin-top: 148px;
}

.widget-develop-process .develop_process .step {
    float: left;
    position: relative;
}

.widget-develop-process .develop_process .step+.step {
    margin-left: 26px;
}

.widget-develop-process .develop_process .quadrilateral {
    display: block;
    width: 186px;
    height: 82px;
    background: rgba(82, 212, 248, 1);
    transform: skewX(-30deg);
    text-align: center;
    position: relative;
}

.widget-develop-process .develop_process .quadrilateral>.text {
    transform: skewX(30deg);
    display: inline-block;
    margin-top: 14px;
    font-size: 36px;
    font-family: "FuturaBold";
    font-weight: 400;
    color: rgba(253, 255, 255, 1);
}

.lighter-blue {
    background: rgba(0, 163, 232, 1) !important;
}

.lighter-green {
    background: rgba(58, 191, 196, 1) !important;
}

.lighter-cyan-blue {
    background: rgba(6, 173, 209, 1) !important;
}

.dark-blue {
    background: rgba(33, 108, 189, 1) !important;
}

.widget-develop-process .develop_process .step span {
    display: block;
}

.widget-develop-process .develop_process .step span>a {
    color: rgba(0, 163, 230, 1);
    line-height: 20px;
    font-weight: bold;
}

.widget-develop-process .develop_process .step:nth-of-type(2n+1)>.desc_wrap {
    position: absolute;
}

.widget-develop-process .develop_process .step:nth-of-type(2n)>.desc_wrap {
    position: absolute;
    top: -170px;
    left: 47px;
}

.widget-develop-process .develop_process .step:nth-of-type(2n)>.desc_wrap>img {
    transform: rotate(180deg);
}

.widget-develop-process .develop_process .step .desc {
    position: absolute;
    width: 180px;
    text-align: left;
    margin-left: 46px;
}

.widget-develop-process .develop_process .step .desc .bold {
    font-size: 24px;
    font-family: "FuturaBold";
    font-weight: 400;
    color: rgba(48, 49, 51, 1);
}

.widget-develop-process .develop_process .step .desc .event {
    font-size: 20px;
    font-family: "FuturaBold";
    color: rgba(96, 98, 102, 1);
}

.widget-develop-process .develop_process .step .desc .event a {
    color: rgba(0, 163, 230, 1);
}

.widget-develop-process .develop_process .step:nth-of-type(2n+1) .desc {
    top: 65%;
}

.widget-develop-process .develop_process .step:nth-of-type(2n) .desc {
    top: 0;
}

.bold {
    font-size: 24px;
    font-family: "FuturaBold";
    font-weight: 400;
    color: rgba(48, 49, 51, 1);
}


/* 联系我们 */

.widget-contact {
    background: url(../images/contact_bg.png) no-repeat;
    background-size: cover;
    height: 720px;
    padding-top: 86px;
    box-sizing: border-box;
}

.widget-contact .contact_right {
    float: right;
    width: 500px;
    height: 560px;
    background: rgba(0, 0, 0, .5);
    padding: 30px 45px 10px;
    box-sizing: border-box;
}

.widget-contact .contact_right .field-item {
    margin-bottom: 18px;
    display: block;
}

.widget-contact .contact_right .field-item i {
    color: rgba(242, 47, 60, 1);
}

.widget-contact .contact_right label {
    font-size: 16px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
    display: block;
    margin-bottom: 12px;
}

.widget-contact .contact_right input,
.widget-contact .contact_right textarea {
    background: rgba(255, 255, 255, .2);
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.widget-contact .contact_right input::placeholder,
.widget-contact .contact_right textarea::placeholder {
    font-size: 16px;
}

.widget-contact .contact_right .submit {
    width: 100%;
    height: 45px;
    background: rgba(12, 111, 246, 1);
    background: -webkit-linear-gradient(90deg, rgba(12, 111, 246, 1), rgba(45, 186, 252, 1));
    background: -moz-linear-gradient(90deg, rgba(12, 111, 246, 1), rgba(45, 186, 252, 1));
    background: -o-linear-gradient(90deg, rgba(12, 111, 246, 1), rgba(45, 186, 252, 1));
    background: linear-gradient(90deg, rgba(12, 111, 246, 1), rgba(45, 186, 252, 1));
    font-size: 18px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 45px;
    margin-top: 10px;
}

.widget-contact .contact_left {
    float: left;
}

.widget-contact .contact_left h4 {
    font-size: 36px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 50px;
    position: relative;
    margin-bottom: 140px;
}

.widget-contact .contact_left h4:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 6px;
    background: rgba(26, 166, 254, 1);
    bottom: -16px;
}

.widget-contact .contact_left .field-item {
    display: table;
}

.widget-contact .contact_left .field-item+.field-item {
    margin-top: 50px;
}

.widget-contact .contact_left .field-item .icon {
    display: table-cell;
    width: 22px;
    height: 22px;
    vertical-align: text-top;
}

.widget-contact .contact_left .field-item .field-item_item {
    margin-left: 20px;
}

.widget-contact .contact_left .field-item .field-item_item label {
    font-size: 18px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 50px;
}

.widget-contact .contact_left .field-item .field-item_item p {
    font-size: 30px;
    font-family: "FuturaBold";
    font-weight: 400;
    color: rgba(28, 166, 254, 1);
    line-height: 30px;
}

.contact_right .field-item .form_error {
    bottom: -20px;
}

.widget-contact .contact_right .field-item.verify-code {
    /* margin-top: 35px; */
}

.contact_form .field-item.verify-code input {
    display: inline-block;
    width: 257px;
    vertical-align: initial;
}