.swiper-container .swiper-slide img{width: 100%;}

/* 七大业务中心 */
.yewu_box{display: flex;flex-wrap: wrap;}
.yewu_li{width: 13%;height: 240px;background-color: #F6F6F6;margin-right: 1.5%;cursor: pointer;}
.yewu_li:hover{background-color: #ED4C1C;}
.yewu_li:hover img{transform: rotate(360deg);}
.yewu_li:hover p{color: #fff;}
.yewu_li:last-child{margin-right: 0;}
.yewu_li img{margin: 65px auto 30px;}
.yewu_li p{font-size: 24px;color: #111111;font-weight: bold;text-align: center;}
@media screen and (max-width: 1000px) {
	.yewu_li{width: 24%;height: 180px;margin: 0 1.33% 1.33% 0;}
	.yewu_li img{margin: 45px auto 15px;}
	.yewu_li:nth-child(4n+4){margin-right: 0;}
}
@media screen and (max-width: 550px) {
	.yewu_li{width: 32%;height: 120px;margin: 0 1.5% 1.5% 0;}
	.yewu_li:nth-child(4n+4){margin: 0 1.5% 1.5% 0;}
	.yewu_li:nth-child(3n+3){margin: 0 0 1.5% 0;}
	.yewu_li img{width: 30px;height: 30px;margin: 30px auto 10px;}
	.yewu_li p{font-size: 18px;}
}

/* 智慧岛建平台 */
.zhihui_box{display: flex;}
.zhihui_box_l{width: 25%;height: 100%;margin-right: 20px;overflow: hidden;}
.zhihui_box_l img{width: 100%;height: calc(100% - 20px);object-fit: cover;animation: example 5s infinite;}
@keyframes example {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.05);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}
.zhihui_box_r{width: 75%;display: flex;flex-wrap: wrap;}
.zhihui_box_r_li{width: calc(33.3% - 13.333px);height: 205px;margin: 0 20px 20px 0;background: url(../img/bg2.jpg) center no-repeat;background-size: 100% 100%;padding: 30px 40px 0 30px;cursor: pointer;}
.zhihui_box_r_li:hover{background-size: 115% 115%;}
.zhihui_box_r_li:nth-child(3n+3){margin-right: 0;}
.zhihui_box_r_title{display: flex;align-items: center;margin-bottom: 25px;}
.zhihui_box_r_title img{margin-right: 15px;}
.zhihui_box_r_title p{font-size: 22px;font-weight: bold;}
@media screen and (max-width: 1100px) {
	.zhihui_box_r_li{width: calc(50% - 10px);}
	.zhihui_box_r_li:nth-child(3n+3){margin-right: 20px;}
	.zhihui_box_r_li:nth-child(2n+2){margin-right: 0;}
}
@media screen and (max-width: 850px) {
	.zhihui_box_l{display: none;}
	.zhihui_box_r{width: 100%;}
}
@media screen and (max-width: 550px) {
	.zhihui_box_r_li{width: 100%;margin-right: 0;}
	.zhihui_box_r_li:nth-child(3n+3){margin-right: 0;}
	.zhihui_box_r_li{height: 150px;padding: 15px 20px 0 15px;}
	.zhihui_box_r_title{margin-bottom: 15px;}
}

/* 党建功能全面化 */
.quanmian_img{width: 100%;}

/* 平台载体多终端覆盖 */
.zhongduan{background: url(../img/bg1.jpg) no-repeat center #C60613;}
.zhongduan_box{height: 660px;position: relative;display: flex;justify-content: center;align-items: center;}
.zhongduan_box_img{width: 100%;}
.zhongduan_box_img img{display: none;max-width: 80%;margin: 0 auto;}
.dingwei{display: flex;align-items: center;position: absolute;}
.dingwei:nth-child(1){left: 250px;top: 65px;}
.dingwei:nth-child(2){right: 250px;top: 65px;}
.dingwei:nth-child(3){left: 160px;top: 285px;}
.dingwei:nth-child(4){right: 160px;top: 285px;}
.dingwei:nth-child(5){left: 278px;top: 505px;}
.dingwei:nth-child(6){right: 278px;top: 505px;}
.dingwei p{font-size: 28px;color: #fff;font-weight: bold;margin-right: 35px;}
.dingwei:nth-child(2n+2) p{margin-left: 35px;margin-right: 0;}
.dingwei_img{width: 120px;height: 120px;border-radius: 50%;background-color: #fff;display: flex;justify-content: center;align-items: center;cursor: pointer;}
.baitu{display: none;}
.dingwei_btn .dingwei_img{background: linear-gradient(40deg, rgba(219,9,9,1) 0%, rgba(250,59,39,1) 100%);border: 15px solid #F7CECF;}
.dingwei_btn .gongtu{display: none;}
.dingwei_btn .baitu{display: block;}
@media screen and (max-width: 1450px) {
	.dingwei:nth-child(1){left: 150px;}
	.dingwei:nth-child(2){right: 150px;}
	.dingwei:nth-child(3){left: 60px;}
	.dingwei:nth-child(4){right: 60px;}
	.dingwei:nth-child(5){left: 178px;}
	.dingwei:nth-child(6){right: 178px;}
}
@media screen and (max-width: 1300px) {
	.dingwei_img{width: 90px;height: 90px;}
	.dingwei_btn .dingwei_img{border: 10px solid #F7CECF;}
	.dingwei p{font-size: 22px;margin-right: 15px;}
	.dingwei:nth-child(2n+2) p{margin-left: 15px;}
}
@media screen and (max-width: 1100px) {
	.dingwei:nth-child(1){left: 40px;}
	.dingwei:nth-child(2){right: 40px;}
	.dingwei:nth-child(3){left: 0;}
	.dingwei:nth-child(4){right: 0;}
	.dingwei:nth-child(5){left: 68px;}
	.dingwei:nth-child(6){right: 68px;}
}
@media screen and (max-width: 900px) {
	.zhongduan_box{flex-wrap: wrap;}
	.dingwei_box{width: 100%;display: flex;flex-wrap: wrap;}
	.dingwei{width: 31%;position: initial;display: block;overflow: hidden;margin: 0 3.5% 3.5% 0;}
	.dingwei:nth-child(3n+3){margin-right: 0;}
	.dingwei p{float: right;margin: 30px 0 0 !important;}
	.dingwei_img{float: left;}
	.zhongduan_box{height: auto;}
}
@media screen and (max-width: 800px) {
	.dingwei{width: 48%;position: initial;display: block;overflow: hidden;margin: 0 4% 2% 0;}
	.dingwei:nth-child(3n+3){margin: 0 4% 2% 0;}
	.dingwei:nth-child(2n+2){margin: 0 0 2% 0;}
	.dingwei_img{width: 60px;height: 60px;}
	.dingwei_btn .dingwei_img {border: 5px solid #F7CECF;}
	.dingwei_img img{transform: scale(.6);}
	.dingwei p{margin: 15px 0 0 !important;}
}
@media screen and (max-width: 500px) {
	.dingwei{width: 100%;position: initial;display: block;overflow: hidden;margin: 0 0 2% 0 !important;}
}

/* 合作客户 */
.kehu_box{display: flex;flex-wrap: wrap;}
.kehu_box_li{width: 24%;margin-right: 1.33%;}
.kehu_box_li:last-child{margin-right: 0;}
.kehu .Imgovf{border-top-left-radius: 15px;border-top-right-radius: 15px;}
.kehu_main{padding: 15px;border: 1px solid #BBBBBB;border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;}
.kehu_main_name{font-size: 18px;font-weight: bold;margin-bottom: 10px;}
.kehu_main_dengji{color: #666666;padding-bottom: 15px;border-bottom: 1px solid #BBBBBB;margin-bottom: 15px;}
.kehu_main_xq{display: flex;justify-content: space-between;align-items: center;}
.kehu_main_xq a{font-size: 14px;color: #666666;}
.kehu_gengduo{width: 160px;height: 45px;margin: 50px auto 90px;background-color: #DA0809;color: #fff;display: flex;border-radius: 50px;justify-content: center;align-items: center;}
@media screen and (max-width: 900px) {
	.kehu_box_li{width: 49%;margin: 0 2% 2% 0;}
	.kehu_box_li:nth-child(2n+2){margin-right: 0;}
}
@media screen and (max-width: 550px) {
	.kehu_box_li{width: 100%;margin: 0 0 2% 0;}
	.kehu_box_li:nth-child(2n+2){margin: 0 0 2% 0;}
	.kehu_gengduo{margin: 30px auto;}
}

/* 打造 */
.dazao{background: url(../img/bg3.jpg) center;padding: 45px 0;background-size: 100% 100%;}
.dazao p{font-size: 26px;color: #fff;text-align: center;margin-bottom: 25px;line-height: 40px;}
.dazao a{width: 260px;height: 45px;display: flex;justify-content: center;align-items: center;background-color: #DA0809;color: #fff;margin: 0 auto;}
@media screen and (max-width: 550px) {
	.dazao{padding: 25px 0;}
	.dazao p{font-size: 18px;line-height: 26px;margin-bottom: 15px;}
	.dazao a{width: 120px;height: 35px;}
}




