.banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner .content {
    height: 540px;
    color: #fff;
    box-sizing: border-box;
    padding-top: 170px;
}


.banner .content .h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.banner .content .h2 {
    font-size: 44px;
    /* line-height: 60px; */
    font-weight: 700;
    /* 文字渐变 */
    margin-bottom: 25px;
}

.banner .content .h3 {
    font-size: 15px;
    width: 500px;
    line-height: 24px;
}

.banner .content .lbtn {
    display: block;
    width: 160px;
    height: 40px;
    border-radius: 20px;
    background: #FF9000;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin-top: 50px;
}


.aboutus .banner .content{
    padding-top: 260px;
}
.aboutus .banner .content .h2{
    font-size: 44px;
}
.aboutus .banner .content .h3{
    font-size: 18px;
}

.cloud .banner .content{
    padding-top: 100px;
}

.channel-step {
    background-color: #fff;
    box-shadow: 0 0px 20px rgba(57, 77, 120, 0.2);
    position: relative;
    z-index: 99;
}

.channel-step .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.channel-step .wrap .channel-list {
    display: flex;
}

.channel-step .wrap .channel-list a {
    display: block;
    margin-right: 70px;
    height: 70px;
    position: relative;
    line-height: 70px;
    font-size: 16px;
    color: #666666;
}

.channel-step .wrap .channel-list a.active {
    color: #000000;
}

.channel-step .wrap .channel-list a.active:after {
    position: absolute;
    content: ' ';
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #3775ff;
    height: 4px;
}

.channel-step .wrap .step-list {
    color: #666666;
    font-size: 15px;
}
.channel-step .wrap .step-list span{
    margin: 0 5px;
}

.product-info {
    padding: 112px 0 108px 0;
    background-color: #F9F9F9;
}

.cblock .h1 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 54px;
}

.cloud .cblock .h1{
    font-size: 42px;
}

.product-info .intro {
    text-align: center;
    padding: 0 70px;
    line-height: 1.7;
}

.product-info .h2 {
    margin-top: 97px;
    font-size: 24px;
    color: #00299e;
    text-align: center;
    margin-bottom: 40px;
}

.product-info .pro-param {
    width: 100%;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
}

.product-info .pro-param td,
.product-info .pro-param th {
    border-bottom: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    font-size: 17px;
}

.product-info .pro-param th {
    background-color: #EEF8FA;
    color: #002b73;
    width: 140px;
}

.product-info .pro-param td {
    padding: 20px;
}

.product-info .pro-param tr:nth-child(odd) {
    background-color: #F5F5F5;
}

.product-func {
    padding: 120px 0;
}

.product-func .func-list .func-item {
    box-shadow: 0px 5px 15px rgba(57, 77, 120, 0.2);
    border-radius: 10px;
    background-color: #fff;
    padding: 35px 52px;
    display: flex;
    align-items: center;
}

.product-func .func-list .func-item .title {
    font-size: 19px;
    font-weight: 700;
}

.product-func .func-list .func-item .icon {
    width: 50px;
    height: 50px;
    margin-right: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.product-func .func-list .func-item .intro {
    font-size: 15px;
    margin-top: 22px;
}

.product-func .func-list .func-item:hover {
    box-shadow: 0px 5px 15px rgba(27, 105, 253, 0.4);
}

.product-youshi {
    background-color: #F8FAFF;
    padding: 90px 0;
}

.product-youshi .h1 {
    margin-bottom: 74px;
}

.product-youshi .youshi-item {
    background-color: #fff;
    padding: 48px 46px;
    box-shadow: 0 10px 30px rgba(120, 141, 186, 0.15);
}

.product-youshi .youshi-item .icon {
    width: 114px;
    height: 114px;
    margin-right: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.product-youshi .youshi-item .title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 26px;

}

.product-youshi .youshi-item .intro {
    font-size: 15px;
    text-align: center;
    line-height: 1.7;
}

.product-youshi .youshi-item:hover {
    background-color: #1B69FD;
    color: #fff;
}

.product-fangan {
    background: url('../img/bg_fangan.png') center center no-repeat;
    background-size: cover;
    padding: 112px 0;
}

.product-fangan .h1 {
    color: #fff;
    margin-bottom: 65px;
}

.product-fangan .fangan-item:hover {
    /* 上移20px */
    transform: translateY(-20px);
    /* 添加动画 */
    transition: all .3s;
}

.product-fangan .fangan-item .content {
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.product-fangan .fangan-item .content .shade {
    /* 渐变背景、 */
    /* background: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0.5)); */
}

.product-fangan .fangan-item .content .shade .title {
    font-size: 24px;
    color: #fff;
    padding: 20px;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
}

.product-fangan .fangan-item .intro {
    padding: 22px;
    font-size: 15px;
    line-height: 1.7;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.cloud .banner .h1 {
    color: #000000;
}

.cloud .banner .h2 {
    color: #09092d;
}

.cloud .banner .h3 {
    color: #000000;
}

.cloud .banner .lbtn {
    /* 背景渐变 */
    background: linear-gradient(to right, #7963ff, #4d8cff);
}

.cloud .info .h1 {
    margin-bottom: 114px;
}

.cloud .h1 .sub {
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}

.cloud .info {
    padding: 133px 0 140px 0;
}

.cloud .info-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 199px;
}

.cloud .info-item:last-child {
    margin-bottom: 0;
}

.cloud .info-item:nth-child(even) .content {
    order: 2;
}

.cloud .info-item .content {
    width: 40%;
}

.cloud .info-item .content .title {
    font-size: 36px;
    margin-bottom: 30px;
}

.cloud .info-item .content .intro {
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
    margin-bottom: 60px;
}

.cloud .info-item .content li {
    height: 31px;
    line-height: 31px;
    padding-left: 40px;
    background: url('../img/ico_cloud_info_list.png') left center no-repeat;
    font-size: 18px;
    color: #000000;
    margin-bottom: 43px;
}

.cloud .info-item .img {
    border-radius: 20px;
    width: 570px;
    height: 414px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cloud .youshi {
    background-color: #F6F7FB;
    padding: 114px 0;
}

.cloud .youshi .youshi-item {
    padding: 44px;
    background-color: #fff;
    border-radius: 20px;
}

.cloud .youshi .youshi-item .icon {
    width: 43px;
    height: 43px;
    margin-bottom: 20px;
}

.cloud .youshi .youshi-item .title {
    font-size: 22px;
    margin-bottom: 20px;
}

.cloud .youshi .youshi-item .intro {
    font-size: 15px;
}

.cloud .fangan {
    padding: 114px 0;
}

.cloud .fangan-item .img {
    height: 391px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-bottom: 45px;
}

.cloud .fangan-item:hover .img {
    /* 上移20px; */
    transform: translateY(-20px);
    transition: all .3s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.cloud .fangan-item .title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    padding: 0 18px;
    margin-bottom: 20px;
    display: block;
}

.cloud .fangan-item .intro {
    color: #666666;
    font-size: 16px;
    padding: 0 18px;
}

.aboutus .banner {
    height: 640px;
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



.aboutus .banner .h2,
.aboutus .banner .h3 {
    color: #09092d !important;
}

.aboutus .info {
    padding: 120px 0;
}

.aboutus .info .h1 {
    font-size: 40px;
    color: #000;
    margin-bottom: 72px;
    font-weight: 700;
    text-align: center;
}

.aboutus .info .intro {
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 76px;
}

.aboutus .info .img {
    text-align: center;
}

.aboutus .split {
    height: 19px;
    width: 100%;
    background: url('../img/ico_aboutus_split.png') center center no-repeat;
}

.aboutus .team {
    padding: 128px 0;
}

.aboutus .team .h1 {
    font-size: 40px;
    color: #000;
    margin-bottom: 72px;
    font-weight: 700;
    text-align: center;
}

.aboutus .team .team-item {
    padding: 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    box-sizing: border-box;
}

.aboutus .team .cright .team-item {
    height: 611px;
}

.aboutus .team .cleft .team-item {
    height: 296px;
}

.aboutus .team .cleft .team-item:first-child {
    margin-bottom: 18px;
}

.aboutus .team .team-item .title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.aboutus .team .team-item .intro {
    font-size: 16px;
    color: #373737;
    line-height: 1.75;
    width: 298px;
}

.pcontact {
    background: url('../img/bg_contact.png') center top repeat-x;

}

.pcontact .banner {
    height: 410px;
    padding-top: 190px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.pcontact .h1 {
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    color: #09092d;
}

.pcontact .h1{
    font-size:32px;
}

.pcontact .h1 .sub {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}

.pcontact .info .contact-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(57, 77, 120, 0.1);
}

.pcontact .info .contact-item:hover {
    box-shadow: 0 5px 15px rgba(27, 105, 253, 0.2);
}

.pcontact .info .contact-item .icon {
    height: 46px;
    width: 46px;
    border-radius: 10px;
    background-color: #F3F4F7;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 15px;
    left: 15px;
}

.pcontact .info .contact-item .title {
    font-size: 18px;
    margin-bottom: 10px;
}

.pcontact .info .contact-item .value {
    font-size: 22px;
    line-height: 30px;
}

.pcontact .info .contact-item:nth-child(1) .value,.pcontact .info .contact-item:nth-child(2) .value{
    font-size:19px;
    line-height: 28px;
}

.pcontact .info .cright .contact-item {
    /* 渐变 */
    background: linear-gradient(to bottom, #4C67FF, #5986FF);
    height: 382px;
    color: #fff;
}

.pcontact .info .cright .contact-item .img {
    border-radius: 20px;
    margin-top: 20px;
    overflow: hidden;
}

.pcontact .info .cleft .contact-item {
    height: 180px;
    background-color: #fff;
}

.pcontact .info .cleft .contact-item:first-child {
    margin-bottom: 22px;
}

.pcontact .message {
    margin-top: 140px;
    background-color: #fff;
    padding-bottom: 108px;
}

.pcontact .message .txt {
    width: 100%;
    height: 38px;
    border: 1px solid #ececec;
    padding: 20px;
    box-sizing: border-box;
}

.pcontact .message .textarea {
    border: 1px solid #ececec;
    height: 96px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.pcontact .message .wrap {
    width: 848px;
}

.pcontact .message .form-msg {
    padding: 62px 0;
}

.pcontact .message .btn {
    width: 100%;
    border: none;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    background-color: #0060FF;
}

.group .banner {
    height: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F0F3FA;
}

.group .banner .h2 {
    color: #09092d;
    margin-bottom: 0;
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
}

.group .split {
    height: 19px;
    width: 100%;
    background: #F0F3FA url('../img/ico_aboutus_split.png') center center no-repeat;
}

.group .team {
    padding: 140px 0;
    background-color: #F0F3FA;
}

.group .h1 {
    font-size: 40px;
    text-align: center;
}

.group .h1 .sub {
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}

.group .team .team-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 70px;
}

.group .team .team-list .team-item {
    width: 49%;
    background-color: #fff;
    border-radius: 20px;
   overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.group .team .team-list .team-item .info {
    padding-bottom: 40px;
    border-bottom: 1px solid #dfe1e7;

    padding: 65px 55px 40px 55px;
    margin-bottom: 50px;
}

.group .team .team-list .team-item .info .title {
    font-size: 26px;
    color: #000;
    margin-bottom: 20px;
}

.group .team .team-list .team-item .info .intro {
    font-size: 16px;
    color: #000;
}
.group .team .team-list .team-item .info .intro span{
    margin-right:50px;
}
.group .team .team-list .team-item .content{
    padding: 0px 55px 65px 55px;
}
.group .team .team-list .team-item .content .title{
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}
.group .team .team-list .team-item .content .zhize{
    margin-bottom: 50px;
}
.group .team .team-list .team-item .content .summary{
    font-size: 15px;
    line-height: 1.7;
}
.group .team .team-list .team-item:nth-child(1n) .info{
    /* 渐变 */
    background: linear-gradient(to bottom, #DAE8FE, #fff);
}
.group .team .team-list .team-item:nth-child(2n) .info{
    /* 渐变 */
    background: linear-gradient(to bottom, #CCEFF4, #fff);
}
.group .team .team-list .team-item:nth-child(3n) .info{
    /* 渐变 */
    background: linear-gradient(to bottom, #F0E2F5, #fff);
}
.group .hehuo{
    padding: 136px 0;
}
.group .zhao-list{
    margin-top: 86px;
}
.group .zhao-item{
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 5px 15px rgba(44, 96, 159, 0.15);
    position: relative;
    height: 215px;
    box-sizing: border-box;
}
.group .zhao-item .icon{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height:80px;
    width:80px;
    right:20px;
    top:20px;
}
.group .zhao-item .title{
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
    margin-top: 50px;
}
.group .zhao-item .intro{
    font-size: 15px;
    line-height: 1.7;
}
.group .h2{
    font-size: 32px;
    text-align: center;
    margin-top:112px;
    margin-bottom: 66px;
}
.group .step-list{
    text-align: center;
}

@media (max-width: 768px) {

    .banner .content{
        padding: 4rem 1rem 1rem 1rem;
        height: 250px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;

    }
    .banner .content .h1{
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    .banner .content .h2{
        font-size: 1.2rem;
        margin-bottom: 0;
    }
    .banner .content .h3{
        display: none;
    }
    .banner .content .lbtn{
        margin-top: 1rem;
        font-size: 16px;
        height: 35px;
        line-height: 35px;
        width: 120px;
    }
    .channel-step .wrap{
        flex-wrap: wrap;
    }
    .channel-step .wrap .step-list{
        display: none;
    }
    .channel-step .wrap .channel-list{
        overflow-x: scroll;
    }
    .channel-step .wrap .channel-list a{
        margin: 0 1rem;
        flex-shrink: 0;
        height: 60px;
        line-height: 60px;
    }
    .product-info{
        padding: 2rem 1rem;
        overflow-x: scroll;
    }
    .cblock .h1{
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    .product-info .intro{
        padding: 0;
    }
    .product-info .h2{
        margin:1.5rem 0;
        font-size: 1.2rem;
    }
    .product-info .pro-param{
        width: 900px;
        
    }
    .product-info .pro-param td, .product-info .pro-param th{
        font-size: 14px;
    }
    .product-func .func-list .func-item .intro{
        margin-top: 0.5rem;
        font-size: 14px;
    }
    .product-youshi .youshi-item .title{
        margin-bottom: 0.5rem;
    }
    .product-info .pro-param td{
        padding: 0.5rem;
    }
    .product-func{
        padding: 2rem 1rem;
    }
    .product-youshi{
        padding: 2rem 1rem;
    }
    .product-fangan{
        padding: 2rem 1rem;
    }
    .cloud>.info{
        padding:2rem 1rem;
    }
    .cloud .h1 .sub{
        margin-top: 0.5rem;
        font-size: 14px;
    }
    .cloud .info-item{
        margin-bottom: 1rem;
        flex-wrap: wrap;
        border-bottom: 1px solid #f2f2f2;
    }
    .cloud .info .h1{
        margin-bottom: 2rem;
    }
    .cloud .info-item .content{
        width: 100%;
    }
    .cloud .info-item .content .title{
        font-size: 16px;
        margin-bottom: 0.5rem;
    }
    .cloud .info-item .content .intro{
        margin-bottom: 1rem;
        font-size: 14px;
    }
    .cloud .info-item .content li{
        font-size: 14px;
        margin-bottom: 1rem;
        padding-left: 1.5rem;
        height: auto;
        line-height: 14px;
        background-size: contain;
    }
    .cloud .info-item .img{
        width: 100%;
        height: 200px;
        margin-bottom: 1rem;
    }
    .cloud .info-item .content{
        order: 2!important;
    }
    .cloud .youshi{
        padding: 2rem 1rem;
    }
    .cloud .fangan{
        padding:2rem 1rem;
    }
    .cloud .fangan-item .img{
        height:200px;
        margin-bottom: 1rem;
    }
    .cloud .fangan-item .title{
        margin-bottom: 0.5rem;
        font-size: 16px;
    }
    .cloud .fangan-item .intro{
        font-size: 14px;
    }
    .product-fangan .fangan-item .content .shade .title{
        font-size: 1.1rem;
        padding: 1rem;
    }
    .product-fangan .fangan-item .intro{
        padding: 1rem;
        font-size: 14px;
    }
    .product-func .func-list .func-item .title{
        font-size: 16px;
    }
    .product-youshi .youshi-item{
        padding: 1rem;
    }
    .product-func .func-list .func-item{
        padding: 1rem;
    }

    .group .team .team-list .team-item{

    }
    .group .step-list{
        /* display: none; */
        overflow-x: scroll;
    }
    .group .banner{
        height:250px;

    }
    .group .banner .h2{
        font-size: 1.2rem;
        margin: 0;
    }
    .group .team{
        padding: 2rem 1rem;
    }
    .group .h1{
        font-size: 1.2rem;
    }
    .group .h1 .sub{
        font-size: 14px;
    }
    .group .team .team-list{
        margin-top: 1rem;
    }
    .group .team .team-list .team-item{
        width: 100%;
        box-sizing: border-box;
    }
    .group .team .team-list .team-item .info{
        padding: 1rem;
        margin-bottom: 0rem;
    }
    .group .team .team-list .team-item .info .title{
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }
    .group .team .team-list .team-item .info .intro{
        font-size: 0.7rem;
    }
    .group .team .team-list .team-item .info .intro span{
        margin-right: 1rem;
    }
    .group .team .team-list .team-item .content{
        padding: 1rem;
    }
    .group .team .team-list .team-item .content .title{
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    .group .team .team-list .team-item .content .zhize{
        margin-bottom: 1rem;
    }
    .group .hehuo{
        padding: 1rem;
    }
    .group .zhao-list{
        margin-top: 1rem;
    }
    .group .h2{
        margin:2rem 0;

        font-size: 1.2rem;
    }
    .cloud .youshi .youshi-item{
        padding: 1rem;
    }
    .cloud .youshi .youshi-item .title{
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: 700;
    }
    .cloud .youshi .youshi-item .intro{
        font-size: 14px;
        line-height: 1.5;
    }
    .group .zhao-item{
        padding: 1rem;
        height: auto;
    }
    .group .zhao-item .title{
        margin-bottom: 10px;
    }
    .group .zhao-item .intro{
        font-size: 14px;
    }
    .aboutus .banner{
        height: 250px;
    }
    .aboutus>.info{
        padding: 1rem;
    }
    .aboutus .info .h1{
        font-size: 16px;
        margin-bottom: 1rem;
    }
    .aboutus .info .intro{
        font-size: 14px;
        margin-bottom: 1rem;
    }
    .aboutus .info img{
        max-width: 100%;
    }
    .aboutus .team{
        padding: 1rem;
    }
    .aboutus .team .h1{
        font-size: 16px;
        margin-bottom: 1rem;
    }
    .aboutus .team .cright .team-item{
        padding: 1rem;
        height: auto;
        border-radius: 10px;
    }
    .aboutus .team .team-item .title{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .aboutus .team .team-item .intro{
        width: 100%;
        font-size: 14px;
    }
    .aboutus .team .cleft .team-item{
        padding: 1rem;
        height: auto;
        border-radius: 10px;
    }
    .pcontact .banner{
        height: 200px;
    }
    .pcontact .h1{
        font-size: 1.2rem;
        margin: 1rem;
        box-sizing: border-box;
        margin-top: 2rem;
    }
    .pcontact .h1 .sub{
        font-size: 14px;
        margin-top: 10px;
    }

    .pcontact>.info{
        padding: 2rem 1rem;
    }
    .pcontact .info .cright .contact-item{
        padding:2rem 1rem;
        border-radius: 10px;
        height:auto;
    }
    .pcontact .info .contact-item .value{
        font-size: 16px;
        text-align: center;
    }
    .pcontact .info .contact-item .icon{
        height:25px;
        width:25px;
        background-size: contain;
    }
    .pcontact .info .cleft .contact-item{
        padding:2rem 1rem;
        border-radius: 10px;
        height:auto;
    }
    .pcontact .message{
        margin: 1rem;
    }
    .pcontact .message .wrap{
        width: 100%;
    }
    .pcontact .message .form-msg{
        padding: 0;
    }
}