﻿@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;cursor: pointer;}
img{border:0;vertical-align:top;}
input,button{vertical-align:top;outline:none;border:none;}
button{padding: 0;cursor: pointer;}
button::-moz-focus-inner {padding: 0;}  /*for FireFox 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";font-size: 0;}

/*清除浮动*/
.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;}
/*通用样式*/



/* hover */

.h-tool-a .a:hover, .drop-lists li a:hover, .f-about .a:hover, .xj-table .tt2:hover, .xj-pic-list8 .title:hover, .xj-pic-list8 .tt:hover,
.xj-table4 .a:hover, .xj-table4 .tt2:hover, .xj-map .a:hover {
    color: #d20a0a;
}

.h-search .btn:hover, .xj-pic-list li:hover, .xj-list2 li:hover, .xj-pic-list4 li:hover, .xj-pic-list5 li:hover, .xj-pic-list7 li:hover,
.xj-search .btn:hover, .xj-search2 .btn:hover, .xj-pic-list10 li:hover, .xj-pic-list11 .a img:hover, .xj-letter .a:hover,
.xj-list12 .a:hover, .xj-btns .btn:hover, .xj-list10 .a:hover, .xj-pic-list12 .wp img:hover, .xj-img-rt:hover {
    opacity: 0.9;
}

.xj-table .img:hover img, .xj-table6 .img:hover {
    opacity: 0.7;
}

.xj-list3 .a:hover {
    color: #fff;
    background: #0065ba;
    border-color: #0065ba;
}

.xj-list3 .a:hover, .xj-list4 a:hover, .xj-list8 .a:hover {
    color: #fff;
    background: #0065ba;
    border-color: #0065ba;
}

.xj-list .a:hover, .xj-table .a:hover {
    color: #d20a0a;
    background: url(../images/icon-arrow2-hv.png) 7px center no-repeat; 
}

.xj-table3 .a:hover {
    background: none;
}

.xj-table4 .a:hover, .xj-table4 .tt2:hover {
    color: #d20a0a;
}

.xj-pic-list2 .a:hover .tt, .xj-pic-list11 .tt:hover, .location .a:hover, .xj-pic-list12 .tt2:hover {
    color: #60aef0;
}

.xj-pic-list3 li:hover {
    background: #f1f9ff;
}

.xj-list3 .a:hover, .xj-list5 .a:hover {
    color: #fff;
    background: #0065ba;
}

.pull-down>li li .a:hover {
    color: #0065ba;
    background: url(../images/icon-arrow3-hv.png) left center no-repeat;
}

.xj-table3 .join:hover, .xj-pic-list13 .a:hover .tt, .xj-pic-list13 .a:hover .sp {
    font-weight: bold;
}


/* 头条轮播 */

.m-lb-tt {
    position: relative;
    height: 88px;
    overflow: hidden;
}

.lb-tt-bnr {
    height: 100%;
}

.lb-tt-item {
    position: absolute;
    left: 0;
    top: 0;
    height: 88px;
    padding-left: 112px;
}

.lb-tt-item .title, .lb-tt-item .atr {
    width: 998px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lb-tt-item .title {
    display: block;
    padding-top: 10px;
    text-align: center;
    line-height: 38px;
    font-size: 38px;
    color: #d20a0a;
}

.lb-tt-item .title:hover {
    text-decoration: underline;
}

.lb-tt-item .atr {
    margin-top: 17px;
    line-height: 14px;
    font-size: 14px;
    color: #999;
}

.lb-tt-btn {
    position: absolute;
    right: 13px;
    top: 27px;
    border: 1px solid #dfdfdf;
}

.lb-tt-btn .prev {
    border-bottom: 1px solid #dfdfdf;
    background: url(../images/prev.png) center no-repeat;
}

.lb-tt-btn .next {
    background: url(../images/next.png) center no-repeat;
}

.lb-tt-btn .prev, .lb-tt-btn .next {
    width: 30px;
    height: 43px;
    cursor: pointer;
}

.lb-tt-btn .prev:hover {
    background: url(../images/prev-ho.png) center no-repeat;
}

.lb-tt-btn .next:hover {
    background: url(../images/next-ho.png) center no-repeat;
}

/* 图片轮播 */

.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: 48px;
    line-height: 48px;
    overflow: hidden;
    background: url(../images/lb-bg.png);
}

.lbIists a {
    display: block;
    margin-left: 22px;
    max-width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #fff;
}

.lbIists a:hover {
    color: #d20a0a;
}

.lbNums {
    position: absolute;
    bottom: 20px;
    right: 13px;
}

.lbNums span {
    float: left;
    width: 8px;
    height: 8px;
    margin-left:  8px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
}

.lbNums span.cur, .lbNums span:hover  {
    background: #e32927; 
}

.img-prev, .img-next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 70px;
    cursor: pointer;
}

.img-prev {
    margin-top: -20px;
    left: 0;
    background: url(../images/img-prev.png);
}

.img-next {
    right: 0;
    margin-top: -16px;
    background: url(../images/img-next.png);
}

.img-prev:hover {
    background: url(../images/img-prev-hv.png); 
}

.img-next:hover {
    background: url(../images/img-next-hv.png); 
}