﻿/*全局*/
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: #f7f6f7; 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%; margin-top:-18px; position:relative; z-index:10; min-width:1200px; }
.mainbox{margin: 0 auto; width: 1200px;height: 100%;position: relative; min-width:1200px; }


/*------顶部导航------*/
.topnav { height:90px; width:100%; position: fixed; top: 0; z-index: 9999; background: rgba(255, 255, 255, .5); border-bottom: 1px solid #fff; }
.topnav ul { padding: 18px 0 0; }
.topnav ul li { float: left; width: 170px; text-align: center; }
.topnav ul li a { font-size: 24px; font-weight: bold; color:#1f3479; }
.topnav ul li a:hover { color: #000;}
.topnav ul li span { display: block; font-size: 18px; font-weight: normal; color: #57617c;}
.topnav ul li.bannerlogo { width: 520px; height: 50px; }
.topnav ul li.bannerlogo div { position: absolute; top:0; }
.topnav ul li.bannerlogo img { width: 300px; height: auto; margin: 0 110px;}

/*------下载------*/
.gamedown{ height:115px; width:100%; position: absolute; top:800px; z-index: 999; }
.gamedown .cntbox { width: 1200px; height: 100%; display: block; overflow: hidden; margin: 0 auto; min-width:1200px; }
.gamedown .login { width: 290px; height: 115px; float: left; margin: 0 0 0 165px; }
.gamedown .ios {  width: 290px; height: 115px; float: left; }
.gamedown .android {  width: 290px; height: 115px; float: left; }
.gamedown .login a,.gamedown .ios a,.gamedown .android a { width: 290px; height: 115px; display: block; text-indent: -9999px; position: absolute; }
#boxIOS,#boxAndroid{ display:none; width: 140px; height: 140px; margin: -150px 0 0 65px; background:#f6f6f6; border-radius: 0.5em; padding:10px; text-align:center; }
#boxIOS img,#boxAndroid img { width: 140px; height: 140px;}
.gamedown .login a { background: url(../images/down-login.png) no-repeat top; }
.gamedown .login a:hover { background: url(../images/down-login-hover.png) no-repeat bottom; }
.gamedown .android a { background: url(../images/down-android.png) no-repeat top; }
.gamedown .android a:hover { background: url(../images/down-android-hover.png) no-repeat bottom; }
.gamedown .ios a { background: url(../images/down-ios.png) no-repeat top; }
.gamedown .ios a:hover { background: url(../images/down-ios-hover.png) no-repeat bottom; }


/*------ banner大图 ------*/
#banner {
	width: 100%; 
	height:1000px; 
	min-width:1200px; 
	z-index: 9;
	margin: 0 auto;
	position: relative;
	display: block;
	clear:both; 
	overflow: hidden; 
}
.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: 1000px;
	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: 900px;
	z-index: 999;
	margin: 0 auto;
	position: relative;
	display: block;
	min-width:1200px; 
}
#logo {
	width: 655px;
	height: auto;
	position: absolute;
	left:4%;
	top:3%;
	z-index: 99;
}

#logo h1 {
	display: none;
}

#banner .txt1 {
	width: 1200px;
	height: auto;
	position: absolute;
	top: 70%;
    left:0;
}


#banner #logo img,#banner .txt1 img { width: 100% !important;height: 100%; }


/*------ banner自适应 ------*/
@media screen and (min-width: 1880px) and (max-width: 1919px){
	#banner { height: 980px; }
}
@media screen and (min-width: 1366px) and (max-width: 1440px){
	#banner { height: 720px; }
	#bannertxt { height: 600px; }
	#banner .txt1 { width:60%; top: 78%; left: 20%; }
	.gamedown{ top:550px; }
	.topnav ul li.bannerlogo img { width: 200px; height: auto; margin: 0 160px;}
}
@media screen and (min-width: 1280px) and (max-width: 1365px){
	#banner { height: 675px; }
	#bannertxt { height: 600px; }
	#banner .txt1 { width:60%; top: 70%; left: 20%; }
	.gamedown{ top:550px; }
	.topnav ul li.bannerlogo img { width: 200px; height: auto; margin: 0 160px;}
}
@media screen and (min-width: 768px) and (max-width: 1079px){
	.mainboxtop { margin-top:-155px; }
	#banner { height: 780px; }
	#bannertxt { height: 700px; }
	#banner .txt1 { width:60%; top: 60%; left: 20%; }
	.gamedown{ top:500px; }
	.topnav ul li.bannerlogo img { width: 200px; height: auto; margin: 0 160px;}
}


/*图文模块*/
.box1 { width: 100%; height: 860px; display: block; min-width: 1200px; position: relative; background: url(../images/bg-box1.jpg) no-repeat center; background-size: cover;}
.box1 .txt { position: absolute; top:180px; right: 0; }
.box2 { width: 100%; height: 860px; display: block; min-width: 1200px; position: relative; background: url(../images/bg-box2.jpg) no-repeat center; background-size: cover;}
.box2 .txt { position: absolute; top:160px; left: 0; }
.box3 { width: 100%; height: 860px; display: block; min-width: 1200px; position: relative; background: url(../images/bg-box3.jpg) no-repeat center; background-size: cover;}
.box3 .txt { position: absolute; top:160px; right: 0; }
.box4 { width: 100%; height: 860px; display: block; min-width: 1200px; position: relative; background: url(../images/bg-box4.jpg) no-repeat center; background-size: cover;}
.box4 .txt { position: absolute; top:130px; left: 0; }


/* 底部版权 */
#footer { height: 180px; width: 100%; background: #000; min-width:1200px; border-top: 1px solid #d29431; }
.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: #555; font-size: 12px; line-height: 24px; }
.copyright .tips { color: #e10000; font-weight: normal; }
.copyright a { color: #aaa; }

/*右侧固定浮动*/
.fixedbox { position:fixed; right: 0; bottom: 60px; z-index: 9999; width: 192px; height: 550px; }
@media (max-width:768px){
.fixedbox{display:none; }
	}
.fixedbox div { text-align: center; color: #f8ba6a; font-weight: bold; }
.fixedbox div img { margin: 5px 0;}
.fixedbox div p { line-height: 14px; line-height: 16px; }
.fixedbox .chongzhi a { margin: 70px 0 10px; width: 180px; height: 108px; display: block; background: url(../images/btn-chongzhi.png) no-repeat 0 0;}
.fixedbox .chongzhi a:hover { background: url(../images/btn-chongzhi.png) no-repeat 0 -108px; }
.fixedbox .code { margin: 0 auto 5px; }
.fixedbox .code img { width: 105px; height: 105px; }
.fixedbox .top { width: 180px; height: 90px; margin: 10px 0 0; position: absolute; background: url(../images/backtop.png) no-repeat center; }
.fixedbox .top a { width: 180px; height: 90px; display: block; }
.h5bar{ width:180px; height:550px; float:left; background: url(../images/fixedboxbg.png) no-repeat; position: absolute; z-index: 1; right: 0; }
.h5open{ position:fixed; z-index:99999; bottom: 300px; 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:170px 0 0 0; z-index: 2; position: absolute; left: 0; }
.h5btn{ font-size:14px; line-height:16px; color:#cdcdcd; cursor:pointer; }

/*背景音乐*/
#musicbox { position:fixed; width: 50px; height: 50px; z-index: 9999999; top:100px; right: 70px;  opacity: 0.6; }
#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);
    }
}