/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018-1-31, 17:22:59
    Author     : Administrator
*/

/*  jquery hover鼠标滑过展开更多列表---by zhy  */
/* per01 */
.per01{width:1200px;height:534px;margin:20px auto;}
.mpart{width:230px;height: 230px;position:relative;float:left;display:inline;margin-right:12px;margin-bottom: 14px;}
.mpart:nth-child(5n){margin: 0;}
.part{width:230px;overflow:hidden;float:left;height:230px;}
.part01{width:228px;height:228px;border: 1px solid #d2d2d2;display: inline-block;position: relative;}
.part01:hover{border: 1px solid #2180d9;border-bottom: none;}
.part01 a.btn{background: url(../images/triangle.png) no-repeat;position: absolute;bottom: 0;left: 104px;width: 20px;height: 10px;}
.part01:hover a{background: none;}

.part02{width:100%;padding-top:10px;padding-bottom: 18px;background:url(../images/bg1.png) no-repeat;}
.part02 p{color: #fff;font-size: 14px;line-height: 18px;padding: 0 10px;}
.part02 p.tit{font-size: 16px;font-weight: bold;margin-bottom: 9px;line-height: 30px;}
.block{width:230px;height:330px;position:absolute;z-index:100;left:0;top:0;float:left;}

.page_list{position: absolute;bottom: 10px;width: 100%;}