.swiper-container .swiper-slide img{width: 100%;}

.bg{background: url(../img/bg4.jpg) no-repeat bottom;}
.pinpaiBox{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;overflow: hidden;}
.pinpaiBox_img{max-width: 700px;width: 100%;}
.pinpaiBox_r{width: calc(100% - 700px);padding-left: 50px;}
.pinpaiBox_r_p{color: #333333;font-size: 20px;margin-bottom: 50px;line-height: 32px;}
.pinpaiBox_main{display: flex;}
.pinpaiBox_main_li{width: 32%;margin-right: 2%;}
.pinpaiBox_main_li:last-child{margin-right: 0;}
.pinpaiBox_main_li_title{font-size: 34px;color: #4B5360;font-weight: bold;font-style: italic;}
.pinpaiBox_main_li_xian{width: 50px;height: 5px;background-color: #DA0809;margin: 15px 0 8px 0;display: inline-block;}
.pinpaiBox_main_li p{color: #333333;line-height: 30px;}
.pinpaiBox_main_li p:last-child{margin-bottom: 0;}
.lable{color: #DA0809;}
.dazi{color: #DA0809;font-size: 26px;font-weight: bold;}
@media screen and (max-width: 1300px) {
	.pinpaiBox_r{padding-left: 30px;}
	.pinpaiBox_main{display: block;}
	.pinpaiBox_main_li{width: 100%;margin: 0 0 15px 0;}
	.pinpaiBox_r_p{margin-bottom: 15px;font-size: 16px;line-height: 22px;}
	.pinpaiBox_main_li_title{font-size: 30px;}
	.pinpaiBox_main_li_xian{margin: 10px 0 2px 0;}
}
@media screen and (max-width: 1000px) {
	.pinpaiBox_img{width: 100%;max-width: 100%;margin-bottom: 15px;}
	.pinpaiBox_r{width: 100%;padding-left: 0;}
	.pinpaiBox_main_li_title{font-size: 22px;}
	.pinpaiBox_main_li p{line-height: 24px;}
	.dazi{font-size: 22px;}
}

.fuwu_zi{color: #333;font-size: 20px;margin-top: 15px;}
.fuwuBox{display: flex;flex-wrap: wrap;}
.fuwuBox_li{width: 32%;margin-right: 2%;}
.fuwuBox_li:last-child{margin-right: 0;}
@media screen and (max-width: 850px) {
	.fuwuBox_li{width: 49%;margin: 0 2% 2% 0;}
	.fuwuBox_li:nth-child(2n+2){margin-right: 0;}
}
@media screen and (max-width: 550px) {
	.fuwuBox_li{width: 100%;margin: 0 0 2% 0;}
	.fuwu_zi{font-size: 16px;}
}

.fazhanBox{display: flex;}
.fazhanBox_li{width: 16.66%;min-height: 50px;background: url(../img/fazhan_bg2.png) no-repeat;background-size: 100% 100%;margin: 150px 0 250px;position: relative;}
.fazhanBox_li .poa{width: 100%;}
.fazhanBox_li .poa img{width: 12px;margin: 10px auto;}
.fazhanBox_li .poa p{text-align: center;}
.shang img{transform: rotate(180deg);}
.fazhanBox_li:nth-child(2n+2){background: url(../img/fazhan_bg3.png) no-repeat;background-size: 100% 100%;}
.fazhanBox img{width: 100%;}
.fazhanBox_time{color: #DA0809;font-weight: bold;font-size: 32px;text-align: center;height: 50px;line-height: 50px;}
.fazhanBox_li:nth-child(2n+2) .fazhanBox_time{color: #fff;}
.fazhanBox_time_xia{animation: fazhanBox_li_1 3s infinite;}
.shang{top: -150px;animation: fazhanBox_li_2 3s infinite;background-color: transparent;color: #000;}
.er{top: -150px;animation: fazhanBox_li_3 4s infinite;}
.san{top: -150px;animation: fazhanBox_li_4 4.5s infinite;}
@keyframes fazhanBox_li_1 {
    0% {
        top: 65px;
    }
    50% {
        top: 50px;
    }
    100% {
        top: 65px;
    }
}
@keyframes fazhanBox_li_2 {
    0% {
        top: -150px;
    }
    50% {
        top: -135px;
    }
    100% {
        top: -150px;
    }
}
@keyframes fazhanBox_li_3 {
    0% {
        top: 55px;
    }
    50% {
        top: 70px;
    }
    100% {
        top: 55px;
    }
}
@keyframes fazhanBox_li_4 {
    0% {
        top: -190px;
    }
    50% {
        top: -170px;
    }
    100% {
        top: -190px;
    }
}

@media screen and (max-width: 1050px) {
	.fazhanBox_li{margin: 200px auto 300px;}
	.shang{top: -170px;}
	@keyframes fazhanBox_li_2 {
	    0% {
	        top: -170px;
	    }
	    50% {
	        top: -155px;
	    }
	    100% {
	        top: -170px;
	    }
	}
}
@media screen and (max-width: 900px) {
	.fazhanBox{flex-wrap: wrap;}
	.fazhanBox_li{width: 100%;margin: 0 0 15px 0;background-color: #FFE7DA;padding: 15px;}
	.fazhanBox_li:nth-child(2n+2){background-color: #DA0809;}
	.fazhanBox_li img{display: none;}
	.fazhanBox_time_xia{position: initial !important;}
	.fazhanBox_time{height: auto;line-height: 32px;margin-bottom: 10px;}
	.fazhanBox_li:nth-child(2n+2) p{color: #fff;}
}
@media screen and (max-width: 550px) {
	.fazhanBox img{padding-bottom: 30px;}
}

.zizhi_sw{position: relative;overflow: hidden;padding-bottom: 50px;}
.zizhi_sw .swiper-slide{display: flex;align-items: center;}
.zizhi_sw .swiper-slide img{width: 100%;}
.zizhi_sw .swiper-pagination-bullet{width: 15px;height: 15px;opacity: 1;background-color: #B5B5B5;}
.zizhi_sw .swiper-pagination-bullet-active{background-color: #DA0809;}

.youshi{background: url(../img/bg5.jpg) no-repeat bottom;}
.youshiBox{padding: 150px 0;display: flex;justify-content: center;align-items: center;}
.youshiBox_li{background: url(../img/youshi_yuan.png) no-repeat;width: 410px;height: 410px;position: relative;}
.youshiBox_1{top: -145px;left: 50%;animation: youshiBox_1_donghua 3s infinite;}
.youshiBox_2{top: 20px;left: -70%;animation: youshiBox_2_donghua 3s infinite;}
.youshiBox_3{top: 100px;right: -120%;animation: youshiBox_3_donghua 3s infinite;}
.youshiBox_4{top: 210px;left: -95%;animation: youshiBox_4_donghua 3s infinite;}
.youshiBox_5{top: 335px;right: -90%;animation: youshiBox_5_donghua 3s infinite;}
.xiaozhanshi{display: none;}
.xiaozhanshi_li{background-color: #FFFAF8;padding: 15px;margin-bottom: 15px;}
.xiaozhanshi_xvhao{font-size: 26px;color: #DA0809;font-weight: bold;}
.xiaozhanshi_main{font-size: 18px;color: #111111;}
@keyframes youshiBox_1_donghua {
    0% {
        top: -145px;
    }
    50% {
        top: -160px;
    }
    100% {
        top: -145px;
    }
}
@keyframes youshiBox_2_donghua {
    0% {
        top: 20px;
    }
    50% {
        top: 5px;
    }
    100% {
        top: 20px;
    }
}
@keyframes youshiBox_3_donghua {
    0% {
        top: 100px;
    }
    50% {
        top: 115px;
    }
    100% {
        top: 100px;
    }
}
@keyframes youshiBox_4_donghua {
    0% {
        top: 210px;
    }
    50% {
        top: 225px;
    }
    10% {
        top: 210px;
    }
}
@keyframes youshiBox_5_donghua {
    0% {
        top: 335px;
    }
    50% {
        top: 320px;
    }
    10% {
        top: 335px;
    }
}
@media screen and (max-width: 1430px) {
	.youshiBox .poa{transform: scale(.7);}
	.youshiBox_1{top: -120px;left: 38%;}
	.youshiBox_2{top: 40px;left: -50%;}
	.youshiBox_3{top: 118px;right: -93%;}
	.youshiBox_4{top: 218px;left: -72%;}
	.youshiBox_5{top: 327px;right: -67%;}
	@keyframes youshiBox_1_donghua {
	    0% {
	        top: -120px;
	    }
	    50% {
	        top: -135px;
	    }
	    100% {
	        top: -120px;
	    }
	}
	@keyframes youshiBox_2_donghua {
	    0% {
	        top: 40px;
	    }
	    50% {
	        top: 25px;
	    }
	    100% {
	        top: 40px;
	    }
	}
	@keyframes youshiBox_3_donghua {
	    0% {
	        top: 118px;
	    }
	    50% {
	        top: 133px;
	    }
	    100% {
	        top: 118px;
	    }
	}
	@keyframes youshiBox_4_donghua {
	    0% {
	        top: 218px;
	    }
	    50% {
	        top: 233px;
	    }
	    10% {
	        top: 218px;
	    }
	}
	@keyframes youshiBox_5_donghua {
	    0% {
	        top: 327px;
	    }
	    50% {
	        top: 322px;
	    }
	    10% {
	        top: 327px;
	    }
	}
}
@media screen and (max-width: 1000px) {
	.youshiBox{transform: scale(.7);padding: 0;}
}
@media screen and (max-width: 700px) {
	.youshiBox{transform: scale(1);padding-bottom: 40px;display: block;}
	.youshiBox .poa{display: none;}
	.youshiBox_li{margin: 0 auto 15px;}
	.xiaozhanshi{display: block;}
}
@media screen and (max-width: 550px) {
	.youshiBox_li{width: 320px;height: 320px;background-size: 100%;}
	.youshiBox{padding-bottom: 30px;}
}





