﻿@charset"UTF-8";

.section-tips {
    position: relative;
    padding: 0 40px 0 34px;
    margin-top: -90px;
    border-radius: 10px;
    z-index: 100;
    background-color: #fff;
}

.tips-back-img {
    float: left;
    display: block;
    width: 194px;
    height: 162px;
    margin: 8px 26px 0 0;
}

.tips-content {
    float: left;
    width: 530px;
    padding: 34px 0 32px;
}

    .tips-content h2 {
        line-height: 46px;
        color: #232330;
        font-size: 36px;
    }

    .tips-content p {
        line-height: 34px;
        color: #999;
        font-size: 20px;
    }

.to-consult {
    float: right;
    margin-top: 25px;
}

    .to-consult img {
        display: block;
        width: 127px;
        height: 127px;
        border-radius: 50%;
    }

/* 优势模块 */
.advantage {
    padding-top: 56px;
}

.advantage-item {
    display: flex;
    margin-bottom: 60px;
    padding-left: 56px;
}

    .advantage-item ul {
        width: 480px;
        padding-top: 33px;
    }

    .advantage-item .dist {
        margin-right: 143px;
    }

    .advantage-item ul li {
        margin-bottom: 31px;
    }

        .advantage-item ul li:last-child {
            margin-bottom: 0;
        }

        .advantage-item ul li div {
            line-height: 44px;
            font-size: 26px;
            color: #222;
        }

        .advantage-item ul li p {
            line-height: 38px;
            font-size: 18px;
            color: #888;
        }
    /* .advantage-item .right-icon {
	padding-top: 9px;
} */
    .advantage-item .right-icon img {
        display: block;
        width: 400px;
        height: 400px;
    }
/* 企业互联网解决方案 */
.plans .title {
    padding: 117px 0 88px;
    text-align: center;
}

    .plans .title h2 {
        line-height: 64px;
        font-size: 36px;
        color: #232330;
    }

    .plans .title p {
        line-height: 48px;
        font-size: 20px;
        color: #888;
    }

.plans-swiper-container {
    position: relative;
    width: 840px;
    margin: 0 auto;
}

.plans-swiper {
    width: 840px;
    border-radius: 30px;
}

    .plans-swiper .swiper-slide,
    .plans-swiper .swiper-slide img {
        display: block;
        width: 100%;
        height: 480px;
    }

.plans-swiper-container .swiper-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 62px;
    margin: auto;
    z-index: 100;
    cursor: pointer;
}

    .plans-swiper-container .swiper-btn img {
        display: block;
        width: 100%;
        height: 100%;
    }

.plans-swiper-container .swiper-next {
    right: -86px;
}

.plans-swiper-container .swiper-prev {
    left: -86px;
}

.plans-swiper-thumbs {
    width: 690px;
    margin: 43px auto 0;
}

    .plans-swiper-thumbs .swiper-slide {
        width: 146px;
        height: 82px;
        /* margin: 0 12px 0 0; */
        opacity: 0.51;
        transition: all 0.3s linear;
        transform: scale(0.82) translateY(10%);
    }

    .plans-swiper-thumbs .swiper-slide-duplicate-active,
    .plans-swiper-thumbs .swiper-slide-active {
        transform: scale(1);
        opacity: 1;
    }

    .plans-swiper-thumbs .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 5px;
    }

.more-plans {
    width: 160px;
    margin: 38px auto 0;
}
/* 介绍 */
.intr-container {
    display: flex;
    justify-content: space-between;
    padding: 120px 0;
}

.intr-container-item {
    width: 230px;
    min-height: 210px;
    padding: 30px 15px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: -1px 3px 16px 0px rgba(48, 50, 51, 0.25);
    border-radius: 12px;
}
    /* .intr-container-item:hover {
	animation: 2000ms shadowChange cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
} */
    /* @keyframes shadowChange {
    0% {transform:scale(1);}
    25% {transform:scale(1.1);}
    50% {transform:scale(1.2);}
	75% {transform:scale(1.1);}
    100% {transform:scale(1);}
} */
    .intr-container-item img {
        display: block;
        width: 110px;
        height: 110px;
        margin: 0 auto 7px;
        border-radius: 50%;
        transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .intr-container-item:hover img {
        transform: rotate(360deg);
    }

    .intr-container-item span {
        display: block;
        line-height: 40px;
        color: #111;
    }

    .intr-container-item p {
        line-height: 24px;
        font-size: 14px;
        color: #bbb;
    }
/* 合作的 */
.cooperation {
    background-color: #f6f7f9;
    padding-bottom: 105px;
}

    .cooperation .title {
        padding: 26px 0 75px;
        text-align: center;
    }

        .cooperation .title h2 {
            line-height: 64px;
            font-size: 36px;
            color: #232330;
        }

        .cooperation .title p {
            line-height: 56px;
            font-size: 24px;
            color: #999;
        }

.cooperation-container table {
    border: 1px solid #999;
    border-collapse: collapse;
}

    .cooperation-container table td {
        /* padding: 5px 19px; */
        border: 1px solid #999;
    }

    .cooperation-container table img {
        display: block;
        width: 200px;
        height: 90px;
    }

.process {
    padding: 90px 0 160px;
    text-align: center;
}

    .process .title h2 {
        line-height: 76px;
        font-size: 36px;
        color: #232330;
    }

    .process .title p {
        line-height: 48px;
        font-size: 24px;
        color: #999;
    }

    .process img {
        display: block;
        width: 100%;
        height: 116px;
        margin: 76px 0 58px;
    }

.open {
    width: 220px;
    margin: 0 auto;
}
.home-banner .container {
	position: relative;
}
.home-banner-box .customized {
	position: absolute;
	top: 200px;
	right: 0;
	width: 450px;
	color: #fff;
}
.home-banner-box .customized h3 {
	line-height: 80px;
	font-size: 48px;
}
.home-banner-box .customized p {
	margin-bottom: 28px;
	line-height: 36px;
	font-size: 16px;
}
.home-banner-box .to-customized {
	width: 160px;
	margin-left: 10px;
}

/* 主体的轮播 */
.internet {
	padding: 120px 0 64px;
}
.internet .title {
	line-height: 74px;
	text-align: center;
	font-size: 36px;
	color: #232330;
}
.plans-swiper-container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
.swiper-plans-box {
	width: 960px;
	height: 490px;
	padding: 64px 9px 86px;
}
.swiper-plans-box .swiper-slide {
	position: relative;
	width: 280px;
	height: 490px;
	background-color: #ffffff;
	box-shadow: -1px 4px 13px 0px 
		rgba(124, 125, 127, 0.29);
	border-radius: 20px;
	cursor: pointer;
}
.swiper-plans-box .swiper-slide,
.swiper-plans-box .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}
.swiper-plans-box .swiper-slide div {
	position: absolute;
	top: 24px;
	left: 0;
	right: 0;
	width: 240px;
	margin: auto;
	text-align: center;
}
.swiper-plans-box .swiper-slide div h3 {
	line-height: 40px;
	font-size: 24px;
	color: #333;
}
.swiper-plans-box .swiper-slide div p {
	line-height: 26px;
	font-size: 16px;
	color: #999;
}
.plans-swiper-container .swiper-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px;
	height: 62px;
	margin: auto;
	z-index: 100;
	cursor: pointer;
}
.plans-swiper-container .swiper-btn img {
	display: block;
	width: 100%;
	height: 100%;
}
.plans-swiper-container .swiper-next-one,
.plans-swiper-container .swiper-next-two {
	right: -70px;
}
.plans-swiper-container .swiper-prev-one,
.plans-swiper-container .swiper-prev-two {
	left: -70px;
}