﻿
@charset "utf-8";
/* CSS Document */

/* basic css */
body { width:100%; height: 100%;background: url(/img/images/timg.jpg) no-repeat center 0px;}
body::-webkit-scrollbar{display: none;}
html::-webkit-scrollbar{display: none;}
html { width:100%; height: 100%;}
* { padding:0; margin:0; font-family: "microsoft yahei","宋体",Tahoma,Verdana,Arial,Helvetica,sans-serif;color: #333;-webkit-tap-highlight-color: transparent;}
a { text-decoration:none;}
ul { list-style:none;}
img { border:none;}
input {outline: none;}
.clear { clear:both;}

/*头部*/
.container{width: 100%;}
#header { position: relative; z-index: 10; width: 100%; min-width: 1000px; height: 40px;background: #ececec;}
.head {width: 960px;margin: 0 auto;position: relative;}
.nav { height: 40px; float: right; line-height: 40px; font-size: 14px;color:#333;}
.head p{height: 40px;width:260px;line-height: 40px;float:left;color:#333;font-size: 14px;}
.nav li { float: left;width:54px;height:40px;text-align: center;}
.nav a { display: block; height: 40px; padding: 0 10px; color: #333;}
/*tab切换*/
.keyContent{position: relative;width: 960px;margin: 20px auto ;min-height: 733px;overflow: hidden;}
.daoBar{width:100%;height:60px;overflow: hidden;padding-bottom:20px;border-bottom:1px solid #ececec;margin-bottom:20px;}
.logo{position: absolute;top:0;left:0;}
.logo img {width:auto; height: 60px;}
.keyContent ul.tabIndex{overflow: hidden;margin-top: 10px;padding-bottom: 10px;position: relative;float:right;}
.keyContent ul.tabIndex li{text-align: center;float: left;width: 100px;height:30px;margin-right:20px;}
.keyContent ul.tabIndex li:nth-child(5){border-right: 0;}
.keyContent ul.tabIndex li a{display: block;font-size: 20px;height:32px;line-height: 30px;}
.keyContent ul.tabIndex li a.activeTab{color: #fff;border-radius: 20px;border:1px solid #dc1f3c;background: #dc1f3c;}

/*底部*/
#footer { width: 100%; min-width: 1000px; height: 120px; background: #1f1f1f;padding-top:30px;}
#footer a { color: white; outline: none;}
.first a{padding:0 20px;border-right:2px solid #ececec;}
.first a:nth-child(1){padding-left:0;}
.first a:nth-child(3){border-right:none;}
.footer-box { width: 860px; margin: 0 auto; text-align: left; color: #F0F0F0;}
.footer-box p { line-height: 22px; font-size: 14px;color: #fff;}
#footer .cooperSpan img{width:100px;height: 38px;}
.footPosition{position: absolute;left: 0;bottom: 0;}
 .keyContent ul.gameCenter p.intor{
    font-size:14px;
    color:#333;
    text-align: center;
    margin-top:20px;
}