.index_banner {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.index_banner image {
    width: 100%;
    height: auto;
    display: inline-block;
}

/* ====== 高端服务商 start ======*/
.index_serviceIntro {
    padding-top: 120px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.index_serviceTitle {
	letter-spacing: 3px;
	color: #1a1a1a;
    font-weight: 600;
}
.index_serviceSubtitle {
	color: #666;
    width: 1028px;
    margin: 0px auto;
    margin-top: 20px;
    line-height: 36px;
}
/* ====== 高端服务商 end ======*/



/* ===== 用心打造服务案例 start ====== */
.index_serviceCase {
    width: 1820px;
    padding: 0px 30px;
    box-sizing: border-box;
    margin: 40px auto 100px;
    overflow: hidden;
}
.index_serviceCaseList {
    display: block;
    width: 580px;
	height: 484px;
	border-radius: 20px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    
    overflow: hidden;
}
.index_serviceCaseListDefault {
    width: 100%;
	height: 100%;
    text-align: center;
    line-height: 484px;
    position: relative;   
}
.index_serviceCaseListDefault > img {
    max-width: 580px;
    max-height: 484px;
    display: inline-block;
}
.index_serviceCaseList:nth-child(3n) {
    margin-right: 0px;
}
.index_serviceCaseList > img{
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    border-radius: 20px;
}

.index_serviceCaseListHover {
    position: absolute;
    top:-484px;
    left: 0px;
    width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg, 
		#ed283c 0%, 
		#ed4828 100%), 
	linear-gradient(#000000, #000000);
	background-blend-mode: normal, 
		normal;
	border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
    transition: all 1s;
}

.index_serviceCaseList:hover .index_serviceCaseListHover{
    top:0px;
    opacity: 1;
}

.index_serviceCaseListHover p {
    width: 100%;
    text-align: center;
}
.index_serviceCaseListHover_company {
    margin-top: 100px;
}
.index_serviceCaseListHover_companyIntro {
    margin-top: 20px;
    font-weight: 100;
}
.index_serviceCase_content {
    position: absolute;
    left: 0px;
    top:0px;
    background-color: rgba(000, 000, 000, 0.3);
	border-radius: 20px;
    width: 100%;
    height: 100%;
    padding: 80px 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.index_serviceCase_content img {
    max-width: 100%;
    max-height: 170px;
    display: inline-block;
}
.index_serviceCase_content P {
    width: 100%;
}
.index_serviceCase_type {
	line-height:42px;
	color: #ffffff;
}
.index_serviceCaseArrow {
    width: 100px;
	height: 100px;
    line-height: 100px;
	border-radius: 50%;
	border: solid 1px #ffffff;
    text-align: center;
    line-height: 100px;
    margin: 90px auto 0px;
    position: relative;
}
.index_serviceCaseArrow img{
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 100;
}
/* ====== 动画效果 start ======*/
.circle1,
.circle2,
.circle3 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	
}


.circle1 {
	-webkit-animation: circle 3s linear infinite;
	animation: circle 3s linear infinite;
}

.circle2 {
   
	-webkit-animation: circle 3s linear 0.8s infinite;
	animation: circle 3s linear 0.8s infinite;
}

.circle3 {
	-webkit-animation: circle 3s linear 1.6s infinite;
	/* Safari and Chrome */
	animation: circle 3s linear 1.6s infinite;
}


@-webkit-keyframes circle {
	/* Safari and Chrome */
	from {
        background-color: rgba(255, 255, 255, 0.5);
		-webkit-transform: scale(0);
	}
	to {
		opacity: 0;
        background-color: rgba(255, 255, 255, 0);
		-webkit-transform: scale(3);
	}
}
/* ====== 动画效果 end ======*/

/* ===== 用心打造服务案例 end ====== */

/* ===== 解决方案服务商 start ====== */
.index_supplier {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -750px;
}
.index_supplierContent {
    color: #fff;
    margin-top: 280px;
}
.index_supplierSubtitle {
    margin-top: 30px;
}
.index_rightConsult {
    display: block;
    width: 180px;
	height: 54px;
	background-image: linear-gradient(90deg, 
		#ed283c 0%, 
		#ed4828 100%), 
	linear-gradient(
		#ff343a, 
		#ff343a);
	background-blend-mode: normal, 
		normal;
	border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}
.index_rightConsult:hover {
    color: #ed283c;
    background-image:none;
    background-color: #fff;
}
/* ===== 解决方案服务商 end ====== */

/* ===== 合作伙伴的 认可与信赖 start ====== */
.index_partner {
    height: 870px;
    background: url(../images/index_partnerBg.png) center bottom no-repeat;
    position:relative;
}
.index_partner img {
    border-radius: 50%;
    position: absolute;
    box-shadow: 0px 10px 20px 0px 
		rgba(201, 221, 241, 0.4);
}



.index_partner_5,
.index_partner_2 {
    width: 162px;
	height: 162px;
}
.index_partner_15,
.index_partner_14,
.index_partner_13,
.index_partner_12,
.index_partner_11,
.index_partner_10,
.index_partner_9,
.index_partner_7,
.index_partner_1,
.index_partner_4,
.index_partner_6,
.index_partner_3 {
    width: 130px;
	height: 130px;
}


.index_partner_9,
.index_partner_1 {
    bottom: 120px;
}
.index_partner_8,
.index_partner_2 {
    bottom: 315px;
}
.index_partner_7,
.index_partner_3{
    bottom: 505px;
}
.index_partner_6,
.index_partner_4 {
    bottom: 613px;
}

.index_partner_1 {
    left: 20px;
}
.index_partner_9 {
    right: 20px;
}

.index_partner_2 {
    left: 100px;
}
.index_partner_8 {
    right: 100px;
}

.index_partner_3 {
    left: 260px;
}
.index_partner_7 {
    right: 260px;
}
.index_partner_4 {
    left: 450px;
}

.index_partner_6 {
    right: 450px;
}

.index_partner_5 {
    left: 669px;
    bottom: 630px;
}
.index_partner_15,
.index_partner_10 {
    bottom: 160px;
}
.index_partner_10 {
    left: 230px;
}
.index_partner_15{
    right: 230px;
}
.index_partner_14,
.index_partner_11 {
    bottom: 340px;
}
.index_partner_11 {
    left: 377px;
}
.index_partner_14{
    right: 377px;
}
.index_partner_12{
    left: 579px;
}
.index_partner_13 {
    right: 579px;
}

.index_partner_13,
.index_partner_12 {
    bottom: 440px;
}
.index_partnerIntro {
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 640px;
    height: 320px;
    margin-left: -320px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
}
.index_partnerNum {
    margin-top: 40px;
}
.index_partnerNum span{
    float: left;
    font-family: "BAHNSCHRIFT";
}
/* ===== 合作伙伴的 认可与信赖 end ====== */

@media (max-width: 767px){
   
    .index_serviceSubtitle,
    .index_serviceCase {
        width: 100%;
        overflow: hidden;
    }
    .index_service,
    .index_supplier,
    .index_heightService {
        padding: 0px 4%;
        box-sizing: border-box;
    }
    .index_serviceTitle {
        letter-spacing: 0px;
    }
    .index_service .index_banner,
    .index_serviceIntro {
        padding-top: 20px;
    }
    .index_partnerNum {
        margin-top: 0px;
    }
    .index_supplierSubtitle {
        margin-top: 5px;
    }
    .index_rightConsult {
        margin-top: 16px;
        width: 45%;
        height: 40px;
        line-height: 40px;
    }
    .index_serviceNum {
        margin-top: 20px;
    }
    .index_serviceNum {
        flex-flow: wrap; 
    }
    
    .index_serviceSubtitle.fontSize_18 {
        line-height: 24px;
        margin-top: 5px;
        font-size: 16px;
    }
   
    .index_serviceNumChild {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .index_serviceNumChild:nth-child(3),.index_serviceNumChild:nth-child(4){
        margin-top: 15px;
    }
   

    .index_serviceCase {
        margin: 20px auto 0px;
        padding: 0px;
    }
    .index_serviceCase_content {
        justify-content: space-around;
        padding: 10px;
    }

    .index_serviceCaseList:nth-child(3n),
    .index_serviceCaseList {
        width: 47.5%;
        height:136px;
        overflow: hidden;
        margin-right: 5%;
    }
    .index_serviceCaseList:nth-child(2n) {
        margin-right: 0%;
    }
    .index_serviceCaseList:nth-child(9) {
        display: none;
    }
    .index_serviceCaseList,
    .index_serviceCase_content {
        border-radius: 10px;
    }
    .index_serviceCaseListDefault {
        line-height: 136px;
    }
    .index_serviceCaseListDefault > img {
        max-width: 100%;
        max-height: 136px;
    }
    .index_supplier {
        left: 0%;
        margin-left: 0px;
    }

    .index_supplierContent {
        margin: 40px 4% 0px;
    }
    .index_serviceCase_type.fontSize_42,
    .index_supplierContent .fontSize_42 {
        font-size: 18px;
        line-height: 20px;
    }

    .index_supplierContent .fontSize_24 {
        font-size: 16px;
    }
    .index_serviceCase_content img {
        max-height: 50px;
    }

    .index_partner {
        margin-top: 20px;
    }

    .index_partner,
    .index_partnerIntro {
        height: 200px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .index_partner img {
        display: none;
    }

    .index_partnerIntro {
        width: 100%;
        margin-left: 0px;
        left: 0px;
    }
}