/* qqshop focus */
* {
    padding: 0;
    list-style: none;
    border: none;
}

body {
    width: 100%;
}

img {
    border: 0;
}

.wrap {
    width: 100%;
    position: relative;
}

#focus {
    width: 670px;
    height: 433px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

#focus ul {
    height: 860px;
    position: absolute;
    margin: 0;
    padding: 0;
}

#focus ul li {
    float: left;
    width: 670px;
    height: 433px;
    overflow: hidden;
    position: relative;
    background: #000;
}

#focus ul li div.photo_bt {
    position: absolute;
    bottom: -2px;
    left: 12px;
    font-size: 15px;
    color: #ffffff;
    z-index: 1;
    line-height: 50px;
}

#focus .btnBg {
    position: absolute;
    width: 670px;
    height: 50px;
    left: 0;
    bottom: 0;
    background: #000;
}

#focus .btn {
    position: absolute;
    width: 670px;
    height: 17px;
    padding: 14px 10px;
    right: 5px;
    bottom: 18px;
    text-align: right;
}

#focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 10px;
    height: 10px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #c9c9c9;
}

#focus .btn span.on {
    background: #ffffff;
}
.nl span{
    width: 100%;
}
#focus ul li img {
    display: block;
    width: 100%;
    height: 100%;
}

#focus ul li div.photo_bt a {
    color: #fff;
}

.blank50 {
    height: 22px;
}

#header {

    width: 100%;
    overflow: hidden;
    position: relative;
}

#header .headinner {
    width: 1170px;
    margin: 0 auto;
    height: 107px;
    position: relative;
}

#header .logo {
    width: 400px;
    height: 80px;
    line-height: 61px;
    overflow: hidden;
    display: table;
    text-align: center;
    *position: relative;
    margin-top: 40px;
}

#header .logo a {
    display: table-cell;
    vertical-align: middle;
}

#header .logo img {
    display: block;
    width: 100%;
}

#header .shoucangzhi {
    position: absolute;
    right: 30px;
    top: 70px
}

#header .shoucangzhi li {
    float: left;
    background-image: url(../images/top-bg1.jpg);
    background-repeat: no-repeat;
    background-position: 0 center;
}

#header .shoucangzhi a {
    padding: 0 10px;
    font-size: 12px;
    font-family: "Microsoft Yahei";
    color: #7d7d7d;
}

#header .shoucangzhi .too {
    background: none;
}

.shoucangzhi a {
    padding-left: 15px;
    background: url(../images/wqcms.png) no-repeat 0px -310px;
}

#navbar {
    overflow: hidden;
    margin-bottom: 17px;
}

#navbar .m {
    text-align: right;
    width: 1400px;
    min-width: 1400px;
    margin: 0 auto;
    font-size: 0;
}
@media only screen and (max-width: 980px) {
    #navbar .m{
    width: 980px; 
       min-width: 980px;
    }

}

#navbar li {
    border: 1px solid #dadada;
    float: right;
}

#navbar a {
    color: #505050;
    text-decoration: none;
    font-size: 16px;
    padding: 0 17px;
    line-height: 40px;
    font-family: "Microsoft Yahei";
    display: block;
    float: left;
}

#navbar li.thisclass a {
    font-weight: bold;
    text-decoration: none
}

#navbar li.thisclass a,
#navbar li a:hover {
    font-weight: bold;
}

.foot {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    padding: 0 0 80px;
    border-top: 2px solid #d32a2d;
    overflow: hidden;
    position: relative;
}

.foot .kuai {
    width: 100%;
    height: 35px;
    margin-bottom: 20px;
    background: #ebebeb;
    overflow: hidden;
}

.foot .top {
    margin-bottom: 20px;
    overflow: hidden;
}

.foot .top span {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #333;
}

.foot .top span:first-child {
    margin-right: 10px;
}

.foot .bot span {
    font-size: 14px;
    color: #666;
}

.foot .bot span:first-child {
    margin-right: 10px;
}

/*路径 面包屑导航*/
.g-crumb {
    background: #eee;
    margin-bottom: 10px;
    border-top: 2px solid #90000a;
}

.g-crumb .breadcrumb {
    margin-bottom: 0;
    background: #eee;
}

.g-crumb .breadcrumb a {
    color: #9c020d;
}

/* 文章页 */
.arc {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.arc table {
    width: 100%;
    text-align: center;
}

.arc h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.arc table td {
    font-size: 14px;
}

.arc .bt_content #zoom {
    font-family: tahoma, 宋体;
    line-height: 200%;
    max-width: 1600px;
}

.arc .bt_content p {
    text-indent: 2em;
    text-align: left;
}

.arc .bt_content p span {
    letter-spacing: 2px;
    text-align: justify;
    text-indent: 30px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.arc .bt_content p img {
    display: block;
    margin: 0 auto;
}

/* 首页轮播图 */
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-indicators li {
    margin: 0 10px;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0;
    background-color: #fff;
}

.idexlist .m-title3 {
    width: 70%;
    border-bottom: 1px solid #fddbdc;
    overflow: hidden;
    position: relative;
}

.idexlist .m-title3 h3 {
    color: #333;
    float: left;
    margin: 0;
    padding-top: 12px;
    padding-bottom: 15px;
    border-bottom: 3px solid #f54343;
    margin-bottom: 0px;
}

.idexlist h2 a {
    font-size: 22px;
    color: #333;
    position: relative;
    text-decoration: none;
}

.idexlist h2 a::after {
    content: '';
    width: 100%;
    height: 3px;
    background: #f54343;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.idexlist ul li {
    position: relative;
    font-size: 16px;
    line-height: 34px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.idexlist ul li a {
    display: block;
    color: #575757;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: justify;
}

.idexlist ul li a:hover {
    color: #c8000e;
}

.idexlist ul li .img {
    width: 180px;
    float: left;
}

.idexlist ul li .img img {
    display: block;
    width: 100%;
}

.idexlist ul li .info {
    width: 40%;
    padding: 0 10px;
    float: left;
}

.idexlist ul li .info h4 {
    font-weight: bold;
    font-size: 16px;
    height: auto;
    margin: 0;
}

.idexlist ul li.active {
    white-space: normal;
}

.idexlist ul li.active a {
    padding: 5px 0;
    white-space: normal;
}

.idexlist ul li.active a .info {
    width: 220px;
   /* height: 100%;*/
}

.idexlist ul li.active a .info h4 {
    height: 68px;
}

.idexlist ul li.active a .info .time {
    font-size: 14px;
    color: #999;
    line-height: 1;
}

.g-box.hzxy a img {
    display: block;
    width: 100%;
}

#navsub {
    width: 100%;
    margin: 10px 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}

#navsub a {
    display: inline-block;
    vertical-align: middle;
}

ul.sumlist li {
    float: left;
    margin: 0 7px;
    margin-top: 45px;
    border: 1px solid #dcdcdc;
    width: 326px;
    padding: 15px 0;
    position: relative;
}

ul.sumlist li h4 a {
    display: inline-block;
    padding: 0 5px;
    color: #666;
    font: 20px/30px "microsoft yahei";
}

ul.sumlist li .imgcon {
    width: 326px;
    height: 242px;
    text-align: center;
}

ul.sumlist li .imgcon img {
    max-width: 306px;
    max-height: 242px;
    width: auto !important;
    height: auto !important;
}

ul.sumlist li .intro {
    line-height: 24px;
    color: #969595;
    padding: 28px 5px 15px;
    width: 370px;
    text-indent: 2em;
    height: 100px;
    overflow: hidden;
}

ul.sumlist li .info div {
    float: left;
    padding-left: 8px;
}

ul.sumlist li .info {
    color: #afafaf;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    padding-left: 35px;
}

.ad a img {
    display: block;
    width: 100%;
}

.adlan a img {
    display: block;
    width: 100%;
}

.lxq,
.xxq {
    width: 100%;
    position: relative;
}

.lxq::before {
    content: '';
    position: absolute;
    width: 32px;
    height: 97px;
    background: url('../images/lxq_03.png') 0 0 no-repeat;
    background-size: 100% 100%;
    left: -10%;
    top: 50%;
    margin-top: -48px;
}

.xxq::before {
    content: '';
    position: absolute;
    width: 32px;
    height: 97px;
    background: url('../images/xxq_03.png') 0 0 no-repeat;
    background-size: 100% 100%;
    left: -10%;
    top: 50%;
    margin-top: -48px;
}

   .picScroll-left {
            width: 100%;
            overflow: hidden;
        }
        .idexlist .bd{
            /* padding: 0 8px; */
        }
        .idexlist ul li {
            position: relative;
            font-size: 16px;
            line-height: 34px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            padding: 0;
        }
        .idexlist ul li a{
            padding: 0 8px;
        }
