@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: 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;

/*其他*/
.cur {
    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;
}

#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;
}

/*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: url(../images/header_bg.png) no-repeat center top;
    height: 120px;
}

.header .header_top {
    overflow: hidden;
    width: 100%;
    height: 80px;
}

.header .header_top img {
    display: block;
    margin: 0 auto;
    max-height: 80px;
}

.header h1 {
    float: left;
    overflow: hidden
}

.header h1 a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    height: 80px;
}

.header h2 {
    float: left;
    margin-left: 20px;
    line-height: 80px;
    font-weight: normal;
    font-size: 24px;
    color: #fff;
}

.header h2 p {
    font-size: 18px;
    color: #fff;
    margin-top: 12px;
}

.header .right {
    overflow: hidden;
    float: right;
    width: 360px;
    height: 100%
}

.header .right ul {
    width: 100%;
    padding-top: 25px;
    font-size: 12px;
    text-align: right
}

.header .right li {
    position: relative;
    display: inline-block
}

.header .right li a {
    color: #fff;
}

.header .right li img {
    display: none;
    position: absolute;
    left: -80px;
    top: -25px;
}

.header .right li:hover img {
    display: block
}

.header .phone {
    overflow: hidden;
    float: right;
    margin-top: 40px;
    padding-left: 50px;
    background: url(../images/phone.png) no-repeat left center;
}

.header .phone p {
    font-size: 14px;
    color: #fff;
}

.header .phone span {
    display: block;
    font-size: 24px;
    color: #fff;
}

.header .header_nav {
    overflow: hidden;
    width: 100%;
}

.header .header_nav ul {
    overflow: hidden
}

.header .header_nav li {
    float: left;
    font-size: 14px;
    line-height: 40px;
    margin-right: 15px;
}

.header .header_nav li a {
    color: #fff;
    display: block;
    padding: 0 15px;
    text-decoration: none
}

.header .header_nav li:hover a,
.header .header_nav li.cur a {
    background: #fff;
    border-radius: 25px;
    color: #1d1d1d;
}


/*link*/
.link {
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.link h3 {
    float: left;
    color: #1d61b9;
    text-align: right;
    width: 125px;
    font-size: 20px;
}

.link h3 p {
    font-size: 16px;
    color: #999;
    font-weight: normal;
    font-family: Arial;
    text-transform: uppercase
}

.link ul {
    overflow: hidden;
    float: right;
    width: 860px;
}

.link li {
    float: left;
    font-size: 14px;
    margin: 0 20px;
    margin-bottom: 10px;
}

.link li a {
    color: #999;
}


/*footer*/
.footer {
    overflow: hidden;
    padding-top: 30px;
    width: 100%;
    background-color: #000;
    padding-bottom: 30px;
}

.footer .flist {
    display: block;
    overflow: hidden;
    float: left;
    width: 16.6%;
}

.footer h3 {
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 14px;
    color: #1d61b9;
}

.footer h3 a {
    color: #1d61b9;
}

.footer .flist p {
    font-size: 12px;
    line-height: 28px;
    color: #999;
}

.footer .flist p a {
    color: #999
}

.footer .flist p a:hover {
    color: #fff
}

.footer .flist.last {
    width: 300px;
}

.footer .fbtm {
    overflow: hidden;
    padding-top: 20px;
    border-top: 1px solid #444040;
    margin-top: 50px;
}

.footer .fbtm p {
    text-align: center;
    font-size: 12px;
    color: #666;
    line-height: 32px;
}

.footer .fbtm ul {
    overflow: hidden;
    float: right;
}

.footer .fbtm li {
    overflow: hidden;
    float: left;
    width: 32px;
    height: 32px;
    margin: 0 4px;
}

.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: 75%;
    right: 50%;
    margin-right: -543px;
    cursor: pointer;
    display: none;
    z-index: 99;
}

.rtTop h4 {
    width: 43px;
    height: 43px;
    overflow: hidden;
    position: relative;
}

.rtTop img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}