@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;
}

input:focus
{
    background: none;
}
/*for ie f6n.net*/

a:focus {
    outline: none;
}

/*for ff f6n.net*/

a:hover {
    text-decoration: underline;
}



/*定位*/

.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;
}



-moz-box-sizing:content-box;

-webkit-box-sizing:content-box;

box-sizing:content-box;



/*其他*/

.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;
}









.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: 65%;
    right: 55%;
    margin-right: -615px;
    cursor: pointer;
    display: none;
}

.rtTop h4 {
    width: 43px;
    height: 43px;
    overflow: hidden;
    position: relative;
}

.rtTop img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}





/*end reset*/







/* CSS Document */

body {
    background-color: #fff;
    overflow-x: hidden;
    color: #666;
    font-size: 12px;
    font-family: "微软雅黑";
    position: relative;
}

/*网站字体颜色*/



.header,
.content,
.footer,
.container {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}



/*页眉*/

.header {
    width: 100%;
    /*overflow:hidden;*/
    background-color: #fff;
}



.header_top {
    overflow: hidden;
    width: 100%;
    height: 46px;
    background: url(../images/header_top.png) repeat-x left top;
}

.header_top p {
    float: left;
    font-size: 13px;
    line-height: 40px;
}

.header_top ul {
    overflow: hidden;
    float: right;
    margin-top: 14px;
}

.header_top li {
    float: left;
    margin: 0 10px;
    font-size: 13px;
    color: #666;
}

.header_top li a {
    color: #666
}



.header_center {
    overflow: hidden;
    width: 1000px;
    height: 160px;
    margin: 0 auto
}

.header_center h1 {
    float: left;
    margin-top: 50px;
}

.header_center h2 {
    float: left;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #e1e1e1;
    margin-top: 53px;
    font-size: 24px;
    color: #000
}

.header_center h2 b {
    color: #c73426;
}

.header_center h2 p {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    margin-top: 10px;
}

.header_center h2 p img {
    margin: 0 4px;
}

.header_center .phone {
    overflow: hidden;
    padding: 5px 0;
    float: right;
    margin-top: 53px;
    padding-left: 60px;
    background: url(../images/phone.png) no-repeat left center;
    margin-right: 30px;
}

.header_center .phone em {
    display: block;
    font-size: 13px;
    color: #000;
}

.header_center .phone span {
    font-size: 24px;
    color: #c73426;
    font-weight: bold;
    display: block;
}



.header_nav {
    width: 100%;
    height: 62px;
    background: url(../images/nav_bg.png) repeat-x left top;
}

.header_nav ul {
    width: 100%;
}

.header_nav li {
    float: left;
    background: url(../images/nav_bor.png) right center no-repeat;
    border-top: 2px solid #fff;
    height: 60px;
    position: relative;
    line-height: 60px;
    font-size: 16px;
}

.header_nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    width: 125px;
    text-align: center
}

.header_nav li.last {
    background: none
}

.header_nav li.cur,
.header_nav li:hover {
    background: #fc6e19;
    border-color: #f68442;
}



.header_nav ul li .sednavs {
    width: 200px;
    padding: 10px 0 20px;
    top: 60px;
    position: absolute;
    background: url(../images/sbg.png) repeat center;
    display: none;
    left: 0;
    z-index: 9999;
}

.header_nav ul li .sednavs p {
    height: 30px;
    line-height: 30px;
    padding-left: 46px;
    background: url(../images/pbg2.png) no-repeat 18px center;
    text-align: left;
}

.header_nav ul li .sednavs p a {
    font-size: 14px;
    color: #fff;
    display: block;
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header_nav ul li .sednavs p a:hover {
    color: #ff7800;
}

.header_nav ul li:hover .sednavs {
    display: block;
}





/*footer*/

.footer {
    overflow: hidden;
    width: 100%;
    background-color: #ab2417;
}

.footer .left {
    overflow: hidden;
    width: 234px;
    height: 270px;
    background-color: #961b0f;
    float: left;
    padding-top: 30px;
}

.footer .left img {
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
}

.footer .left p {
    text-align: center;
    font-size: 13px;
    color: #fff;
}

.footer .right {
    overflow: hidden;
    width: 707px;
    float: right;
    margin-top: 45px;
}

.footer .right .menu {
    overflow: hidden;
    width: 100%;
    padding-bottom: 14px;
    border-bottom: 1px solid #bc5045;
    margin-bottom: 30px;
}

.footer .right .menu li {
    float: left;
    border-right: 1px dotted #fff;
    font-size: 13px;
    padding: 0 15px
}

.footer .right .menu li a {
    color: #fff
}

.footer .right .menu li.last {
    border: none
}

.footer .right p {
    font-size: 13px;
    color: #fff;
    line-height: 25px;
}

.footer .right p a {
    color: #fff;
}

.footer .right p i {
    margin: 0 10px;
}

.pagess {
    clear: both;
    margin: 20px;
    overflow: hidden;
    margin-left: 0px;
    text-align: center;
    font-size: 12px
}

.pagess ul li {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 9px;
    margin: 0 3px;
    line-height: 20px;
    background: #fff;
    color: #999
}

.pagess ul li:hover {
    background: #ccc;
    color: #fff;
    border: 1px solid #ccc
}

.pagess ul li:hover a {
    color: #fff;
}

.pagess ul li.active {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 9px;
    margin: 0 3px;
    background: #ccc;
    color: #fff;
}

.pagess ul li.active a {
    color: #fff;
}

.pagess ul li a {
    display: block;
    color: #999
}

.pagess ul li a:hover {
    color: #fff;
}