/*new add 头部*/

.nav-fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop));
}

.headerHomebcnt {
    width: 100%;
    height: 30px;
}

.headerHomeCnt {
    width: 100%;
    height: 30px;
    background-color: #f8f8f8;
}

.headerHome {
    width: 1000px;
    height: 100%;
    margin: auto;
}

.headerHomeL {
    float: left;
    display: inline;
    width: 848px;
    height: 100%;
}

ul.leftnav {
    width: auto;
    height: 100%;
    line-height: 30px;
    color: #E1E1E1;
    font-size: 16px;
}

ul.leftnav li {
    float: left;
    padding: 0px 10px;
}

ul.leftnav li a {
    color: #999;
    font-size: 13px;
}

ul.leftnav li i {
    display: inline-block;
    height: 12px;
    border-left: 1px solid #999;
    position: relative;
    top: 2px;
    left: 10px;
}

ul.leftnav li a:hover {
    color: #666;
}

.headerHomeR {
    float: left;
    display: inline;
    width: 152px;
    height: 100%;
    position: relative;
    *z-index: 88;
    /* display: none; */
}

.headerHomeR a.lookworld {
    width: 100%;
    height: 44px;
    display: block;
    position: relative;
    background-color: #999;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.headerHomeR a.lookworld .looklogo {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -12.5px;
}

.headerHomeR a.lookworld i.icon {
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
}

.headerHomeR a.lookworld i.icon img {
    width: 100%;
    height: 100%;
}

.headerHomeR a.lookworld:hover {
    background-color: #4c4c4c;
}

.headerHomeR a.lookworld:hover i.icon {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

ul.nvaTop {
    width: 152px;
    height: auto;
    background-color: #666;
    position: absolute;
    left: 0;
    top: 44px;
    z-index: 89;
    padding-bottom: 10px;
    display: none;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

ul.nvaTop li {
    float: left;
    width: 100%;
    height: 36px;
    line-height: 36px;
}

ul.nvaTop li a {
    display: block;
    width: 50%;
    height: 100%;
    color: #e1e1e1;
    font-size: 16px;
    float: left;
    text-align: center;
}

ul.nvaTop li a:hover {
    color: #fff;
    background-color: #7d7d7d;
    ;
}

ul.nvaTop li.line {
    height: 1px;
    background-color: #7d7d7d;
    margin: 10px 0px;
    font-size: 0;
    line-height: 1px;
}

.headerHomeR:hover ul.nvaTop {
    display: block;
}


/*new add 头部 end*/


/*头部开始*/

.header_cnt {
    width: 100%;
    height: auto;
    border-bottom: 2px solid #d42222;
    background-color: #f8f8f8;
}

.header_nav {
    width: 100%;
    height: 36px;
    background: #d42222;
}

.site_nav {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}

.site,
.retun {
    width: auto;
    height: auto;
}

.retun {
    _width: 70px;
    _height: 36px;
}

.site a {
    float: left;
    height: 36px;
    padding: 0 14px;
    font-size: 12px;
    color: #fff;
    line-height: 36px;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
}

.retun a {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #fff;
    display: block;
    background-image: url(imgretun.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
}

.site a:hover,
.retun a:hover {
    background-color: #D73C3C;
    color: #fff;
}

.header_gg {
    width: 1000px;
    margin: 0 auto;
}

.header_gg iframe {
    padding: 15px 0!important;
}

.header_location {
    padding-top: 5px;
    width: 1000px;
    height: 27px;
    padding-bottom: 10px;
    margin: 0 auto;
}

.location_l {
    height: 100%;
    width: 700px;
}

.location_l a {
    padding: 0px 5px;
    font-size: 12px;
    color: #666;
    line-height: 35px;
    position: relative;
}
.location_l a.wqk_title {
    margin-right: 18px;
}

.location_l a img {
    height: 23px;
}

.location_l span {
    color: #666;
}

.location_l a em {
    position: absolute;
    right: -20px;
    _right: 590px;
    font-weight: 700;
    font-size: 19px;
    color: #000;
    width: auto;
    height: 30px;
    line-height: 25px;
}

.location_r {
    height: 100%;
    width: 300px;
}

input.inputEnter {
    float: left;
    display: inline;
    width: 223px;
    height: 32px;
    border: 1px solid #d42222;
    padding: 0px 0px 0px 5px;
    color: #9b9696;
    font-size: 14px;
}

.post_btn {
    float: left;
    display: inline;
    width: 70px;
    height: 34px;
    background-color: #d42222;
    color: #fff;
    font-size: 14px;
    border: none;
    line-height: 34px;
    color: #fff;
}
/*头部结束*/
/*底部*/

.footer_cnt {
    color: #333;
    width: 100%;
    height: 80px;
    overflow: hidden;
    background-color: #F7F7F7;
    border-top: 1px solid #E3E5E8;
    padding: 30px 0;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.footer_cnt a {
    color: #333;
}
/* 底部结束 */

/* a标签样式 */
a {
    color: #444;
    outline: none;
    text-decoration: none;
    background-color: transparent;
}
/* 主体样式 */
.banner{
    width:1000px;
    height:100px;
    margin:10px auto 15px;
    background: url(.imagesbanner.png);
}
.main{
    width:1000px;
    margin:0 auto;
    border:1px solid #dddddd;
    overflow: hidden;
}
.title{
    height: 94px;
    background:#f7f7f7;
    border-bottom:1px solid #dddddd;
    padding-top:10px;
}
.title ul li{
    width:125px;
    height: 85px;
    float:left;
    text-align:center;
    position: relative;
    padding-top: 5px;
}

.icon1{
    width:51px;
    height:35px;
    background:url(.imagesicong.png) no-repeat -5px -15px;
    display:inline-block;
    *display: block;
    text-indent:-9999px;
    
}
.title ul li.active .icon1{
    background-position:-448px -15px;
}
.title ul li:hover .icon1{
    background-position:-448px -15px;
}
.text{
    display:block;
    font-size:14px;
    color:#666;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}
.title ul li.active .text{
    color: #EE4B4B;
}
.title ul li:hover .text{
    color: #EE4B4B;
}
.icon2{
    width:76px;
    height:35px;
    background:url(.imagesicong.png) no-repeat -2px -82px;
    display:inline-block;
    text-indent:-9999px;
    *display: block;
}
.title ul li.active .icon2 {
    background-position:-420px -82px;
}
.title ul li:hover .icon2 {
    background-position:-420px -82px;
}
.icon3{
    width:76px;
    height:35px;
    background:url(.imagesicong.png) no-repeat -2px -163px;
    display:inline-block;
    text-indent:-9999px;
    *display: block;
}
.title ul li.active .icon3 {
    background-position:-427px -167px;
}
.title ul li:hover .icon3 {
    background-position:-427px -167px;
}
.icon4{
    width:58px;
    height:35px;
    background:url(.imagesicong.png) no-repeat -3px -243px;
    display:inline-block;
    text-indent:-9999px;
    *display: block;
}
.title ul li.active .icon4 {
    background-position:-438px -243px;
}

.title ul li:hover .icon4 {
    background-position:-438px -243px;
}
.icon5{
    width:48px;
    height:38px;
    background:url(.imagesicong.png) no-repeat -2px -340px;
    display:inline-block;
    text-indent:-9999px;
    *display: block;
}
.title ul li.active .icon5 {
    background-position:-452px -340px;
}
.title ul li:hover .icon5 {
    background-position:-452px -340px;
}
.icon6{
    width:40px;
    height:43px;
    background:url(.imagesicong.png) no-repeat -2px -422px;
    display:inline-block;
    text-indent:-9999px;
    *display: block;
}
.title ul li.active .icon6 {
    background-position:-460px -422px;
}
.title ul li:hover .icon6 {
    background-position:-460px -422px;
}
.icon7{
    width:39px;
    height:38px;
    background:url(.imagesicong.png) no-repeat -6px -516px;
    display:inline-block;
    text-indent:-9999px;
    *display: block;
}
.title ul li.active .icon7 {
    background-position:-460px -517px;
}
.title ul li:hover .icon7 {
    background-position:-460px -517px;
}
.icon8{
    width:32px;
    height:42px;
    background:url(.imagesicong.png) no-repeat -2px -612px;
    display:inline-block;
    text-indent:-9999px;
    *display: block;
}
.title ul li.active .icon8 {
    background-position:-467px -612px;
}
.title ul li:hover .icon8 {
    background-position:-467px -612px;
}

.mainBox{
    width:960px;
    margin:0 auto;
}
.guojia,.guojia a{
    color:#999999;
    font-size:14px;
}
.guojia{
    padding:10px 0;
    padding-left:5px;
    overflow: hidden;
}
.line {
    height: 1px;
    border-bottom: 1px solid #ddd;
    clear: both;
}
.guojia span{
    width:85px;
    float:left;
    margin-top:2px;
}
.guojia div{
    width:860px;
    float:left;
}
.guojia a{
    display:inline-block;
    padding: 1px 8px;
}
.guojia a:hover{
    color: #fff;
    background: #EE4B4B;
}
.guojia a.active{
    color: #fff;
    background: #EE4B4B;
}
.guojia a.bg{
    background:#007ccc;
    display:inline-block;
    color:#fff;
    padding:5px 7px;
}

.list{
    width: 960px;
    margin: 0 auto;
    margin-top:23px;
}
.list ul li{
    width:200px;
    height:240px;
    float:left;
    margin-right:53px;
    margin-bottom:10px;
    overflow: hidden;
}
.list ul li.limargin{ margin-right:0;}
.list ul li a.desc{
    width:200px;
    float:left;
    margin:0;
}
.list ul li a .bigImg{
    width:200px;
    height:135px;
    display:block;
}
.list ul li span{
    height: 40px;
    display:block;
    font-weight: bold;
    line-height: 20px;
}
.list ul li a.smallImg{
    display: inline-block;
    width:56px;
    height:15px;
    position: relative;
    top: 6px;
}
.list ul li:hover a .armory_title{
    color: #EE4B4B;
}
.list ul li strong{
    font-weight:normal;
    color:#999999;
    display:block;
    line-height: 20px;
}
/*------页码开始-------*/
.pagination {
    width: auto;
    height: 35px;
    text-align: center;
    padding-top: 20px;
}
.pagination a{
    border: 1px solid #ccc;
    margin: 0 1px;
    font-size: 14px;
    padding: 4px 10px;
    cursor: pointer;
}
.pagination a.cur, .pagination a:hover {
    background-color: #EC4B4B;
    color: #fff;
    text-decoration: none;
}


/*------页码结束-------*/

