/*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;
}
/*头部结束*/
/*底部*/
.container{
    position: relative;
    overflow: hidden;
    min-height: 950px;
}
.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;
    position: absolute;
    bottom: 0;
}

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


/* 详情页 */
.main1{
    width:1000px;
    margin:10px auto;
    overflow: hidden;
    margin-bottom: 140px;
}
.left{
    width:710px;
    float:left;
    margin-bottom: 35px;
}
.navTitle{
    height:26px;
}
.navTitle,.navTitle a{
    color:#999;
}
.navTitle a:hover{
    color:#e00505;
}
.jianjie{
    border:1px solid #ebebeb;
}
.jianjieImg{
    width:710px;
    /* height:329px; */
    position:relative;
}
.icon .imgtwo{
    position:absolute;
    right:1px;
    top:0;
}
.jianjie p{
    width:650px;
    margin:20px auto;
    font-size:14px;
    color:#333;
    line-height:28px;
    text-indent: 2em;
}
.leftnew{
    border:1px solid #ebebeb;
    margin-top:10px;
}
.newTitle{
    height:40px;
    border-bottom:1px solid #ebebeb;
    background:#f9f9f9;
}
.newTitle a{
    width:101px;
    line-height:40px;
    text-align:center;
    font-size:14px;
    color:#333333;
    float:left;
    text-decoration:none;
}
.newTitle a.active{
    background: #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}
.newTitle a.active.p2{
    border-left: 0;
}
.newMain{
    width:660px;
    margin-left:28px;
    margin-top:22px;
    margin-bottom:25px;
}
.newMain li{
    height:95px;
    margin-bottom:30px;
}
.newMain li img{
    width:135px;
    height:95px;
    float:left;
}
.newMain li div{
    padding-left:145px;
}
.newMain li div a{
    height:30px;
    line-height:30px;
    font-size:14px;
    color:#333333;
    font-weight:bold;
    text-decoration:none;
    display:block;
    overflow:hidden;
    margin-bottom:5px;
}
.newMain li div a:hover{
    color:#c02;
    text-decoration: underline;
}
.newMain li div p{
    color:#8c8c8c;
    font-size:12px;
    line-height:20px;
    height:39px;
    overflow:hidden;
}
.newMain li div em{
    color:#8c8c8c;
    font-size:12px;
    font-style:normal;
    display:block;
    margin-top:5px;
}
.newMain1{
    width:660px;
    margin-left:28px;
    margin-bottom:25px;
}
.newMain1 h4{
    font-size:14px;
    color:#333333;
    font-weight:bold;
    margin-bottom:15px;
}
.newMain1 p{
    font-size:14px;
    color:#333333;
    margin-bottom:15px;
    font-family:"SimSun";
    line-height:25px;
    text-indent:2em;
}
.imgList{
    border: 1px solid #ebebeb;
    margin-top: 10px;
}
.imgTitle{
    height:41px;
    line-height:41px;
    border-bottom: 1px solid #ebebeb;
    background:#f9f9f9;
}
.imgTitle span{
    font-size:14px;
    color:#333;
    font-weight:bold;
    margin-left:15px;
    float:left;
}
.imgTitle a{
    font-size:12px;
    color:#a8a8a8;
    float:right;
    background:url(../../images/g.jpg) no-repeat 0 center;
    padding-left:15px;
    margin-right:10px;
}
.imgMain{
    height:155px;
    margin-left:15px;
    margin-top:15px;
}
.imgMain li{
    width:160px;
    float:left;
    margin-right:12px;
}
.imgMain li img{
    width:160px;
    height:115px;
    display:block;
}
.imgMain li p{
    width:160px;
    height:38px;
    line-height:38px;
    text-align:center;
    display:block;
    font-size:12px;
    color:#333;
    overflow:hidden;
}

.right{
    width:280px;
    float:right;
}
.righta{
    border: 1px solid #ebebeb;
}
.rightbox{
    width: 240px;
    margin: 0 auto;
    padding: 0 10px 15px;
}
.rightbox h3{
    font-size:14px;
    font-weight:bold;
    margin:15px 0;
}
.rinfo{
    border-bottom: 1px solid #ebebeb;
    padding-bottom:8px;
}
.rinfo.border-b{
    border-bottom: 0;
}
.rightbox p{
    line-height:25px;
}
.righta1{ margin-top:10px; padding-bottom:20px;}
.rightma{
    width:180px;
    margin:20px auto 0;
    text-align:center;
    overflow:hidden;
}
.rightma p{
    margin-top:10px;
    color:#333333;
    font-size:14px;
}
.icon .imgone{
    position:absolute;
    left:0;
    top:0;
    height:40px;
    background:#000;
    padding-left:15px;
    padding-right:20px;
}
.icon .imgone img{
    float:left;
    margin-top:0px;
}
.icon .imgone span{
    color:#fff;
    font-size:22px;
    font-weight:bold;
    float:left;
    line-height:40px;
    margin-left:10px;
}
.rightbox li{
    line-height:25px;
}
.rinfo b{
      font-weight: normal;
}