@charset "utf-8";

/* Popup */
/*---------------------------------------------*/

.Popcontainer {
	position: relative;
}

.popGroup {
	width: 100%;
	height: 100%;
}

.popBg {
	width: 100%;
	height: 100%;
	/*
	filter: alpha(opacity=50); /*IE,透明度50%*/
	/*
	-moz-opacity: 0.5; /*Firefox,透明度50%*/
	/*
	opacity: 0.5;/*其他浏览器,透明度50%*/
	background-color: transparent;
	position: absolute;
	z-index: -9999;
}

.popGroup,
.popBg
{
	padding: 0;
}

.close {
	width: 100%;
	text-align: right;
	top: 20px;
	right: -20px;
	position: relative;
}

.arr {
	width: 100%;
	height: 70%;
	margin: 0 auto;
	z-index: 1;
}

.arr .lf {
	float: left;
}

.arr .rt {
	float: right;
}

.arr .lf a {
	background-image: url(../imgs/popup/left.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.arr .rt a {
	background-image: url(../imgs/popup/right.png);
	background-repeat: no-repeat;
	background-position: center center;
}
 
.arr .lf a,
.arr .rt a
{
	width: 55px;
	height: 55px;
	display: block;
	margin-top: 350px;
}

.imgBox {
	width: 816px;
	margin: 0 auto;
	z-index: 10;
}

.imgBox img {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

.imgBox .large {
	width: auto;
	height: auto;
	margin: 0 0;
}

.imgBox .cont {
	height: 40px;
	padding: 20px 0px;
	margin: 0;
}

.imgBox .cont > p {
	width: 90%;
	color: #007CB7;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin: auto;
}

.imgBox .page {
	width: auto;
	/* padding:15px 0px; */
	margin: 0;
} 

.imgBox .page > ul {
	width: auto;
	text-align: center;
	margin: 0;
	padding: 10px 0;
} 

.imgBox .page > ul li {
	display: inline-block;
	padding: 0 5px;
} 

.imgBox .page > ul li a {
	color: #666666;
	font-size: 15px;
	display: block;
	padding: 3px;
}

.imgBox .page > ul li a:hover {
	color: #FFFFFF;
	background-color: #007cb7;
}

.imgBox .page > ul li a.pager-active {
	color: #FFFFFF;
	background-color: #007cb7;
}

.imgBox .large,
.imgBox .cont,
.imgBox .page
{
	background-color: #E6E6E6;
}

/*---------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:640px) and (min-width:481px){

.Popcontainer {
	position: relative;
}

.popGroup {
	width: 100%;
	height: 100%;
}

.popBg {
	width: 100%;
	height: 100%;
	/*
	filter: alpha(opacity=50); /*IE,透明度50%*/
	/*
	-moz-opacity: 0.5; /*Firefox,透明度50%*/
	/*
	opacity: 0.5;/*其他浏览器,透明度50%*/
	background-color: transparent;
	position: absolute;
	z-index: -9999;
}

.popGroup,
.popBg
{
	padding: 0;
}

.close {
	width: 100%;
	text-align: right;
	top: 20px;
	right: -20px;
	position: relative;
}

.arr {
	width: 100%;
	height: 70%;
	margin: 0 auto;
	z-index: 1;
}

.arr .lf {
	float: left;
}

.arr .rt {
	float: right;
}

.arr .lf a {
	background-image: url(../imgs/popup/left.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.arr .rt a {
	background-image: url(../imgs/popup/right.png);
	background-repeat: no-repeat;
	background-position: center center;
}
 
.arr .lf a,
.arr .rt a
{
	width: 55px;
	height: 55px;
	display: block;
	margin-top: 350px;
}

.imgBox {
	width: 816px;
	margin: 0 auto;
	z-index: 10;
}

.imgBox > .gallerybox > .large > img {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

.imgBox .large {
	width: auto;
	height: auto;
	margin: 0;
}

.imgBox .cont {
	height: 40px;
	padding: 20px 0px;
	margin: 0;
}

.imgBox .cont > p {
	width: 90%;
	color: #007CB7;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin: auto;
}

.imgBox .page {
	width: auto;
	/* padding:15px 0px; */
	margin: 0;
} 

.imgBox .page > ul {
	width: auto;
	text-align: center;
	margin: 0;
	padding: 10px 0;
} 

.imgBox .page > ul li {
	display: inline-block;
	padding: 0 5px;
} 

.imgBox .page > ul li a {
	color: #666666;
	font-size: 15px;
	display: block;
	padding: 3px;
}

.imgBox .page > ul li a:hover {
	color: #FFFFFF;
	background-color: #007cb7;
}

.imgBox .page > ul li a.pager-active {
	color: #FFFFFF;
	background-color: #007cb7;
}

.imgBox .large,
.imgBox .cont,
.imgBox .page
{
	background-color: #E6E6E6;
}

}

/*---------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:480px) and (min-width:415px){

.Popcontainer {
	position: relative;
}

.popGroup {
	width: 100%;
	height: 100%;
}

.popBg {
	width: 100%;
	height: 100%;
	/*
	filter: alpha(opacity=50); /*IE,透明度50%*/
	/*
	-moz-opacity: 0.5; /*Firefox,透明度50%*/
	/*
	opacity: 0.5;/*其他浏览器,透明度50%*/
	background-color: transparent;
	position: absolute;
	z-index: -9999;
}

.popGroup,
.popBg
{
	padding: 0;
}

.close {
	width: 100%;
	text-align: right;
	top: 20px;
	right: -20px;
	position: relative;
}

.arr {
	width: 100%;
	height: 70%;
	margin: 0 auto;
	z-index: 1;
}

.arr .lf {
	float: left;
}

.arr .rt {
	float: right;
}

.arr .lf a {
	background-image: url(../imgs/popup/left.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.arr .rt a {
	background-image: url(../imgs/popup/right.png);
	background-repeat: no-repeat;
	background-position: center center;
}
 
.arr .lf a,
.arr .rt a
{
	width: 55px;
	height: 55px;
	display: block;
	margin-top: 350px;
}

.imgBox {
	width: 816px;
	margin: 0 auto;
	z-index: 10;
}

.imgBox > .gallerybox > .large > img {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

.imgBox .large {
	width: auto;
	height: auto;
	margin: 0;
}

.imgBox .cont {
	height: 40px;
	padding: 20px 0px;
	margin: 0;
}

.imgBox .cont > p {
	width: 90%;
	color: #007CB7;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin: auto;
}

.imgBox .page {
	width: auto;
	/* padding:15px 0px; */
	margin: 0;
} 

.imgBox .page > ul {
	width: auto;
	text-align: center;
	margin: 0;
	padding: 10px 0;
} 

.imgBox .page > ul li {
	display: inline-block;
	padding: 0 5px;
} 

.imgBox .page > ul li a {
	color: #666666;
	font-size: 15px;
	display: block;
	padding: 3px;
}

.imgBox .page > ul li a:hover {
	color: #FFFFFF;
	background-color: #007cb7;
}

.imgBox .page > ul li a.pager-active {
	color: #FFFFFF;
	background-color: #007cb7;
}

.imgBox .large,
.imgBox .cont,
.imgBox .page
{
	background-color: #E6E6E6;
}

}

/*---------------------------------------------------------------------------------------------------------------*/
/*---iPhone-4+5--------------------------------------------------------------------------------------------------*/
@media screen and (max-width:330px) and (min-width:320px){

.Popcontainer {
	position: relative;
}

.popGroup {
	width: 100%;
	height: 100%;
}

.popBg {
	width: 100%;
	height: 100%;
	/*
	filter: alpha(opacity=50); /*IE,透明度50%*/
	/*
	-moz-opacity: 0.5; /*Firefox,透明度50%*/
	/*
	opacity: 0.5;/*其他浏览器,透明度50%*/
	background-color: transparent;
	position: absolute;
	z-index: -9999;
}

.popGroup,
.popBg
{
	padding: 0;
}

.close {
	width: 100%;
	text-align: right;
	top: 20px;
	right: -40px;
	position: absolute;
}

.arr {
	width: 100%;
	height: 70%;
	margin: 0 auto;
	z-index: 999;
	position: absolute;
}

.arr .lf {
	float: left;
}

.arr .rt {
	float: right;
}

.arr .lf a {
	background-image: url(../imgs/popup/left.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 35px 35px;
}

.arr .rt a {
	background-image: url(../imgs/popup/right.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 35px 35px;
}
 
.arr .lf a,
.arr .rt a
{
	width: 35px;
	height: 35px;
	display: block;
	margin-top: 250px;
}

.imgBox {
	width: 300px;
	height: auto;
	margin: 0 auto;
	z-index: 10;
}

.imgBox > .gallerybox > .large > img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.imgBox .large {
	width: auto;
	height: auto;
	margin: 0;
}

.imgBox .cont {
	height: 40px;
	padding: 20px 0px;
	margin: 0;
}

.imgBox .cont > p {
	width: 90%;
	color: #007CB7;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin: auto;
}

.imgBox .page {
	width: auto;
	/* padding:15px 0px; */
	margin: 0;
} 

.imgBox .page > ul {
	width: auto;
	text-align: center;
	margin: 0;
	padding: 10px 0;
} 

.imgBox .page > ul li {
	display: inline-block;
	padding: 0 5px;
} 

.imgBox .page > ul li a {
	color: #666666;
	font-size: 15px;
	display: block;
	padding: 3px;
}

.imgBox .page > ul li a:hover {
	color: #FFFFFF;
	background-color: #007cb7;
}

.imgBox .page > ul li a.pager-active {
	color: #FFFFFF;
	background-color: #007cb7;
}

.imgBox .large,
.imgBox .cont,
.imgBox .page
{
	background-color: #E6E6E6;
}

}

/*---------------------------------------------------------------------------------------------------------------*/
/*---iPhone-6----------------------------------------------------------------------------------------------------*/
@media screen and (max-width:390px) and (min-width:375px){

.Popcontainer {
	position: relative;
}

.popGroup {
	width: 100%;
	height: 100%;
}

.popBg {
	width: 100%;
	height: 100%;
	/*
	filter: alpha(opacity=50); /*IE,透明度50%*/
	/*
	-moz-opacity: 0.5; /*Firefox,透明度50%*/
	/*
	opacity: 0.5;/*其他浏览器,透明度50%*/
	background-color: transparent;
	position: absolute;
	z-index: -9999;
}

.popGroup,
.popBg
{
	padding: 0;
}

.close {
	width: 100%;
	text-align: right;
	top: 20px;
	right: -40px;
	position: absolute;
}

.arr {
	width: 100%;
	height: 70%;
	margin: 0 auto;
	z-index: 999;
	position: absolute;
}

.arr .lf {
	float: left;
}

.arr .rt {
	float: right;
}

.arr .lf a {
	background-image: url(../imgs/popup/left.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 35px 35px;
}

.arr .rt a {
	background-image: url(../imgs/popup/right.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 35px 35px;
}
 
.arr .lf a,
.arr .rt a
{
	width: 35px;
	height: 35px;
	display: block;
	margin-top: 250px;
}

.imgBox {
	width: 340px;
	height: auto;
	margin: 0 auto;
	z-index: 10;
}

.imgBox > .gallerybox > .large > img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.imgBox .large {
	width: auto;
	height: auto;
	margin: 0;
}

.imgBox .cont {
	height: 40px;
	padding: 20px 0px;
	margin: 0;
}

.imgBox .cont > p {
	width: 90%;
	color: #007CB7;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin: auto;
}

.imgBox .page {
	width: auto;
	/* padding:15px 0px; */
	margin: 0;
} 

.imgBox .page > ul {
	width: auto;
	text-align: center;
	margin: 0;
	padding: 10px 0;
} 

.imgBox .page > ul li {
	display: inline-block;
	padding: 0 5px;
} 

.imgBox .page > ul li a {
	color: #666666;
	font-size: 15px;
	display: block;
	padding: 3px;
}

.imgBox .page > ul li a:hover {
	color: #FFFFFF;
	background-color: #007cb7;
}

.imgBox .page > ul li a.pager-active {
	color: #FFFFFF;
	background-color: #007cb7;
}

.imgBox .large,
.imgBox .cont,
.imgBox .page
{
	background-color: #E6E6E6;
}

}

/*---------------------------------------------------------------------------------------------------------------*/
/*---iPhone-6-Plus-----------------------------------------------------------------------------------------------*/
@media screen and (max-width:425px) and (min-width:414px){

.Popcontainer {
	position: relative;
}

.popGroup {
	width: 100%;
	height: 100%;
}

.popBg {
	width: 100%;
	height: 100%;
	/*
	filter: alpha(opacity=50); /*IE,透明度50%*/
	/*
	-moz-opacity: 0.5; /*Firefox,透明度50%*/
	/*
	opacity: 0.5;/*其他浏览器,透明度50%*/
	background-color: transparent;
	position: absolute;
	z-index: -9999;
}

.popGroup,
.popBg
{
	padding: 0;
}

.close {
	width: 100%;
	text-align: right;
	top: 20px;
	right: 0px;
	position: absolute;
}

.arr {
	width: 100%;
	height: 70%;
	margin: 0 auto;
	z-index: 999;
	position: absolute;
}

.arr .lf {
	float: left;
}

.arr .rt {
	float: right;
}

.arr .lf a {
	background-image: url(../imgs/popup/left.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 35px 35px;
}

.arr .rt a {
	background-image: url(../imgs/popup/right.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 35px 35px;
}
 
.arr .lf a,
.arr .rt a
{
	width: 35px;
	height: 35px;
	display: block;
	margin-top: 300px;
}

.imgBox {
	width: 365px;
	height: auto;
	margin: 0 auto;
	z-index: 10;
}

.imgBox > .gallerybox > .large > img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.imgBox .large {
	width: auto;
	height: auto;
	margin: 0;
}

.imgBox .cont {
	height: 40px;
	padding: 20px 0px;
	margin: 0;
}

.imgBox .cont > p {
	width: 90%;
	color: #007CB7;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin: auto;
}

.imgBox .page {
	width: auto;
	/* padding:15px 0px; */
	margin: 0;
} 

.imgBox .page > ul {
	width: auto;
	text-align: center;
	margin: 0;
	padding: 10px 0;
} 

.imgBox .page > ul li {
	display: inline-block;
	padding: 0 5px;
} 

.imgBox .page > ul li a {
	color: #666666;
	font-size: 15px;
	display: block;
	padding: 3px;
}

.imgBox .page > ul li a:hover {
	color: #FFFFFF;
	background-color: #007cb7;
}

.imgBox .page > ul li a.pager-active {
	color: #FFFFFF;
	background-color: #007cb7;
}

.imgBox .large,
.imgBox .cont,
.imgBox .page
{
	background-color: #E6E6E6;
}

}

/*---------------------------------------------------------------------------------------------------------------*/
/*---iPad+Mini---------------------------------------------------------------------------------------------------*/
@media screen and (max-width:780px) and (min-width:768px){

.Popcontainer {
	position: relative;
}

.popGroup {
	width: 100%;
	height: 100%;
}

.popBg {
	width: 100%;
	height: 100%;
	/*
	filter: alpha(opacity=50); /*IE,透明度50%*/
	/*
	-moz-opacity: 0.5; /*Firefox,透明度50%*/
	/*
	opacity: 0.5;/*其他浏览器,透明度50%*/
	background-color: transparent;
	position: absolute;
	z-index: -9999;
}

.popGroup,
.popBg
{
	padding: 0;
}

.close {
	width: 100%;
	text-align: right;
	top: 20px;
	right: 0px;
	position: absolute;
}

.arr {
	width: 100%;
	height: 70%;
	margin: 0 auto;
	z-index: 999;
	position: absolute;
}

.arr .lf {
	float: left;
	margin-left: 45px;
}

.arr .rt {
	float: right;
	margin-right: 45px;
}

.arr .lf a {
	background-image: url(../imgs/popup/left.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px 50px;
}

.arr .rt a {
	background-image: url(../imgs/popup/right.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px 50px;
}
 
.arr .lf a,
.arr .rt a
{
	width: 50px;
	height: 50px;
	display: block;
	margin-top: 300px;
}

.imgBox {
	width: 605px;
	height: auto;
	margin: 0 auto;
	z-index: 10;
}

.imgBox > .gallerybox > .large > img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.imgBox .large {
	width: auto;
	height: auto;
	margin: 0;
}

.imgBox .cont {
	height: 40px;
	padding: 20px 0px;
	margin: 0;
}

.imgBox .cont > p {
	width: 90%;
	color: #007CB7;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin: auto;
}

.imgBox .page {
	width: auto;
	/* padding:15px 0px; */
	margin: 0;
} 

.imgBox .page > ul {
	width: auto;
	text-align: center;
	margin: 0;
	padding: 10px 0;
} 

.imgBox .page > ul li {
	display: inline-block;
	padding: 0 5px;
} 

.imgBox .page > ul li a {
	color: #666666;
	font-size: 15px;
	display: block;
	padding: 3px;
}

.imgBox .page > ul li a:hover {
	color: #FFFFFF;
	background-color: #007cb7;
}

.imgBox .page > ul li a.pager-active {
	color: #FFFFFF;
	background-color: #007cb7;
}

.imgBox .large,
.imgBox .cont,
.imgBox .page
{
	background-color: #E6E6E6;
}

}

/*---------------------------------------------------------------------------------------------------------------*/
/*---Android-----------------------------------------------------------------------------------------------------*/
@media screen and (max-width:370px) and (min-width:360px){

.Popcontainer {
	position: relative;
}

.popGroup {
	width: 100%;
	height: 100%;
}

.popBg {
	width: 100%;
	height: 100%;
	/*
	filter: alpha(opacity=50); /*IE,透明度50%*/
	/*
	-moz-opacity: 0.5; /*Firefox,透明度50%*/
	/*
	opacity: 0.5;/*其他浏览器,透明度50%*/
	background-color: transparent;
	position: absolute;
	z-index: -9999;
}

.popGroup,
.popBg
{
	padding: 0;
}

.close {
	width: 100%;
	text-align: right;
	top: 20px;
	right: -40px;
	position: absolute;
}

.arr {
	width: 100%;
	height: 70%;
	margin: 0 auto;
	z-index: 999;
	position: absolute;
}

.arr .lf {
	float: left;
}

.arr .rt {
	float: right;
}

.arr .lf a {
	background-image: url(../imgs/popup/left.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 35px 35px;
}

.arr .rt a {
	background-image: url(../imgs/popup/right.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 35px 35px;
}
 
.arr .lf a,
.arr .rt a
{
	width: 35px;
	height: 35px;
	display: block;
	margin-top: 250px;
}

.imgBox {
	width: 330px;
	height: auto;
	margin: 0 auto;
	z-index: 10;
}

.imgBox > .gallerybox > .large > img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.imgBox .large {
	width: auto;
	height: auto;
	margin: 0;
}

.imgBox .cont {
	height: 40px;
	padding: 20px 0px;
	margin: 0;
}

.imgBox .cont > p {
	width: 90%;
	color: #007CB7;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin: auto;
}

.imgBox .page {
	width: auto;
	/* padding:15px 0px; */
	margin: 0;
} 

.imgBox .page > ul {
	width: auto;
	text-align: center;
	margin: 0;
	padding: 10px 0;
} 

.imgBox .page > ul li {
	display: inline-block;
	padding: 0 5px;
} 

.imgBox .page > ul li a {
	color: #666666;
	font-size: 15px;
	display: block;
	padding: 3px;
}

.imgBox .page > ul li a:hover {
	color: #FFFFFF;
	background-color: #007cb7;
}

.imgBox .page > ul li a.pager-active {
	color: #FFFFFF;
	background-color: #007cb7;
}

.imgBox .large,
.imgBox .cont,
.imgBox .page
{
	background-color: #E6E6E6;
}

}

/*---------------------------------------------------------------------------------------------------------------*/

