@charset "utf-8";
/* CSS Document */
*{padding:0; margin:0;}
a{text-decoration:none;}
li{list-style:none;}
button{outline: none; cursor: pointer;}
.vertical{width:0; height:100%; display:inline-block; vertical-align:middle;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}
body{
    overflow-y: scroll;
}
img{
    border: none;
    display: block;
}
input{
    outline: none;
}
.margin{
    width: 1200px;
    margin:0 auto;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
#header{
    height:50px;
    background: #323436;
}
#header h1 {
	float: left;
    height: 31px;
	width: 140px;
    padding-top: 10px;
    margin-left: 10vw;
    overflow: hidden;
}
#header h1 a {
	display: block;
	background: url(../img/logo2.png) no-repeat 0 0;
	background-size: auto 31px;
	height: 100%;
	text-indent: 999px;
}
#header .nav{
    float: left;
}
#header .nav_new{
    float: right;
	margin-right: 10vw;
}
#header .nav_new li{
    float: left;
    margin-left: 30px;
}
#header .nav_new li a{
    font:14px/50px "微软雅黑";
    color: #b0b0b0;
}
#header .nav_new li a.icon{
	display: block;
    width: 50px;
    height: 50px;
	position: relative;
    background: url("http://www.xyaz.cn/layout-v2/qww.png") no-repeat;
    background-size: 300%;
}
#header .nav_new li a.icon:hover {
	background-position-y: 111%;
}
#header .nav_new li a.weixin {
	background-position: 55% -10%;
}
#header .nav_new li a.weibo {
	background-position: 110% -10%;
}
#header .nav_new li a.qq {
	background-position: 0 -10%;
}
#header .nav_new li a img {
	position: absolute;
    top: 60px;
    left: -37px;
    display: none;
}
#header .nav_new li a.icon:hover img {
	display: block;
}
#header .nav_new a.active{
    color: #fff;
}
#header .nav_new a:hover{
    color: #fff;
}
#header .nav li{
    float: left;
    width: 106px;
}
#header .nav li a{
    font:14px/50px "微软雅黑";
    color: #b0b0b0;
}
#header .nav a.active{
    color: #fff;
}
#header .nav a:hover{
    color: #fff;
}
#header .user{
    float: right;
    width: 256px;
    cursor: pointer;
    font:14px/50px "微软雅黑";
    color: #b0b0b0;
    position: relative;
}
#header .user .user-no-log{
    width:100%;
    text-align: right;
}
#header .user .user-no-log a{
    font: 14px/50px "微软雅黑";
    margin-left: 50px;
    color: #b0b0b0;
}
#header .user .user-no-log a:hover{
    color: #fff;
}
#header .user .user-logged{
    position: absolute;
    right:0;
    padding-left: 2px;
    text-align: right;
}
#header .user .user-logged span{
    margin-right: 5px;
    font: 14px/50px "微软雅黑";
    color: #b0b0b0;
}
#header .user:hover span{
    color: #fff;
}
#header .user i{
    font-size: 0;
    height: 0;
    width: 0;
    border-width: 5px 4px 0;
    border-style: solid dashed;
    border-color: #b0b0b0 transparent transparent;
    overflow: hidden;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    float: right;
    margin-top: 22px;
}
#header .user:hover i{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-fill-mode: forwards;
    border-color: #fff transparent transparent;
}
#header .user .user-logged div.exit-b{
    position: absolute;
    padding-bottom: 8px;
    width: 100%;
    background: #323436;
    top:50px;
    right:0;
    z-index: 2;
    display: none;
}
#header .user .exit{
    height: 30px;
    font: 14px/30px "微软雅黑";
    text-align: center;
    color: #b0b0b0;
}
#header .user .exit:hover{
    color: #fff;
    background: #666;
}
#header .user:hover .user-logged div.exit-b{
    display: block;
}
#header .memu{
    display: none;
    position: absolute;
    right: 5px;
    top: 9px;
    padding: 11px 14px 11px 11px;
    width: 10px;
    height: 10px;
    float: left;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    text-align: center;
}
#header .memu span{
    display: block;
    width: 17px;
    height: 2px;
    background: #FFF;
    margin-bottom: 4px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
#header .memu.active{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#header .memu.active .bar1{
    -webkit-transform: rotate(0deg) translateY(6px);
    -moz-transform: rotate(0deg) translateY(6px);
    -ms-transform: rotate(0deg) translateY(6px);
    -o-transform: rotate(0deg) translateY(6px);
    transform: rotate(0deg) translateY(6px);
}
#header .memu.active .bar2{
    opacity: 0;
}
#header .memu.active .bar3{
    -webkit-transform: rotate(-90deg) translateX(6px);
    -moz-transform: rotate(-90deg) translateX(6px);
    -ms-transform: rotate(-90deg) translateX(6px);
    -o-transform: rotate(-90deg) translateX(6px);
    transform: rotate(-90deg) translateX(6px);
}
#header .fixed {
    display: none;
    position: absolute;
    width: 100%;
    padding-bottom: 5px;
    top: 50px;
    left: 0;
    opacity: 0.9;
    background: #000;
    z-index: 10;
}
#header .fixed ul li{
    height:50px;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #232323;
}
#header .fixed ul li a{
    display: block;
    height:50px;
    width: 100%;
    font: 15px/50px "微软雅黑";
    color: #fff;
    text-align: center;
    opacity: 0;
}
#header .fixed ul li a.nav-show{
    animation: nav-show 0.3s linear .1s 1 normal forwards;
    -webkit-animation: nav-show 0.3s linear .1s 1 normal forwards;
    -moz-animation: nav-show 0.3s linear .1s 1 normal forwards;
}
#header .fixed ul li:nth-child(2) a.nav-show{
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
}
#header .fixed ul li:nth-child(3) a.nav-show{
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}
@keyframes nav-show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#body .top{
    height:56px;
    padding-top: 24px;
    border-bottom: 1px solid #d8d8d8;
}
.top .logo{
    float: left;
    width: 122px;
    padding-left: 28px;
    font: 16px/32px "微软雅黑";
    color: #999;
    background: url("../img/logo(1).png") no-repeat 0 center;
    background-size: 24px;
}
.top .memu{
    height: 32px;
    float: left;
    position: relative;
}
.top .memu .memu-href{
    float: left;
    width: 60px;
    text-align: center;
    font: 14px/32px "微软雅黑";
    color: #363636;
    margin-right: 10px;
}
.top .memu .memu-href.active{
    color: #34cdaf;
}
.top .memu .memu-href:hover{
    color: #34cdaf;
}
.top .memu .hover-memu{
    background: url("../img/icon(2).png") no-repeat 48px -86px;
}
.top .memu ul{
    position: absolute;
    border: 1px solid #d8d8d8;
    background: #fff;
    z-index: 10;
    width: 90px;
    top:32px;
    left: 0;
}
#game-memu{
    display: none;
    left: 55px;
}
#app-memu{
    display: none;
    left: 125px;
}
.top .memu ul li{
    width: 100%;
    height:32px;
    border-bottom: 1px solid #d8d8d8;
    margin-top:2px;
}
.top .memu ul li:hover a{
    color: #0dc5a1;
}
.top .memu ul li a{
    text-align: center;
    width: 100%;
    font: 14px/32px "微软雅黑";
    color: #363636;
    height:100%;
    display: block;
}
.top .memu .hover-memu:hover{
    background: url("../img/icon(2).png") no-repeat -52px -86px;
}
.top .memu .hover-memu.active{
    background: url("../img/icon(2).png") no-repeat -52px -86px;
}
.top .search{
    float: right;
    width: 300px;
    border: 1px solid #d8d8d8;
    height: 30px;
    border-radius: 2px;
    position: relative;
}
.top .search input{
    float: left;
    border: none;
    height:100%;
    width: 230px;
    margin-left: 10px;
    color: #363636;
    font: 14px/30px "微软雅黑";
}
.top .search button{
    position: absolute;
    border: none;
    height:32px;
    width: 50px;
    top:-1px;
    right:-1px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    background: #0dc5a1 url("../img/icon(2).png") no-repeat -84px 7px;
}
.top .search .xysug{
    display: none;
    position: absolute;
    left: -1px;
    top:32px;
    background: #fff;
    width: 300px;
    border: 1px solid #d8d8d8;
    z-index: 99;
}
.top .search .xysug li{
    padding: 0 10px;
    font: 14px/28px "微软雅黑";
    color: #363636;
}
.top .search .xysug li.hover{
    background: #d8d8d8;
}
#footer{
    padding-top: 24px;
    height:76px;
    background: #f1f1f1;
}
#footer p{
    text-align: center;
    font: 14px/26px "微软雅黑";
    color: #999;
}