.main-content{
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 0 170px;
    text-align: center;
    color: #696969;
}

.footer {
    position: relative;
    z-index: 99;
}

.step-area {
    width: 140px;
    height: 320px;
    position: fixed;
    margin-left: -170px;
    padding: 10px 0 0 0;
    font-size: 14px;
    line-height: 1;
    color: #5a5a5a;
    z-index: 10;
}

.area{
    display: block;
}

.step-area .line {
    border-right: solid 1px #5a5a5a;
    height: 60px;
    margin: 0.2em 0.5em;
}

.step-area .step {
    cursor: pointer;
    height: 1em;
}

.step-area .step .txt {
    float: left;

}

.step-area .step .dot {
    display: inline-block;
    height: 1em;
    width: 1em;
    border-radius: 1em;
    background-color: #5a5a5a;
    border: solid #f3f3f3 0.2em;
    float: right;

}

.step-area .step.on {
    color: #0278e4;

}

.step-area .step.on .dot {
    border-color: #0278e4;
    background-color: #f3f3f3;
}

.area {
    background-color: white;
    margin: 20px 0 40px;
}
.step-area .step .txt{
    width: 120px;
    text-align: right;
}

.step-area .step .txt, .step-area .step .dot, .step-area .step.on .txt, .step-area .step.on .dot {

    -webkit-transition: 800ms;
    -moz-transition: 800ms;
    -ms-transition: 800ms;
    -o-transition: 800ms;
    transition: 800ms;

}

.jieshao{
    margin: 50px 0 0;
}
.jieshao .content p{
    text-align: justify;
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
}

.wenhua{
    margin: 50px 0 0;
}
.wenhua .content p{
    text-align: left;
    font-size: 16px;
    line-height: 30px;
}

/* 媒体报道 */
.baodao{
    margin: 50px auto 0;
    padding-bottom: 50px;
}
.baodao .content{
    width: 860px;
    /*height: 630px;*/
    margin: 20px auto 60px;
}

.rongyu{
}
.rongyu .content{
    height: 500px;
    position: relative;
    margin-top: 40px;
}

#swiper2 {
    width: 740px;
    height: 100%;
    margin: 0 auto;
}
#swiper2 .swiper-slide{
    background: no-repeat center;
    background-size: cover;
}
.prev2{
    background: url(/static/index/img/women/prev-circle.png) no-repeat center;
    width: 86px;
    height: 86px;
    position: absolute;
    left: 29px;
    top: 200px;
    cursor: pointer;
}

.next2{
    background: url(/static/index/img/women/next-circle.png) no-repeat center;
    width: 86px;
    height: 86px;
    position: absolute;
    right: 29px;
    top: 200px;
    cursor: pointer;
}

.rongyu .photo-title{
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
}


/* 联系方式 */
.lianxi{
    margin: 0 auto 200px;
    padding-top: 50px;
}

.lianxi .content{
    padding: 100px 0 0;
}

.lianxi .content>ul>li{
    text-align: left;
    width: 255px;
    float: left;
    margin-top: 40px;
    padding: 5px 0 0 30px;
}

.lianxi .content>ul>li:not(:nth-child(4n+1)){
    border-left: dashed 1px #696969;
}

.lianxi .content>ul>li .t{
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 26px;
}
.lianxi .content>ul>li .c{
    font-size: 16px;
    line-height: 1;
    margin-top: 1em;
}

/* 视频 */

.video{
    width: 100%;
}



/**/
.playlist-bar{
    width: 100%;
    height: 170px;
    padding: 20px 20px 10px;
    background: #2d2e32;
    position: relative;
}

.playlist-bar .prev{
    background: url(/static/index/img/women/prev.png) no-repeat scroll center;
    width: 40px;
    height: 100%;
    opacity: 0.5;
    float: left;
    cursor: pointer;
}
.playlist-bar .slide{
    float: left;
    width: 740px;
    height: 100%;
}
.playlist-bar  .next{
    background: url(/static/index/img/women/next.png) no-repeat scroll center;
    width: 40px;
    height: 100%;
    float: left;
    opacity: 0.5;
    cursor: pointer;
}

.playlist-bar .next:hover,.playlist-bar .prev:hover{
    opacity: 1;
}

.playlist-bar .swiper-container{
    height: 100%;
    width: 100%;
    /*border: dashed 1px white;*/
}

.playlist-bar .swiper-slide{
    cursor: pointer;
}

.playlist-bar .now-play{
    position: relative;
}

.playlist-bar .now-play:after{
    content: '正在播放...';
    text-align: center;
    font-size: 20px;
    color: white;

    background: #2d2e32 url(/static/index/img/women/play.png) no-repeat center;
    z-index: 9999;

    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    left: 0;
    top: 0;
}

.playlist-bar .image{
    width: 170px;
    height: 110px;
    background: no-repeat scroll center;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale);  /* IE8不支持backgroud-size*/
    margin: 0 auto;
}
.playlist-bar .title{
    font-size: 16px;
    line-height: 30px;
    color: #c8c8c8;

    overflow: hidden;
    text-overflow: ellipsis;        /*过长自动显示缩略符*/
    white-space: nowrap;
}


/* swiper效果*/


/*.swiper-slide {*/
  /*height: 100%;*/
  /*opacity: 0.4;*/
  /*-webkit-transition: 300ms;*/
  /*-moz-transition: 300ms;*/
  /*-ms-transition: 300ms;*/
  /*-o-transition: 300ms;*/
  /*transition: 300ms;*/
/*}*/
/*.swiper-slide-active {*/
  /*opacity: 1;*/
/*}*/


#swiper1 .swiper-slide {
  height: 100%;
  opacity: 0.4;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#swiper1 .swiper-slide-visible {
  opacity: 0.5;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
#swiper1 .swiper-slide-active {
  top: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}