@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
ul,ol{list-style:none;}
a{text-decoration:none;color: #333333}
a:hover{color: #dc1b23;}
img{border:0;vertical-align:middle;}
input,button{vertical-align:middle;outline:none;border:none;}
button {padding: 0;cursor: pointer;}
button::-moz-focus-inner {padding: 0;}  /*for fire fox button 内置padding为0*/
textarea{outline:none;border:none;resize:none;}
input, textarea {box-sizing: content-box;outline: none;background: 0 0;font-family: "Microsoft YaHei"}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #acacac;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color:#acacac;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color:#acacac;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color:#acacac;
}
.rt{float:right;}
.lf{float: left;}
body{color: #000;font-family: "Microsoft YaHei"}

/*清除浮动*/
.clearfix{*zoom:1;} /* 针对IE7 hack，触发IE7的haslayout，以清除浮动 */
.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
table tr td,table{border-collapse:collapse;}
/*通用样式*/



/********************************轮播*********************************/

.m-lb-img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.lbItems, .lbItems img {
    width: 100%;
    height: 100%;
}

.lbItems>a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.lbIists {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    overflow: hidden;
    background: url("2017sd_lb-bg.png")/*tpa=http://www.qtx.gov.cn/images/2017sd_lb-bg.png*/ repeat;
}

.lbIists a {
    display: block;
    padding-left: 9px;
    line-height: 50px;
    max-width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #fff;
}

.lbIists a:hover {
    color: #f0481a; 
}

.lbNums {
    position: absolute;
    bottom: 20px;
    right: 26px;
}

.lbNums span {
    float: left;
    width: 10px;
    height: 10px;
    margin-left:  14px;
    line-height: 10px;
    text-align: center;
    font-size: 12px;
    font-family: "宋体";
    cursor: pointer;
    color: #333;
    background: #fff;
}

.lbNums span.cur, .lbNums span:hover  {
    color: #fff;
    background: #f0481a; 
}
