﻿/* 大屏 */
@media screen  and (min-width: 1400px){
	.Page_Full{
		background: no-repeat; 
		width: 600px;
		height:100%;
		margin: 0 0 0 auto;/* 调位置 */
		/*border:1px solid #00ff00;*/
	}
	.Page_First{
	width: 60px;
	height: 35px;
	line-height: 32px;
	margin-right: 10px;
	font-size: 20px;		/* 调字号 */
	color:#FFF;
	float: left;
	cursor: pointer;
	text-align: center;
	font-family: calibrii; /* 调字体 */
	}
	.Page_First a{
		color:#FFF;
		font-size: 20px;
		text-decoration: none;
	}
	.Page_End{
	width: 60px;
	height: 35px;
	line-height: 32px;
	margin-right: 10px;
	font-size: 20px;		/* 调字号 */
	color:#FFF;
	float: left;
	cursor: pointer;
	text-align: center;
	font-family: calibrii;  /* 调字体 */
	}
	.Page_End a{
		color:#FFF;
		font-size: 20px;
		text-decoration: none;
	}
	.Page_pre{
	width: 29px;height: 35px;
	margin-right: 37px;
	background: #666;float: left;
	cursor: pointer;
	background: url("../image/path-left.png") no-repeat;
	}
	.Page_next{
	width: 29px;height: 35px;
	background: #666;float: left;
	margin-left: 40px;cursor: pointer;
	background: url("../image/path-right.png") no-repeat;
	}
	.Page_cricle{width: auto;height: 30px;float: left;overflow: hidden;}
	.Page_cricle>div{
	width: 30px;height: 30px;cursor: pointer;
	color: #fff;text-align: center;vertical-align: center;
	font-size: 18px;
	overflow: hidden;
	margin-right: 15px;
	float: left;
	font-weight: bold;
	border-radius: 65px;
	padding-top: 2px;
	box-sizing: border-box;
	}

	.Page_cricleBgPicture{background: url("../image/red-point.png") no-repeat;
	background-position: -19px 0px;}
	

}

/* 中屏 */
@media screen and (min-width: 992px) and (max-width: 1400px) {
	.Page_Full{
		background: no-repeat; 
		width: 400px;
		height: 100%;
		margin: 0 0 0 auto; /* 调位置 */
		 /* border:1px solid #00ff00; */
	}
	.Page_First{
	width: 60px;
	height: 25px;
	line-height: 25px;
	margin-right: 10px;
	font-size: 18px;	/* 调字号 */
	color:#FFF;
	float: left;
	cursor: pointer;
	text-align: center;
	font-family: calibrii; /* 调字体 */
	}
	.Page_First a{
		color:#FFF;
		font-size: 14px;
		text-decoration: none;
	}
	.Page_End{
	width: 60px;
	height: 25px;
	line-height: 25px;
	margin-right: 10px;
	font-size: 18px;	/* 调字号 */
	color:#FFF;
	float: left;
	cursor: pointer;
	text-align: center;
	font-family: calibrii; /* 调字体 */
	}
	.Page_End a{
		color:#FFF;
		font-size: 14px;
		text-decoration: none;
	}
	.Page_pre{
	  width: 27px;height: 27px;
	  background: #666;float: left;
	  cursor: pointer;
	  background: url("../image/path-left.png") no-repeat;
	  background-size: 76%;
	  }
	.Page_next{
	  width: 25px;height: 25px;
	  background: #666;float: left;
	  cursor: pointer;
	  background: url("../image/path-right.png") no-repeat;
	  background-size: 76%;
	  }
	.Page_cricle{width: auto;height: 30px;float: left;overflow: hidden;
		margin: 0 10px 0;
	  }
	.Page_cricle>div{
	  width: 25px;height: 25px;cursor: pointer;
	  color: #fff;text-align: center;vertical-align: center;
	  font-size: 15px;
	  overflow: hidden;
	  margin-right: 4px;
	  float: left;
	  font-weight: bold;
	  border-radius: 65px;
	  padding-top: 2px;
	  box-sizing: border-box;  
  }
  
  .Page_cricleBgPicture{background: url("../image/red-point.png") no-repeat;
  background-position: -19px 0px;}  

}

/* 小屏 */
@media (max-width:991px){ 
	.Page_Full{
		background: no-repeat; 
		width: 100%;
		height: 100%;
		
		 /* border:1px solid #00ff00; */
	}
	.Page_First{
	float: left;
	width: 15%;
	height: 25px;
	line-height: 25px;
	font-size: 16px;	/* 调字号 */
	color:#FFF;

	cursor: pointer;
	text-align: center;
	font-family: calibrii; /* 调字体 */
	}
	.Page_First a{
		color:#FFF;
		font-size: 16px;/* 调字号 */
		text-decoration: none;
	}
	.Page_Box{
		float: left;
		width: 15%;
		text-align: center;
	}
	.Page_End{
	float: left;
	width: 15%;
	height: 25px;
	line-height: 25px;
	font-size: 16px;	/* 调字号 */
	color:#FFF;

	cursor: pointer;
	text-align: center;
	font-family: calibrii; /* 调字体 */
	}
	.Page_End a{
		color:#FFF;
		font-size: 16px;	/* 调字号 */
		text-decoration: none;
	}
	.Page_pre{
		margin: 0 auto;
	  width: 27px;
		height: 27px;
	  background: #666;
		
	  cursor: pointer;
	  background: url("../image/path-left.png") no-repeat;
	  background-size: 76%;
	  }
	.Page_next{
	margin: 0 auto;

	width: 25px;
	height: 25px;
	  background: #666;
	
	  cursor: pointer;
	  background: url("../image/path-right.png") no-repeat;
	  background-size: 76%;
	  }
	.Page_cricle{
	float: left;
	width: 40%;
	height: 30px;
	overflow: hidden;
		
	  }
	.Page_cricle>div{
	  width: 25px;height: 25px;cursor: pointer;
	  color: #fff;
		text-align: center;
		vertical-align: center;
	  font-size: 15px;
	  overflow: hidden;
	  margin-right: 2px;
	  float: left;
	  font-weight: bold;
	  border-radius: 65px;
	  padding-top: 2px;
	  box-sizing: border-box;  
  }
  
  .Page_cricleBgPicture{
	  background: url("../image/red-point.png") no-repeat;
  	background-position: -19px 0px;}  

}
   