/* ==========================================================================
   产品中心
   ========================================================================== */
	.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 .top h5{
		line-height:36px;
		text-align:center;
	}
	.product .info h6{
		line-height:50px;
		background:#f9f9f9;
		font-size:20px;
	}
	.product  .page{
		width:100%;
		float:right;
		margin:40px auto !important;
	}
	.product .page li a{
		border:1px solid #dbdbdb;
		display:block;
		padding-left:17px;
		padding-right:17px;
	}
	.product .page .on a{
		color:#fff !important;
		background:#1868b3;
	}
	.product .list div a img{
		width:202px;
		height:201px;
	}
	.list .page li{
		margin-top:10px;
	}
/* =========================最小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 .list .top li{
		float:left;
		width:30%;
		margin-left:3%;
	}
	.product .list .top img{
		width:202px;
		height:201px;
	}
	.product  .page ul{
		width:77%;
		margin:0 auto;
	}
	.product  .page li{
		float:left;
	}
	.product .page li a{
		margin-left:10px;
		line-height:42px;
	}
}
/* =========================最小768px和最大1199px*/
@media (min-width: 768px) and (max-width: 1199px){
	.product .pro_info ul li{
		width:46%;
		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 .list .top li{
		float:left;
		width:30%;
		margin-left:3%;
	}
	.product .list .top img{
		width:202px;
		height:201px;
	}	
	.product  .page ul{
		width:77%;
		margin:0 auto;
	}
	.product  .page li{
		float:left;
	}
	.product .page li a{
		margin-left:10px;
		line-height:42px;		
	}
	.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:47%;
		float:left;
		margin-right:2%;
	}
	.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 .top img{
		width:202px;
		height:201px;
		margin-top:15px;
	}

	.product  .page li{
		float:left;
	}
	.product .page li a{		
		margin-right:5px;
		line-height:32px;
		padding-left:6px;
		padding-right:6px;
	}
	.product .list h3{
		margin-top:32px;
	}	
}