/*英文样式表*/
body.en .pic-list ul li span {
	font-size: 12px;
}

body.en .pic-list ul li span:before {
	right: 105%;
	width: 82%;
}

body.en .pic-list ul li span:after {
	left: 105%;
	width: 82%;
}

body.en .header-box .un-more a {
	background: 0;
	padding: 0;
}

body.en .header-box .un-more a div:first-child {
	width: 38%;
	left: -48%;
}

body.en .header-box .un-more a div {
	left: 107%;
}

/*英文样式表*/


/*在IE8往下不读取视屏添加一张图片*/
.ie8 body {
	background: url(/en/images/ie-background.jpg) no-repeat;
}

.ie7 body {
	background: url(/en/images/ie-background.jpg) no-repeat;
}

/*在IE8往下不读取视屏添加一张图片*/
/* 视频 控件隐藏 */

video::-webkit-media-controls-play-button {
	display: none !important;
}

video::-webkit-media-controls-current-time-display {
	display: none !important;
}

video::-webkit-media-controls-time-remaining-display {
	display: none !important;
}

video::-webkit-media-controls-volume-control-container {
	display: none !important;
}

video::-webkit-media-controls-fullscreen-button {
	display: none !important;
}

video::-webkit-media-controls-timeline {
	display: none !important;
}

video::-internal-media-controls-overflow-button {
	display: none !important;
}

/* 视频 控件隐藏 */
.header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	overflow: hidden;
}

.black .header .header-box {
	height: 106px;
	width: 100%;
	position: relative;
}

.header-box .logo {
	width: 314px;
	float: left;
	position: relative;
	text-align: right;
	height: 106px;
	padding-top: 30px;
}

.header-box .logo a {
	display: inline-block;
	*display: inline;
	position: relative;
}

.header-box .logo .line {
	width: 30%;
	height: 1px;
	background: #4e4e4e;
	position: absolute;
	left: 0px;
	top: 37%;
}

.header-box .unlist {
	width: 36px;
	position: absolute;
	height: 15px;
	top: 32%;
	left: 85%;
}

/*覆盖下拉框样式*/
.sb {
	background-color: transparent;
	border: 0;
}

.sb * {
	background-color: transparent;
	color: #FFFFFF;
}

.sb>.selected {
	font-size: 14px;
	padding: 0;
}

.sb .sb_icon {
	right: 3px;
}

.sb .opts a {
	padding: 0;
}

.sb .opts {
	border: 0;
}

.sb .sb_icon {
	top: 7.5px !important;
	right: -2px;
}

/*覆盖下拉框样式*/
.header-box .unionpay {
	width: 124px;
	text-align: center;
	float: left;
	position: absolute;
	left: 50%;
	margin-left: -62px;
	padding-top: 48px;
}

.header-box .unionpay a .left-line {
	width: 452%;
	height: 1px;
	background: #4e4e4e;
	position: absolute;
	right: 110%;
	top: 20%;
}

.header-box .unionpay a .right-line {
	width: 474%;
	height: 1px;
	background: #4e4e4e;
	position: absolute;
	left: 110%;
	top: 20%;
}

.ie7 .header-box .unionpay a .right-line {
	width: 526%;
}

.header-box .unionpay a {
	display: inline-block;
	*display: inline;
	position: relative;
}

.header-box .un-more {
	width: 10%;
	float: right;
	padding-top: 41px;
}

.header-box .un-more a {
	display: inline-block;
	*display: inline;
	position: relative;
	font-size: 16px;
	color: #FFFFFF;
	background: url(/en/images/more-un.png) no-repeat left center;
	padding-left: 34px;
}

.header-box .un-more a div {
	width: 100%;
	height: 1px;
	background: #4e4e4e;
	position: absolute;
	left: 105%;
	top: 45%;
}

.header-box .un-more a div:first-child {
	width: 23%;
	left: -31%;
}

.large-header {
	width: 100%;
	position: fixed;
	z-index: 2;
	left: 0;
	bottom: 300px;
}

.ball-box {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 80px;
	z-index: 3;
}

.ball-box img {
	width: 100%;
	height: auto;
}

.pic-list {
	width: 100%;
	left: 0;
	position: fixed;
	z-index: 4;
	/* 修改 */
	/* bottom: 0; */
	bottom: 8%;
}

.pic-list .copy {
	position: absolute;
	right: 40px;
	color: #FFFFFF;
	/* 修改 */
	/* top: -40px; */
	bottom: -40px;
}

/* 修改新增 */
.pic-list ul {
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

/* 修改新增 结束 */

.pic-list ul li {
	position: relative;
	overflow: hidden;
	/* 修改 */
	/* float: left; */
	margin: 0 15px;
}

.pic-list ul li img {
	width: 100%;
	height: auto;
	position: relative;
	transition: all 0.3s;
}

/* .pic-list ul li .card-pop {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/card-list-pop.png) repeat;
	z-index: 2;
	transition: all 0.3s;
	opacity: 1;
} */

.pic-list ul li a:hover .card-pop {
	opacity: 0;
}

.pic-list ul li span {
	/* position: absolute;
	left: 50%;
	top: 50%; */
	z-index: 3;
	width: 140px;
	height: 40px;
	margin: -20px 0 0 -70px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
}

/* 修改 新增*/
.pic-list ul li a {
	display: block;
	opacity: .4;
	transition: all 0.3s;
}

.pic-list ul li .xz_mark {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(8, 8, 8, .6);
	opacity: .8;
	transition: all 0.3s;
}

.pic-list ul li .xz_mark img {
	display: block;
	width: auto;
	margin: 0 auto;
	margin-top: 10%;
}

.pic-list ul li .xz_mark span {
	display: block;
	margin: 0 auto;
}

.pic-list ul li:hover a,
.pic-list ul li:hover .xz_mark {
	opacity: .8;
	background-color: transparent;
	transition: all 0.3s;
}

/* 新增 修改结束 */

/* .pic-list ul li span:after {
	width: 100%;
	height: 1px;
	content: '';
	position: absolute;
	left: 87%;
	top: 50%;
	background: #ffffff;
	transition: all 0.3s;
	opacity: 0.5;
}

.pic-list ul li span:before {
	width: 100%;
	height: 1px;
	content: '';
	position: absolute;
	right: 87%;
	top: 50%;
	background: #ffffff;
	transition: all 0.3s;
	opacity: 0.5;
} */

.pic-list ul li span.width {
	width: 136px;
	margin-left: -68px;
}

.pic-list ul li span.width:after {
	left: 100%;
}

.pic-list ul li span.width:before {
	right: 100%;
}

.pic-list ul li a:hover span:after {
	width: 0;
}

.pic-list ul li a:hover span:before {
	width: 0;
}

.pic-slider {
	width: 352px;
	height: 112px;
	position: fixed;
	left: 55%;
	top: 50%;
	margin-left: -265px;
	z-index: 4;
}

.pic-slider ul li img {
	width: 100%;
	border-radius: 5px;
}

.pic-slider .bx-wrapper .bx-controls-direction a {
	width: 22px;
	height: 52px;
	margin-top: -26px;
}

/**
.pic-slider .bx-wrapper .bx-prev{background:url(../images/card-left.png) no-repeat center;left:-57px;}
.pic-slider .bx-wrapper .bx-next{background:url(../images/card-right.png) no-repeat center;right:-57px;}
*/
.text-box .cn {
	font-size: 36px;
}

.text-box .en {
	font-size: 22px;
	font-family: "arial";
	color: #b5a062;
	text-transform: uppercase;
	margin-top: 20px;
}

.text-box {
	position: fixed;
	z-index: 4;
	left: 50%;
	width: 782px;
	margin-left: -391px;
	top: 5%;
	text-align: center;
	padding: 10% 0 20%;
}

.text-box.index3 {
	padding: 5% 0 20%;
	top: 10%;
}

#text {
	font-family: "arial";
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}

@media only screen and (max-width: 1680px) {
	.header-box .unionpay a .left-line {
		width: 345%;
	}

	.header-box .unionpay a .right-line {
		width: 405%;
	}

	.header-box .un-more a div:first-child {
		width: 18%;
		left: -24%;
	}

	body.en .header-box .un-more a div:first-child {
		width: 28px;
		left: -36%;
	}
}

@media only screen and (max-width: 1600px) {
	.header-box .unionpay a .left-line {
		width: 327%;
	}

	.header-box .unionpay a .right-line {
		width: 382%;
	}

	.header-box .un-more {
		width: 11%;
	}

	.header-box .un-more a div:first-child {
		width: 7%;
		left: -12%;
	}

	body.en .header-box .un-more a {
		left: 17%;
	}

	body.en .header-box .un-more a div:first-child {
		width: 38%;
		left: -45%;
	}
}

@media only screen and (max-width: 1440px) {
	.header-box .unionpay a .left-line {
		width: 266%;
	}

	.header-box .unionpay a .right-line {
		width: 320%;
	}

	.header-box .un-more {
		width: 12%;
	}

	.header-box .unlist {
		left: 83.5%;
	}

	body.en .header-box .un-more a div:first-child {
		width: 51%;
		left: -58%;
	}
}

@media only screen and (max-width: 1400px) {
	.footer .footer-box {
		padding: 0 40px;
	}

	.photo-list .box .pop .pop-inner {
		left: -135px;
	}

	.photo-list .box .pop .ts {
		font-size: 12px;
	}

	.photo-list .box.featured .pop .t {
		top: 39px;
	}

	.photo-list .cn {
		font-size: 18px;
	}

	.photo-list .en {
		font-size: 20px;
	}

	.header-box .unionpay a .left-line {
		width: 196%;
	}

	.header-box .un-more {
		width: 15%;
	}

	.header-box .unionpay a .right-line {
		width: 256%;
	}

	.header-box .unlist {
		left: 79.5%;
	}

	.header-box .un-more a div:first-child {
		width: 12%;
		left: -18%;
	}
}

.footer-box .end-right-b {
	font-size: 12px;
	color: #727171;
}

@media only screen and (max-width: 1300px) {
	.footer .footer-box .high-end-right {
		width: 300px;
	}

	.pic-slider {
		left: 57%;
	}

	.header-box .unionpay a .right-line {
		width: 237%;
	}

	body.en .header-box .un-more a div:first-child {
		width: 46%;
		left: -55%;
	}
}