/*全局*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,header,footer,section,aside,article{padding:0;margin:0}
body { background: #180807; font-size:12px; font-family:"Microsoft YaHei",Tahoma,SimSun,Verdana;}
address,caption,cite,code,dfn,em,th,var{font-weight:normal;font-style:normal}
abbr,acronym,img,input{border:0}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
ul,ol,li{list-style:none;}
table{border-collapse:collapse;border-spacing:0}
.fr{float:right;}
.fl{float:left;}
.disb{display:block;}
.hid{display:none;}
.disib{display:inline-block;*display:inline;*zoom:1;}
a{color:#d7b591; text-decoration:none} 
a:hover{color:#fff; text-decoration: none; }
a:focus,input:focus{outline:0}
img{border:0;vertical-align:top; }
.clr { clear: both; }


.mainboxtop{margin: 0 auto;width: 100%; position:relative; z-index:10; min-width:1200px; margin-top: 0; }
.mainbox{margin: 0 auto; width: 1200px;height: 100%; min-width:1200px; }
.main{ width: 1200px; /*margin-top: -50px;*/ margin: 0 auto; position: relative; z-index: 10; overflow: hidden;}
.box-l{width: 280px; float: left; }
.box-r{width: 905px;height:470px;background:url("../images/in01.jpg") repeat; float: right; overflow: hidden;}

/*------ banner大图 ------*/
#banner {
	width: 100%; 
	height: 890px; 
	min-width:1200px; 
	z-index: 9;
	margin: 0 auto;
	position: relative;
	display: block;
	clear:both; 
	overflow: hidden;
	border-bottom: 3px solid #6b4514;
}
.bannervideo { width: 100%; height: auto; position: absolute; margin: 0 auto; top: 0; z-index: 2; display: block !important; overflow: hidden; }
.bannervideo video { object-fit:fill; width: 100% !important; height: auto; min-width:1200px; }
#bannerbg {
	width: 100%;
	height: 900px;
	position: absolute;
	overflow: hidden;
	z-index: 1;
	background: url(../images/bg.jpg) no-repeat center top;
	min-width:1200px; 
	background-size: cover;
	top:0;
	background-size: 100% auto;
}
#bannertxt {
	width: 1200px;
	height: 780px;
	z-index: 999;
	margin: 0 auto;
	position: relative;
	display: block;
	min-width:1200px; 
}
#logo {
	width: 700px;
	height: auto;
	position: absolute;
	left:10%;
	top:10%;
	z-index: 99;
}
#logo img { width: 350px; height: auto;}

#logo h1 {
	display: none;
}

#banner .txt1 {
	width: 760px;
	height: auto;
	position: absolute;
	top: 45%;
    left:0;
}
#banner .txt2 {
	width: 580px;
	height: auto;
	position: absolute;
	top: 73%;
    left:10%;
}

#banner #logo img,#banner .txt1 img,#banner .txt2 img { width: 100% !important;height: 100%; }


/*------下载------*/
.gamedown{ height:230px; width:948px; position: absolute; top:720px; display: block; margin: 0 0 0 126px; z-index: 9999; }
.gamedown div { float: left; }
.gamedown .login { width: 258px; height: 230px; background: url(../images/down-login.png) no-repeat; }
.gamedown .ios { width: 345px; height: 230px; background: url(../images/down-ios.png) no-repeat center 62px; }
.gamedown .android { width: 345px; height: 230px; background: url(../images/down-android.png) no-repeat center 62px; }
.gamedown a { width: 345px; height: 230px; display: block; text-indent: -9999px; position: absolute; }
.gamedown .login a:hover { background: url(../images/down-login-hover.png) no-repeat; top:-5px; position: absolute; }
.gamedown .ios a:hover { background: url(../images/down-ios-hover.png) no-repeat center 62px; top:-5px; position: absolute; }
.gamedown .android a:hover { background: url(../images/down-android-hover.png) no-repeat center 62px; top:-5px; position: absolute; }
.gamedown .login a { width: 258px; }

#boxIOS,#boxAndroid{ display:none; width: 140px; height: 140px; margin: -100px 0 0 90px; background:#f6f6f6; border-radius: 0.5em; padding:10px; text-align:center; }
#boxIOS img,#boxAndroid img { width: 140px; height: 140px;}


/*游戏介绍*/
.newsbox { width:100%; margin:0 auto; height:638px; display: block; min-width: 1200px; background: url(../images/bg-news.jpg)no-repeat center bottom; }
.news { width: 1200px; height: 500px; padding: 60px 0 0; overflow: hidden; margin: 0 auto; }
/*新闻焦点图*/
.newsfocus { width: 820px; height: 250px; background-color: green; float: right; }
.swiper-container{position:relative;width:820px;height:250px;overflow:hidden}
.swiper-wrapper{position:absolute;left:0;height:100%}.swiper-wrapper-transition{transition:all .8s ease 0s}
.swiper-item{display:inline-block;width:100%;height:100%;float:left}
.swiper-item img { width: 820px; height: 250px; }
.swiper-btn-group{position:absolute;left:0;top:0;display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}
.swiper-btn-group_prev,.swiper-btn-group_next{position:relative;width:50px;height:50px;margin:10px;border-radius:50%;transition:background-color .2s;cursor:pointer}
.swiper-btn-group_prev:hover,.swiper-btn-group_next:hover{background-color:rgba(255,255,255,.1)}
.swiper-btn-group_prev::before,.swiper-btn-group_next::before{content:"";position:absolute;left:50%;top:50%;transform:translate(-30%,-50%) rotate(45deg);width:15px;height:15px;border-color:#fff;border-style:solid}
.swiper-btn-group_prev::before{border-width:0 0 2px 2px}
.swiper-btn-group_next::before{border-width:2px 2px 0 0;transform:translate(-70%,-50%) rotate(45deg)}
.swiper-pagination{position:absolute;left:0;bottom:10px;display:flex;justify-content:center;align-items:center;width:820px;height:20px}
.swiper-pagination-item{width:10px;height:10px;border-radius:50%;background-color:rgba(255,255,255,0.45);transition:all .3s}
.swiper-pagination-item:not(:last-child){margin-right:10px}
.swiper-pagination-item_active{width:30px;border-radius:5px;background-color:rgba(255,255,255,0.85)}
/*新闻选项卡*/
.newslist { width: 818px; height: 248px; float: right; border: 1px solid #563823; background-color:rgba(0, 0, 0, .7); }
.newslist .hd { width:180px; height: 180px; display: block; float: left; margin-top: 28px; }
.newslist .hd ul { font-size: 18px; }
.newslist .hd ul li { cursor: pointer; height: 45px; width: 180px; margin-bottom: 12px; line-height: 45px; color: #b67f48; text-align: center; background:rgba(127, 80, 27, .5); }
.newslist .hd ul .on {color: #fff; background-color: #7d0c07; }
.newslist .bd { width: 560px; display: block; float: left; margin: 18px 0 0 20px; }
.newslist .bd ul { padding: 0 0 0 15px; }
.newslist .bd ul li { height: 34px; line-height: 34px; text-align: left; font-size: 14px; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
.newslist .bd ul li a { color: #93640a;}
.newslist .bd ul li a:hover { color: #fff; animation-name:dmyani; animation-duration:1s;}
@keyframes dmyani {
	0%{ margin-left:15px;}
	}

/*游戏特色*/
.tese { width: 100%; height: 715px; display: block; min-width: 1200px; background: url(../images/bg-tese.jpg) no-repeat; position: relative; }
.title-tese { width: 100%; height: 70px; position: absolute; top:40px; background: url(../images/title-tese.png) no-repeat center; }
/*图片轮播*/
.poster-main { position: absolute; width: 100%; top: 120px; z-index: 999;}
.poster-main a, .poster-main img { display: block; width: 100%; height: 100%; text-align: center; }
.poster-main .poster-list { width: 1200px; height: 600px; }
.poster-main .poster-list .poster-item { position: absolute; width: 300px; border: 1px solid #53340b; background-color:rgba(0, 0, 0, .7); padding: 9px; }
.poster-main .poster-btn { width: 100px; position: absolute; top: 0; cursor: pointer; filter: opacity(.7) brightness(1);}
.poster-main .poster-btn:hover{ filter: opacity(1) brightness(1); }
.poster-main .poster-prev-btn { left: 0; background: url(../images/btn-prev.png) no-repeat 20px center;}
.poster-main .poster-next-btn { right: 0; background: url(../images/btn-next.png) no-repeat 120px center; }


/*装备展示*/
.show { width: 100%; height: 750px;display: block; min-width: 1200px; position: relative; background: url(../images/bg-show.jpg) no-repeat center bottom; }
.title-show { width: 100%; height: 70px; position: absolute; top:40px; z-index: 99; background: url(../images/title-show.png) no-repeat center; }
/* 手风琴相册 */
.wrap{ auto;width:1198px;height:556px; top:130px; position:relative; overflow:hidden; border: 2px solid #53340b; border-left: none; background: #000; }
.pic{width:796px;height:560px;/*cursor:pointer;*/}
.pic1{background:url('../images/zb.gif');position:absolute;top:0;left:0;z-index:1; }
.pic_num1{width:74px;height:49px;position:absolute;top:40px;left:17px;background:url('../images/pic_num.jpg');background-position:0 0;display:none; opacity:0.6;}
.pic2{background:url('../images/zb.gif');position:absolute;top:0;left:800px;z-index:3;}
.pic_num2{width:74px;height:49px;position:absolute;top:40px;left:17px;background:url('../images/pic_num.jpg');background-position:-69px 0; opacity:0.6;}
.pic3{background:url('../images/zb.gif');position:absolute;top:0;left:890px;z-index:5;}
.pic_num3{width:74px;height:49px;position:absolute;top:40px;left:17px;background:url('../images/pic_num.jpg');background-position:-138px 0; opacity:0.6;}
.pic4{background:url('../images/zb.gif');position:absolute;top:0;left:980px;z-index:7;}
.pic_num4{width:74px;height:49px;position:absolute;top:40px;left:17px;background:url('../images/pic_num.jpg');background-position:-207px 0; opacity:0.6;}
.pic5{background:url('../images/zb.gif');position:absolute;top:0;left:1070px;z-index:9;}
.pic_num5{width:73px;height:49px;position:absolute;top:40px;left:18px;background:url('../images/pic_num.jpg');background-position:-276px 0; opacity:0.6;}
.pic6{background:url('../images/zb.gif');position:absolute;top:0;left:1160px;z-index:11;}
.pic_num6{width:73px;height:49px;position:absolute;top:40px;left:18px;background:url('../images/pic_num.jpg');background-position:-345px 0; opacity:0.6;}
.pic1,.pic2,.pic3,.pic4,.pic5,.pic6 { border-left: 2px solid #53340b; }
.pic5 { border-right: none; }
.pic .imglink { width:796px;height:556px; display: block; position: absolute; z-index: 999; text-indent: -9999px; }


/*游戏截图*/
.jietu { width: 100%; height: 100%; display: block; position: relative; min-width: 1200px;  background: url(../images/bg-jietu.jpg) repeat-y center top;}
.title-jietu { width: 100%; height: 70px; position: absolute; top:40px; z-index: 99; background: url(../images/title-jietu.png) no-repeat center; }
/*截图平铺*/
.imglistbox { top: 130px; z-index: 2; padding: 130px 0 40px; }
.imglist { padding: 0 45px; }
.imglist li { margin: 0 0 20px 0; }
.imglist li img { width:1100px; height: auto; border:5px #53340b solid; }


/* 底部版权 */
#footer { height: 180px; width: 100%; background:#2f1913; min-width:1200px; }
.footerlogo { width: 220px; height: 130px; display: block; float: left; margin: 20px 0 0 0; text-align: center; }
.footerlogo img { width: 160px; height: auto; }
.copyright { width: 940px; float: left; padding: 0 0 0 15px; margin:35px 0 0; color: #999; font-size: 12px; line-height: 24px; }
.copyright .tips { color: #ea970f; font-weight: normal; }
.copyright a { color: #aaa; }

/*右侧固定浮动*/
.fixedbox { position:fixed; right: 20px; bottom: 50px; z-index: 9999; width: 190px; height: 480px; }
@media (max-width:768px){
.fixedbox{display:none; }
	}
.fixedbox div { text-align: center; color: #c68616; font-weight: bold; }
.fixedbox div img { margin: 5px 0;}
.fixedbox div p { line-height: 14px; line-height: 16px; }
.fixedbox .rightlogo { margin: -35px 0 10px; }
.fixedbox .rightlogo img { width: 110px; height: auto; }
.fixedbox .chongzhi { height: 115px; }
.fixedbox .chongzhi a { width: 150px; height: 115px; display: block; background: url(../images/btn-chongzhi.png) no-repeat center top; text-indent: -9999px; }
.fixedbox .chongzhi a:hover { background: url(../images/btn-chongzhi.png) no-repeat center -115px; }
.fixedbox .code { margin: 0 auto 5px; }
.fixedbox .code img { width: 100px; height: 100px; }
.fixedbox .top { width: 150px; height: 45px; margin: 0; position: absolute; }
.fixedbox .top a { width: 150px; height: 45px; display: block; }
.h5bar{ width:160px; height:530px; float:left; background: url(../images/fixedboxbg.png) no-repeat; }
.h5open{ position:fixed; z-index:99999; bottom: 250px; right:0px; height:120px; width:30px; padding: 12px 0 0; text-align: center; background: url(../images/btn.png) no-repeat; }
.h5close{ height:100px; width:30px; padding: 25px 0 0; background: url(../images/btn.png) no-repeat; text-align:center; float:left; margin:150px 0 0;}
.h5btn{ font-size:14px; line-height:16px; color:#cdcdcd; cursor:pointer; }


/*------ banner自适应 ------*/
@media screen and (min-width: 1440px) and (max-width:1600px){
	#banner { height: 560px; }
	#bannertxt { height: 420px; }
	#banner #logo { width: 18%; top: 3%; left:23%; }
	#banner .txt1 { width: 38%; top: 40%; left: 15%; }
	#banner .txt2 { width: 36%; top: 72%; left: 18%; }
	.gamedown { top:400px; }
}
@media screen and (min-width: 1366px) and (max-width: 1439px){
	#banner { height: 560px; }
	#bannertxt { height: 420px; }
	#banner #logo { width: 18%; top: 3%; left:23%; }
	#banner .txt1 { width: 38%; top: 40%; left: 15%; }
	#banner .txt2 { width: 36%; top: 72%; left: 18%; }
	.gamedown { top:400px; }
}
@media screen and (min-width: 1280px) and (max-width: 1365px){
	#banner { height: 560px; }
	#bannertxt { height: 420px; }
	#banner #logo { width: 18%; top: 3%; left:23%; }
	#banner .txt1 { width: 38%; top: 40%; left: 15%; }
	#banner .txt2 { width: 36%; top: 72%; left: 18%; }
	.gamedown { top:400px; }
}
@media screen and (min-width: 1024px) and (max-width: 1279px){
	#banner { height: 560px; }
	#bannertxt { height: 420px; }
	#banner #logo { width: 18%; top: 3%; left:23%; }
	#banner .txt1 { width: 38%; top: 40%; left: 15%; }
	#banner .txt2 { width: 36%; top: 72%; left: 18%; }
	.gamedown { top:400px; }
}
@media screen and (min-width: 768px) and (max-width: 1023px){
	#banner { height: 560px; }
	#bannertxt { height: 420px; }
	#banner #logo { width: 18%; top: 3%; left:23%; }
	#banner .txt1 { width: 38%; top: 40%; left: 15%; }
	#banner .txt2 { width: 36%; top: 72%; left: 18%; }
	.gamedown { top:400px; }
	.poster-main .poster-list .poster-item { padding: 5px; }
}

/*背景音乐*/
#musicbox { position:fixed; width: 50px; height: 50px; z-index: 9999999; top:40px; right: 40px;  opacity: 0.5; }
#musicbox a {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #CCCCCC;
    border-radius: 60px;
    font-size: 26px;
    margin-top: 20px;
    background-image: url(../images/m.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#musicbox a.play { animation: rotates 3s linear infinite;}
#musicbox a img { width: 100%; height: 100%; }
@keyframes rotates {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
	}
}