/*
 display属性:
 主要是支持:
 inline
 block
 div 默认是block
 img 默认是inline
 block 前后会换行
 inline 会在一行内布局,直到排满一行
 
 position属性:
 absolute 相对于 static 定位以外的第一个父元素进行定位。(父元素需要用fixed,或者absolute,relative元素?)
 fixed	基于window进行定位
 relative 在static的基础上进行偏移
 static	默认值，出现在正常流中
*/

/*window*/
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,del,dfn,em,img,strong,dd,dl,dt,li,ol,ul,fieldset,form,label,button,input,table,caption,tbody,tfoot,thead,tr,th,td,header,footer,menu,a,span,i,b {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	color:#FFFFFF;
}
ol,ul,menu {
    list-style: none
}

a:link{
	display: inline-block;
    text-decoration: none;
	color:0xFFFFFF;
}

a:visited{
	display: inline-block;
    text-decoration: none;
	color:0xFFFFFF;
}

a:hover {
	display: inline-block;
    text-decoration: none;
	color:0xFFFFFF;
}

a:focus {
    outline: none
}
input,button,img,select,textarea {
    border: 0;
    outline: none;
    font-size: 100%;
}
textarea {
    overflow: auto;
    vertical-align: top
}
em,i {
    font-style: normal;
}
img {
    vertical-align: middle;
}
body {
    font-family: "瀵邦喛钂嬮梿鍛寸拨";
    }
.clearfix:after{
  content: "020"; 
  display: block; 
  clear: both; 
  height: 0;
  visibility: hidden;  
  }

.clearfix {
  /* 鐟欙箑褰?hasLayout */ 
  zoom: 1; 
  }
  
/*! 闁喚鍍电仦锟?*/  
 .mask{
     width: 100%;
     height: 100%;
     position: fixed;
     left: 0;
     top: 0;
     background: rgba(0,0,0,0.7);
     display: none;
     z-index: 999;
 } 
 
.float_left{
    float: left;
    display: inline-block;
}
.float_right{
    float: right;
    display: inline-block;
}
.text_uppercase{
    text-transform: uppercase;
}
.middle_center{
	display:-webkit-box; 
	-webkit-box-orient:horizontal; 
	-webkit-box-pack:center; 
	-webkit-box-align:center; 
	display:-moz-box; 
	-moz-box-orient:horizontal; 
	-moz-box-pack:center; 
	-moz-box-align:center; 
	display:-o-box; 
	-o-box-orient:horizontal; 
	-o-box-pack:center; 
	-o-box-align:center; 
	display:-ms-box; 
	-ms-box-orient:horizontal; 
	-ms-box-pack:center; 
	-ms-box-align:center; 
	display:box; 
	box-orient:horizontal; 
	box-pack:center; 
	box-align:center;
}



.top_banner{
	height:78px;
	background-color:#000000;
	vertical-align:middle;
}

/** 导航条 **/
.yyjh_nav {
	margin-left:50%;
}

.yyjh_nav li{
	float:left;
	list-style-type:none;
}

.yyjh_nav li a{
	display:block;
	width:130px;
	height:78px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	padding-top:20px;
}

.yyjh_nav li a:hover {
	background-image:url(../img/img_menu.png);
}

/** 登录按钮 **/
.login{
	width:63px;
	height:63px;
	margin-left:30px;
	margin-top:6px;	
}

.main_index{
	height:790px;
	background-color:#000000;
	background-image:url(../img/img_bg1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size: 100% 100%;
}

.main_product{
	height:790px;
	background-color:#000000;
	background-image:url(../img/img_bg2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size: 100% 100%;
}

.product_des{
	position:relative;
	width:812px;
	height:334px;
	background-image:url(../img/img_font.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: 100% 100%;
	left:50%;
	top:50%;
	margin-left:-406px;
	padding-left:150px;
	padding-right:20px;
	padding-top:130px;
	line-height:24px;
}

.main_protocol{
	background-color:#000000;
	border-top:1px solid white;
	border-bottom:1px solid white;
	line-height:30px;
}

.bottom_banner{
	height:200px;
	background-color:#000000;
	text-align:center;
}

.logo{
	position:absolute;
	left:0px;
	top:0px;
}

.default_text{
	font-size:16px;
	color:#FFFFFF;
	line-height:24px;
}

/** 抵制不良游戏的口号 **/
.slogan_text{
	font-size:16px;
	font-weight:bold;
	color:#7C7C7C;
	line-height:24px;
}

.yyjh-dlg-header{
	color:#FFFFFF;
	font-size:30px;
	background-color:#000000;
}

.yyjh-dlg-body{
	color:#000000;
}

.yyjh-dlg-body h3{
	color:#000000;
}

.yyjh-dlg-footer{
	color:#FFFFFF;
	background-color:#000000;
}

label{
	color:#000000;
}