/* -- 页面整体布局 -- */

.header {
    width: 960px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}


/*头部开始*/

em,
i {
    font-style: normal;
}

.top {
    border-top: 2px #fc7c1d solid;
    /*! background: url("../images/Img2/Common/h_top_bg.gif") repeat-x center top; */
    height: 217px;
    position: relative;
    z-index: 9;
}

.h_top {
    height: 36px;
    line-height: 36px;
    color: #666;
    overflow: hidden;
}

.h_top span {
    height: 36px;
    line-height: 36px;
    color: #666;
}

.h_top span a {
    color: #666;
    line-height: 36px;
    display: inline-block;
    padding: 0 6px;
}

.h_nr {
    height: 100px;
    margin-top: 30px;
    overflow: hidden;
}

.h_logo {
    width: 620px;
    height: 92px;
    overflow: hidden;
    margin-top: 10px;
}

.h_logo span {
    width: 240px;
    height: 80px;
    background: url("../images/Img2/Common/logo_line.gif") no-repeat right 10px;
    overflow: hidden;
}

.h_logo span img {
    width: 220px;
    height: 62px;
}

.h_logo h1 {
    font-size: 25px;
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 17px;
    color: #0f53ba;
    font-weight: bold;
    overflow: hidden;
    text-align: left;
}

.h_logo h1 i {
    display: block;
    font-size: 18px;
    color: #505050;
    font-weight: normal;
}

.h_lx {
    width: 225px;
    height: 90px;
    font-size: 14px;
    background: url("../images/background/telbg.jpg") no-repeat left 20px;
    padding-left: 76px;
    overflow: hidden;
}

.h_lx span {
    font-size: 20px;
    color: #0f53ba;
    display: block;
    font-weight: bold;
}

.h_nav {
    height: 53px;
    width: 100%;
    background: url("../images/background/nav-bg.jpg") no-repeat center top;
}

.h_nav ul {
    width: 940px;
    margin: 0 auto;
    padding-left: 20px;
}

.h_nav li {
    width: 115px;
    text-align: center;
    position: relative;
    float: left;
    font-size: 14px;
    height: 53px;
    line-height: 53px;
    background: url("../images/background/line.png") no-repeat right 8px;
}

.h_nav li.last {
    background: none
}

.h_nav li a {
    display: inline-block;
    color: #fff;
    width: 100%;
}

.h_nav li:hover,
.h_nav .cur a {
    text-decoration: none;
    background: url("../images/background/hover.gif") repeat center top;
}

.h_nav li ul {
    width: 250px;
    ;
    position: absolute;
    display: none;
    padding: 0;
    top: 53px;
    left: 0;
}

.h_nav li:hover ul {
    display: block;
    background: #fff;
}

.h_nav li ul li {
    height: 40px;
    line-height: 40px;
    background: none;
    text-align: left;
    padding-left: 20px;
    width: 230px;
}

.h_nav li ul li:hover {
    background: #FC8621;
}

.h_nav li ul li a {
    color: #333;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.h_nav li ul li:hover a {
    color: #fff;
}

.h_nav li ul.duolie1 {
    width: 750px;
    left: -240px;
    padding: 20px;
    border:2px solid #FC6339;
}

.h_nav li ul.duolie1 li {
    width: 230px;
    float: left;
}


/*列表分页样式*/

.pagination {
    margin-left: 10px;
    margin-bottom: 20px;
    width: 100%;
    clear: both;
}

.pagination a,
.pagination b {
    padding: 6px 12px;
    line-height: 1.5;
    text-decoration: none;
    color: #337AB7;
    background-color: #fff;
    border: 1px solid #DDD;
    display: inline-block;
}

.pagination a b {
    border: none;
    padding: 0;
    background: none
}

.pagination a:hover,
.pagination a:hover b {
    color: #fff;
    background-color: #F08519;
    border-color: #fff;
}

.pagination b {
    color: #F08519;
}


/*可变透明度返回顶部*/

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(232, 98, 86, 0.8) url("../images/top.png") no-repeat scroll center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}


/*list_pagination*/

.showpage {
    display: block;
    text-align: center;
    height: 99px;
    line-height: 99px;
    clear: both;
}

.showpage a,
.showpage span,
.showpage b {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 5px;
    padding: 5px 10px;
    height: 25px;
    line-height: 25px;
    background: #fff;
    font-size: 12px;
}

.showpage a b {
    border: none;
}


/*banner*/

#flashs {
    clear: both;
    height: 500px;
    overflow: hidden;
    position: relative;
    background: #eee;
}

#flashs .bgitem {
    height: 500px;
    width: 100%;
    display: none;
    margin: 0 auto;
}

#flashbg0 {
    background: url(/images/banner/banner-01.jpg) center center no-repeat;
}

#flashbg1 {
    background: url(/images/banner/banner-02.jpg) center center no-repeat;
}

#flashbg2 {
    background: url(/images/banner/banner-03.jpg) center center no-repeat;
}

#flashbg3 {
    background: url(/images/banner/banner-04.jpg) center center no-repeat;
}

#flashbg4 {
    background: url(/images/banner/banner-05.jpg) center center no-repeat;
}

#flashs .btn {
    width: 100%;
    height: 26px;
    text-align: center;
    bottom: 30px;
    position: absolute;
    left: 0;
}

#flashs .btn span {
    display: inline-block;
    margin: 0 1px;
    width: 23px;
    height: 26px;
    background: url(../images/banner/bit01.png) no-repeat -25px 0;
    cursor: pointer;
}

#flashs .btn span.cur {
    background-position: 0 0;
}