﻿��??/* Global Style Start */
body,dl,dd,h1,h2,h3,h4,h5,h6,p,span{margin:0;padding:0px;}
body{font:12px/1.5 tahoma,microsoft YaHei,'\5b8b\4f53',sans-serif;color:#000;min-width: 1200px;background: #f5f5f7;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
em,i,b{font-style:normal}
ul,ol{list-style:none;margin:0;padding:0;}
a{text-decoration:none;color:#fff}
a:hover{text-decoration:underline}
table{border-collapse:collapse;border-spacing:0}
img{border: none;padding: 0;margin:0;}
.fl{float:left;}
.fr{float:right;}
.bc{margin-left: auto;margin-right: auto}
.pr{position:relative;}
.pa{position:absolute;}
.ovh{overflow:hidden;}
.db{display:block;}
.none{display:none;}
.tc{text-align: center}
.ht{display:block;overflow:hidden;text-indent:-999em;}
.clearfix{zoom:1}
.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden}
/* Global Style End */

/* Frame Style Start */
.wrapper{position:relative;font-size:14px;font-family:microsoft YaHei}
/* Frame Style End */

/* Header Style Start */
.header{
  width: 100%;
  min-width: 1200px;
  height: 100px;
  font-size: 13px;
  line-height: 44px;
  text-align: center;
  color: #868686;
  z-index: 3;
}
.topbar {
  width: 100%;
  min-width: 1200px;
  background:#fff; 
}
.topbar .login-intro{
  height: 40px;
  line-height: 40px;
  color: #666;
  width: 1200px;
  margin: 0 auto; 
  position: relative;
}
.topbar .login-intro span{
  float: right;
}
.topbar .login-intro span a{
  color: #666;
  text-align: center;
  padding: 0 10px;
}
.topbar .login-intro span a:hover{
  color: #000;
}
.topbar .login-intro span a{
  text-decoration: none;
}
.topbar .login-intro span a.name{
  padding: 0 10px 0 0;
}
.topbar .login-intro span a.name:hover{
  color: #000;
}
.topbar .login-intro .notice{
  position:absolute;
  left:0;
  top:0;
  width:700px;
  height:40px;
  line-height:40px;
  color:#666;
  text-align:left;
  overflow:hidden;
}
.topbar .login-intro .notice .notice-icon{
    width:55px;
    height:40px;
    display:block;
    background:url(../images/notice.gif) no-repeat;
    margin-right:15px;
    background-position:-10px -12px;
    margin-left:-15px;
}
.topbar .login-intro .notice .noticelist{
    width:625px;
    height:40px;
    overflow:hidden;
}
.navbar{
  height: 54px;
  z-index: 3; 
  width: 1200px;
  margin: 0 auto;
}
.logobar {
  width: 100%;
  height: 60px;
  min-width: 250px;
  background: #3d3d3d; 
}
.logobar .logo{
  height: 60px;
  line-height: 60px;
  width: 250px;
  margin: 0 auto;
  float: left;
}
.logobar .logo img{
  float: left;
  padding-top: 5px;
}
.navbar .nav{
  height: 60px;
  line-height: 60px;
  width: 1210px;
  margin: 0 auto; 
}
.menu, .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu li {
  float: left;
  text-align: center;
  width: 120px;
  position: relative;   
}
.menu a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 58px;
  text-decoration: none;
  text-transform: uppercase; 
}
.menu li a:hover,
.menu li.cur a{
  color: #fff;
  background:rgba(0,0,0,0.8);
}
.submenu {
  left: 0;
  max-height: 0;
  position: absolute;
  top: 100%;
  z-index: 4;
  -webkit-perspective: 400px;
  -moz-perspective: 400px;
  -ms-perspective: 400px;
  -o-perspective: 400px;
  perspective: 400px;
}
.submenu li {
  height:40px;
  line-height: 40px;
  opacity: 0;
    background: #3d3d3d;
    background: -moz-linear-gradient(top, #3d3d3d 0%, #333 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3d3d), color-stop(100%,#333));
    background: -webkit-linear-gradient(top, #3d3d3d 0%,#333 100%);
    background: -o-linear-gradient(top, #3d3d3d 0%,#333 100%);
    background: -ms-linear-gradient(top, #3d3d3d 0%,#333 100%);
    background: linear-gradient(to bottom, #3d3d3d 0%,#333 100%);    
    border:none;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}
.submenu li a{
  font-size:14px;
  height:40px;
  line-height: 40px;
    border:none;
    color: #949292;
}
.menu .submenu li:hover a {
  color: #fff;
    border: none;
}
.menu > li:hover .submenu, .menu > li:focus .submenu {
  z-index: 10;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
 .menu li:hover .submenu li:nth-child(1) {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -ms-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}
.menu li:hover .submenu li:nth-child(4) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.menu li:hover .submenu li:nth-child(5) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.menu li:hover .submenu li:nth-child(6) {
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}
.submenu li:nth-child(1) {
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}
.submenu li:nth-child(2) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.submenu li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.submenu li:nth-child(4) {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}
.submenu li:nth-child(5) {
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -ms-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}
.submenu li:nth-child(6) {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
/* Header Style End */

/* Main Style Start */
iframe {
    background: #f5f5f7;
    width: 100%;
    min-width: 1200px; 
}
.main{
  width: 100%;
  /**height: 1800px;**/
  min-width: 1200px;  
  background: #f5f5f7;
  padding-top: 20px;
  position: relative;
}
.container {
  width: 1200px;  
  /**height: 1700px;**/
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}
.banner{
  width: 1200px;  
  height: 330px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.banner .dis{
  display: inline-block;
  border: 1px solid #dfdfdf;
}
.banner .slide {
    width: 960px;
    height: 330px;
    overflow: hidden;
    margin-left: 0;
    float: left;
    display: inline;
    position: relative;
    background: #fff;
}
.banner .slide .pic {
    position: absolute;
    top: 0;
}
.banner .slide .dev {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 960px;
    height: 330px;
    z-index: 2;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0); 
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;   
    -webkit-transform-style:preserve-3d;
    -moz-transform-style:preserve-3d; 
    -ms-transform-style:preserve-3d;
    -o-transform-style:preserve-3d;            
    transform-style:preserve-3d;
    backface-visibility:hidden;
    -webkit-transition: all .8s ease 0.2s;       
}
.banner .slide .dev a{
    position:relative;
    display:block;
    top: 0;
    left: 0;
    width: 960px;
    height: 330px;  
}
.banner .slide .pic img{
    -webkit-animation: slideOut 0.5s forwards;  
    -moz-animation: slideOut 0.5s forwards; 
    -ms-animation: slideOut 0.5s forwards;  
    -o-animation: slideOut 0.5s forwards;
    animation: slideOut 0.5s forwards;    
}
.banner .slide .dev s {
    display: block;
    width: 960px;
    height: 40px;
    background: #000;
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    filter: alpha(opacity=60);
    position: absolute;
    bottom: 0;
    left: 0;
}
.banner .slide .dev p{
    position:absolute;
    width:960px;
    padding:0 10px;
    height:40px;
    line-height:40px;
    color:#fff;
    top:290px;
    left:0;
    text-align:left;
    z-index:8;
}
.banner .slide .dot {
    position: absolute;
    bottom: 10px;
    right: 20px;
    text-align: right;
    z-index: 10;
}
.banner .slide .dot a {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    margin-left: 6px;
}
.banner .slide .pic .curbr{
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);      
}
.banner .slide .pic .curbr img{
    -webkit-animation: slideIn 0.5s forwards; 
    -moz-animation: slideIn 0.5s forwards;  
    -ms-animation: slideIn 0.5s forwards; 
    -o-animation: slideIn 0.5s forwards;  
    animation: slideIn 0.5s forwards;    
}
.banner .slide .dot a.curr {
    background: #f74a4a;
}

@-webkit-keyframes slideOut { 
    from { 
        -webkit-transform: rotateX(0deg) scale(1); 
        -webkit-transform-origin: center center;
    }
    to { 
        -webkit-transform: rotateX(-180deg) scale(0); 
        -webkit-transform-origin: center center;
    }
}
@-moz-keyframes slideOut { 
    from { 
        -moz-transform: rotateX(0deg) scale(1); 
        -moz-transform-origin: center center;
    }
    to { 
        -moz-transform: rotateX(-180deg) scale(0); 
        -moz-transform-origin: center center;
    }
}
@keyframes slideOut { 
    from { 
        transform: rotateX(0deg) scale(1); 
        transform-origin: center center;
    }
    to { 
        transform: rotateX(-180deg) scale(0); 
        transform-origin: center center;
    }
}

@-webkit-keyframes slideIn { 
    from { 
        -webkit-transform: rotateX(-180deg) scale(0);
        -webkit-transform-origin: center center;
    }
    to { 
        -webkit-transform: rotateX(0deg) scale(1);
        -webkit-transform-origin: center center;
    }
}
@-moz-keyframes slideIn { 
    from { 
        -moz-transform: rotateX(-180deg) scale(0);
        -moz-transform-origin: center center;
    }
    to { 
        -moz-transform: rotateX(0deg) scale(1);
        -moz-transform-origin: center center;
    }
}
@keyframes slideIn { 
    from { 
        transform: rotateX(-180deg) scale(0);
        transform-origin: center center;
    }
    to { 
        transform: rotateX(0deg) scale(1);
        transform-origin: center center;
    }
}
.notice{
    background: #fff;
    float: right;
  width: 233px;
  height: 330px;
  padding-left: 8px;
  color: #3a3f4a;
  z-index: 2;
}
.notice .person{
  /**height: 70px;**/
  width: 218px;
  font-size: 12px;
  color: #000;
  margin-top: 5px;
  text-align: left;
  border-bottom: 1px solid #dfdfdf;
}
.notice .person p{
  line-height: 32px;
}
.notice .person p strong{
  font-size: 13px;
  font-weight: normal;
}
.notice .notice-list {
  height: 151px;
  width: 218px;
  overflow: hidden;
  margin-top: 5px;
  font-size: 12px;
  border-bottom: 1px solid #dfdfdf;
}
.notice .sm-tt {
  font-weight: 800;
  line-height: 20px;
  padding-bottom: 2px;
  float: left;
}
.notice .title{
  width: 218px; 
  display: block;
}
.notice .title a{
  float: right;
  width: 45px;
  color: #666;
  cursor: pointer;
} 
.notice .list li{
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  float: left;
}
.notice .list a {
  color: #666;
  float: left;
  width: 178px;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: left;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;    
  transition: color 0.2s;
}
.notice .list a:hover{
  text-decoration: none;
  color: #000;
}
.notice .list i {
  float: right;
  width: 40px;
  font-style: normal;
  color: #999;
  text-align: left;
}
.game-entry{
  display: block;
  width: 218px;
  margin-top: 5px;
  font-size: 12px;
}
.game-entry p{
  font-size: 13px;
  color: #3a3f4a;
  font-weight: 800;
  text-align: left;
  width: 218px;
}
.game-entry .game-list {
  margin: 0 auto;
  padding: 3px;
  list-style-type: none;
  font-size: 12px;
  text-align: center;
  background: #514e4b;
  margin-top: 8px;
}
.game-entry .game-list li {
  position: relative;
  float: left;
  width: 64px;
  height: 28px;
  line-height: 28px;
  padding: 0 3px;
}
.game-entry .game-list li:before, 
.game-entry .game-list li:after {
  position: absolute;
  content: "";
  background: #665e57;
}
.game-entry .game-list li:before {
    top: -1px;
    left: 6px;
    width: 69px;
    height: 1px
}
.game-entry .game-list li:after {
    top: 6px;
    left: 0;
    width: 1px;
    height: 70px
}
.game-entry .game-list li.top:before {
    display: none
}
.game-entry .game-list li.left:after {
    display: none
}
.game-entry .game-list a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  _zoom: 1;
  color: #fff;
  color: rgba(255,255,255,0.7);
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;    
  transition: color 0.2s;
}
.game-entry .game-list a:hover {
  color: #fff;
  text-decoration: none;
}
.chart{
  width: 1200px;
  /**height: 1055px;**/
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden; 
  z-index: 2;
}
.subchart{
  height: 508px;
  background: #fff;
  margin-top: 20px;
}
.widget{
  background: #fff;
}
.widget .widget-head, .modal-header{
  background-color: #fff;
  background: none;
  border-radius: 0;
  text-shadow: 0px 1px #fff;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
}
.widget-title{
  width: 1200px;
  height: 14px;
  line-height: 19px;
  margin-bottom: 10px;
  margin-top: 6px;
  font-size: 15px;
  padding-left: 16px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.widget-title strong{
  color: #c92b3c;
}
.chart .widget{
  width:1200px;
  margin:0 auto;
}
.actarea{
  width: 1200px;
  height: 365px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: left;
  background: #fff;
  position: relative;
  overflow: hidden;
  z-index: 2; 
  border: 1px solid #dfdfdf;  
}
.actarea .acttitle{
  height: 24px;
  line-height: 19px;
  margin-bottom: 10px;
  margin-top: 6px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #dfdfdf; 
}
.actarea em{
  font-size: 15px;
  padding-left: 16px;
  font-weight: 800;
}
.actarea .actmore{
  float: right;
  color: #333;
  padding-right: 14px;  
}
.actarea .actlist{
  height: 326px;
}
.actarea .actlist ul {
  padding: 2px 0 0 16px;
}
.actarea .actlist li {
  float: left;
  width: 383px;
  margin-right: 10px;
  height: 158px;
  overflow: hidden;
  display: inline;
  position: relative;
  display: block;
  box-shadow: 0 0 10px #FFF;
}
.actarea .actlist li .light{
    cursor:pointer;
    position: absolute;
    left: -383px;
    top: 0;
    width: 383px;
    height: 148px;
    background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
    background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));  
    transform: skewx(-25deg);
    -o-transform: skewx(-25deg);
    -moz-transform: skewx(-25deg);
    -webkit-transform: skewx(-25deg); 
}
.actarea .actlist li:hover .light{
    left:383px;
    -moz-transition:1s;
    -o-transition:1s;
    -webkit-transition:1s;
    transition:1s;
}
/* Main Style End */

/* Footer Style Start */
.footer{
  width: 100%;
  height: 110px;
  line-height: 35px;
  min-width: 1200px;  
  background: #f5f5f7;
  padding-top: 20px;
  color: #3a3f4a;
}
.footer p{
  width: 1200px;  
  margin: 0 auto;
  text-align: center;
  font-size: 12px;    
}
.footer p.f14{
  font-size: 14px;    
}
/* Footer Style End */

/* Choose Style Start */
.welcome_choose{
    width: auto;
    position: absolute;
    right: 281px;
    top:0;    
}
.topbar .login-intro span.glyphicon{
    position: absolute;
    top: 15px;  
}
.topbar .login-intro .btn{
    padding: 6px 16px;
}
.welcome_choose .btn-info{
    background:none;   
    border:none;
    color: #666;
    margin-top:-3px;
    font-size:13px; 
}
.welcome_choose .btn:active, .welcome_choose .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dropdown-menu { 
  position: absolute; 
  top: 100%; 
  left: 0; 
  z-index: 20; 
  display: none; 
  float: left; 
  min-width: 160px; 
  padding: 5px 0; 
  margin: 2px 0 0; 
  list-style: none; 
  background-color: #ffffff; 
  border: 1px solid #ccc; 
  border: 1px solid rgba(0, 0, 0, 0.2); 
  *border-right-width: 2px; 
  *border-bottom-width: 2px; 
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 
  -webkit-background-clip: padding-box; 
  -moz-background-clip: padding; 
  background-clip: padding-box;
}   
.dropdown-menu.pull-right { right: 0; left: auto;}    
.dropdown-menu .divider { 
  *width: 100%; 
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px; 
  overflow: hidden; 
  background-color: #e5e5e5; 
  border-bottom: 1px solid #ffffff;
}   
.dropdown-menu li > a { 
  display: block; 
  padding: 3px 20px; 
  clear: both; 
  font-weight: normal; 
  line-height: 20px; 
  color: #333333; 
  white-space: nowrap;
}   
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a { 
  color: #ffffff; 
  text-decoration: none; 
  background-color: #0081c2; 
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3); 
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)); 
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3); 
  background-image: -o-linear-gradient(top, #0088cc, #0077b3); 
  background-image: linear-gradient(to bottom, #0088cc, #0077b3); 
  background-repeat: repeat-x; 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}   
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover { 
  color: #ffffff; 
  text-decoration: none; 
  background-color: #0081c2; 
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3); 
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)); 
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3); 
  background-image: -o-linear-gradient(top, #0088cc, #0077b3); 
  background-image: linear-gradient(to bottom, #0088cc, #0077b3); 
  background-repeat: repeat-x; 
  outline: 0; 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}   
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover { color: #999999;}   
.dropdown-menu .disabled > a:hover { 
  text-decoration: none; 
  cursor: default; 
  background-color: transparent; 
  background-image: none; 
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}   
.dropdown-menu input{ 
  display: inline-block; 
  padding: 4px 6px; 
  line-height: 20px; 
  color: #555555; 
  vertical-align: middle; 
  border:0px;
}   
.djchosen{padding:10px;margin:20px 0 0 -33px}

/* Choose Style End *//*  |xGv00|999d38d1c46a9b69e25a05e4af3baa23 */