/* ==========================================================================
   产品中心
   ========================================================================== */
	.product .title{
		margin-bottom:60px;
	}
	.product .title p{
		color:#1868b3 !important;
		line-height:50px;
		border-bottom:1px solid #f5f5f5;
	}
	.product .pro_info ul li a{
		display:block;
		line-height:50px;
		background:#f5f5f5;
		margin-top:12px;
		font-size:16px;
	}
	.product .pro_info ul li:first-child a{
		color:#fff !important;
		display: block;		
		text-align:center;
		line-height:80px;
		background:#1868b3;
		font-size:22px;
		padding-left:0;
	}
	.product .list h3{
		float:left;
		width:100%;
		margin-bottom:23px;
	}
	.product .list div{
		margin-top:6px;
	}
	.product .list div p{
		line-height:50px;
		text-align:center;
		font-size:14px; background:#dbdbdb; border:1px solid #ddd; box-sizing:border-box;
	}
	.product .list div a img{
		width:202px;
		height:201px;
	}
	.product  .page{
		margin:40px auto !important;
	}
	.product .page li span,
	.product .page li a{
		border:1px solid #dbdbdb;
		text-align:center;
		display:block;
		font-size:16px;
		padding:5%;
	}
	.product .page li span{
		color:#fff !important;
		background:#1868b3;
		border:1px solid #dbdbdb;
	}
	
	.product .page li{
		margin-top:10px;
		float:left;
		margin-left:2%;
	}
/* =========================最小1200px*/
@media (min-width: 1200px) {
	.product .pro_info ul li a{
		width:90%;
		padding-left:11%;
	}
	.product .pro_info ul li:first-child a{		
		width:90%;
	}	
	.product  .page ul{
		width:75%;
		float:right;
	}
	.product .page li{
		width:12%;
	}
}
/* =========================最小768px和最大1199px*/
@media (min-width: 768px) and (max-width: 1199px){
	.product .pro_info ul li{
		width:45%;
		float:left;
		margin-right:4%;
	}
	.product .pro_info ul li a{
		width:100%;
		text-align:center;
	}
	.product .pro_info ul li:first-child{
		width:100%;
	}
	.product .pro_info ul li:first-child a{
		width:100%;
	}
	.product  .page{
		width:100%;
	}
	.product  .page ul{
		width:75%;
		margin-right:18%;
	}
	.product  .page li{
		width:12%;
	}
	.product .list h3{
		margin-top:32px;
	}	
 }
/* =========================最大767px*/
@media (max-width: 767px) {
	.product .title{
		margin-bottom:30px;
	}
	.product .pro_info ul{
		margin-left:-7%;
	}
	.product .pro_info ul li{
		width:45%;
		float:left;
		margin-right:4%;
	}
	.product .pro_info ul li a{		
		width:100%;
		text-align:center;
		font-size:12px;
	}	
	.product .pro_info ul li:first-child{
		width:100%;
	}
	.product .pro_info ul li:first-child a{
		width:100%;
	}
	.product .list div{
		margin-top:15px;
		float:left;
		width:50%;
	}
	.product .list div a img{
		float:left;
		height:90px;
	}
	.product .list div p{
		font-size:12px;
	}	
	.product  .page{
		width:100%;
	}
	.product  .page ul{
		width:82%;
	}
	.product  .page li{
		width:30%;
	}
	.product .list h3{
		margin-top:32px;
	}	
}