@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: 100%;
    _background-image: url(about:blank);
    _background-attachment: fixed;
}

img {
    border: none;
}

li {
    list-style: none;
}

select {
    border: 1px solid #A9A9A9;
}

strong {
    font-weight: bold;
}

td {
    line-height: 24px;
}

img {
    vertical-align: middle;
    display: inline-block;
}

td img {
    vertical-align: middle;
    display: block;
}

video {
    /* max-width: 1280px; */
    width: 100%;
}

a {
    cursor: pointer;
    outline: none;
    color: #000;
    text-decoration: none;
}

input {
    outline: none;
}

/* 清除浮动 */
.clearfix {
    display: block;
    /* #zoom: 1; */
    /*ie6-ie7*/
}

.clearfix:after {
    content: '';
    overflow: hidden;
    width: 100%;
    height: 0px;
    font-size: 0px;
    margin: 0px;
    padding: 0px;
    display: block;
    clear: both;
}

/* 顶部导航
--------------------------------------------------*/
#topHeader {
    height: 32px;
    text-align: center;
    border-bottom: 1px solid #c9c9ca;
    background: #f9f7f4;
}

#topHeader .top {
    width: 1000px;
    margin: 0 auto;
    height: inherit;
}

#topHeader a {
    float: left;
    height: 32px;
    line-height: 32px;
    color: #000;
    margin: 0 10px;
    font-size: 12px;
}

#topHeader a:hover {
    color: #fca22c !important;
}

/* 右侧导航
--------------------------------------------------*/
#rightSilder {
    width: 88px;
    border: 1px solid #ececec;
    background: #f4f4f4;
    position: fixed;
    left: 50%;
    bottom: 180px;
    margin-left: 520px;
    z-index: 9990;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+100));
}

#rightSilder .list {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#rightSilder .list li {
    cursor: pointer;
    margin: 0 7px;
    border-bottom: 1px dotted #cbcbcb;
    background: none;
    padding: 0px;
}

#rightSilder .list li.last {
    border-bottom: none;
}

#rightSilder .list li a {
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    margin: 0 auto;
    color: #0e649a;
    text-align: center;
}

#rightSilder .list li a:hover {
    color: #0e649a;
}

#rightSilder .tools {
    position: absolute;
    right: 0px;
    bottom: -25px;
}

#rightSilder .tools li {
    float: left;
    width: 17px;
    height: 17px;
    background: url(/2014/images/xh_icon_v3.png) no-repeat;
    cursor: pointer;
}

#rightSilder .tools li.goTop {
    background-position: 0 -255px;
}

#rightSilder .tools li.twoCode {
    background-position: -17px -255px;
    position: relative;
    margin: 0 9px;
}

#rightSilder .tools li.twoCode div {
    display: none;
    position: absolute;
    bottom: -130px;
    left: -46px;
    width: 90px;
    height: 110px;
    background: url(/2014/images/xh_icon_v3.png) no-repeat 0px -272px;
}

#rightSilder .tools li.close {
    background-position: -34px -255px;
}

#rightSilder .scrollAd {
    width: 88px;
    height: 83px;
    overflow: hidden;
    border: 1px solid #ebebeb;
    background: #f4f4f4;
    position: absolute;
    left: -1px;
    top: -90px;
}

#rightSilder .scrollAd .text {
    display: block;
    width: 100%;
    position: absolute;
    top: 3px;
    left: 0px;
    color: #00a0e9;
    text-align: center;
    font-size: 12px;
}

#rightSilder .scrollAd .btn {
    width: 10px;
    height: 54px;
    position: absolute;
    bottom: 6px;
    cursor: pointer;
}

#rightSilder .scrollAd .btn i {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 3px;
    width: 0;
    height: 0;
    line-height: 0px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    _border-bottom: 6px solid dashed;
    _border-top: 6px solid dashed;
    position: absolute;
    top: 50%;
    font-size: 0px;
    overflow: hidden;
}

#rightSilder .scrollAd .adPrev {
    left: 0px;
}

#rightSilder .scrollAd .adNext {
    right: 0px;
}

#rightSilder .scrollAd .adPrev i {
    border-right: 6px solid #999;
}

#rightSilder .scrollAd .adNext i {
    border-left: 6px solid #999;
}

#scrollAd-container {
    width: 54px;
    height: 54px;
    overflow: hidden;
    position: absolute;
    top: 23px;
    left: 17px;
}

#scrollAd-container .swiper-wrapper {
    width: 54px;
    height: 54px;
}

#scrollAd-container .swiper-wrapper .swiper-slide {
    float: left;
    position: relative;
}

#scrollAd-container .swiper-wrapper .swiper-slide .img,
#scrollAd-container .swiper-wrapper .swiper-slide .img a,
#scrollAd-container .swiper-wrapper .swiper-slide img {
    width: 54px;
    height: 54px;
    font-size: 0px;
    vertical-align: top;
}

#scrollAd-container .pagination {
    display: none;
}

/*航向滚动区域补充样式*/
#gd_scroll li a {
    line-height: 30px;
}

.ad_tl2 {
    width: 1000px;
    margin: 0 auto 5px auto;
    overflow: hidden;
}