﻿/*全局*/
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: #cfeff6; font-size:12px; font-family:"Microsoft YaHei",Tahoma,SimSun,Verdana;width: 100%;
	margin-left: auto;
	margin-right: auto;}
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%; margin-top:-10px; position:relative; z-index:10; min-width:1200px; }
.mainbox{margin: 0 auto; width: 1226px;height: 100%;position: relative; }


/*------ 顶部通栏导航 ------*/
#site-nav { height: 29px; border-bottom: 1px solid #e6e6e6; background-color: #f6f6f6; line-height: 26px; z-index: 999; position: relative; min-width: 1200px; }
#site-nav .iconfont { margin:0 3px 0 0; color: #666; }
#site-nav a { display: block; line-height: 29px; padding: 0 20px; }
#site-nav a:hover { background-color: #fff; color:red; }
#site-nav .homecollect a { float: left; color: #000;}
#site-nav .contact a,span { color:#ccc; float: right; }
#site-nav .homecollect a span,#site-nav .contact a span { color: #000; }

#site-nav .menu {position: relative; float: right;}
#site-nav .menu-hd { display: block; z-index: 9999; cursor: pointer; text-align: center; }
#site-nav .menu-bd { border: 1px solid #fff; display: none; z-index: 10000; left: 0px; background:rgba(225, 225, 225, .8); position: absolute; top: 30px; }
#site-nav .menu-bd-panel { padding: 10px; }
#site-nav .menu:hover .menu-bd { display: block; }
#site-nav .hover .menu-bd { display: block; }


/*------字体图标------*/
@font-face {font-family: 'iconfont';
    src: url('../icon/iconfont.eot');
    src: url('../icon/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../icon/iconfont.woff') format('woff'),
    url('../icon/iconfont.ttf') format('truetype'),
    url('../icon/iconfont.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}

/*------ banner大图 ------*/
#banner {
	width: 100%; 
	height: 933px; 
	min-width:1200px; 
	z-index: 9;
	margin: 0 auto;
	position: relative;
	display: block;
	clear:both; 
	overflow: hidden; 
	margin-left: auto;
	margin-right: auto;
}
.bannervideo { width: auto; 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: auto;
	height: 933px;
	position: absolute;
	overflow: hidden;
	z-index: 1;
	background: url(../images/bg.png) no-repeat center top;
	min-width:1200px; 
	background-size: cover;
	top:0;
	background-size: 100% auto;
}
#bannertxt {
	width: 1200px;
	height: 933px;
	z-index: 999;
	margin: 0 auto;
	position: relative;
	display: block;
	min-width:1200px; 
}
#logo {
	width: 530px;
	height: auto;
	position: absolute;
	right:2%;
	top:1%;
	z-index: 99;
}

#logo h1 {
	display: none;
}

#banner .txt1 {
	width: 25.8%;
	height: auto;
	position: absolute;
	top: 30%;
    right:7%;
	background: url(../images/bannertxtbg.png) no-repeat;
	background-size: cover;
}

#banner #logo img,#banner .txt1 img { width: 100% !important;height: 100%; }

#banner .txt1 { width: 23%; top: 0%; right: 100%; }
.bannerxj { height: 127px; width: 100%; background: url(../images/bg-bannerxj.png) no-repeat bottom; position: absolute; top:-127px; z-index: 10; }
#btns-bg {float:right;width: 23%; right:30px;top:20px;z-index: 9999999;}

/*------下载------*/
.gamedown{width: 1280px; height:110px; position: absolute; top:790px; margin: 0 0 0 0; z-index: 9999; }
.gamedown div { width: 270px; height: 110px; float: left; margin: 0 20px;margin-right: 60px;margin-left: 60px; }
.gamedown a { width: 270px; height: 110px; display: block; text-indent: -9999px; }
.gamedown .login a { background: url(../images/down-login.png) no-repeat; }
.gamedown .ios a { background: url(../images/down-ios.png) no-repeat; }
.gamedown .android a { background: url(../images/down-android.png) no-repeat; }
#boxIOS,#boxAndroid{ display:none; width: 140px; height: 140px; margin:-250px 0 0 53px; background:#f6f6f6; border-radius: 0.5em; padding:10px; text-align:center; }
#boxIOS img,#boxAndroid img { width: 140px; height: 140px;}
#boxewm img { width: 120px; height: 120px;}

/*------ banner自适应 ------*/
@media screen and (min-width: 1600px) and (max-width: 1880px){
	.mainboxtop { margin-top:-40px; }
}
@media screen and (min-width: 1367px) and (max-width: 1440px){
	.mainboxtop { margin-top:-30px; }
	#banner { height: 718px; }
	#bannertxt { height: 400px; }
	#banner #logo { width: 26%; top: 0; right: 10%; }
	#banner .txt1 { width: 17%; top: 28%; right: -5%; }
	.gamedown { top:550px; }
}
@media screen and (min-width: 1279px) and (max-width: 1366px){
	.mainboxtop { margin-top:-65px; }
	#banner { height: 718px; }
	#bannertxt { height: 400px; }
	#banner #logo { width: 26%; top: 0; right: 10%; }
	#banner .txt1 { width: 17%; top: 28%; right: -5%; }
	.gamedown { top:520px; }
}
@media screen and (min-width: 1280px) and (max-width: 1365px){
	.mainboxtop { margin-top:-105px; }
	#banner { height: 718px; }
	#bannertxt { height: 400px; }
	#banner #logo { width: 26%; top: 0; right: 10%; }
	#banner .txt1 { width: 17%; top: 28%; right: -5%; }
	.gamedown { top:480px; }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
	.mainboxtop { margin-top:-135px; }
	#banner { height: 718px; }
	#bannertxt { height: 400px; }
	#banner #logo { width: 26%; top: 0; right: 10%; }
	#banner .txt1 { width: 17%; top: 38%; right: -5%; }
	.gamedown { top:450px; }
}


/*游戏介绍*/
.newsbox { width:100%; margin:0 auto; height:727px; display: block; background:#e2e8eb url(../images/bg-news.jpg) no-repeat bottom; min-width: 1200px; }
.newslist { width: 630px; float: left; margin: 133px 0 0 90px; }
.newslist li { height: 34px; line-height: 34px; text-align: left; font-size: 14px; margin: 0 0 10px 0; }
.newslist li a { color: #bed5e3; display: block; height: 34px; width: 600px; background: #000; border-radius: 34px; border: 1px solid #2d5964; padding: 0 0 0 20px; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
.newslist li a:hover { color: #c5ae62; background: #2d5964; animation-name:dmyani; animation-duration:1s;}
@keyframes dmyani {
	0%{ margin-left:15px;}
	}



/*游戏特色*/
.tese { width: 100%; height: 707px; display: block; min-width: 1200px; background:#f2f3f5 url(../images/bg-tese.jpg) no-repeat bottom; position: relative; }
.title-tese { width: 100%; height: 60px; position: absolute; top:60px; background: url(../images/title-tese.png) no-repeat center; z-index: 99; }
/*图片轮播*/
.projects{ width: 1226px; margin: 0 auto; top:130px; position: absolute; }
.picScroll{ overflow:hidden; position:relative; padding-bottom: 95px; }
.picScroll .bd2 ul{ overflow:hidden; zoom:1; }
.picScroll .bd2 ul li{ margin-right: 34px; position: relative; padding: 15px 10px; float:left; _display:inline; overflow:hidden; text-align:center; }
.picScroll .bd2 ul li a{ overflow: hidden; display: table-cell; vertical-align: middle;*font-size: 315px; }
.picScroll .bd2 ul li a img {width:485px;  height: 528px;  display:block;  vertical-align: middle;overflow: hidden; margin: 0 auto; }
.picScroll .prev{cursor:pointer; width:60px; left: 0; top:180px; background: url(../images/btn-prev.png) no-repeat center top;  height:120px; position:absolute; float:left; z-index:5}
.picScroll .next{cursor:pointer; width:60px; right: 0 ; top:180px; background: url(../images/btn-next.png) no-repeat center top;  height:120px; position:absolute; float:left; z-index:5}
.picScroll .prev:hover { opacity: .8;}
.picScroll .next:hover { opacity: .8;}


/*装备展示*/
.show { width: 100%; height: auto;display: block; min-width: 1200px; background: #f5f5f5 url(../images/bg-show.jpg) repeat-y top; position: relative; }
.title-show { width: 100%; height: 60px; position: absolute; top:50px; z-index: 99; background: url(../images/title-show.png) no-repeat center; }
/* 装备图片 */
.showlist { padding: 120px 0 50px; text-align: center; }
.showlist li { width: 1225px; height: 745px;  background: url(../images/bg-showimg.png) no-repeat; }
.showlist img { padding-top: 27px; width: 1140px;}

/*游戏截图*/
.jietu { width: 100%; height: 820px; display: block; position: relative; min-width: 1200px; background:#eceef0 url(../images/bg-jietu.jpg) no-repeat bottom;}
.title-jietu { width: 100%; height: 60px; position: absolute; top:50px; z-index: 99; background: url(../images/title-jietu.png) no-repeat center; }
/*截图轮播*/
.first { width:1225px; position:relative; margin: 0 auto; z-index: 999; }
.demobox { width: 1225px; min-width: 1225px; height: 740px; overflow: hidden; margin: 0 auto; padding: 5px; /*background: #000;*/ z-index: 1000; position: absolute; top: 120px; }
.demo{ width: 1225px; height: 740px; margin: 0 auto; }
.demo img { border:2px #35586b solid; }
.imgList { width:1000px; left:168px; position: absolute; }/* 中间图片列表居中 */
.left-btn,.right-btn{ opacity: .8; z-index: 9999; }/* 左右按钮透明度 */
.left-btn:hover,.right-btn:hover{ opacity: 1; z-index: 999;}
.left-btn { left:120px;background: url(../images/btn-prev.png) no-repeat 0px 0px; }
.right-btn { left:1160px;background: url(../images/btn-next.png) no-repeat 0px 0px; }


/* 底部版权 */
#footer { height: 180px; width: 100%; background: #10171d; min-width:1200px; }
.footerlogo { width: 220px; height: 130px; display: block; float: left; margin: 20px 0 0 0; }
.copyright { width: 940px; float: left; padding: 0 0 0 15px; margin:35px 0 0; color:rgba(70, 70, 70, 0.8); font-size: 12px; line-height: 24px; text-align:center}
.copyright .tips { color: #db0000; font-weight: normal; text-align:center}
.copyright a { color: rgba(70, 70, 70, 0.8); text-align:center}

/*右侧固定浮动*/
.fixedbox { position:fixed; right: 0; bottom: 50px; z-index: 9999; width: 150px; height: 600px; }
@media (max-width:768px){
.fixedbox{display:none; }
	}
.fixedbox div { text-align: center; color: #3e7a9a; font-weight: bold; margin-bottom: 10px; margin-left: 10px;}
.fixedbox div img { margin: 0;}
.h5bar{ width:106px; height:480px; float:left; z-index: 9; position: absolute; }
.h5open{ position:fixed; z-index:99999; bottom: 390px; right:0px; height:120px; width:30px; padding: 12px 0 0; text-align: center; background: url(../images/btn.png) no-repeat; text-shadow:3px 3px 8px #000;}
.h5close{ height:100px; width:30px; padding: 25px 0 0; background: url(../images/btn.png) no-repeat; text-align:center; float:left; margin:175px 0 0 35px; position: absolute; z-index: 99;text-shadow:3px 3px 8px #000;}
.h5btn{ font-size:14px; line-height:16px; color:#cdcdcd; cursor:pointer; }
#boxewm{
	display:none; width: 120px; height: 120px; background:#f6f6f6; border-radius: 0.5em; padding:10px; text-align:center;position:absolute; margin:-140px 0 -40px 0px;
}
/*音乐播放*/
.Btn {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 95px;
	height: 95px;
	background-color: yellow;
	background: url(../images/btn-bg.png) no-repeat ;
	animation: Btn-bg 3s linear infinite;
	opacity:0.50;
}
.PlayEy {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0px;
    height:0px;
    background: url(../img/bg_circle.png),url(../img/bg_center.png) no-repeat center;
    background-size: 100%
    auto;
}
.Play {
	position: absolute;
	width: 29px;
	height: 36px;
	background: red;
	background: url(../images/play.png) no-repeat;
	transition: .5s;
	top: 33px;
    left: 33px;
}

#btns-bg {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px auto;
	width: 95px;
	height:95px;
	position:fixed;
}

@keyframes Btn-bg {
	from {}
	to {
		transform: rotate(360deg);
	}
}