@charset "utf-8";
/* CSS 样式文档 */
/* 全局通配符：重置所有标签内外边距 */
* {
	margin: 0;
	padding: 0;
	margin: 0px 0px 0px 0px;
}
/* 页面主体设置 */
body {
	overflow-x: hidden;/* 隐藏横向滚动条 */
	background: #000;/* 页面背景黑色 */
}
/* 页面最外层大容器 */
.bigcontainer {
	width: 100%;/* 宽度铺满屏幕 */
	background: #000;/* 背景黑色 */
	top:-110;/* 整体向上偏移110px */
}
/* 测试用边框类，红色边框用于调试布局 */
.test {
	border: 1px solid red;
}
/* 左浮动通用类 */
.fl {
	float: left;
}
/* 清除浮动通用类 */
.cl {
	clear: both;
}
/* 块级显示通用类 */
.bl {
	display: block;
}
/* 绝对定位简写类ab */
.ab {
	position: absolute;
	left: 431px;/* 距离左侧431像素 */
	top: 0px;/* 距离顶部0像素 */
}
/* 相对定位简写类rl */
.rl {
	position: relative;
}
/* 顶部首屏大容器 */
.topcontainer {
	width:1920px;/* 宽度1920像素 */
	height:1076px;/* 高度1076像素 */
	left: 50%;/* 定位左偏移50%实现水平居中 */
	margin-left: -960px;/* 负边距向左偏移自身一半宽度完成居中 */
	overflow: hidden;/* 超出容器内容隐藏 */
	position: relative;/* 相对定位，内部绝对定位元素以此为参照 */
	background: url(../images/bj_01.html) no-repeat center;/* 背景图，不重复、居中 */
	background-position: -0px -0px;/* 背景图起始坐标 */
}
/* 顶部动画层容器 */
.animatetop{	
	width:1920px;
	height:1077px;
	left:50%;
	margin-left:-960px;
}
/* 顶部导航栏父容器 */
.topcontainer .topnavs{
	width:616px;
	height:30px;
	left:50%;
	margin-left:-41px;
	top:23px;/* 距离容器顶部23px */
}
/* 导航单个按钮通用样式 */
.topcontainer .topnavs .nav{
	width:112px;
	height:30px;
}
/* 导航1：无左侧外边距 */
.topcontainer .topnavs .nav1{
	margin-left:0px;;
}
/* 导航2：左侧外边距167px */
.topcontainer .topnavs .nav2{
	margin-left:167px;;
}
/* 导航3：左侧外边距335px */
.topcontainer .topnavs .nav3{
	margin-left:335px;;
}
/* 导航4：左侧外边距503px */
.topcontainer .topnavs .nav4{
	margin-left:503px;;
}
/* 底部功能按钮导航父容器 */
.topcontainer .navs{
	width:938px;
	height:263px;
	left:50%;
	margin-left:-471px;
	top:836px;/* 距离父容器顶部836px */
}
/* 功能按钮通用尺寸 */
.topcontainer .navs .nav{
	width:177px;
	height:178px;
}
/* 按钮1位置 */
.topcontainer .navs .nav1{
	margin-left:0px;
	top:86px;
}
/* 按钮2位置 */
.topcontainer .navs .nav2{
	margin-left:255px;
	top:35px;
}
/* 按钮3位置 */
.topcontainer .navs .nav3{
	margin-left:508px;
	top:0px;
}
/* 按钮4位置 */
.topcontainer .navs .nav4{
	margin-left:761px;
	top:7px;
}
/* 鼠标悬浮按钮显示手型光标 */
.topcontainer .navs .nav:hover{
	cursor: pointer;	
}
/* 游戏介绍板块容器 */
.gameIntro {
	width:1920px;
	height:965px;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
	position: relative;
	background: url(../images/bj_02.png) no-repeat center;
	background-position: 0px -0px;
}
/* 介绍文字总容器 */
.gameIntro .introTexts{
	width:686px;
	height:366px;
	left:50%;
	margin-left:-503px;
	top:108px;
}
/* 单行文本条目容器 */
.gameIntro .introTexts .line{
	width:669px;
	height:42px;
}
/* 条目标题样式 */
.gameIntro .introTexts .lineTitle{
	width:99px;
	height:22px;
	top:9px;
	left: 10px;
	color: #fbfff5;/* 文字浅白色 */
}
/* 条目正文样式 */
.gameIntro .introTexts .lineText{
	width:521px;
	height:26px;
	top:14px;
	left: 120px;
	color: #000000;/* 文字黑色 */
}
/* 鼠标悬浮文字区域不显示光标 */
.gameIntro .introTexts .line:hover，.gameIntro .introTexts .lineTitle:hover,.gameIntro .introTexts .lineText:hover{
	cursor: none;
}
/* 第1行文字位置 */
.gameIntro .introTexts .line1{left: 18px;top: 5px;}
/* 第2行文字位置 */
.gameIntro .introTexts .line2{left: 18px;top: 57px;}
/* 第3行文字位置 */
.gameIntro .introTexts .line3{left: 18px;top: 109px;}
/* 第4行文字位置 */
.gameIntro .introTexts .line4{left: 18px;top: 161px;}
/* 第5行文字位置 */
.gameIntro .introTexts .line5{left: 18px;top: 213px;}
/* 第6行文字位置 */
.gameIntro .introTexts .line6{left: 18px;top: 265px;}
/* 第7行文字位置 */
.gameIntro .introTexts .line7{left: 18px;top: 317px;}
/* 装备展示板块1 */
.gzshow{
	width:1920px;
	height:1140px;
	left: 50%;
	margin-left: -960px;
	position: relative;
	background: url(../images/bj_03.png) no-repeat center;
	background-position: 0px -0px;
	background-image: url(../images/bj_03.png);
}
/* 装备展示板块2 */
.zbShow{
	width:1920px;
	height:1084px;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
	position: relative;
	background: url(../images/bj_04.png) no-repeat center;
	background-position: 0px -0px;
	background-image: url(../images/bj_04.png);
}
/* 装备中间动图元素 */
.gzimg{
	width:309px;
	height:309px;
	left:50%;
	margin-left:-366px;
	top:221px;
	background: url(../images/bj04_jcjt/gifdh.html) no-repeat center;
	z-index: 50;/* 层级50，高于普通背景 */
}
/* 装备展示板块3 */
.zbShow2{
	width:1920px;
	height:993px;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
	position: relative;
	background: url(../images/bj_05.html) no-repeat center;
	background-position: 0px -0px;
	background-image: url(../images/bj_05.html);
}
/* 装备文字容器 */
.zbShow2 .zbtext{
	width:1077px;
	height:40px;
	left: 421px;
}
/* 装备文字通用字体样式 */
.zbShow2 .zbtext .text{
	font-size: 27px;
	color: white;/* 白色文字 */
}
/* 文字1垂直位置 */
.zbShow2 .zbtext1{top: 570px;}
/* 文字2垂直位置 */
.zbShow2 .zbtext2{top: 1046px;}
/* 文字3垂直位置 */
.zbShow2 .zbtext3{top: 1524px;}
/* 第四组轮播容器 */
.slide4{
	width:1430px;
	height:420px;
	left: 50%;
	margin-left: -711px;
	top: 243px;
}
/* 轮播列表清除默认圆点 */
.slide4 .uls li{list-style: none;}
/* 轮播左右切换按钮通用尺寸 */
.slide4 .prev,.slide4 .next{width: 55px;height:52px;}
/* 上一张按钮位置 */
.slide4 .prev{top: -366px;left: -752px;}
/* 下一张按钮位置 */
.slide4 .next{top: -420px;left: 756px;}
/* 装备展示板块4 */
.zbShow3{
	width:1920px;
	height:801px;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
	position: relative;
	background: url(../images/bj_05-1.html) no-repeat center;
	background-position: 0px -0px;
	background-image: url(../images/bj_05-1.html);
}
/* 页面底部板块 */
.bottom{
	width:1920px;
	height:1097px;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
	position: relative;
	background: url(../images/bj_06.html) no-repeat center;
	background-position: 0px -0px;
	background-image: url(../images/bj_06.html);
}
/* 第一组轮播容器 */
.slide1{
	width:1145px;
	height:559px;
	left: 50%;
	margin-left: -573px;
	top:107px;
}
.slide1 .uls li{list-style: none;}
/* 轮播1切换按钮尺寸 */
.slide1 .prev,.slide1 .next{width:32px;height:50px;}
.slide1 .prev{top:-315px;left:-38px;}
.slide1 .next{top:-367px;left:1144px;}
/* 第二组轮播容器 */
.slide2{
	width: 700px;
	height:586px;
	margin-left: -20px;
	top: 228px;
}
.slide2 .uls li{list-style: none;}
/* 轮播2切换按钮尺寸 */
.slide2 .prev,.slide2 .next{width: 65px;height: 69px;}
.slide2 .prev{top: -372px;left: -415px;}
.slide2 .next{top: -443px;left: 814px;}
/* 轮播2缩略图导航容器 */
.slide2 .slide2hd{
	width: 148px;
	height: 148px;
	margin-left: -368px;
	top: 670px;
}
/* 单个缩略图 */
.slide2 .slide2hd .sm{width: 148px;height: 148px;}
/* 鼠标悬浮缩略图显示手型 */
.slide2 .slide2hd .sm:hover{cursor: pointer;}
/* 缩略图1位置 */
.slide2 .slide2hd .sm1{margin-top: 0px;margin-left: -388px;} 
/* 缩略图1激活状态背景 */
.slide2 .slide2hd .sm1.on{background:url(../img/01.html);} 
/* 缩略图2位置 */
.slide2 .slide2hd .sm2{margin-left: -197px;margin-top: 0px;} 
.slide2 .slide2hd .sm2.on{background:url(../img/02.html);} 
/* 缩略图3位置 */
.slide2 .slide2hd .sm3{margin-left: -5px;} 
.slide2 .slide2hd .sm3.on{background:url(../img/03.html);} 
/* 缩略图4位置 */
.slide2 .slide2hd .sm4{margin-left: 183px;} 
.slide2 .slide2hd .sm4.on{background:url(../img/04.html);} 
/* 缩略图5位置 */
.slide2 .slide2hd .sm5{margin-top: 0px;margin-left: 371px;} 
.slide2 .slide2hd .sm5.on{background:url(../img/05.html);}
/* 缩略图6位置 */
.slide2 .slide2hd .sm6{margin-top: 0px;margin-left: 570px;} 
.slide2 .slide2hd .sm6.on{background:url(../img/06.html);}
/* 兑换道具大图 */
.yihuo{
	width:743px;
	height:679px;
	background:url(../img/yihuo.html);
	margin-left: 739px;
	margin-top: 270px;
}
/* 第三组轮播容器 */
.slide3{
	width:1000px;
	height:600px;
	left:983px;
	margin-left: -520px;
	top: 285px;
}
.slide3 .uls li{list-style: none;}
/* 轮播3切换按钮尺寸 */
.slide3 .prev,.slide3 .next{width: 81px;height: 350px;}
/* 上一页按钮背景图 */
.slide3 .prev{top: -508px;left: -548px; background-image: url(../images/01.png); */}
/* 下一页按钮背景图 */
.slide3 .next{top: -860px;left: 550px; background-image: url(../images/02.png); */}
/* 第二段落顶部内边距 */
.par2 {
	padding-top:375px
}
/* 段落标题样式 */
.par2 h2 {
	background-position:0 -324px;
	width:878px;
	height:137px;
	display:block;
	margin:0 auto/* 水平居中 */
}
/* 卡牌列表容器，弹性布局 */
.list_show {
	display:flex;/* 弹性盒子 */
	justify-content:space-between;/* 元素两端对齐自动均分间距 */
	align-items:center;/* 垂直居中 */
	flex-wrap:wrap;/* 空间不足自动换行 */
	transform-style:preserve-3d;/* 开启3D变换 */
	height:405px
}
/* 单张卡牌容器 */
.list_show .card {
	position:relative;
	width:289px;
	height:406px;
	transform-style:preserve-3d;
	perspective:1000px;/* 3D透视距离 */
	list-style: none;/* 清除列表圆点 */
}
/* 卡牌正反两面容器 */
.list_show .card .boxs {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transition:1s ease/* 1秒平滑过渡动画 */
}
/* 鼠标悬浮卡牌翻转180度 */
.list_show .card:hover .boxs {
	transform:rotateY(180deg)/* Y轴水平翻转 */
}
/* 卡牌正面图片容器 */
.list_show .card .boxs .imgBx {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
/* 卡牌图片铺满容器 */
.list_show .card .boxs .imgBx img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover/* 图片等比例裁剪铺满不拉伸 */
}
/* 卡牌背面内容容器 */
.list_show .card .boxs .contentBx {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	backface-visibility:hidden;/* 翻转后隐藏背面 */
	display:flex;
	justify-content:center;
	align-items:center;
	transform-style:preserve-3d;
	transform:rotateY(180deg);/* 默认翻转180度隐藏 */
	display:none
}
/* 背面图片3D上浮效果 */
.list_show .card .boxs .contentBx img {
	 transform-style:preserve-3d;
	 transform:translateZ(40px);/* Z轴向前突出40px */
	display:block;
}
/* 悬浮卡牌显示背面 */
.list_show .card .boxs:hover .contentBx {
	display:block
}
/* 查看详情按钮 */
.btn_look {
	background-position:-371px 0;
	width:113px;
	height:33px;
	display:block;
	position:absolute;
	bottom:40px;
	left:64px
}
/* 第五组轮播容器 */
.slide5{
	width:1078px;
	height:419px;
	left: 50%;
	margin-left: -539px;
	top:1097px;
}
.slide5 .uls li{list-style: none;}
/* 轮播5切换按钮尺寸 */
.slide5 .prev,.slide5 .next{width:40px;height:52px;}
.slide5 .prev{top:-262px;left:-85px;}
.slide5 .next{top:-317px;left:1121px;}
/* 右侧悬浮侧边栏1 */
#Floatingbar{
	width:157px;
	position:fixed;/* 固定定位，滚动页面不消失 */
	top:40%;
	right:0px;
	margin-top:-150px;
	background-color:#e5e5e5;
	box-shadow:0 3px 14px rgba(0,0,0,0.4);/* 阴影效果 */
	z-index:150000;/* 极高层级，覆盖所有内容 */
	font-size:12px;
	background-color:#ffffff;
	font-family:'Microsoft YaHei';/* 微软雅黑字体 */
}
/* 侧边栏二维码区域 */
#Floatingbar .ewm{
	padding:22px 0 15px;
	line-height:24px;
	text-align:center;
	color:#fff;
	background-color:#020202;
}
/* 二维码图片 */
#Floatingbar .ewm img{
	width:117px;
	height:117px;
	margin:0 auto;
	display:block;
}
/* 侧边栏功能列表 */
#Floatingbar ul{
	padding:14px 0;
	background:url(../images/line_x.html) no-repeat center bottom;
	list-style-type:none;
	background-color:#020202;
	color:white;
}
/* 列表单项 */
#Floatingbar ul li{
	height:22px;
	line-height:22px;
	text-align:center;
	margin-bottom:24px;
	cursor: pointer;
}
/* 列表链接文字白色 */
#Floatingbar ul li a{color:white;}
#Floatingbar ul li a:hover{color:white;}
/* 列表图标 */
#Floatingbar ul li img{
	margin-left:5px;
	vertical-align:middle;/* 垂直居中对齐文字 */
}
/* 返回顶部按钮 */
#Floatingbar .btn_backtop{
	height:31px;
	line-height:31px;
	text-align:center;
	color:#fff;
	background-color:#676767;
	display:block;
}
/* 返回按钮悬浮变色 */
#Floatingbar .btn_backtop:hover{background-color:#313030;}
/* 侧边栏收缩展开按钮 */
#Floatingbar .btn{
	width:15px;
	height:130px;
	position:absolute;
	top:23px;
	left:-15px;
	background:url(../images/arrow.html) no-repeat right top;
	cursor:pointer;
}
/* 按钮切换样式（收缩状态） */
#Floatingbar .btn.change{background-position:left top;}
/* 右侧悬浮侧边栏2 */
#Floatingbars{
	width:162px;
	height:459px;
	position:fixed;
	top:20%;
	right: -3px;
	z-index:10000;
	background: url(../images/icon29.png) no-repeat center center;
}
/* QQ群入口按钮 */
#Floatingbars ._btn_qqqun{
	display:block;
	text-align:center;
	margin-top:13px;
}
/* 侧边栏显隐切换按钮 */
#Floatingbars .btn_showhide{
	width:31px;
	height: 128px;
	position:absolute;
	top: 64px;
	right: 100%;
	cursor:pointer;
	background:url(../images/icon25.png) no-repeat left top;
}
/* 侧边栏收起状态按钮背景 */
#Floatingbars .btn_showhide.off{background:url(../images/icon33.png) no-repeat left top;}
/* 客服列表容器 */
.kefulist{}
/* 客服列表单项 */
.kefulist li{
	font-size:14px;
	padding-right:19px;
	padding-left:19px;
}
/* 客服链接 */
.kefulist li a{
	height:48px;
	line-height:48px;
	color: #ffff;
	text-decoration:none;/* 取消下划线 */
	display:block;
	width: 108px;
	text-align: center;
}
/* 客服图标 */
.kefulist li a [class^='icon']{
	margin-right:10px;
	vertical-align:middle;
}
/* 最后一项取消底部边框 */
.kefulist li:nth-last-of-type(1) a{border:none;}
/* 悬浮QQ图标切换背景 */
.kefulist li:hover .icon_qq{background-position:right top;}
/* 悬浮链接文字变色 */
.kefulist li:hover a{color:#dcb86b;}
/* 二维码区域 */
.RQcodes{
	padding-top: 94px;
	padding-bottom:17px;
}
/* 二维码标题文字 */
.RQcodes strong{
	line-height:24px;
	font-size:16px;
	font-weight:normal;
	color:#ffff;
	display:block;
	padding-left:43px;
	padding-right:12px;
}
/* 二维码说明小字 */
.RQcodes span{
	line-height:20px;
	color:#ffff;
	margin-bottom:10px;
	display:block;
	padding-left:20px;
	padding-right:12px;
}
/* 二维码盒子 */
.RQcodes .pic{
	width:108px;
	height:108px;
	margin:0 auto;
}
/* 二维码图片铺满盒子 */
.RQcodes .pic img{
	width:100%;
	height:100%;
}
/* 顶部固定导航栏 */
#top-icon {
    width: 100%;
    /* height: 60px; */
    position: fixed;
    z-index: 999;
    background-color: #FFF;
    border-bottom-style: solid;
    border-color: #ffffff;
}
/* 顶部图标导航容器 */
.nav_icons {
    position: absolute;
    top: 15px;
    right: 200px;
    z-index: 20;
}
/* 图标列表横向排列 */
.nav_icons ul li {
    float: left;
    margin: 0 20px;
}
/* 图标链接 */
.nav_icons ul li a {
    display: block;
    width: 36px;
    position: relative;
    color: #4f4f4f;
    text-align: center;
    cursor: pointer;
}
/* 精灵图图标容器 */
.nav_icons ul li a span {
    display: block;
    margin: 0 auto 5px;
    height: 29px;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
}
/* 音乐播放图标，无限旋转动画 */
.nav_icons ul li a span.icon-music-play {
    width: 28px;
    background-position: -208px 0;
    -webkit-animation: rotate 4s linear infinite;
    -moz-animation: rotate 4s linear infinite;
    -o-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}
/* 音乐暂停图标 */
.nav_icons ul li a span.icon-music-pasue {
    width: 28px;
    background-position: -253px 0;
}
/* 底部功能导航大容器 */
.navs {
	width: 350px;
	height: 135px;
	left:50%;
	margin-left: -590px;
	top: 763px;
	z-index: 99;
}
/* 功能按钮1 */
.nav1 {width: 190px;height: 60px;}
/* 功能按钮2 */
.nav2 {width: 190px;height: 60px;margin-top: 14px;}
/* 功能按钮3 */
.nav3 {width: 135px;height: 135px;margin-left: 216px;}
/* 悬浮按钮显示手型 */
.nav1:hover,.nav2:hover,.nav3:hover{cursor: pointer;}
/* 新闻资讯容器 */
	.list-info{
	width: 597px;
	height: 465px;
	margin-top: 354px;
	position: absolute;
	left: 398px;
}
/* 新闻列表 */
.NewsList li{
	height:53px;
	line-height:53px;
	font-size: 17px;
	transition:all 0.1s linear;/* 悬浮轻微位移动画 */
}
/* 悬浮新闻条目向右偏移5px */
	.NewsList li:hover{transform:translatex(5px);}
/* 新闻标题链接 */
	.NewsList li a{
	float: left;
	overflow:hidden;/* 文字超出隐藏 */
	color: #040404;
	text-decoration:none;
	text-overflow:ellipsis;/* 超出文字显示省略号 */
	white-space:nowrap;/* 文字不换行 */
	display:block;
}
/* 新闻发布时间靠右 */
	.NewsList li time{float:right;color:#aaabaf;}
/* 新闻左侧标记 */
	.NewsList li .lx{float:left;}
/* 悬浮标题文字变色 */
	.NewsList li:hover a{color:#ae862e;}
/* 清除ul ol默认圆点 */
	ul, ol {
		list-style-type: none;
	}
/* 页面内容主体容器 */
.content {
    display: block;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
/* 3D轮播外层盒子 */
.slide-box {
    position: relative;
    margin: 70px auto 0;
}
/* 轮播图片列表 */
.slide-list {
    position: relative;
    top: 0;
    left: 0;
    list-style: none;
    height: 674px;
    margin: 0 auto;
    perspective: 500px;/* 3D透视 */
}
/* 单张轮播图基础样式 */
.slide-list li {
    position: absolute;
    width: 1044px;
    height: 539px;
    transition: all .5s;
    z-index: -1;
    opacity: 0;/* 默认透明隐藏 */
    filter: alpha(opacity=0);/* IE兼容透明 */
}
/* 轮播位置1样式 */
.slide-box li.po-1 {
    left: 114px;
    top: 86px;
    z-index: 4;
    width: 561px;
    height: 248px;
    opacity: 1;
    filter: alpha(opacity=100);
}
/* 中间主图样式 */
.slide-box li.po-2 {
    left: 0;
    top: 0px;
    z-index: 5;
    opacity: 1;
    filter: alpha(opacity=100);
}
/* 右侧远景图 */
.slide-box li.po-3 {
    top: 100px;
    left: auto;
    right: 30px;
    width: 973px;
    height: 502px;
    opacity: .3;
    filter: alpha(opaciyt:30);
}
.slide-box li.po-4 {
    left: 193px;
    top: 0px;
}
.slide-box li.po-5 {
    left: 197px;
    top: 0px;
}
/* 轮播图片100%填充li */
.slide-list li img {
    width: 100%;
}
/* 左右遮罩切换区域 */
.trans-left, .trans-right {
    width: 340px;
    height: 508px;
    position: absolute;
    top: 0;
    z-index: 10;
    cursor: pointer;
}
.trans-left {
    left: 0;
}
.trans-right {
    right: 0;
}
/* 轮播底部切换按钮 */
.p9-prev, .p9-next {
    display: block;
    width: 59px;
    height: 56px;
    position: absolute;
    top: 532px;
    right: 8px;
    z-index: 9;
    cursor: pointer;
    background: url(../images/feature-spr.html) center top;
}
.p9-next {
    top: 460px;
    background-position: center bottom;
}
/* 轮播小圆点容器 */
.dot-list {
    width: 250px;
    overflow: hidden;
    margin-top: -23px;
}
/* 普通圆点 */
.dot-list li {
    display: block;
    width: 25px;
    height: 6px;
    float: left;
    background-color: #564f3f;
    margin: 0px 5px;
    border-radius: 10px;/* 圆角 */
}
/* 当前激活圆点加宽高亮 */
.dot-list li.cur {
    background-color: #9a8b68;
    width: 100px;
    border-radius: 10px;
}
/* 自适应宽度图片 */
.autoImg{display: block; width: 100%;}
/* 左侧标题图容器 */
.pleft-title{
    position: absolute;
    top: 0;
}
/* 左侧标题装饰图 */
.pleft-title img.part-title-ico{
    width: 29%;
    right: auto;
    left: 10%;
}
/* 右侧标题装饰图 */
.pright-title img.part-title-ico {
    width: 29%;
    right: 10%;
}
/* 板块标题总容器 */
.part-title{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
/* 标题主图层级 */
.part-title img{
    position: relative;
    z-index: 2;
}
/* 旋转装饰图标，15秒无限旋转 */
.part-title img.part-title-ico{
    position: absolute;
    z-index: 1;
    display: block;
    right: 9%;
    top: -81%;
    animation: rotate 15s infinite linear;
}
/* 旋转动画关键帧 */
@keyframes rotate{
    form{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
/* 兼容webkit浏览器旋转动画 */
@-webkit-keyframes rotate{
    form{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}
/* 装备预览大图容器 */
.zhuangbeishow{
	width: 1555px;
	height: 450px;
	margin:0px auto;
	position:absolute;
	top: 47px;
	left: -324px;
	z-index:996;
}
/* 装备缩略图列表 */
.zhuangbei_ul{}
/* 单个装备缩略图 */
.zhuangbei_ul li{
	width: 70px;
	height: 87px;
	float:left;
	cursor:pointer;
	margin-top:0px;
	margin-right: 21px;
}
/* 装备图标盒子 */
.zhuangbei_ul .container-item{
	width:45px;
	height:45px;
}
/* 装备图标图片内边距清零 */
.zhuangbei_ul .container-item img{padding-top:0px;}
/* 预览弹窗最高层级 */
.preview{z-index:999}
/* 装备闪光特效，3秒循环 */
.zhuangbei_ul .container-item .shine {
  position: relative;
  background-image: url(../images/icon_shine.png);
  background-repeat: no-repeat;
  top: -64px;
  left: 0px;
  width: 64px;
  height: 64px;
  background-position: -99px 0;
  -webkit-animation: shine 3s infinite;
  animation: shine 3s infinite;
  z-index: 0;
}
/* 鼠标悬浮取消闪光 */
.zhuangbei_ul .container-item:hover .shine {
background-image: none;}
/* 闪光动画 */
@-webkit-keyframes shine {
  0% {
    background-position: -99px 0;
  }
  100% {
    background-position: 99px 0;
  }
}
@keyframes shine {
  0% {
    background-position: -99px 0;
  }
  100% {
    background-position: 99px 0;
  }
}
/* 第一组装备道具陈列 */
#sb_01{
	width: 717px;
	height: 800px;
	margin:0px auto;
	position:absolute;
	top: 949px;
	left: 389px;
}
#sb_01 li{
	width: 67.5px;
	height: 80px;
	float:left;
	cursor:pointer;
	margin-top:1px;
	margin-left: 0px;
	margin-right: 8.2px;
	display: inline-block;
	position: relative;
}
/* 第二组装备陈列 */
#sb_02{
	width: 1350px;
	height: 400px;
	margin:0px auto;
	position:absolute;
	top: -15px;
	left: 62px;
}
#sb_02 li{
	width: 66px;
	height: 185px;
	float:left;
	cursor:pointer;
	margin-top:1px;
	margin-left:0px;
	margin-right: 125px;
	display: inline-block;
	position: relative;
}
/* 第三组装备陈列 */
#sb_03{
	width: 930px;
	height: 363px;
	margin:0px auto;
	position:absolute;
	top: 442px;
	left: 849px;
}
#sb_03 li{
	width: 101px;
	height: 162px;
	float:left;
	cursor:pointer;
	margin-top:1px;
	margin-left:0px;
	margin-right: 22.5px;
}
/* 第四组装备陈列 */
#sb_04{
	width: 530px;
	height: 363px;
	margin:0px auto;
	position:absolute;
	top: 820px;
	left: 685px;
}
#sb_04 li{
	width: 66px;
	height: 88px;
	float:left;
	cursor:pointer;
	margin-top:1px;
	margin-left:0px;
	margin-right: 7.5px;
}
/* 大图预览弹窗，默认隐藏 */
#preview{
	position:absolute;
	border: 1px solid #d1c0a6;
	background: #5a493f;
	padding:5px;
	display:none;
	color:#fff;
	z-index:999;
}
/* 缩略图闪光条 */
.large_thumb_shine{
	width:46px;
	height:46px;
	background:url(../images/shine.html);
	position:absolute;
	background-position:99px 0;
	margin-top:-49px;
	background-repeat:no-repeat
}
/* 自适应缩放容器，最小宽度1200，最大1920 */
.szcontainer {
	max-width: 1920px;
	min-width: 1200px;
	height: 700px;
	margin-top: 109px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
/* 1200宽度居中盒子 */
.box {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	margin-left: 388px;
}
/* 盒子内分层图片 */
.box .p {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/* 分层图片与名称底部定位，渐变透明动画 */
.box .p img, .box .p .name {
	position: absolute;
	bottom: 0;
	transition: all 1s ease;
}
/* 分层图片初始透明，顶部偏移 */
.box .p1 img,.box .p2 img,.box .p3 img,.box .p4 img,.box .p5 img,.box .p6 img{
	top:150px;
	left: 320px;
	opacity: 0;
	-webkit-transition: opacity 2s linear;
	-moz-transition: opacity 2s linear;
	-o-transition: opacity 2s linear;
	transition: opacity 2s linear;
}
/* 添加show类后图片完全显示 */
.box .p1.show img, .box .p2.show img, .box .p3.show img, .box .p4.show img,.box .p5.show img,.box .p6.show img  {
	opacity: 1;
	transform: translateX(0);
}
/* 侧边切换导航按钮组 */
.nav {
	position: absolute;
	width: 100px;
	top: 165px;
	right:550px;
	z-index: 2;
}
/* 单个导航按钮 */
.nav li {
	position: relative;
	width: 100px;
	height: 100px;
	margin: 1px auto 0;
	cursor: pointer;
	transition: all .6s linear;
}
/* 按钮底图 */
.nav li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 129px;
	height: 129px;
}
/* 按钮默认状态遮罩 */
.nav li i {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: opacity .6s linear;
}
/* 1-6号按钮默认底图 */
.nav li.t1 i {background: url(../img/t1.html) no-repeat center;}
.nav li.t2 i {background: url(../img/t2.html) no-repeat center;}
.nav li.t3 i {background: url(../img/t3.html) no-repeat center;}
.nav li.t4 i {background: url(../img/t4.html) no-repeat center;}
.nav li.t5 i {background: url(../img/t5.html) no-repeat center;}
.nav li.t6 i {background: url(../img/t6.html) no-repeat center;}
/* 按钮选中高亮遮罩，默认透明 */
.nav li em {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .6s linear;
}
/* 1-6号按钮选中高亮图 */
.nav li.t1 em {background: url(../img/t1_on.html) no-repeat center;}
.nav li.t2 em {background: url(../img/t2_on.html) no-repeat center;}
.nav li.t3 em {background: url(../img/t3_on.html) no-repeat center;}
.nav li.t4 em {background: url(../img/t4_on.html) no-repeat center;}
.nav li.t5 em {background: url(../img/t5_on.html) no-repeat center;}
.nav li.t6 em {background: url(../img/t6_on.html) no-repeat center;}
/* 当前选中按钮缩小尺寸，切换遮罩透明度 */
.nav li.on {width:80px;height:80px;}
.nav li.on i {opacity: 0;}
.nav li.on em {opacity: 1;}
/* 精彩视频区域上下外边距 */
.Wonderful-video{margin-top: -46px;margin-bottom: 30px;}
/* 游戏特色板块 */
.game-features{
	position: relative;
	height: 320px;
	margin: 0 auto;
}
/* 旋转logo，8秒顺时针无限旋转 */
.game-features .game-features-logo{
	width: 320px;
	height: 320px;
	background: url('../images/game-features.html') no-repeat center;
	margin: 0 auto;
	animation: rotate 8s linear infinite;
}
/* 顺时针旋转动画 */
@keyframes rotate{
    0%{
        transform: rotate(0);
      }
    100%{
    	transform:rotate(360deg);
    }
}
/* 逆时针旋转动画 */
@keyframes reverseRotate{
    0%{
        transform: rotate(0deg)
      }
    100%{
    	transform:rotate(-360deg);
    }
}
/* 游戏特色文字总容器 */
.game-features-tro{
	position: absolute;
	width: 100%;
	top: 68px;
	text-align: center;
	margin: 0 auto;
}
/* 特色大标题 */
.game-features-tro .game-features-name{
	line-height: 48px;
	height: 48px;
	font-size: 48px;
	color: #fffefd;
	letter-spacing: 20px;/* 字间距加宽 */
	text-align: center;
}
/* 特色小字副标题 */
.game-features-tro .game-features-small-name{
	line-height: 6px;
	height: 6px;
	font-size: 6px;
	color: #7b828a;
	letter-spacing: 15px;
	margin-top: 7px;
	text-align: center;
}
/* 分隔图上边距 */
.game-features-tro img{margin-top: -3px;}
/* 英文标语 */
.game-features-tro .game-features-english{
	margin-top:24px;
	color: #fff;
	letter-spacing: 8px;
}
/* 标题装饰图 */
.game-features-tro-img{margin-top: 3px;}
/* 页面底部内容容器 */
.endcontent {
	width: 1350px;
	margin: 0 auto;
	position: relative;
}
/* 左侧装饰柱子1，5秒上下浮动 */
.zhuzi1{
 position:absolute;
 width:98px;
 height:238px;
 left:-144px;
 top:418px;
 background:url(../../zs.wanmei.com/images/main2103/zhuzi1.png);
 animation:key_updown 5s infinite alternate;
 -webkit-animation:key_updown 5s infinite alternate;
 -ms-animation:key_updown 5s infinite alternate;
}
/* 右侧装饰柱子2，反向浮动 */
.zhuzi2{
 position:absolute;
 width:96px;
 height:231px;
 left:1391px;
 top:-120px;
 background:url(../../zs.wanmei.com/images/main2103/zhuzi2.png);
 animation:key_downup 5s infinite alternate;
 -webkit-animation:key_downup 5s infinite alternate;
 -ms-animation:key_downup 5s infinite alternate;
}
/* 柱子向上浮动动画 */
@keyframes key_updown{
	0%{transform:translate3d(0,0,0)}
	100%{transform:translate3d(0,-50px,0)}
}
@-webkit-keyframes key_updown{
	0%{-webkit-transform:translate3d(0,0,0)}
	100%{-webkit-transform:translate3d(0,-50px,0)}
}
@-ms-keyframes key_updown{
	0%{-ms-transform:translate3d(0,0,0)}
	100%{-ms-transform:translate3d(0,-50px,0)}
}
/* 柱子向下浮动动画 */
@keyframes key_downup{
	0%{transform:translate3d(0,0,0)}
	100%{transform:translate3d(0,50px,0)}
}
@-webkit-keyframes key_downup{
	0%{-webkit-transform:translate3d(0,0,0)}
	100%{-webkit-transform:translate3d(0,50px,0)}
}
@-ms-keyframes key_downup{
	0%{-ms-transform:translate3d(0,0,0)}
	100%{-ms-transform:translate3d(0,50px,0)}
}
/* 图片预览总容器 */
#container {
	position:absolute;
	width: 1405px;
	height: 298px;
	/* left: 50%; */
	margin-left: 405px;
	padding-top: 200px;
}
/* 大图展示框 */
#container .mainframe {
	width: 500px;
	height: 498px;
	float: left
}
/* 底部缩略图栏 */
#container .thumbnails {
	float: left;
	width: 1060px;
	height: 127px;
	background-repeat: no-repeat;
	background-image: url(../images/total_grid.html);
	background-position: 9px 70px;
	/* margin-top: -122px; */
	/* margin-left: -705px; */
}
/* 单个缩略图容器 */
.thumbnailimage {
	float: left;
	padding: 0px 0px 0px 31px;
}
/* 缩略图小图盒子 */
.large_thumb {
	float: left;
	position: relative;
	width: 37px;
	height: 37px;
	padding: 0px 10px 0px 0;
}
/* 缩略图图片居中 */
img.large_thumb_image {
	position: absolute;
	left: 16px;
	top: 13px;
}
/* 缩略图边框容器 */
.large_thumb_border {
	width: 54px;
	height: 55px;
	/* background: url(../images/thumb_border.png); */
	position: absolute;
	overflow: hidden;
	margin-left: 10px;
	margin-top: 9px;
}
/* 缩略图流光闪光条 */
.large_thumb_shine {
	width: 54px;
	height: 54px;
	background: url(../images/shine.html);
	position: absolute;
	background-position:99px 0;
	left: 5px;
	top: 5px;
	background-repeat: no-repeat;
}
/* 缩略图承载框 */
.thumb_container {
	width: 84.5px;
	height: 117px;
	background-image: url(../images/thumb_holder.html);
	cursor: pointer;
}
/* 右侧大预览图 */
#largephoto {
	width: 277px;
	height: 607px;
	margin-top: -98px;
	margin-left: 199px;
	background-repeat: no-repeat;
}
/* 大图遮罩层 */
#largetrans {
	width: 277px;
	height: 607px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/* 大图悬浮文字提示，默认隐藏 */
.large_image {
	display: none;
	position: absolute;
	color: #FFF;
	margin-left: -50px;
	margin-top: 30px;
	z-index: 10;
	padding: 4px;
	background-color: #1b2f3a;
}
/* 大图标题文字定位 */
#containertitle {
	position: absolute;
	margin-top: 35px;
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-shadow: 0px 1px 2px #fff;/* 文字白色描边阴影 */
}
/* 大图底部标题栏，默认隐藏 */
#largecaption {
	text-align: center;
	height: 100px;
	width: 100%;
	position: absolute;
	width: 247px;
	margin-top: 0px;
	display: none;
	color: #fff;
	font-size: 30px;
	font-family: Arial;
	letter-spacing: -1px;
	font-weight: bold
}
/* 标题文字内容 */
#largecaption .captionContent {
	padding: 5px;
}
/* 标题闪光遮罩 */
#largecaption .captionShine {
	background: url(../images/bigshine.html);
	position: absolute;
	width: 277px;
	height: 607px;
	background-position: -150px 0;
	background-repeat: no-repeat;
}
/* 多图横向滚动展示容器 */
.dh ul{
	position: relative;
	overflow: hidden;
	width:1230px;
	height: 465px;
	margin: 0px auto 0;
	padding-top:300px;
}
/* 单张展示图 */
.dh ul li{
	float: left;
	width: 108px;
	overflow: hidden;
	height: 100%;
	position: relative;
	cursor: pointer;
	border:#896d3c 1px solid;
	box-shadow: 0px 0px 10px #000;/* 黑色外发光阴影 */
}
/* 图片链接铺满盒子 */
.dh ul li a{display: block;width: 100%;height: 100%;}
/* 图片底部渐变遮罩层 */
.dh ul li .layer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background:rgba(27,29,36,0.75);/* 半透明黑色遮罩 */
	height: 100%;
}
/* 遮罩左侧文字 */
.dh ul li .layer .p1{position: absolute;bottom: 5px;left: 10px;}
/* 遮罩右侧文字（默认移出可视区） */
.dh ul li .layer .p2{position: absolute;bottom: 5px;right: -200%;}
/* 右侧文字加粗 */
.dh ul li .layer .p2 b,.dh ul li .layer .p2 span{display: block;font-weight: bold;font-size: 20px;}
/* 左侧文字字号 */
.dh ul li .layer .p1 b,.dh ul li .layer .p1 span{display: block;font-weight: bold;font-size: 14px;}
/* 青色文字类 */
.col1{color: #00A39A;}
/* 白色文字类 */
.col2{color: #fff;}
/* Flash区域向下跳动箭头 */
#Flash .arrow {
    width: 236px;
    height: 146px;
    background: url(../images/arrow_down.html) no-repeat center;
    position: absolute;
    bottom: 50%;
    left: 50%;
	z-index:51;
        margin-bottom: -288px;
    margin-left: -123px;
    -webkit-animation: down 3s 0s linear infinite 300ms 0 ease infinite;
    -moz-animation: down 3s 0s linear infinite 300ms 0 ease infinite;
    -ms-animation: down 3s 0s linear infinite 300ms 0 ease infinite;
    animation: down 3s 0s linear infinite 300ms 0 ease infinite;
    -moz-animation: down 3s 0s linear infinite;
    -webkit-animation: down 3s 0s linear infinite;
    -o-animation: down 3s 0s linear infinite;
    -ms-animation: down 3s 0s linear infinite;
    animation: down 3s 0s linear infinite;
}
/* 箭头上下浮动动画 */
@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* 页面顶部通栏盒子 */
.top-box{
	width:100%;
	position:absolute;
	left:0;
	height:120px;
	z-index:9;
}
/* 顶部logo定位 */
.top-box .lostark-logo{
	display:block;
	position:absolute;
	left:60px;
	top:50%;
	margin-top:-25px;
	width:199px;
	height:9px;
}
/* 顶部导航文字列表 */
.top-box .top-list{
	width:100%;
	text-align: center;
	font-size: 0
}
/* 导航单项行内块排列 */
.top-box .top-list li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align: top;
	width:175px;
    margin-top: -12px;
	position:relative;
	height:100%;
}
/* 导航链接，悬浮放大1.15倍 */
.top-box .top-list li a{
	display:block;
	width:100%;
	padding-top:22px;
	height:62px;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.top-box .top-list li a:hover{
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
    text-decoration: none;
}
/* 导航主标题文字 */
.top-box .top-list li a span{
	display:block;
	text-align: center;
	font-size: 18px;
	color:#ffffff;
	line-height: 24px;
	text-shadow:0 0 0.2em rgba(255,255,255,0.5),0 0 0.2em rgba(255,255,255,0.5);
}
/* 导航小字副标题 */
.top-box .top-list li a em{
	font-size: 12px;
	color:#ffffff;
	text-align: center;
	line-height: 16px;
	text-shadow:0 0 0.2em rgba(255,255,255,0.5),0 0 0.2em rgba(255,255,255,0.5);
}
/* 导航分割竖线 */
.top-box .top-list li .top-line{
	position:absolute;
	right:0;
	top:50%;
	margin-top:-18px;
	width:2px;
	height:37px;
	background:url(../images/top-line.png) right center no-repeat;
}
/* 重置默认标签样式 */
address, caption, cite, code, dfn, em, strong, th, var {font-style: normal;font-weight: normal;}
/* 底部大标语图容器 */
.slg {
    width: 576px;
    height: 319px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 285px;
    z-index: 10;
}
/* 标语图片铺满容器 */
.slg img {
    width: 100%;
}
/* 文字动画容器 */
.slg .slg-text-wrap {
    position: absolute;
    top: 160px;
    left: 0;
    width: 520px;
    height: 64px;
    font-size: 0;
    right: 0;
    margin: auto;
}
/* 单个文字精灵图，延迟渐显动画 */
.slg .slg-text-wrap span {
    display: inline-block;
    width: 50px;
    height: 55px;
    background: url(../images/slg_text_2.html) no-repeat;
    background-size: 480px 55px;
    margin-right: 10px;
    opacity: 0;
    animation:showtext 1s linear forwards;
    -webkit-animation:showtext 1s linear forwards;
}
/* 文字1坐标与动画延迟 */
.slg .slg-text-wrap .slg1 {
    background-position: 5px center;
    animation-delay:0s;
    -webkit-animation-delay:0s;
}
.slg .slg-text-wrap .slg2 {
    background-position: -54px center;
    animation-delay:.6s;
    -webkit-animation-delay:.6s;
}
.slg .slg-text-wrap .slg3 {
    background-position: -112px center;
    animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
}
.slg .slg-text-wrap .slg4 {
    background-position: -168px center;
    margin-right: 50px;
    animation-delay:1.8s;
    -webkit-animation-delay:1.8s;
}
.slg .slg-text-wrap .slg5 {
    background-position: -262px center;
    animation-delay:2.4s;
    -webkit-animation-delay:2.4s;
}
.slg .slg-text-wrap .slg6 {
    background-position: -320px center;
    animation-delay:3.0s;
    -webkit-animation-delay:3.0s;
}
.slg .slg-text-wrap .slg7 {
    background-position: -378px center;
    animation-delay:3.6s;
    -webkit-animation-delay:3.6s;
}
.slg .slg-text-wrap .slg8 {
    background-position: -436px center;
    margin-right: 0;
    animation-delay:4.2s;
    -webkit-animation-delay:4.2s;
}
/* 文字渐显动画：初始放大透明，最终正常不透明 */
@keyframes showtext {
    0% {opacity: 0;transform: scale(1.1);}
    100% {opacity: 1;transform: scale(1);}
}
/* 缩略图边框四条流光扫描线 */
.large_thumb_border span{position:absolute;display:block}
/* 顶部流光，从左向右移动 */
.large_thumb_border span:nth-child(2){
	top:0;left:0;width:100%;height:4px;
	background:-webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
	background:linear-gradient(90deg, transparent, #fff);
	-webkit-animation:animate1 1s linear infinite;
	animation:animate1 1s linear infinite
}
/* 右侧流光，从上向下移动，延迟0.25秒 */
.large_thumb_border span:nth-child(3){
	top:-100%;right:0;width:4px;height:100%;
	background:-webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
	background:linear-gradient(180deg, transparent, #fff);
	-webkit-animation:animate2 1s linear infinite;
	animation:animate2 1s linear infinite;
	-webkit-animation-delay:0.25s;
	animation-delay:0.25s
}
/* 底部流光，从右向左移动，延迟0.5秒 */
.large_thumb_border span:nth-child(4){
	bottom:0;right:0;width:100%;height:4px;
	background:-webkit-gradient(linear, right top, left top, from(transparent), to(#fff));
	background:linear-gradient(270deg, transparent, #fff);
	-webkit-animation:animate3 1s linear infinite;
	animation:animate3 1s linear infinite;
	-webkit-animation-delay:0.50s;
	animation-delay:0.50s
}
/* 左侧流光，从下向上移动，延迟0.75秒 */
.large_thumb_border span:nth-child(5){
	bottom:-100%;left:0;width:4px;height:100%;
	background:-webkit-gradient(linear, left bottom, left top, from(transparent), to(#fff));
	background:linear-gradient(360deg, transparent, #fff);
	-webkit-animation:animate4 1s linear infinite;
	animation:animate4 1s linear infinite;
	-webkit-animation-delay:0.75s;
	animation-delay:0.75s
}
/* 顶部扫描线动画 */
@-webkit-keyframes animate1{
	0%{left:-100%}
	50%,100%{left:100%}
}
@keyframes animate1{
	0%{left:-100%}
	50%,100%{left:100%}
}
/* 右侧扫描线动画 */
@-webkit-keyframes animate2{
	0%{top:-100%}
	50%,100%{top:100%}
}
@keyframes animate2{
	0%{top:-100%}
	50%,100%{top:100%}
}
/* 底部扫描线动画 */
@-webkit-keyframes animate3{
	0%{right:-100%}
	50%,100%{right:100%}
}
@keyframes animate3{
	0%{right:-100%}
	50%,100%{right:100%}
}
/* 左侧扫描线动画 */
@-webkit-keyframes animate4{
	0%{bottom:-100%}
	50%,100%{bottom:100%}
}
@keyframes animate4{
	0%{bottom:-100%}
	50%,100%{bottom:100%}
}
/* 第四板块居中内容容器 */
.box4 .center {
  position: relative;
  top: 110px;
  margin: 0 auto;
  height: 50px;
  width: 1491px;
}
/* 弹性布局均分卡片 */
.box4 .center ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
}
/* 单张卡片尺寸 */
.box4 .center ul li {
  margin-top: 106px;
  width: 439px;
  height: 254px;
  cursor: pointer;
  overflow: hidden;
}
/* 卡片图片填充，悬浮放大1.08倍 */
.box4 .center ul li img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  object-fit: fill;
}
.box4 .center ul li img:hover {
  transform: scale(1.08);
}
/* Swiper轮播左切换按钮，清除默认背景图 */
.swiper-button-prev{
	background-image:none;
	width: 53px;
	height: 80px;
	margin-left: 1646px;
	margin-top: 32px;
}
/* Swiper右切换按钮 */
.swiper-button-next{
	background-image:none;
	width: 53px;
	height: 80px;
	margin-right: 1610px;
	margin-top: 32px;
}
/* 返回顶部按钮，默认隐藏，固定右下角 */
#backtop{
	display:none;
	background:url(../images/arrow_top.png) no-repeat left top;
	cursor:pointer;
	height:50px;
	width:50px;
	position:fixed;
	_position:absolute;
	bottom:20px;
	_top:expression(eval(document.documentElement.scrollTop document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
	_bottom:auto;
	z-index:11500;
	right:20px;
}
/* 悬浮切换返回按钮背景图 */
#backtop:hover{background-position:left bottom;}
/* 全局弹窗遮罩容器（视频弹窗） */
.bigcontainer .video-pop {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);/* 半透明
	/* 半透明黑色遮罩，弹窗底层蒙版，固定全屏覆盖 */
    z-index: 9999;/* 最高弹窗层级，盖住所有页面内容 */
}
/* 弹窗内展示图片边框样式 */
.bigcontainer .video-pop img {
    border: 2px solid #342a19;/* 深棕褐色2像素边框 */
}
/* 弹窗关闭按钮1（靠右侧上方） */
.bigcontainer .video-pop .close {
    position: absolute;
    right: 33%;
    top: 200px;
    width: 30px;
    height: 30px;
    cursor: pointer;/* 鼠标悬浮手型 */
    background: url(../images/close_d1f399b.png) no-repeat center;/* 关闭图标居中无重复 */
}
/* 弹窗关闭按钮2（更靠右位置） */
.bigcontainer .video-pop .close1 {
    position: absolute;
    right: 16%;
    top: 80px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/close_d1f399b.png) no-repeat center;
}
/* 装备展示板块2内视频栏目容器 */
.zbShow2 .video-col {
    width: 1187px;
    /* margin-left: -667px; */
    margin-top: 488px;/* 距离容器顶部488像素 */
}
/* 视频列表外层盒子 */
.zbShow2 .video-col .video-list {
    width: 100%;
    margin-top: 18px;
    height: 342px;
    display: flex;/* 弹性布局 */
    flex-wrap: wrap;/* 自动换行 */
    flex-direction: column;/* 纵向排列 */
    align-content: space-between;/* 横向均分间距 */
    justify-content: space-between;/* 纵向均分间距 */
}
/* 单个视频卡片 */
.zbShow2 .video-col .video-list .video-item {
    position: relative;
    width: 216px;
    height: 216px;
    box-sizing: border-box;/* 宽高包含边框内边距 */
    box-shadow: 10px 5px 29px 0 rgba(0, 0, 0, 0.7);/* 黑色厚重阴影 */
    background-image: linear-gradient(-90deg, #333029, #3d3129);/* 深色渐变背景 */
    padding: 2px;
    cursor: pointer;
}
/* 鼠标悬浮视频卡片显示金色边框 */
.zbShow2 .video-col .video-list .video-item:hover {
    border: 2px solid #b57338;
}
/* 视频播放中间按钮 */
.zbShow2 .video-col .video-list .video-item .btn-video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);/* 兼容webkit居中 */
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);/* 完全居中 */
    z-index: 5;
    display: block;
    width: 51px;
    height: 50px;
    background: url(../images/btn_video_bd1b5d5.png) center no-repeat;
    background-size: contain;/* 图标完整缩放不裁剪 */
}
/* 视频封面图片铺满卡片 */
.zbShow2 .video-col .video-list .video-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;/* 等比铺满，裁切多余部分 */
}
/* 职业展示板块2容器 */
	#ZhiYe2{
height: 480px;
position:relative;
min-width:1200px;/* 页面最小宽度，防止过窄变形 */
margin:0 auto;
padding-top: 227px;/* 内部顶部留白 */
}
/* 职业板块居中盒子 */
	#ZhiYe2 .center{
position:relative;
width:1500px;
margin:0 auto;
}
/* 轮播切换小点容器 */
	#ZhiYe2 .photoshow_select2{
text-align:center;
margin-top:10px;
}
/* 轮播切换圆点按钮 */
	#ZhiYe2 .photoshow_select2 a{
margin:0 2px;
width:20px;
height:20px;
text-indent:0px;
background:url(../images/a_4.html) no-repeat left top;
cursor:pointer;
display:inline-block;
}
/* 圆点激活切换样式 */
	#ZhiYe2 .photoshow_select2 a.change{
background-position:right top;
}
/* 职业大图轮播容器 */
	#ZhiYe2 .photoshow2{
width:1500px;
height:657px;
margin:0 auto;
margin-left: -360px;
}
/* 单张职业图 */
	#ZhiYe2 .photoshow2 li{
width:432px;
height:657px;
text-align:center;
cursor:pointer;
}
/* 职业图片自适应宽度 */
	#ZhiYe2 .photoshow2 li img{
max-width:100%;
}
/* 当前聚焦图片取消鼠标点击手型 */
	#ZhiYe2 .photoshow2 li.roundabout-in-focus{
cursor:default;
}
/* 图片底部文字 */
	#ZhiYe2 .photoshow2 li span{
padding-top:6em;
display:block;
}
/* 轮播左右翻页按钮外层 */
	#ZhiYe2 .move_rights,#ZhiYe2 .move_lefts{
float:left;
width:48px;
height:320px;
position:absolute;
top:0px;
z-index:1500;/* 高层级盖住图片 */
}
/* 翻页按钮图标垂直居中 */
	#ZhiYe2 .move_lefts span,#ZhiYe2 .move_rights span{
width:48px;
height:85px;
position:absolute;
top:50%;
margin-top: 33px;
}
/* 左翻按钮定位 */
	#ZhiYe2 .move_lefts{
left: -104px;
}
/* 左翻按钮背景图 */
	#ZhiYe2 .move_lefts span{
background-position:left top;
background:url(../images/01.png) no-repeat left top;
background-repeat:no-repeat;
}
/* 悬浮左翻按钮不变图 */
	#ZhiYe2 .move_lefts:hover span{
background-position:left top;
}
/* 右翻按钮定位 */
	#ZhiYe2 .move_rights{
right: -54px;
}
/* 右翻按钮背景图 */
	#ZhiYe2 .move_rights span{
background-position:left top;
background:url(../images/02.png) no-repeat left top;
background-repeat:no-repeat;
}
/* 悬浮右翻按钮不变图 */
	#ZhiYe2 .move_rights:hover span{
background-position:left top;
}
/* 特色展示板块容器 */
.Tzshow .tsBox {
    width: 1600px;
    height: 499px;
    background: url(../images/ts_bg.html) center no-repeat;
    margin: 210px auto 0;
    font-size: 0;/* 清除行内元素默认间距 */
    text-align: center
}
/* 特色展示单个卡片 */
.Tzshow .tsBox li {
    width: 117px;
    height: 464px;
    margin: 18px 2px 0;
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: .4s all;/* 0.4秒过渡动画 */
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all
}
/* 鼠标悬浮/选中状态卡片加宽 */
.Tzshow .tsBox li:hover,.Tzshow .tsBox li.on {
    width: 355px
}
/* 缩略图悬浮透明 */
.Tzshow .tsBox li:hover .s,.Tzshow .tsBox li.on .s {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0)/* IE低版本透明兼容 */
}
/* 大图悬浮完全显示 */
.Tzshow .tsBox li:hover .b,.Tzshow .tsBox li.on .b {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100)
}
/* 默认缩略图 */
.Tzshow .tsBox li .s {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all
}
/* 展开后大图，默认透明隐藏 */
.Tzshow .tsBox li .b {
    display: block;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all
}
/* Swiper轮播外层容器 */
.swiper-container {
      width: 100%;
      height: 100%;
max-width: 1600px;
margin-top:380px;
    }
/* 轮播轨道 */
	.swiper-wrapper{
width:90%;
}
/* 单张轮播幻灯片 */
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;/* 弹性居中 */
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;/* 切换过渡0.3秒 */
	  transform: scale(0.3);/* 非激活缩小至30% */
    }
/* 当前激活幻灯片恢复原始大小 */
	.swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1);
	}
/* Swiper左右切换按钮基础样式 */
.swiper-button-next,.swiper-button-prev{
width:44px !important;
height: 77px !important;
top:37%;
}
/* 清除按钮默认箭头 */
.swiper-button-next:after,.swiper-button-prev:after{
 content:'';
}
/* 下一张按钮背景图与定位 */
.swiper-button-next{
background: url(../images/prev.png);
right:-234px;
}
/* 上一张按钮背景图与定位 */
.swiper-button-prev{
background: url(../images/next.png);
left:-239px;
}
/* 激活幻灯片层级最高 */
.swiper-slide-active{
z-index:1;
}
/* 下一张幻灯片底层 */
.swiper-slide-next{
z-index:0;
}
/* 当前图图片左偏移 */
.swiper-slide-active img{
margin-left: -141px;
}
/* 前一张图片左偏移 */
.swiper-slide-prev img{
margin-left: -1232px;
}
/* 后一张图片右偏移 */
.swiper-slide-next img{
    margin-right: -173px;
}
/* 装备板块1视频容器复用弹窗样式（同全局弹窗） */
.bigcontainer .video-pop {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.bigcontainer .video-pop img {
    border: 2px solid #342a19;
}
.bigcontainer .video-pop .close {
    position: absolute;
    right: 33%;
    top: 200px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/close_d1f399b.png) no-repeat center;
}
.bigcontainer .video-pop .close1 {
    position: absolute;
    right: 16%;
    top: 80px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/close_d1f399b.png) no-repeat center;
}
/* 装备展示板块1视频栏目容器 */
.zbShow .video-col {
    width: 1430px;
    margin-left: 192px;
    margin-top: 275px;
}
/* 装备板块视频列表 */
.zbShow .video-col .video-list {
    width: 100%;
    margin-top: 18px;
    height: 342px;
    /* display: flex; */
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-between;
    justify-content: space-between;
}
/* 装备板块视频卡片 */
.zbShow .video-col .video-list .video-item {
    position: relative;
    width: 300px;
    height: 150px;
    box-sizing: border-box;
    box-shadow: 10px 5px 29px 0 rgba(0, 0, 0, 0.7);
    background-image: linear-gradient(-90deg, #333029, #3d3129);
    padding: 2px;
    cursor: pointer;
    margin-right: 14px;
    float: left;
    margin-bottom: 30px;
}
/* 视频卡片悬浮金色边框 */
.zbShow .video-col .video-list .video-item:hover {
    border: 2px solid #b57338;
}
/* 视频播放按钮居中 */
.zbShow .video-col .video-list .video-item .btn-video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    display: block;
    width: 51px;
    height: 50px;
    background: url(../images/btn_video_bd1b5d5.png) center no-repeat;
    background-size: contain;
}
/* 视频封面铺满卡片 */
.zbShow .video-col .video-list .video-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
