﻿@charset "utf-8";
/*reset*/

/* CSS reset for c_b */
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;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th, table td {
    padding: 5px;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

ception, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

a {
    color: #666;
    text-decoration: none;
}

/*for ie f6n.net*/
a:focus {
    outline: none;
}

/*for ff f6n.net*/
a:hover {
    text-decoration: none;
}

a:-webkit-any-link {
    text-decoration: none;
}

/*定位*/
.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden;
}

.vam {
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

p {
    word-spacing: -1.5px;
}

/*其他*/
.curp {
    cursor: pointer
}

/*原reset*/
sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input, button, textarea, select {
    *font-size: 100%;
}

input, select {
    vertical-align: middle;
}

body {
    font: 12px/1.231 arial, helvetica, clean, sans-serif;
}

select, input, button, textarea, button {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
    border-collapse: collapse;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

/*title*/
h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

/*end reset*/

/*清除浮动*/
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix { /*兼容 IE*/
    zoom: 1;
}

#roll_top, #fall, #ct {
    position: relative;
    cursor: pointer;
    height: 52px;
    width: 52px
}

#roll_top {
    background: url(../images/top.gif) no-repeat
}

#fall {
    background: url(../images/top.gif) no-repeat 0 -80px
}

#ct {
    background: url(../images/top.gif) no-repeat 0 -40px
}

#roll {
    display: block;
    width: 15px;
    margin-right: -558px;
    position: fixed;
    right: 46%;
    top: 80%;
    _margin-right: -558px;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight*0.8));
    z-index: 100;
}

/* CSS Document */
body {
    background-color: #fff;
    overflow-x: hidden;
    color: #666;
    font-size: 12px;
    font-family: "微软雅黑";
    position: relative;
}

/*网站字体颜色*/

.container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

/*页眉*/
.header {
    width: 100%;
    height: 110px;
    background: url(../images/header_bg.png) no-repeat center bottom;
    position: relative;
    z-index: 5000
}

.header_top {
    width: 100%;
    height: 40px;
    background-color: #1e1e1e;
    position: relative;
    z-index: 5555
}

.header_top .menu {
    height: 16px;
    padding-top: 12px;
    float: right;
}

.header_top .menu > li {
    float: left;
    padding: 0 20px;
    border-right: 1px dotted #4b4b4b;
    font-size: 12px;
    color: #666;
    position: relative
}

.header_top .menu .cred {
    color: #2974d9
}

.header_top .menu > li > a {
    color: #666
}

.header_top .menu .cred a {
    color: #2974d9
}

.header_top .menu .cred img {
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.header_top .menu .last {
    padding-right: 0;
    border: none;
}

.header_top .menu .last img {
    margin-left: 3px;
}

.header_top i {
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    width: 100%;
    height: 23px;
}

.header_top .qxbox {
    display: none;
    overflow: hidden;
    width: 180px;
    padding-top: 4px;
    background: url(../images/nav_c.png) no-repeat center top;
    position: absolute;
    left: -36px;
    top: 30px;
}

.header_top .qxbox ul {
    overflow: hidden;
    width: 100%;
}

.header_top .qxbox li {
    overflow: hidden;
    width: 100%;
    height: 49px;
    border-bottom: 1px solid #97070f;
    background: url(../images/qx01.png) no-repeat 156px center;
    background-color: #2974d9;
    font-size: 14px;
    line-height: 49px;
}

.header_top .qxbox li a {
    text-decoration: none;
    display: block;
    padding-left: 20px;
    width: 160px;
    height: 100%;
    color: #fff;
}

.header_top .qxbox li:hover {
    background: url(../images/qx02.png) no-repeat 156px center;
    background-color: #105dc5;
}

.header_top .menu > li:hover .qxbox {
    display: block
}

.header_nav {
    width: 100%;
    height: 140px;
    position: relative;
    background: rgba(255, 255, 255, .5);
}

.header_nav h1 {
    float: left;
    margin-top: 42px;
}

.header_nav h1 span {
    display: block;
    font-size: 18px;
    color: #666;
    font-weight: lighter;
    letter-spacing: 2px;
}

.header_nav .nav {
    float: left;
    margin-left: 20px;
    padding-top: 50px;
    height: 50px;
    width: 762px;
}

.header_nav .nav > li {
    float: left;
    font-size: 15px;
    padding: 0 18px;
    height: 50px;
    font-weight: bold;
}

.header_nav .nav > li > a {
    color: #666;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.header_nav .nav > li > a img {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    bottom: 3px;
}

.header_nav .nav > li.cur > a img, .header_nav .nav > li:hover > a img {
    display: block
}

.header_nav .nav > li.cur > a, .header_nav .nav > li:hover > a {
    color: #2974d9;
}

.header_nav .search {
    margin-top: 53px;
    width: 36px;
    height: 36px;
    float: right;
    position: relative;
    z-index: 1
}

.header_nav .search span {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/search02.png) no-repeat center;
    cursor: pointer;
    position: relative;
    z-index: 2
}

.header_nav .search input {
    display: none;
    width: 170px;
    height: 36px;
    border: 1px solid #999;
    outline: none;
    line-height: 36px;
    font-size: 13px;
    color: #999;
    position: absolute;
    padding: 0 51px 0 15px;
    left: -200px;
    top: 0;
    border-radius: 3px;
}

.header_nav .nav_next {
    overflow: hidden;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 140px;
    background-color: #eee;
}

.header_nav .nav > li i {
    display: none;
    width: 100%;
    height: 63px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3
}

.header_nav .nav_next .tu {
    display: block;
    float: left;
    margin-top: 50px;
    width: 390px;
    height: 260px;
    overflow: hidden;
}

.header_nav .nav_next ul {
    overflow: hidden;
    width: 680px;
    margin-top: 70px;
    float: left;
    margin-left: 70px;
}

.header_nav .nav_next li {
    float: left;
    width: 155px;
    height: 32px;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    color: #666;
    margin-bottom: 48px;
    margin-right: 65px;
    background: url(../images/nav_01.png) no-repeat right 3px;
}

.header_nav .nav_next li a {
    color: #666;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.header_nav .nav_next li:hover {
    border-bottom-color: #105dc5;
    background: url(../images/nav02.png) no-repeat right 3px;
}

.header_nav .nav_next li:hover a {
    color: #105dc5
}

.footer {
    overflow: hidden;
    width: 100%;
    padding-top: 75px;
    background-color: #1e1e1e
}

.footer .list {
    overflow: hidden;
    float: left;
    width: 135px;
    border-right: 1px dotted #404040;
    height: 275px;
    margin-right: 57px;
}

.footer .container {
    overflow: hidden;
    margin-bottom: 95px;
}

.footer h3 {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 30px;
}

.footer h3 a {
    color: #fff;
}

.footer .list ul {
    overflow: hidden
}

.footer .list li {
    *float: left;
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    line-height: 36px;
}

.footer .list li a {
    color: #c1c1c1
}

.footer .ewm {
    overflow: hidden;
    float: right;
    margin-right: 30px;
}

.footer .ewm p {
    font-size: 14px;
    color: #fff;
}

.footer .ewm span {
    display: block;
    font-size: 24px;
    color: #2974d9;
    margin-bottom: 30px;
}

.footer .ewm img {
    display: block;
    border-radius: 3px;
}

.footer .fbtn {
    overflow: hidden;
    width: 100%;
    height: 60px;
    background: url(../images/fbg.png) no-repeat center;
}

.footer .fbtn p {
    float: left;
    line-height: 60px;
    font-size: 13px;
    color: #fff;
}

.footer .fbtn ul {
    overflow: hidden;
    float: left;
    margin-left: 37px;
    margin-top: 15px;
}

.footer .fbtn li {
    float: left;
    margin-right: 20px;
}

.footer .fbtn .sdw {
    display: block;
    float: right;
    font-size: 12px;
    color: #666;
    margin-top: 20px;
    line-height: 20px;
    padding-left: 10px;
}

.title {
    overflow: hidden;
    width: 100%;
    margin-bottom: 40px;
}

.title h2 {
    font-weight: normal;
    text-align: center;
    font-size: 32px;
    color: #2974d9;
    line-height: 32px;
}

.title h2 a {
    color: #2974d9;
}

.title p {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-top: 10px;
}

.title em {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    margin-top: 5px;
}

.title.wt p, .title.wt em {
    color: #fff;
}

.h2t {
    font-weight: normal;
    margin-bottom: 15px;
}

.h2t a {
    font-size: 32px;
    color: #2974d9
}

.h2t em {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    margin-left: 5px;
}

/* -- 弹出窗口 -- */
#mesbook1_c, #mesbook1 {
    display: none;
    z-index: 1001;
    width: 720px;
    border: 1px solid #ccc;
    background: #fff;
    height: 357px;
    margin-top: -178px !important;
}

#mesbook1_c div, #mesbook1 div {
    border: 1px solid #e6e6e6;
    height: 71px;
    padding: 4px .5em 0;
    margin-bottom: 10px;
}

#mesbook1 #mesbook1Title {
    float: left;
    font-size: 16px;
    color: #9b9b9b;
    margin: 29px 0 0 39px
}

#mesbook1 #mesbook1ImgClose {
    display: block;
    width: 27px;
    height: 27px;
    float: right;
    margin: 22px 32px 0 0;
    cursor: pointer;
}

#mesbook1_c dl.b1, #mesbook1 dl.b1 {
    width: 100%;
    margin-top: 50px;
}

#mesbook1_c dl.b1 dt, #mesbook1 dl.b1 dt {
    float: left;
    width: 127px;
    height: 127px;
    margin-left: 83px;
}

#mesbook1_c dl.b1 dd, #mesbook1 dl.b1 dd {
    width: 420px;
    float: right;
}

#mesbook1_c #mesbook1_cBtns, #mesbook1 #mesbook1Btns {
    padding-bottom: 10px;
}

#mesbook1_c #mesbook1_cBtns input, #mesbook1 #mesbook1Btns input {
    margin-right: 20px;
}

#mesbook1 #mesbook1Msg p {
    font-size: 20px;
    color: #000000;
    margin-top: 4px;
}

#mesbook1 #mesbook1Msg {
    font-size: 20px;
    color: #000000;
    margin-top: 4px;
}

#mesbook1 #mesbook1Msg h3 {
    font-size: 24px;
    color: #2974d9;
}

#mesbook1 .b15 {
    display: block;
    width: 104px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #1a2b3c;
    cursor: pointer;
}

/*处理中动画占全屏*/
#oran_div_processing {
    width: 300px;
    padding: 20px;
    z-index: 9999;
    text-align: center;
    background: #fffeef;
    border: solid 1px #b8ab04;
}

.retop ul {
    overflow: hidden;
}

.retop li {
    float: left;
    margin-left: 10px;
}

.retop li img {
    display: block;
}

.rtTop {
    width: 43px;
    height: 43px;
    overflow: hidden;
    position: fixed;
    top: 85%;
    right: 51%;
    margin-right: -675px;
    cursor: pointer;
    display: none;
}

.rtTop h4 {
    width: 43px;
    height: 43px;
    overflow: hidden;
    position: relative;
}

.rtTop img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

/* InpAddress 公共样式*/
.NewsCenMainCon {
    width: 100%;
    position: relative;
    background: #f3f3f3;
}

.InpAddress {
    width: 100%;
    height: 70px;
    background: url(../images/InpAddressBg.png) no-repeat center;
    position: absolute;
    top: -70px;
    left: 0;
}

.InpAddress .container {
    position: relative;
}

.InpAddress h3 {
    width: 140px;
    height: 92px;
    text-align: center;
    background: #2974d9;
    padding-top: 48px;
    position: absolute;
    top: -70px;
    left: 0;
}

.InpAddress h3 span {
    display: block;
    font-size: 24px;
    color: #fff;
}

.InpAddress h3 em {
    display: block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 4px;
}

.InpAddress p {
    float: left;
    margin-left: 165px;
    height: 70px;
    line-height: 70px;
    background: url(../images/InpAddress_icon01.png) no-repeat left center;
    padding-left: 22px;
    font-size: 14px;
    color: #999999;
}

.InpAddress p a {
    font-size: 14px;
    color: #999999;
}

.InpAddress p span {
    background: url(../images/InpAddress_icon02.png) no-repeat left center;
    padding-left: 10px;
    margin-left: 10px;
    color: #666666;
}

.InpAddress ul {
    float: right;
}

.InpAddress ul li {
    float: left;
    height: 70px;
}

.InpAddress ul li a {
    color: #fff;
    font-size: 15px;
    display: block;
    height: 68px;
    line-height: 68px;
    margin-left: 30px;
    text-decoration: none;
}

.InpAddress ul li.cur a {
    color: #2974d9;
    border-bottom: 2px solid #2974d9;
    font-weight: bold;
}

.InpAddress ul li:hover a {
    color: #2974d9;
    border-bottom: 2px solid #2974d9;
    font-weight: bold;
}

/* InpagePaging 分页公共样式*/
.InpagePaging {
    width: 100%;
    text-align: center;
    margin-top: 72px;
}

.InpagePaging a {
    display: inline-block;
    *display: inline;
    width: 38px;
    height: 38px;
    border: 1px solid #cccccc;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: #999999;
    font-family: arial;
    border-radius: 5px;
    margin-left: 17px;
    background: #fff;
}

.InpagePaging a:first-child {
    margin-left: 0;
}

.InpagePaging a.first {
    width: 58px;
    font-family: "微软雅黑";
}

.InpagePaging a.last {
    width: 78px;
    font-family: "微软雅黑";
}

.InpagePaging a.cur {
    background: #2974d9;
    border-color: #2974d9;
    color: #fff;
}

.InpagePaging a:hover {
    background: #2974d9;
    border-color: #2974d9;
    color: #fff;
}

/*内页*/
.InsidePageBox {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #ececec;
    padding: 40px 0;
}

/*分页*/
.Paging {
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    padding-top: 20px;
}

.Paging a {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;;
    margin: 0 5px;
    font-size: 15px;
    color: #999;
    padding: 0 15px;
    text-decoration: none;
    background-color: #fff;
}

.Paging a {
    *display: inline
}

.Paging a:hover, .Paging a.cur {
    background-color: #2974d9;
    border-color: #2974d9;
    color: #fff
}

.fenye {
    padding-bottom: 30px;
}

/*新闻统一大标题样式*/
h3.htitle {
    text-align: center;
    font-size: 28px;
    margin-top: 55px;
    margin-bottom: 3px;
    color: #333;
}

h3.htitle a {
    color: #333;
}

h3.htitle a:hover {
    color: #dc1313;
}

span.htitle {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #777;
    font-family: Arial;
    padding-bottom: 20px;
    background: url(Img/Index/title_bg.png) no-repeat center bottom;
    margin-bottom: 40px;
    text-transform: uppercase;
}












