@charset "utf-8";
/* CSS Document */
@import url("header.css");
@import url("reset.css");
@import url("footer.css");


li,a{ transition:all 0.3s;}
.main{width: 1095px;height:auto;padding:0px 0px 15px;overflow:hidden;position:relative;background:#FFF;}

/*<!--地址-->*/
.address{background: url(list_img01.png) -5px center no-repeat #d5d5ef;height: 42px;padding-left: 30px;line-height: 42px;color: #26266c;width: 1065px;margin: 0px auto;}
.address a{color: #26266c;}
/*主体*/
.ztzl{width: 100%;/* background: #ffffff; */margin: 0 auto;}
.ztzl_top{width: 532px;height:85px;margin: 10px auto 0;}
.ztzl_top img{border: 0;width: 532px;height:85px;}
.z{overflow: hidden;width: 1065px;margin: 20px auto 0;border-bottom: 2px solid #26266c;padding-bottom:10px;}
.ztzl_con{overflow: hidden;width: 1100px;margin: 0 auto;}
.ztzl_con ul li{float: left;margin: 10px 8px;width: 342px;height: 110px;overflow: hidden;}
.ztzl_con ul li a{display: block;height: 110px;width: 342px;}
.ztzl_con ul li a img{border: 0;width: 335px;height: 95px;}
.ztzl_con ul li a:hover img{transform:scale(1.1);transition: transform 0.7s ease-out 0s; -moz-transition: transform 0.7s ease-out 0s;-webkit-transform:transform 0.7s ease-out 0s;opacity: 0.8;}

/*<!--分页样式-->*/
.page{ width:auto; display:inline-block; padding:10px 0; margin-left:30px; border-top:1px dashed #dddddd; overflow:hidden;}
.page li{ float:left; font-size:12px; color:#333; border-radius:5px; margin:0 5px;}
.page li a{ display:block; padding:0 12px; line-height:30px; border:1px solid #cccccc; border-radius:3px; color:#403f3f; background:#e9e9e9;}
.page li a:hover, .page li a.onhover{ background:#bfd8ff; border-color:#a1bce5;}