#header {
    height: 80px;
    width: 100%;
    background: #FFF;
    position: relative;
    z-index: 9;
}

#header .top_in {
    max-width: 1270px;
    min-width: 1000px;
    _width: 1270px;
    height: 80px;
    margin: 0 auto;
    position: relative;
}

.logo {
    width: 235px;
    height: 40px;
    float: left;
    margin-top: 20px;
    position: relative;
}


/*logo*/

#header #nav {
    display: inline;
    float: left;
    margin-left: 50px;
}

#header #nav li {
    display: block;
    float: left;
    position: relative;
    min-width: 120px;
    text-align: center;
}

#header #nav li ul {
    display: none;
    background-color: white;
    width: 100%;
}

#header #nav li {
    border-top: 2px solid #fff;
}

#header #nav li:hover {
    border-top: 2px solid red;
}

#header #nav ul li:hover {
    border-top: 1px solid #e3e3e3;
}

#header #nav li:hover ul {
    display: block;
}

#header ul li a {
    display: block;
    /*float: left;*/
    line-height: 80px;
    color: #333;
    font-size: 16px;
    padding: 0 20px;
    position: relative;
    border-left: 1px solid #EEE;
}

#header #nav li a:hover {
    color: #e72a10;
    text-decoration: none;
}

#header #nav li a:hover i {
    border-color: #388ddf #fff #fff;
}

#header #nav li a.mutl {
    padding: 0 30px 0 20px;
}

#header #nav li a.last {
    border-right: 1px solid #EEE;
    padding: 0 30px 0 20px;
}

#header #nav li.ZN-EN a {
    border-right: none;
    border-left: none;
}

#header #nav li.ZN-EN {
    margin-left: 150px;
}

#header #nav li a i {
    position: absolute;
    right: 15px;
    top: 38px;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 4px;
    border-style: solid;
    border-color: #333 #fff #fff;
    -moz-transition: -moz-transform .2s ease-in;
    -webkit-transition: -webkit-transform .2s ease-in;
    -o-transition: -o-transform .2s ease-in;
    transition: transform .2s ease-in;
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

#header #nav li a:hover i {
    -moz-transform: rotate(180deg);
    -moz-transform-origin: 50% 30%;
    -webkit-transform: rotate(180deg);
    -webkit-transform-origin: 50% 30%;
    -o-transform: rotate(180deg);
    -o-transform-origin: 50% 30%;
    transform: rotate(180deg);
    transform-origin: 50% 30%;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

#header #nav ul {
    position: absolute;
    display: none;
    top: 80px;
    left: 0;
    margin-left: 0;
    border: 1px solid #EEE;
    border-top: none;
}

#header #nav ul li {
    text-align: center;
    display: block;
    float: none;
    width: 100%;
    background: #fff;
    border-top: 1px solid #fff;
}

#header #nav ul li.nobg {
    background: none;
}

#header #nav ul li a {
    color: #333;
    font-size: 12px;
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    padding: 0;
    text-align: center;
    display: block;
    border: none;
}

#header #nav ul li a:hover {
    text-decoration: none;
    color: #e72a10;
}

#header #navline {
    height: 3px;
    width: 74px;
    background: #e72a10;
    position: absolute;
    top: 0;
    left: 260px;
    z-index: 9;
}

#nologin {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: right;
}

#nologin a {
    color: #2871d5;
}

#logined {
    float: right;
    position: relative;
    display: none;
}

#logined .face {
    padding: 4px;
    margin-left: 25px;
    float: right;
}

#logined .nick {
    overflow: hidden;
}

#logined .user_info {
    position: absolute;
    width: 172px;
    height: 20px;
    padding: 5px 10px;
    background: #FFF;
    border: 1px solid #343434;
    top: 65px;
    right: 0;
    display: none;
    font-size: 12px;
}

#logined .user_info .arow {
    position: absolute;
    top: -8px;
    right: 17px;
    width: 15px;
    height: 8px;
    background: url(/assets/images/main/arow1.png) no-repeat;
}

#logined .logout {
    float: right;
    color: #2871d5;
}

#iconElm,
#safeElm {
    display: inline-block;
    width: 16px;
    height: 16px;
}

#iconElm,
#safeElm,
#safejb {
    display: none;
    width: 16px;
    height: 17px;
    margin: 8px 10px 0 0;
    float: left;
    background: url(//pc1.gtimg.com/pcmgr/user/img/icon2.png) no-repeat;
}

#header .icon_on {
    background: url(//pc1.gtimg.com/img/logo_v8_16.png) 0 0 no-repeat;
}

#header .icon_off {
    background: url(//pc1.gtimg.com/img/logo_v8_16.png) -16px 0 no-repeat
}

#header .safejb {
    background: url(//pc1.gtimg.com/pcmgr/user/img/7/jb.png) 0 1px no-repeat;
    line-height: 18px;
    padding-left: 20px;
    width: 40px;
    color: #373737;
}

#header .safe_lv1 {
    background-position: 0 -28px;
}

#header .safe_lv2 {
    background-position: 0 -57px;
}

#header .safe_lv3 {
    background-position: 0 -86px;
}

#header .safe_lv4 {
    background-position: 0 -115px;
}

#header .safe_lv5 {
    background-position: 0 -144px;
}

#header .safe_lv6 {
    background-position: 0 -173px;
}

#header .safe_lv7 {
    background-position: 0 -199px;
}

#header .safe_lv8 {
    background-position: 0 -225px;
}

#header .safe_lv9 {
    background-position: 0 -252px;
}

#header .safe_lv10 {
    background-position: 0 -279px;
}

#loginframe {
    display: none;
    height: 379px;
    overflow: hidden;
    width: 552px;
}