body{
    font-family: "微软雅黑";
}



/*案例列表*/
.bac_gray{
    background: #eaeaea;
}



.ca_ny_main>h3{
    font-size: 20px;
    color: #000000;
    line-height: 60px;
    padding: 35px 30px 0;
}

.ca_ny_mk{
    padding: 0 30px;
}

.ca_ny_mk a{
    font-size: 12px;
    color: #000;
    line-height: 32px;
    margin-right: 20px;
    display: block;
    float: left;
}

.ca_ny_mk a.ca_on{
    background: url(../images/line1.png) bottom left no-repeat;

}

.ny_ca1{
    width: 370px;
    height: 320px;
    float: left;
    margin: 22px;
}

.ny_ca1_k{
    position: relative;
    width: 370px;
    height: 240px;
    overflow: hidden;
}

.ny_ca1_k img{
    width: 370px;
    height: 240px;
    display: block;
    transition: all 1s ease 0s;
}
.ny_ca1:hover img{
    transform:scale(1.1);
    -ms-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1); 
}
.ny_ca1_k a{
    position: absolute;
    top: 0;
    left: 0;
    width: 370px;
    height: 240px;
    display: block;
    background: url(../images/ca_mc1.png) repeat; 
    line-height: 240px;
    text-align: center;
    display: none;
}
.ny_ca1_k a span{
    font-size: 14px;
    color: #fff;
    background: url(../images/line2.png) center no-repeat;
    display: block;
}

.ny_ny_ca1_h{
    border:0px solid #dcdcdc;
    height: 70px;
    padding: 0 0px;
    width: 370px;
    position: relative;
}

.ny_ny_ca1_h>a{
    font-size: 14px;
    color: #000;
    line-height: 24px;
    padding-top: 10px;
    display: block;
}

.ny_ny_ca1_h p{
    font-size: 10px;
    color: #878787;
    line-height: 24px;
}

.ca1_h1{
    width: 370px;
    position: absolute;
    height: 32px;
    bottom: 0;
    left: 0px;
    border-bottom: 1px solid #dcdcdc;
}

.ca1_h1 span{
    line-height: 32px;
    font-size: 10px;
    color: #000;
    float: left;
}

.ca1_h1 a{
    height: 32px;
    display: block;
    background: url(../images/case_dot.png) no-repeat center left;
    float: right;
    margin-top: 0px;
	line-height:32px;
	padding-left:20px;
}
.ny_ca1:hover .ca1_h1 a{
    background: url(../images/case_dot.png) no-repeat center left;
}
.ca_ny_m1{
    margin-top: 20px;width:1244px;
}

.ny_ca1{
    margin-bottom: 0px;
}

.ca_more{
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #eee;
    display: block;
    margin: 10px auto 0;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}