﻿*, :after, :before {
    box-sizing: border-box;
} 
/*88*/
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    color: #000;
    margin: 0;
}
/*98*/
h1 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
} 
/*1590*/
p {
    margin: 0;
}
/*1603*/
.text-right {
    text-align: right;
}
/*2200*/
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
} 
/*2208*/
@media (min-width: 768px)
.container {
    width: 750px;
}
/*2214*/
@media (min-width: 992px)
.container {
    width: 970px;
}
/*2220*/
@media (min-width: 1200px)
.container {
    width: 1170px;
}
/*2225*/
.row {
    margin-right: -15px;
    margin-left: -15px;
}
/*2235*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
/*2457*/
@media (min-width: 768px)
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
}
/*2469*/
@media (min-width: 768px)
.col-sm-10 {
    width: 83.33333333%;
}
/*2605*/
@media (min-width: 768px)
.col-sm-push-1 {
    left: 8.33333333%;
}
/*6868*/
.carousel {  
    min-height: 225px;
}
/*14724*/
.banner-bigdatamarketing, .banner-botsales, .banner-home, .banner-jingling {
    background: url(https://www.mjoys.com/wp-content/uploads/qyt_img.png) center no-repeat;
    background-size: cover;
    height: 570px;
}
/*14730*/
.banner-home p, .banner-jingling h1 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*14739*/
.banner-home { 
    background-image: url(https://www.mjoys.com/wp-content/uploads/banner_home.png);
}
/*14769*/
.banner-bigdatamarketing h1, .banner-botsales h1, .banner-home h1 {
    color: #fff;
    font-size: 50px;
    margin-top: 165px;
    margin-bottom: 20px;
    text-align: left;
    text-shadow: 0 4px 14px rgba(0,0,0,.4);
}
/*14782*/
.banner-home h1 {
    text-align: right;
    margin-bottom: 10px;
    margin-top: 180px;
}
/*14814*/
.banner-bigdatamarketing p, .banner-botsales p, .banner-home p {
    font-size: 22px;
    color: #fff;
    letter-spacing: 10px;
}
/*14820*/
.banner-home p {
    color: #91FFF3;
    font-size: 34px;
    margin-bottom: 10px;
    background-image: -webkit-linear-gradient(bottom,#cefff9,#90fff2);
} 
/*15071*/
.banner-home__line {
    display: inline-block;
    width: 360px;
    height: 7px;
    background-image: linear-gradient(90deg,rgba(143,255,242,0) 0,#91FFF3 100%);
}
/*15103*/
.carousel, .carousel-inner, .collapsing {
    position: relative;
}
/*15152*/
.carousel-inner {
    overflow: hidden;
    width: 100%;
    padding-bottom: 25px;
}
/*15158*/
.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}
/*15171*/
@media not all, (-webkit-transform-3d)
.carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
/*15193*/
@media not all, (-webkit-transform-3d)
.carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0;
}
/*15200*/
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}
/*15204*/
.carousel-inner > .active {
    left: 0;
}