.index .banner-box .banner {
    height: 440px;
}
.index .banner-box .banner .swiper-wrapper .swiper-slide .swiper-item-content {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 440px;
}
.index .banner-box .banner .swiper-wrapper .swiper-slide .swiper-item-content .content .banner-title {
    font-size: 40px;
    font-weight: bold;
    line-height: 56px;
    margin-bottom: 18px;
    color: #fff;
    transition: all 0.6s linear;
    opacity: 0;
    transform: translateY(50px);
}
.index .banner-box .banner .swiper-wrapper .swiper-slide .swiper-item-content .content .banner-desc {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
    color: #fff;
    transition: all 0.6s linear;
    opacity: 0;
    transform: translateY(50px);
}
.index .banner-box .banner .swiper-wrapper .swiper-slide .swiper-item-content .content .banner-button {
    width: 144px;
    height: 48px;
    border-radius: 4px;
    background: #0062FF;
    line-height: 48px;
    text-align: center;
    color: #fff;
    transition: all 0.6s linear;
    opacity: 0;
    transform: translateY(50px);
    font-size: 14px;
}
.index .banner-box .banner .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-item-content .content .banner-title,
.index .banner-box .banner .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-item-content .content .banner-desc,
.index .banner-box .banner .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-item-content .content .banner-button {
    opacity: 1;
    transform: translateY(0px);
}
.index .banner-box .banner .swiper-pagination {
    bottom: 30px;
}
.index .banner-box .banner .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    background: #fff;
    border-radius: 0px;
    opacity: 1;
}
.index .banner-box .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0062FF;
}
.index .banner-h5 {
    height: 240px;
    display: none;
    position: relative;
}
.index .banner-box .banner-h5 .swiper-wrapper .swiper-slide .swiper-item-content {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 240px;
}
.index .banner-box .banner-h5 .swiper-wrapper .swiper-slide .swiper-item-content .content {
    padding: 47px 16px 0;
    box-sizing: border-box;
}
.index .banner-box .banner-h5 .swiper-wrapper .swiper-slide .swiper-item-content .content .banner-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 12px;
    color: #fff;
    transition: all 0.6s linear;
    opacity: 0;
    transform: translateY(50px);
}
.index .banner-box .banner-h5 .swiper-wrapper .swiper-slide .swiper-item-content .content .banner-desc {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 28px;
    color: #fff;
    transition: all 0.6s linear;
    opacity: 0;
    transform: translateY(50px);
}
.index .banner-box .banner-h5 .swiper-wrapper .swiper-slide .swiper-item-content .content .banner-button {
    width: 88px;
    height: 32px;
    border-radius: 4px;
    background: #0062FF;
    line-height: 32px;
    text-align: center;
    color: #fff;
    transition: all 0.6s linear;
    opacity: 0;
    transform: translateY(50px);
    font-size: 14px;
}
.index .banner-box .banner-h5 .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-item-content .content .banner-title,
.index .banner-box .banner-h5 .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-item-content .content .banner-desc,
.index .banner-box .banner-h5 .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-item-content .content .banner-button {
    opacity: 1;
    transform: translateY(0px);
}
.index .banner-box .banner-h5 .h5-swiper-pagination {
    bottom: 10px;
    position: absolute;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index .banner-box .banner-h5 .h5-swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    background: #fff;
    border-radius: 0px;
    opacity: 1;
    border-radius: 6px;
}
.index .banner-box .banner-h5 .h5-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0062FF;
}

.index .course-box {
    padding: 37px 0 40px;
    background: url('../images/index/bg2-1.jpg');
    background-size: 100% 100%;
}
.course-swiper-box {
    width: 1340px;
    /* margin: 0 auto; */
    position: relative;
}
.index .course-box .course {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}
.index .course-box .swiper-button {
    width: 50px;
    height: 100px;
    position: absolute;
}
.index .course-box .swiper-button.course-swiper-button-prev {
    top: 50%;
    left: 0;
    transform: translateY(-50px);
    background-color: #FFFFFF;
    box-shadow: 0px 4px 25px 0px rgba(0,0,0,0.1);
    border-radius: 4px 4px 4px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.index .course-box .swiper-button.course-swiper-button-prev::before {
    content: '';
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    width: 14px;
    height: 24px;
    display: block;
}
.index .course-box .swiper-button.course-swiper-button-next {
    top: 50%;
    right: 0;
    transform: translateY(-50px);
    background-color: #FFFFFF;
    box-shadow: 0px 4px 25px 0px rgba(0,0,0,0.1);
    border-radius: 4px 4px 4px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.index .course-box .swiper-button.course-swiper-button-next::before {
    content: '';
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    width: 14px;
    height: 24px;
    display: block;
}

.index .course-box .course .swiper-wrapper {
}
.index .course-box .course .swiper-wrapper .swiper-slide {
    width: 285px;
    height: 406px;
    background: #fff;
    border-radius: 15px 15px 0px 0px;
    cursor: pointer;
    margin-right: 20px;
}
.index .course-box .course .swiper-wrapper .swiper-slide .img-box,
.index .course-box .course .swiper-wrapper .swiper-slide .img-box img {
    width: 285px;
    height: 190px;
    cursor: pointer;
}
.index .course-box .course .swiper-wrapper .swiper-slide .out-box {
    padding: 18px 20px;
    box-sizing: border-box;
    cursor: pointer;
    height: 216px;
    display: flex;
    flex-direction: column;
}
.index .course-box .course .swiper-wrapper .swiper-slide .out-box .title {
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    margin-bottom: 10px;
    cursor: pointer;
}
.index .course-box .course .swiper-wrapper .swiper-slide .out-box .content {
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    margin-bottom: 10px;
    text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
    cursor: pointer;
    height: 112px;
}
.index .course-box .course .swiper-wrapper .swiper-slide .out-box .btn {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    cursor: pointer;
}
.index .course-box .course .swiper-wrapper .swiper-slide:hover .out-box .btn {
    color: #2C94FF;
}
.index .course-h5-box {
    display: none;
    padding: 1rem 0.8rem;
    background-image: url('../images/index/bg2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 1.5rem;
}
.index .course-h5-box .four_item .item {
    padding: 1rem 0.7rem;
    border-radius: 0.5rem;
    background: #fff;
    margin-bottom: 0.5rem;
}
.index .course-h5-box .four_item .item .item_name {
    font-size: 0.7rem;
    color: #5AA3FF;
    line-height: 1rem;
    margin-bottom: 0.7rem;
}
.index .course-h5-box .four_item .item .item_tips {
    font-size: 0.6rem;
    color: #999999;
    line-height: 0.95rem;
    margin-bottom: 0.7rem;
}
.index .course-h5-box .four_item .item .btn_box {
    display: flex;
    justify-content: flex-end;
}
.index .course-h5-box .four_item .item .btn_box a {
    width: 5rem;
    height: 1.35rem;
    background: #5AA3FF;
    border-radius: 0.75rem;
    font-size: 0.6rem;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: space-around;
}
.index .course-h5-box .four_item .item .btn_box a img {
    width: 1.05rem;
    height: 1.05rem;
}
.index .course-h5-box .four_item .item:first-of-type .item_name {
    color: #5AA3FF;
}
.index .course-h5-box .four_item .item:first-of-type .btn_box a {
    background: #5AA3FF;
}
.index .course-h5-box .four_item .item:nth-of-type(2) .item_name,
.index .course-h5-box .four_item .item:nth-of-type(6) .item_name {
    color: #FF862D;
}
.index .course-h5-box .four_item .item:nth-of-type(2) .btn_box a {
    background: #FF862D;
}
.index .course-h5-box .four_item .item:nth-of-type(3) .item_name {
    color: #61C6E0;
}
.index .course-h5-box .four_item .item:nth-of-type(3) .btn_box a {
    background: #61C6E0;
}
.index .course-h5-box .four_item .item:nth-of-type(4) .item_name {
    color:#FF858F;
}
.index .course-h5-box .four_item .item:nth-of-type(4) .btn_box a {
    background: #FF858F;
}

.index .product-box {
    padding: 67px 0 22px;
    background: #fff;
}
.index .product-box .product-item-box .product-item {
    width: 380px;
    height: 226px;
    background-image: url('../images/index/product_bg.png'),linear-gradient( 188deg, #DFECFF 0%, #FFFFFF 100%);
    background-position: 100% 10px, 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 80px 80px,100% 100%;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    border-radius: 4px 4px 4px 4px;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
}
.index .product-box .product-item-box .product-item .line-box .line-top {
    position: absolute;
    width: 0;
    height: 1px;
    top: 0;
    left: 0;
    background: #0062FF;
    transition: width 0.5s;
}
.index .product-box .product-item-box .product-item .line-box .line-bottom {
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #0062FF;
    transition: width 0.5s;
}
.index .product-box .product-item-box .product-item .line-box .line-right {
    position: absolute;
    height: 0;
    width: 1px;
    top: 0;
    right: 0;
    background: #0062FF;
    transition: height 0.5s;
}
.index .product-box .product-item-box .product-item .line-box .line-left {
    position: absolute;
    height: 0;
    width: 1px;
    top: 0;
    left: 0;
    background: #0062FF;
    transition: height 0.5s;
}
.index .product-box .product-item-box .product-item:hover .line-box .line-top {
    width: 100%;
}
.index .product-box .product-item-box .product-item:hover .line-box .line-bottom {
    width: 100%;
}
.index .product-box .product-item-box .product-item:hover .line-box .line-right {
    height: 100%;
}
.index .product-box .product-item-box .product-item:hover .line-box .line-left {
    height: 100%;
}
.index .product-box .product-item-box .product-item:not(:nth-of-type(3n)) {
    margin-right: 30px;
}
.index .product-box .product-item-box .product-item .icon-name .icon {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.index .product-box .product-item-box .product-item .icon-name .name {
    font-size: 22px;
    color: #333333;
    line-height: 31px;
    font-weight: bold;
}
.index .product-box .product-item-box .product-item .function-item-box .function-item .item {
    margin-top: 10px;
    flex: 1;
    height: 32px;
    border: 1px solid #BFCFEA;
    text-align: center;
    color: #333333;
    font-size: 14px;
    border-radius: 4px;
    line-height: 30px;
    box-sizing: border-box;
    background: #fff;
}
.index .product-box .product-item-box .product-item .function-item-box .function-item .item:hover {
    background: #E6EFFD;
}
.index .product-box .product-item-box .product-item .function-item-box .function-item .item:not(:first-of-type) {
    margin-left: 20px;
}
.index .training-system {
    /* height: 666px; */
    background: url('../images/index/training_system_bg.jpg');
    background-size: cover;
    padding: 38px 0 40px;
    /* box-sizing: border-box; */
}
.index .training-system .training-system-img {
    width: 100%;
    height: auto;
}
.index .training-system-h5 {
    display: none;
    background: url('../images/index/training_system_bg.jpg');
    background-size: cover;
    padding: 40px 16px 20px;
    box-sizing: border-box;
}
.index .training-system-h5 .training-system-img {
    width: 100%;
    height: auto;
}
.index .solution {
    background: url('../images/index/solution_bg.jpg');
    background-size: cover;
    padding: 40px 0 123px;
}
.index .solution .solution-img {
    width: 100%;
    height: auto;
}
.index .solution-h5 {
    background: url('../images/index/solution_bg.jpg');
    background-size: cover;
    padding: 20px 0 0 ;
    display: none;
}
.index .solution-h5 .module-desc {
    margin-bottom: 44px !important;
}
.index .solution-h5 .solution-img {
    width: 100%;
    height: auto;
}
.index .solution-h5 .solution-item-box {
    padding: 20px 32px 0;
}
.index .solution-h5 .solution-item-box .solution-item {
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
    border-radius: 6px 6px 6px 6px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px;
}
.index .solution-h5 .solution-item-box .solution-item .item-title {
    height: 68px;
    background: url('/assets/images/index/solution-h5_bg.png') no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 68px;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}
.index .solution-h5 .solution-item-box .solution-item .item-content {
    padding: 28px 20px 10px;
    box-sizing: border-box;
}
.index .solution-h5 .solution-item-box .solution-item .item-content .item {
    width: calc((100% - 15px) / 2);
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: rgba(0,98,255,0.1);
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #BFCFEA;
    font-size: 16px;
    color: #333333;
    line-height: 38px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.index .solution-h5 .solution-item-box .solution-item .item-content .item:not(:nth-of-type(even)) {
    margin-right: 15px;
}
.index .application-scenarios {
    padding: 40px 0 66px;
    background-image: url('../images/index/application_scenarios_bg.png'),linear-gradient(90deg, #4B90FF 2.5%, #63CEC7 100%);
    background-size: 100% 100%,100% 100%;
}
.index .application-scenarios .module-title,
.index .application-scenarios .module-desc {
    color: #fff;
}
.index .application-scenarios .application-scenarios-content .text-info {
    width: 326px;
    height: 390px;
}
.index .application-scenarios .application-scenarios-content .text-info .text-item .text-title {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 5px;
}
.index .application-scenarios .application-scenarios-content .text-info .text-item .text-desc {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
}
.index .application-scenarios .application-scenarios-content .application-scenarios-img-box {
    position: relative;
}
@keyframes ballrotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.index .application-scenarios .application-scenarios-content .application-scenarios-img-box .ball {
    width: 80px;
    height: 80px;
    animation: ballrotate 2s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
}
.index .application-scenarios .application-scenarios-content .application-scenarios-img {
    width: 514px;
    height: 346px;
    position: relative;
    z-index: 10;
}
.index .application-scenarios-h5 {
    padding: 20px 16px 4px;
    background-image: url('../images/index/application_scenarios_bg.png'),linear-gradient(90deg, #4B90FF 2.5%, #63CEC7 100%);
    background-size: 100% 100%,100% 100%;
    display: none;
    box-sizing: border-box;
}
.index .application-scenarios-h5 .module-title,
.index .application-scenarios-h5 .module-desc {
    color: #fff;
}
.index .application-scenarios-h5 .application-scenarios-content .application-scenarios-item {
    padding: 16px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 16px;
}
.index .application-scenarios-h5 .application-scenarios-content .application-scenarios-item .icon {
    width: 48px;
    height: 48px;
    margin-right: 24px;
}
.index .application-scenarios-h5 .application-scenarios-content .application-scenarios-item .text-info {
    flex: 1;
    width: 0;
}
.index .application-scenarios-h5 .application-scenarios-content .application-scenarios-item .text-info .item-title {
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin-bottom: 6px;
}
.index .application-scenarios-h5 .application-scenarios-content .application-scenarios-item .text-info .item-desc {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
.index .service-system {
    padding: 40px 0;
    background: #fff;
}
.index .service-system .service-system-content .service-system-item {
    flex: 1;
    /* height: 298px; */
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #BFCFEA;
    overflow: hidden;
    position: relative;
}
.index .service-system .service-system-content .service-system-item:not(:last-of-type) {
    margin-right: 10px;
}
.index .service-system .service-system-content .service-system-item .service-system-img {
    width: 100%;
    height: 142px;
}
.index .service-system .service-system-content .service-system-item .text-info {
    padding: 20px 14px;
}
.index .service-system .service-system-content .service-system-item .text-name {
    font-size: 18px;
    color: #333333;
    line-height: 25px;
}
.index .service-system .service-system-content .service-system-item .line {
    width: 120px;
    height: 1px;
    background: #BFCFEA;
    margin: 15px 0;
}
.index .service-system .service-system-content .service-system-item .text-desc {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-bottom: 20px;
}
.index .service-system .service-system-content .service-system-item .text-info .more-icon .more {
    font-size: 14px;
    color: #0062FF;
    margin-right: 5px;
    line-height: 20px;
}
.index .service-system .service-system-content .service-system-item .text-info .more-icon .icon {
    width: 14px;
    height: 14px;
}
.index .service-system .service-system-content .service-system-item .more-info {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 15px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: linear-gradient( 180deg, #D3E4FF 0%, #FFFFFF 100%);
    transform: translateY(100%);
    transition: all 0.6s;
}
.index .service-system .service-system-content .service-system-item:hover .more-info {
    transform: translateY(0);
}
.index .service-system .service-system-content .service-system-item .more-info .text-desc {
    margin-bottom: 15px;
}
.index .service-system .service-system-content .service-system-item .more-info .info {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}
.index .service-system-h5 {
    display: none;
    padding: 20px 16px;
    box-sizing: border-box;
}
.index .service-system-h5 .service-system-content {
    overflow: hidden;
}
.index .service-system-h5 .service-system-content .swiper-slide {
    width: 232px;
    height: 298px;
}
.index .service-system-h5 .service-system-content .swiper-slide .swiper-item-content {
    width: 100%;
    height: 100%;
    border: 1px solid #BFCFEA;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
}
.index .service-system-h5 .service-system-content .swiper-slide .swiper-item-content .img {
    width: 100%;
    height: 60px;
}
.index .service-system-h5 .service-system-content .swiper-slide .swiper-item-content .text-info {
    padding: 10px 14px;
    box-sizing: border-box;
    height: 236px;
}
.index .service-system-h5 .service-system-content .swiper-slide .swiper-item-content .text-info .title {
    font-size: 18px;
    color: #333333;
    line-height: 25px;
}
.index .service-system-h5 .service-system-content .swiper-slide .swiper-item-content .text-info .line {
    width: 120px;
    height: 1px;
    background: #BFCFEA;
    margin: 15px 0;
}
.index .service-system-h5 .service-system-content .swiper-slide .swiper-item-content .text-info .subtitle {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-bottom: 10px;
}
.index .service-system-h5 .service-system-content .swiper-slide .swiper-item-content .text-info .desc {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}