﻿@charset "utf-8";
html {
    color: #000;
    background: #FFF;
}

body {
    color: #666;
    font: 14px;
    font-family: "Microsoft Yahei", "微软雅黑";
}


/*网站字体颜色*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
    font-style: inherit;
    font-weight: inherit;
}

del,
ins {
    text-decoration: none;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

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;
}

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;
}

.mt10 {
    margin-top: 10px;
}

a {
    color: #666;
    text-decoration: none;
}


/*for ie f6n.net*/

a:focus {
    outline: 0;
}


/*for ff f6n.net*/

a:hover {
    text-decoration: underline;
}

.vam {
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

p {
    word-spacing: -1.5px;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.center {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pa {
    position: absolute;
}

.pr {
    position: relative
}


/* -- 购物车外部框架 -- */

.cart_header,
.cart_content,
.cart_footer {
    width: 1000px;
    margin: 0 auto;
}

.cart_content {
    margin-top: 15px;
    margin-bottom: 15px;
}


/* -- 页面整体布局 -- */

.header,
.content,
.footer {
    width: 1000px;
    margin: 0 auto;
}

.left,
.leftr {
    width: 216px;
    float: left;
    overflow: hidden;
}

.leftr {
    float: left;
}

.left2 {
    width: 700px;
    float: left;
    overflow: hidden;
    margin-top: 15px;
}

.left3 {
    width: 754px;
    float: left;
    overflow: hidden;
    color: #666;
}

.lefttop {
    height: 0px;
    font-size: 0;
    overflow: hidden;
    margin-top: 10px;
}

.leftbot {
    height: 0px;
    font-size: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.left2bot {
    height: 0px;
    font-size: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.right,
.rightl {
    width: 760px;
    float: right;
    display: inline;
    overflow: hidden;
}

.rightl {
    float: right;
}

.right2 {
    width: 275px;
    float: right;
    overflow: hidden;
    margin-top: 15px;
}

.right3 {
    width: 201px;
    float: right;
    overflow: hidden;
    color: #666;
}

.rightbot {
    height: 0px;
    font-size: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.right2bot {
    height: 0px;
    font-size: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.right_main {
    width: 760px;
    overflow: hidden;
}

.right2_main {
    width: 273px;
    overflow: hidden;
}

.left2_main {
    width: 700px;
    overflow: hidden;
}

.h_nav li a:-webkit-any-link {
    display: block;
}


/* function */

h2 a:hover {
    text-decoration: none;
}

input,
textarea {
    outline: none;
}

textarea {
    resize: none;
}

em {
    font-style: normal;
}

.f_cb:after,
.f_cbli li:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}

.f_cb,
.f_cbli li {
    zoom: 1;
}

.f_ib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.f_dn {
    display: none;
}

.f_db {
    display: block;
}

.f_pr {
    position: relative;
}

.f_pa {
    position: absolute;
}

.f_fl {
    float: left;
}

.f_fr {
    float: right;
}

.f_prz {
    position: relative;
    zoom: 1;
}

.f_oh {
    overflow: hidden;
}

.f_fa {
    font-family: Arial, Helvetica, sans-serif;
}

.f_fw {
    font-family: "Microsoft Yahei"
}

.f_fwn {
    font-weight: normal;
}

.f_fwb {
    font-weight: bold;
}

.f_tal {
    text-align: left;
}

.f_tac {
    text-align: center;
}

.f_tar {
    text-align: right;
}

.f_csp {
    cursor: pointer;
}


/*头部开始*/

.g_top {
    height: 180px;
    background: url(../images/topbg.jpg) repeat-x;
}

.top_t {
    height: 35px;
    line-height: 35px;
    color: #d0d0d0;
    font-size: 12px;
}

.top_t p {
    float: right;
}

.top_t p a {
    padding: 0 8px;
    color: #d0d0d0;
}

.top_t .a_last {
    padding-right: 0;
}

.top_c h1 {
    float: left;
    padding: 26px 16px 0 0;
}

.top_c h2 {
    float: left;
    height: 60px;
    margin: 60px 0 0 0;
    color: #000000;
    font-size: 24px;
    font-weight: bold;
}

.top_c h2 b {
    color: #e70000;
}

.top_c p {
    float: right;
    margin: 49px 0 0 0;
    padding: 8px 0 0 110px;
    background: url(../images/telbg.jpg) no-repeat left top;
    width: 170px;
    height: 50px;
    color: #437ed2;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

.top_c p span {
    display: block;
    font-size: 18px;
    color: #437ed2;
}


/* 导航 */

.g_nav {
    height: 49px;
    line-height: 49px;
    border-top: 1px solid #e6e6e6;
}

.g_nav li {
    float: left;
    font-size: 14px;
}

.g_nav li a {
    display: inline-block;
    padding: 0 22px;
    color: #333333;
    line-height: 49px;
    border-left: 1px solid #e6e6e6;
    text-decoration: none;
}

.g_nav li a:hover,
.g_nav .cur a {
    color: #333333;
    background: url(../images/hover.jpg) no-repeat center bottom;
}

.g_nav .li_last {
    border-right: 1px solid #e6e6e6;
}


/*头部结束*/


/*搜索*/

.g_ser {
    background: #437ed2;
    /* margin-bottom: 20px; */
}

.h_sea {
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
}

.h_sea b {
    font-weight: bold;
    color: #fff;
}

.inp01 {
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    width: 230px;
    float: left;
    color: #999999;
    font-size: 12px;
    border: none;
    background: none;
    font-family: "Microsoft Yahei"
}

.s_ss {
    float: left;
    width: 32px;
    height: 35px;
    background: none;
    border: none;
    cursor: pointer;
}

.key a {
    color: #fff;
    padding-right: 15px;
}

.s_inp {
    margin-top: 23px;
    background: url(../images/serbg.jpg) no-repeat;
    width: 279px;
    height: 35px;
}


/*底部开始*/

.g_ft {
    height: 265px;
    background: url(../images/ftbg.jpg) repeat-x;
}

.g_ft .m_fnav {
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
}

.g_ft .m_fnav a {
    color: #fff;
    padding: 0 30px;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
}

.g_ft .m_fnav .lasta {
    border: none;
}

.g_ft .f_ftcon {
    color: #fff;
    padding: 32px 0 0 20px;
    line-height: 30px;
    font-size: 14px;
}

.g_ft .f_ftcon a {
    color: #fff;
    display: inline-block;
    margin-right: 15px;
}

.g_ft .flogo {
    left: 0;
    top: 125px;
}

.g_ft .code0 {
    right: 308px;
    top: 88px;
    background: url(../images/sys.jpg) no-repeat;
    width: 132px;
    height: 145px;
}

.g_ft .code0 img {
    display: block;
    width: 100px;
    height: 100px;
    padding: 14px 14px 0;
}

.g_ft .code0 em {
    display: block;
    width: 132px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding-left: 6px;
}

.g_ft .code1 {
    right: 154px;
}

.g_ft .code2 {
    right: 0;
}


/*底部结束*/


/*temp.css*/

#nodata {
    padding: 80px;
    padding-left: 150px;
    border: solid 1px #eee;
    margin: 10px 0;
    background: url(../images/nodata.gif) no-repeat 20px 20px;
}


/* -- 弹出窗口 -- */

#mesbook1_c,
#mesbook1 {
    display: none;
    z-index: 1001;
    width: 398px;
    border: 1px solid #ccc;
    background: #fff;
    padding-bottom: 20px;
}

#mesbook1_c div,
#mesbook1 div {
    border: 1px solid #E4E3E3;
    background: #EBECEB;
    height: 18px;
    padding: 4px .5em 0;
    margin-bottom: 10px;
}

#mesbook1_c dl.b1,
#mesbook1 dl.b1 {
    width: 370px;
    margin: 0 auto;
}

#mesbook1_c dl.b1 dt,
#mesbook1 dl.b1 dt {
    float: left;
    width: 105px;
    overflow: hidden;
}

#mesbook1_c dl.b1 dd,
#mesbook1 dl.b1 dd {
    width: 265px;
    float: right;
}

#mesbook1_c #mesbook1_cBtns,
#mesbook1 #mesbook1Btns {
    padding-bottom: 10px;
}

#mesbook1_c #mesbook1_cBtns input,
#mesbook1 #mesbook1Btns input {
    margin-right: 20px;
}


/*rollup.css*/

#roll_top,
#fall,
#ct {
    position: relative;
    cursor: pointer;
    height: 55px;
    width: 20px
}

#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: -520px;
    position: fixed;
    right: 50%;
    top: 80%;
    _margin-right: -520px;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight*0.8));
    z-index: 100;
}

.ImTable * {
    padding: 0px;
    margin: 0px
}

.ImTable {
    border-collapse: collapse;
    border: none;
    background: url(../images/bg.gif)
}

.ImTable h2 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px
}

.ImHeader {
    height: 165px;
    background: url(../images/im_01.gif)
}

.ImRow0 {
    background: url(../images/ico_item1.gif) no-repeat;
    margin: 10px 10px 0;
    height: 24px;
    padding-left: 2px;
    padding-top: 4px;
}

.ImRow1 {
    background: url(../images/ico_item1.gif) no-repeat;
    margin: 10px 10px 0;
    height: 24px;
    padding-left: 2px;
    padding-top: 4px;
}

a.im,
a:hover.im {
    text-decoration: none;
    height: 35px;
    color: #437ed2;
    font-size: 12px;
}

.ImFooter {
    height: 90px;
    background: url(../images/im_04.gif) no-repeat;
    display: inline-block;
    width: 150px;
    font-family: Arial, Helvetica, sans-serif;
}

.ImFooter h5 {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin: 15px 0 0;
    font-family: 'Microsoft YaHei', '微软雅黑';
}

.ImFooter p {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 10px 0;
}


/* -- 当前位置 -- */

.topadcs {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0;
}

.topadcs a img {
    width: 100%;
    height: auto;
    display: block;
}

.topadcs a {
    display: block;
    margin: 0 auto;
}

.topadcs a.fullad {
    height: 320px;
}

.plc,
.plc2 {
    background: url(../images/logo_03.png) no-repeat 0 10px;
    height: 20px;
    line-height: 24px;
    padding: 7px 8px 8px 20px;
    position: relative;
    color: #666;
    overflow: hidden;
    font-size: 14px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 8px;
    font-family: "Microsoft Yahei", "微软雅黑";
}

.plc span {
    font-weight: bold;
    color: #333333;
}

.plc i,
.plc2 i,
.plc a {
    font-style: normal;
    font-size: 14px;
    color: #666;
}

i,
em {
    font-style: normal;
}