.media_bg{width: 100%;background:#F7F7F7;margin: 0 auto;margin-top: 10px;}
.media{width: 1200px;margin: 0 auto;}
.media ul{overflow:hidden;width: 1200px;height: auto;}
.media ul li{overflow:hidden;float: left;width: 200px; height: 180px;}
.media p {width: 150px;}

.liansuo850{width: 100%;background: #F7F7F7;margin-top: 10px;}
.brand{width: 100%;background: #F7F7F7;margin-top: 10px;}
.swiper-container{width: 100%;margin: 0 auto;}
.team{width: 100%;background: #1C1C1C;margin-top: 10px;}
.swiper-team{width: 100%;margin: 0 auto;position: relative;background: #1C1C1C;}
.swiper-team .swiper-slide ul{overflow:hidden;width: 1000px;height: auto; margin-top: 40px;background: #1C1C1C;}
.swiper-team .swiper-slide ul li{overflow:hidden;float: left;width: 200px; height: 140px;background: #1C1C1C;}
.swiper-slide{
    width: 100%;   
    background: #1C1C1C;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;}
.swiper-button-next{color: lightsalmon;}