html,
body {
	background: #fff;
	/* max-width:10.8rem; */
	margin:0 auto 0;
	-webkit-text-size-adjust: 100%;
}
html,body{
	background:#333;
	font-family: "Microsoft YaHei";
}
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
}
.wrap {
	position: relative;
	overflow: hidden;
	background: #333;
	margin: 0 auto;
	font-family: 'Microsoft YaHei';
}

.main{
	width:100%;
	overflow: hidden;
	position:relative;
}
.header{
	width:100%;
	height:2.22rem;
	background:url(../images/m/zz.png) no-repeat center;
	background-size:cover;
	position:fixed;
	left:0;
	top:0;
	z-index:10;
}
.logo{
	display:block;
	width:2.43rem;
	position:absolute;
	top:.6rem;
	left:.7rem;
}
.open{
	display:block;
	width:1.04rem;
	height:1.04rem;
	position:absolute;
	right:.65rem;
	top:.56rem;
}
.mediaList{
	width:.84rem;
	overflow: hidden;
	position:absolute;
	right:.57rem;
	top:2.13rem;
}
.mediaList li{
	width:100%;
	height:.85rem;
	position:relative;
	overflow: hidden;
	margin-top:.55rem;
}
.mediaList li:nth-child(1){
	margin-top:0;
}
.mediaList li a{
	display:block;
	width:100%;
	height:100%;
	position:relative;
	overflow: hidden;
}
.mediaList li a:hover img:nth-child(1){
	display:none;
}
.mediaList li a img{
	display:block;
	width:100%;
}
.openMenu{
	width:100%;
	height:14.11rem;
	background:rgba(0,0,0,.94);
	position:fixed;
	left:0;
	top:0;
	z-index:15;
	display:none;
}
.openMenu ul{
	width:100%;
	overflow: hidden;
	position:relative;
	margin-top:2.19rem;
}
.openMenu ul li{
	width:100%;
	height:1.64rem;
	position:relative;
	overflow: hidden;
	font-size:.6rem;
	color:#fff;
	text-indent:.64rem;
	line-height:1.64rem;
	font-family: 'webfont1';
}
.openMenu ul li.active{
	background:#b72a2a;
}
.openMenu ul li:hover{
	background:#b72a2a;
}
.media{
	width:9.48rem;
	height:1.62rem;
	border-top:0.01rem solid #fff;
	border-bottom:0.01rem solid #fff;
	position:relative;
	margin:0.55rem auto 0;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	justify-content: end;
	align-items: center;
}
.media>div{
	width:.84rem;
	height:.85rem;
	overflow: hidden;
	position:relative;
	margin-right:.44rem;
}
.media>div:last-child{
	margin-right:0;
}
.media>div a{
	display:block;
	width:100%;
	height:100%;
}
.media>div a:hover img:nth-child(1) {
	display:none;
}
.media>div a img{
	display:block;
	width:100%;
}
.mainDiv{
	width:100%;
	position:relative;
}
.mainDiv>div{
	display:none;
	width:100%;
	position:relative;
}
.mainDiv>div.active{
	display:block;
}
.mainDiv>div .pic{
	display:block;
	width:100%;
	object-fit: cover;
}
.main .mainList{
	width:13.45rem;
	position:relative;
	margin:0 auto 0;
}
.main .mainList ul{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}
.main .mainList ul li{
	width:3.23rem;
	height:2.27rem;
	position:relative;
	overflow: hidden;
	margin-top:.22rem;
	margin-right:.15rem;
	cursor: pointer;
}
.main .mainList ul li:hover:after{
	display:block;
}
.main .mainList ul li:after{
	display:none;
	content:'';
	width:100%;
	height:100%;
	background:url(../en_images/xian.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:0;
	top:0;
	pointer-events: none;
}
.main .mainList ul li:hover img:nth-child(1){
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.main .mainList ul li:nth-child(4n){
	margin-right:0;
}
.main .mainList ul li a{
	display:block;
	width:100%;
	height:100%;
}
.main .mainList ul li a img:nth-child(1){
	display:block;
	width:100%;
	height:100%;
	transition:all .5s;
	-webkit-transition:all .5s;
	object-fit: cover;
}
.main .mainList ul li a img:nth-child(2){
	display:block;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	object-fit: cover;
}
.common-ele {
	--bg-color1: #000;
	--bg-color2: #333;
	--text-color: #fff;
	--active-color: #BE3A34;
	--header-top-bar-height: 38px;
	--header-nav-bar-height: 60px;
	--header-nav-font-size: 16px;
}

.common-ele .ell {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.common-header {
	height: calc(var(--header-nav-bar-height));
	position: relative;
	z-index: 1000;
}

.head-top-bar {
	width: 100%;
	height: var(--header-top-bar-height);
	background: var(--bg-color1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.head-top-bar .item-group {
	height: 100%;
	display: flex;
	float: right;
	align-items: center;
	color: var(--text-color);
	margin-right: 6px;
}

.head-top-bar .item-group .item {
	margin: 0 16px;
	cursor: pointer;
	display: block;
	width: 20px;
	height: 100%;
}

.head-top-bar .item-group .item.login-btn {
	background:url(../../../4.0/en_images/nav1.png) no-repeat center;
	background-size: contain;
	position: relative;
	z-index: 10
}

.head-top-bar .item-group .item.login-btn .user-menu {
	display: none;
	position: absolute;
	top: 37px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	border-radius: 6px;
	z-index: 100;
	width: 200px;
}

.head-top-bar .item-group .item.login-btn:hover .user-menu {
	display: block;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}

.head-top-bar .item-group .item.login-btn:hover .user-menu .user-name {
	display: block;
	padding: 6rem 20rem;
	color: #000;
	font-weight: bold;
}

.head-top-bar .item-group .item.login-btn:hover .user-menu a {
	display: block;
	padding: 6px 20px;
	font-weight: bold;
	color: #333;
}

.head-top-bar .item-group .item.login-btn:hover .user-menu a:hover {
	color: #666;
}

.head-top-bar .item-group .item.login-btn:hover .user-menu a.log-out {
	border-top: 1px solid #D6D6D6;
	padding-top: 16px;
	margin-top: 10px;
}

.head-top-bar .item-group .item.lang-btn {
	background:url(../../../4.0/en_images/nav2.png) no-repeat center;
	background-size: contain;
	position: relative;
	z-index: 10
}

.head-top-bar .item-group .item.lang-btn .lang-list {
	display: none;
	position: absolute;
	top: 37px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	border-radius: 6px;
	z-index: 100;
	width: 120px;
}

.head-top-bar .item-group .item.lang-btn:hover .lang-list {
	display: block;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}

.head-top-bar .item-group .item.lang-btn .lang-list .lang-item {
	display: block;
	padding: 6px 20px;
	font-weight: bold;
	color: #333;
}

.head-top-bar .item-group .item.lang-btn:hover .lang-list .lang-item:hover {
	color: #666;
}

.head-top-bar .item-group .item.hero-btn {
	background:url(../../../4.0/en_images/nav3.png) no-repeat center;
	background-size: contain;
}

.head-nav-bar {
	width: 100%;
	height: var(--header-nav-bar-height);
	background: var(--bg-color2);
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	border-bottom: 1px solid #454545;
}

.head-nav-bar .left-wrapper {
	height: 100%;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 20px;
}

.head-nav-bar .left-wrapper a {
	height: 100%;
	margin: 0 30px;
	display: flex;
	align-items: center;
	border-bottom: 4px solid transparent;
	transition: .3s;
	color: #fff;
	font-family:'webfont';
}

.head-nav-bar .left-wrapper a.logo {
	width: 120px;
	border: none;
}

.head-nav-bar .left-wrapper a:hover {
	color: var(--active-color)
}

.head-nav-bar .left-wrapper a.active {
	color: var(--active-color);
	border-color: var(--active-color);
}

.head-nav-bar .right-wrapper {
	height: 100%;
	display: flex;
	align-items: center;
	margin-right: 6px;
}

.head-nav-bar .right-wrapper a {
	width: 26px;
	height: 22px;
	display: block;
	margin: 0 14px;
}

.head-nav-bar .right-wrapper a.fb-icon {
	background:url(../images/icon1.png) no-repeat center;
	background-size: contain;
}

.head-nav-bar .right-wrapper a.fb-icon:hover {
	background:url(../images/icon1h.png) no-repeat center;
	background-size: contain;
}

.head-nav-bar .right-wrapper a.twitter-icon {
	background:url(../images/icon2.png) no-repeat center;
	background-size: contain;
}

.head-nav-bar .right-wrapper a.twitter-icon:hover {
	background:url(../images/icon2h.png) no-repeat center;
	background-size: contain;
}

.head-nav-bar .right-wrapper a.th-icon {
	background:url(../images/icon3.png) no-repeat center;
	background-size: contain;
}

.head-nav-bar .right-wrapper a.th-icon:hover {
	background:url(../images/icon3h.png) no-repeat center;
	background-size: contain;
}
.head-nav-bar .right-wrapper a.se-icon {
	background:url(../images/icon4.png) no-repeat center;
	background-size: contain;
}

.head-nav-bar .right-wrapper a.se-icon:hover {
	background:url(../images/icon4h.png) no-repeat center;
	background-size: contain;
}
.head-nav-bar .right-wrapper a.fi-icon {
	background:url(../images/icon5.png) no-repeat center;
	background-size: contain;
}

.head-nav-bar .right-wrapper a.fi-icon:hover {
	background:url(../images/icon5h.png) no-repeat center;
	background-size: contain;
}
.common-footer {
	background: var(--bg-color2);
	font-size: 16px;
}

.footer-nav-group {
	display: flex;
	margin: auto;
	width: 1680px;
	max-width: 90%;
	border-bottom: 1px solid #454545;
	padding-bottom: 10px;
}

.footer-nav-group .col-item {
	flex: 1;
}

.footer-nav-group .col-item .col-title {
	background: #424242;
	line-height: 80px;
	color: #fff;
	padding: 0 16px;
	font-size: 18px;
}

.footer-nav-group .col-item a {
	display: block;
	color: #605D5D;
	padding: 0 16px;
	line-height: 40px;
	font-size: 14px;
	transition: .2s;
}

.footer-nav-group .col-item a:hover {
	color: #fff;
}

.footer-nav-bar {
	text-align: center;
	padding: 30px 0;
	color: #605D5D;
}

.footer-nav-bar .row1 a {
	margin: 0 6px;
	color: #605D5D;
}

.wrap {
	background: #fff;
}

.mainDiv {
	z-index: 2;
}

.bannerCon {
	width: 100%;
	height:8.6rem;
	background:url(../images/m/sec.jpg) no-repeat center;
	background-size:cover;
	position:relative;
	overflow: hidden;
	z-index:2;
}
.bannerCon .banner{
	width:9.46rem;
	overflow: hidden;
	position:relative;
	margin:.7rem auto 0;
}
.bannerCon .banner img{
	display:block;
	width:100%;
}
.main .bannerCon .swiper-button-prev{
	width:.7rem;
	height:1.19rem;
	background:none;
	top:6.74rem;
	margin-top:0;
	left:1.8rem;
	position:absolute;
	overflow: hidden;
	z-index:11;
	opacity: 1;
	cursor: pointer;
}
.main .bannerCon .swiper-button-prev:hover img:nth-child(1) {
	display:none;
}
.main .bannerCon .swiper-button-next:hover img:nth-child(1) {
	display:none;
}
.main .bannerCon .swiper-button-prev img{
	display:block;
	width:100%;
	height:100%;
}
.main .bannerCon .swiper-button-next{
	width:.7rem;
	height:1.19rem;
	background:none;
	top:6.74rem;
	margin-top:0;
	right:1.8rem;
	position:absolute;
	overflow: hidden;
	z-index:11;
	opacity: 1;
	cursor: pointer;
}
.main .bannerCon .swiper-button-next img{
	display:block;
	width:100%;
	height:100%;
}
.bannerCon .swiper-pagination{
	width:100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	top:7.24rem;
}
.bannerCon .swiper-pagination .swiper-pagination-bullet {
	display:block;
	width:.53rem;
	height:.26rem;
	background:url(../images/m/w.png) no-repeat center;
	background-size:cover;
	opacity: 1;
	border-radius: 0;
	margin:0 .16rem;
}
.bannerCon .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:url(../images/m/h.png) no-repeat center;
	background-size:cover;
}
.banner .bannerPic {
	width: 5.65rem;
	height: 3.17rem;
}
.gameSlogan {
	width: 9.85rem;
	position: absolute;
	left: 50%;
	margin-left:-4.925rem;
	top: 8.68rem;
	z-index: 5;
}

.gameSlogan>img {
	width: 100%;
}

.btnList {
	width: 7.67rem;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: .32rem auto 0;
	gap:.1rem;
}
.btnList a{
	display:block;
	width:3.56rem;
}
.btnList a img{
	display:block;
	width:3.56rem;
}
.mainCon {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.picInt {
	width: 100%;
	height:12.38rem;
	background:url(../images/m/thc.jpg) no-repeat center;
	background-size:cover;
	overflow: hidden;
	position: relative;
	z-index: 2;
	margin:0 auto;
}
.intBanner{
	width:100%;
	overflow: hidden;
	position:relative;
	margin-top:.42rem;
}
.intBanner .picBox{
	width:9.38rem;
	overflow: hidden;
	position:relative;
	margin:0 auto 0;
}
.intBanner .picBox img{
	display:block;
	width:100%;
}
.intBanner .picTit1{
	color:#b72a2a;
	font-size:.4rem;
	font-family: 'webfont1';
	margin-left:.56rem;
	margin-top:.4rem;
}
.intBanner i{
	display:block;
	width:9.55rem;
	height:.02rem;
	background:url(../images/m/line.png) no-repeat center;
	background-size:cover;
	position:relative;
	margin-top:.24rem;
	float:right;
}
.intBanner .picDesc{
	width:9.5rem;
	overflow: hidden;
	position:relative;
	margin:.54rem auto 0;
	font-size:.36rem;
	color:#6a6a6a;
	line-height:.46rem;
}
.main .picInt .swiper-button-prev1{
	width:.7rem;
	height:1.19rem;
	background:none;
	top:10.26rem;
	margin-top:0;
	left:1.8rem;
	position:absolute;
	overflow: hidden;
	z-index:11;
	opacity: 1;
	cursor: pointer;
}
.main .picInt .swiper-button-prev1:hover img:nth-child(1) {
	display:none;
}
.main .picInt .swiper-button-next1:hover img:nth-child(1) {
	display:none;
}
.main .picInt .swiper-button-prev1 img{
	display:block;
	width:100%;
	height:100%;
}
.main .picInt .swiper-button-next1{
	width:.7rem;
	height:1.19rem;
	background:none;
	top:10.26rem;
	margin-top:0;
	right:1.8rem;
	position:absolute;
	overflow: hidden;
	z-index:11;
	opacity: 1;
	cursor: pointer;
}
.main .picInt .swiper-button-next1 img{
	display:block;
	width:100%;
	height:100%;
}
.picInt .swiper-pagination1{
	width:100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	top:10.76rem;
	position:absolute;
}
.picInt .swiper-pagination1 .swiper-pagination-bullet {
	display:block;
	width:.53rem;
	height:.26rem;
	background:url(../images/m/w.png) no-repeat center;
	background-size:cover;
	opacity: 1;
	border-radius: 0;
	margin:0 .16rem;
}
.picInt .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:url(../images/m/h.png) no-repeat center;
	background-size:cover;
}
.pubFooter {
	z-index: 2;
	margin-top: 0;
}

.common-footer {
	padding-top: .10rem;
}

.world {
	width: 100%;
	height: 4.68rem;
	position: relative;
	overflow: hidden;
	background: url(../images/m/world.jpg) no-repeat center;
	background-size: cover;
	z-index: 2;
}
.world p {
	font-size: .3rem;
	font-family: "webfont2";
	color: rgb(255, 255, 255);
	text-shadow: 0rem .01rem .20rem rgba(65, 55, 28, .85);
	text-align: center;
	line-height: .5rem;
}

.videoCon {
	width: 100%;
	height:9.71rem;
	background:url(../images/m/for.jpg) no-repeat center;
	background-size:cover;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.videoBanner {
	width: 9.47rem;
	height: 5.32rem;
	overflow: hidden;
	border: .02rem solid #b72a2a;
	position: relative;
	margin: .9rem auto 0;
}

.videoBanner .videoBody {
	width: 9.47rem;
	height: 5.32rem;
	position: relative;
	margin: 0 auto 0;
}

.videoBanner .videoBody img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.videoCon .buttonPrev{
	width:.7rem;
	height:1.19rem;
	background:none;
	top:6.95rem;
	margin-top:0;
	left:1.8rem;
	position:absolute;
	overflow: hidden;
	z-index:11;
	opacity: 1;
	cursor: pointer;
}
.videoCon .buttonPrev:hover img:nth-child(1) {
	display:none;
}
.videoCon .buttonNext:hover img:nth-child(1) {
	display:none;
}
.videoCon .buttonPrev img{
	display:block;
	width:100%;
	height:100%;
}
.videoCon .buttonNext{
	width:.7rem;
	height:1.19rem;
	background:none;
	top:6.95rem;
	margin-top:0;
	right:1.8rem;
	position:absolute;
	overflow: hidden;
	z-index:11;
	opacity: 1;
	cursor: pointer;
}
.videoCon .buttonNext img{
	display:block;
	width:100%;
	height:100%;
}
.videoCon .pagination1{
	width:100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	top:7.45rem;
	position:absolute;
}
.videoCon .pagination1 .swiper-pagination-bullet {
	display:block;
	width:.53rem;
	height:.26rem;
	background:url(../images/m/w.png) no-repeat center;
	background-size:cover;
	opacity: 1;
	border-radius: 0;
	margin:0 .16rem;
}
.videoCon .pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:url(../images/m/h.png) no-repeat center;
	background-size:cover;
}
.hvr-shrink:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.hvr-shrink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1rem) translateZ(0);
	transform: perspective(1rem) translateZ(0);
	box-shadow: 0 0 1rem rgb(0 0 0 / 0%);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.picTc,.videoTc{
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
	position:fixed;
	left:0;
	top:0;
	z-index:50;
	display: none;
}
.videoTcBody {
	width:80%;
	position:relative;
	margin:0 auto 0;
	top:45%;
	transform: translate(0,-45%);
	z-index:2;
}
.videoTcBody video{
	width:100%;
	object-fit: cover;
}
.videoTc i{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.picBanner{
	width:16.05rem;
	overflow: hidden;
	position:relative;
	margin:0 auto 0;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
	z-index:2;
}
.picBanner .bannerPic1{
	width:14.27rem;
	overflow: hidden;
	position:relative;
	margin:0 auto 0;
}
.picBanner .bannerPic1 ul li img{
	display:block;
	width:100%;
}
.picBanner .buttonPrev2{
	width:.39rem;
	height:.90rem;
	position:absolute;
	overflow: hidden;
	left:0;
	top:45%;
	margin-top:-.45rem;
	opacity:1;
	cursor: pointer;
}
.picBanner .buttonNext2{
	width:.39rem;
	height:.90rem;
	position:absolute;
	overflow: hidden;
	right:0;
	top:45%;
	margin-top:-.45rem;
	opacity:1;
	cursor: pointer;
}
.picBanner .buttonPrev2 img,.picBanner .buttonNext2 img{
	display:block;
	width:100%;
	height:100%;
}
.picBanner .buttonPrev2:hover img:nth-child(1),.picBanner .buttonNext2:hover img:nth-child(1){
	display:none;
}
.picTc i{
	display:block;
	width:100%;
	height:100%;
	background:none;
	position:absolute;
	left:0;
	top:0;
}
.close{
	display:block;
	width:.27rem;
	height:.27rem;
	position:absolute;
	right:.50rem;
	top:0;
	cursor:pointer;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.close:hover {
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
}