.gy{
    margin: auto;
}
.gy>img{
    width: 100%;
    vertical-align: middle;
}
.n_nav_tit {
    width: 100px;
    line-height: 70px;
    text-align: center;
    margin: auto;
    background: url(/template/default/index/img/ntbg.png) no-repeat center;
    background-size: 100% auto;
    font-size: 14px;
    color: rgba(255,255,255,1);
}
/*Ê×Ò³²ËÆ×*/
.index_cp{
    margin: auto;
    background:#000 ;
}
.cptj {
    max-width: 94%;
    margin: auto;
    background: #000;
    overflow: hidden;
    padding-bottom: 20px;
}
.cptj .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #000;
    //margin-top: 10px;
    //width: 120px;
    //height: 200px;
    /* Center slide text vertically */
    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;
}
.cptj .swiper-slide>a>div:nth-child(2){
    color: #a4a4a4;
	font-size:12px;
}
.cptj .swiper-slide img{
    width: 100%;
    -webkit-box-reflect: below 0px -webkit-linear-gradient(bottom, rgba(255,255,255,0.3) 0%, transparent 40%, transparent 100%);

}
.cp_cp{
    background: #000;
    color: #fff;
    text-align: center;
}