
.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.header {
    font-size: 12px;
	height:70px;
}
.head8 .nav {
    height: 70px;
    border-top: 3px solid #E52D27;
    background: #ffffff;
    clear: both;
    box-shadow: 0px 0px 5px #d0d0d0;
    z-index: 1000;
    position: relative;
    background-color: white;
}
.head8 .nav .container {
    height: 67px;
    width: 1000px;
    margin: 0 auto;
    padding-right:0px;
    padding-left:0px;
}
.head8 h3 {
    height: 65px;
    padding: 5px 0;
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    box-sizing: inherit;
    margin: 0;
    margin-right: 10px;
    float: left;
}
.nav h3 a {
    font-size: 0;
}
.head8 .nav .container .navItem {
    height: 65px;
    border-right: 1px solid #fd872d;
    border-left: 1px solid #fd872d;
    position: relative;
    float: right!important;
    box-sizing: inherit;
    display: block;	
}
.head8 .nav .container .navItem li {
    height: 65px;
    width: 106px;
    border-left: 1px solid #fd872d;
    border-right: 1px solid #fd872d;
    position: relative;
    float: left;
    text-align: center;	
}
.head8 .nav .container .navItem a {
    line-height: 30px!important;
    font-size: 14px!important;
    margin: 0;
    height: 65px;
    position: absolute;
    z-index: 5;
    width: 106px;
    display: block;
    color: #E7413C;
    padding: 0 20px;	
}
.head8 .navItem li a:before {
    font-size: 19px;
    font-family: iconfont;
    display: block;
    text-align: center;
    width: 100%;
    height: 19px;
    line-height: 19px;
    margin-top: 10px;
    color: #f7c4c5;
}
.head8 #navIndex a:before {
 content: "\E615";
}
.head8 #navLottery a:before {
 content: "\E610";
}
.head8 #navActivity a:before {
 content: "\E603";
}
.head8 #navZRVideo a:before {
 content: "\E606";
}
.head8 #navMobile a:before {
 content: "\E600";
}
.head8 #navSecurityCenter a:before {
 content: "\E626";
}
.head8 #navHelp a:before {
 content: "\E640";
}
.head8 .navItem span {
    display: block;
    width: 106px;
    height: 70px;
    transition: .5s;
    position: absolute;
    left: 0px;
    bottom: 0;
}
.head8 li:nth-child(1).curr~span {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.head8 li:nth-child(2).curr~span {
    -webkit-transform: translateX(126px);
    transform: translateX(126px)
}

.head8 li:nth-child(3).curr~span {
    -webkit-transform: translateX(212px);
    transform: translateX(212px)
}

.head8 li:nth-child(4).curr~span {
    -webkit-transform: translateX(318px);
    transform: translateX(318px)
}

.head8 li:nth-child(5).curr~span {
    -webkit-transform: translateX(424px);
    transform: translateX(424px)
}

.head8 li:nth-child(6).curr~span {
    -webkit-transform: translateX(530px);
    transform: translateX(530px)
}

.head8 li:nth-child(7).curr~span {
    -webkit-transform: translateX(636px);
    transform: translateX(636px)
}












