.chanpinlist {
	height: 455px;
}
/* .container {
    width: 1500px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
} */

.inpagebox02 {
    background-color: #fff;
}
.inpagebox {
    overflow: hidden;
    width: 100%;
    padding: 40px 0 0;
}
.gizle {
    top: -80px;
    z-index: 9999;
}
.yya {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0.95;
}
.daheader {
    position: fixed;
    transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    width: 100%;
    z-index: 999999;
    /* border-bottom: 1px solid #eee; */
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.4);
}
.pro_list03{
	width: 78%;
	float: right;
}
.pro_list02 {
    padding-bottom: 20px;
	margin: 0 -12px;
	padding-top: 30px;
}
.pages {
    padding: 20px 0;
    margin: 20px 0 15px 0;
    clear: both;
    text-align: center;
    font-size: 12px;
}
.pro_list02 li {
    display: block;
    float: left;
    
    list-style: none;
    
    width: 25%;
}
.pro_list02 li .pic{
	    margin: 0 12px 30px 15px;
		background: #fff;
		border: 1px #eeeeee solid;
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
		text-align: center;
}
.pic_img {
    /* border-bottom: 1px solid #eee; */
    overflow: hidden;
}
.pro_list02 li .pic img {
    width: 100%!important;
   /* padding: 20px 10px; */
}
.pro_list02 li .pic a .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 97%;
    padding: 0 3%;
}
.pro_list02 .title {
    line-height: 60px;
    color: #555;
    font-size: 16px;
}
.pages ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: block;
    width: 100%;
}
.pages li {
    display: inline-block;
    margin-right: 5px;
    float: none;
}
.pages li span {
    border: 1px solid #e1e1e1;
    height: 24px;
    line-height: 24px;
    color: #c4c4c4;
    padding: 5px 10px;
}
.pages .current a {
    border: 1px solid #4371c3;
    background: #4371c3;
    color: #fff;
}
.pages li a {
    padding: 5px 10px;
    border: 1px solid #e1e1e1;
    height: 24px;
    line-height: 24px;
    color: #666;
    font-size: 12px;
}