
.cloud-service .y-row .tab-con .tab-con-item ul li .color {
    color: #00a0e9;
}

.index-top-banner .slide-group .left-header .h2 {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 30px;
    line-height: normal;
}

.banner-body .banner-grounp .banner-item .banner-item-con .h3 {
    color: #fff;
    font-size: 18px;
    margin: 28px 0 0;
}


/*.banner-body .banner-grounp.banner-2 h3, .banner-body .banner-grounp.banner-2 p{
	color:#FD5703 !important;
}*/



.mq-index-head .h2 {
    font-size: 32px;
    margin: 0 0 10px;
    color: #000;
}

.mq-index-head h3 {
    font-size: 32px;
    margin: 0 0 10px;
}

.cloud-service .y-row .tab-con .tab-con-item ul li .h3 {
    font-size: 20px;
    color: #000;
}
.cloud-service .y-row .tab-con .tab-con-item ul li:hover .h3 {
    color: #f67001;
}
.footer .footer-topbar .footer-topbar-content .footer-topbar-item .f-top-content .h4 {
    font-size: 22px;
    color: #fff;
    margin: 60px 0 10px;
}
.page-main-content {
    padding-top: 80px;
}

@-webkit-keyframes togglejump {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes togglejump {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}
