.index_case{width: 100%;background: #fff;height: 450px;padding-top: 50px;}
.index_case2{width: 1100px;margin: auto;height: 450px;}

.index_casetitle{font-size: 30px;    letter-spacing: -1px; color: #666;height: 47px;text-transform: uppercase; line-height: 30px;text-align: center;background:url(../ZERO/img/protitle_bg.png) center bottom no-repeat; }
.case_con{margin-top: 45px;}
.case_con li{width: 352px;float: left;}
.case_title{font-size: 20px;color: #1975ca;line-height: 30px;text-transform: uppercase;font-weight: bold;}
.case_img{margin-top: 15px;margin-bottom: 15px;overflow: hidden;width: 353px;height: 167px} 
.case_img img{transition: all 0.6s;cursor: pointer;}
.case_de{font-size: 16px;color: #444444;line-height: 26px;margin-bottom: 10px;transition: all 0.6s;}
.case_more{padding-right: 20px;background: url(../ZERO/img/case_more.png) 100px no-repeat;width: 200px;transition: all 0.6s;}
.case_more a{font-size: 14px;text-transform: uppercase;color: #666;text-decoration: underline;}
.case_con li .case_more:hover{background: url(../ZERO/img/case_more.png) 120px no-repeat;}


.case_con li .case_img img:hover{
    
    transition: all 0.8s;
    transform: scale(1.1);
}


.case_con li .case_de:hover{text-decoration: underline;}

