﻿@charset "utf-8";

/*reset.css*/

html {
    color: #000;
    background: #FFF;
}

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;
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    /*max-height: 100%; */
    vertical-align: middle;
}

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;
}

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;
}

.mt10 {
    margin-top: 10px;
}

strong {
    font-weight: bold;
}


/*common.css*/

html,
body {
    -webkit-text-size-adjust: none;
    -blink-text-size-adjust: none;
}

body {
    color: #666;
    font-size: 12px;
    font-family: "Microsoft Yahei", "微软雅黑", "黑体";
    background: url(Img/Common/top_bg.gif) left top repeat-x;
}


/*网站字体颜色*/

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;
}

.fn:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.fn {
    zoom: 1;
}

.pa {
    position: absolute;
}

.pr {
    position: relative
}


/* -- 购物车外部框架 -- */

.cart_header,
.cart_content,
.cart_footer {
    width: 960px;
    margin: 0 auto;
}


/* -- 页面整体布局 -- */

.content,
.footer {
    width: 960px;
    margin: 0 auto;
}

.left {
    width: 196px;
    float: left;
    overflow: hidden;
}

.left2 {
    width: 670px;
    float: left;
    overflow: hidden;
}

.left3 {
    width: 754px;
    float: left;
    overflow: hidden;
    color: #666;
}

.right {
    width: 752px;
    float: right;
    display: inline;
    overflow: hidden;
}

.right2 {
    width: 275px;
    float: right;
    overflow: hidden;
}

.right3 {
    width: 201px;
    float: right;
    overflow: hidden;
    color: #666;
}

.right_main {
    width: 752px;
    padding-bottom: 15px;
    overflow: hidden;
}

.right2_main {
    width: 273px;
    padding-bottom: 15px;
    overflow: hidden;
}

.left2_main {
    width: 668px;
    padding-bottom: 15px;
    overflow: hidden;
}

.h_nav li a:-webkit-any-link {
    display: block;
}

em {
    font-style: normal;
}


/*头部开始*/

.header {
    height: 233px;
    position: relative;
    z-index: 4;
}

.h_top {
    width: 960px;
    margin: 0 auto;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    color: #858585;
    padding: 6px 0 8px;
    font-family: "微软雅黑";
}

.h_top a {
    padding: 0px 9px;
    color: #858585;
}

.h_con {
    width: 960px;
    margin: 0 auto;
    height: 100px;
    padding-top: 10px;
}

.h_con .tp {
    padding: 6px 0 0 29px;
    color: #0d5eb1;
    font-size: 26px;
    _width: 265px;
}

.h_con .tp img {
    display: block;
    margin-top: 10px;
}

.h_pho {
    _width: 265px;
}

.top_tel {
    display: block;
    margin-top: 28px;
    height: 66px;
    background: url(Img/Common/top_tel.gif) left 4px no-repeat;
    padding: 0 0 0 58px;
    color: #363636;
    font-size: 14px;
    padding-top: 6px;
    overflow: hidden;
}

.top_tel b {
    display: block;
    color: #0d5eb1;
    font-size: 28px;
    margin-top: -6px;
    position: relative;
}

.h_top i {
    font-style: normal;
}


/*导航*/

.menu {
    background: url(Img/Common/menu.png) center top no-repeat;
    height: 62px;
    margin-top: -11px;
}

.menu ul.fn {
    width: 935px;
    margin: 0 auto;
    padding-top: 10px;
    height: 50px;
    line-height: 50px;
}

.menu li {
    float: left;
    height: 50px;
    overflow: hidden;
    background: url(Img/Common/m_line.gif) right center no-repeat;
}

.menu .m_last {
    background: none;
}

.menu li a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding-left: 18px;
}

.menu li a em {
    padding-right: 18px;
    display: inline-block;
}

.menu li a:hover,
.menu .cur a {
    color: #000;
    text-decoration: none;
    background: url(Img/Common/m_lt.png) left center no-repeat;
    _background: none;
}

.menu li a:hover em,
.menu .cur a em {
    background: url(Img/Common/m_rt.png) right center no-repeat;
    zoom: 1;
}

.menu li a i {
    display: none;
}

.menu li a {
    _position: relative;
}

.menu li a:hover i,
.menu li.cur a i {
    _display: block;
    _position: absolute;
    _width: 18px;
    _height: 50px;
    _top: 8px;
}

.menu li a i {
    _background: url(Img/Common/m_lt.png) 0 0 no-repeat;
    _background: none;
    _left: 0;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src="/Skins/Default/Img/Common/m_lt.png");
}

.menu li {
    position: relative;
    overflow: visible;
}

.menu li:hover .erj {
    display: block;
}

.menu li .erj {
    position: absolute;
    left: 0;
    background: #ebebeb;
    width: 150px;
    top: 50px;
    padding: 5px 0;
    display: none;
}

.menu li .erj li {
    background: none;
    height: auto;
    float: none;
}

.menu li .erj li a {
    padding: 0;
    background: none;
}

.menu li .erj li a:hover,
.menu li.cur .erj li a {
    _background: url(Img/Index/n_li.gif) no-repeat left center;
}

.menu li .erj li {
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 130px;
    color: #fff;
    padding-left: 15px;
}

.menu li .erj li a {
    color: #535353;
    background: url(Img/Index/n_li.gif) no-repeat left center;
    padding-left: 20px;
}

.menu li .erj li.cur a,
.menu li .erj li a:hover {
    color: #0d5eb1;
}


/*头部结束*/


/*底部开始*/

.ftWrap {
    height: 312px;
    margin: 0 auto;
    background: url(Img/Common/ft_bg.jpg) center top no-repeat;
    font-family: "宋体";
}

.ft_nav {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 57px;
    height: 57px;
    overflow: hidden;
    font-weight: bold;
}

.ft_nav a {
    color: #fff;
    padding: 0 10px;
    display: inline-block;
}

.ft_c {
    clear: both;
    padding: 37px 115px 0 76px;
}

.ft_lg {
    width: 180px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.ft_r {
    width: 116px;
}

.ft_r img {
    display: block;
    vertical-align: top;
}

.ft_r span {
    display: block;
    text-align: center;
    line-height: 28px;
    color: #676767;
}

.ft_m {
    width: 380px;
    padding: 12px 0 0 34px;
}

.ft_m ul {
    color: #666;
}

.ft_m ul a {
    color: #666;
}

.ft_m ul li {
    line-height: 26px;
    height: 26px;
}

.ft_m ul span {
    display: inline-block;
    margin: 0 20px;
}

.ft_m ul img {
    padding: 0 0 0 15px;
    vertical-align: middle;
}


/*temp.css*/

#nodata {
    padding: 80px;
    padding-left: 150px;
    border: solid 1px #eee;
    margin: 10px 0;
    background: url(img/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: 72px;
    width: 26px
}

#roll_top {
    background: url(/Skins/Default/Img/top.gif) no-repeat
}

#fall {
    background: url(/Skins/Default/Img/top.gif) no-repeat 0 -80px
}

#ct {
    background: url(/Skins/Default/Img/top.gif) no-repeat 0 -40px
}

#roll {
    display: block;
    width: 15px;
    margin-right: -500px;
    position: fixed;
    right: 50%;
    top: 50%;
    _margin-right: -505px;
    _position: absolute;
    _margin-top: 300px;
    _top: expression(eval(document.documentElement.scrollTop));
    z-index: 100;
}


/*搜索*/

.search {
    width: 930px;
    margin: 0 auto 5px;
    height: 19px;
    line-height: 19px;
    padding: 11px 15px 10px 15px;
    font-family: "宋体";
}

.key_words {
    color: #333;
}

.key_words a {
    padding: 0px 10px;
    color: #333;
}

.right_sear {
    background: url(Img/Index/sear.gif) no-repeat;
    width: 225px;
    height: 19px;
}

.right_sear .s_input {
    float: left;
    width: 155px;
    height: 19px;
    line-height: 19px;
    vertical-align: middle;
    padding: 0 5px 0 25px;
    color: #999;
    border: none;
    background: none;
}

.right_sear .s_btn {
    float: right;
    width: 40px;
    height: 19px;
    cursor: pointer;
    border: none;
    background: none;
    font-size: 0;
    text-indent: -9999px;
    line-height: 0;
}

.ImTable * {
    padding: 0px;
    margin: 0px
}

.ImTable {
    border-collapse: collapse;
    border: none;
    background: url(/UserControls/im/kefu/bg.gif)
}

.ImTable h2 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px
}

.ImHeader {
    height: 165px;
    background: url(/UserControls/im/kefu/im_01.gif)
}

.ImRow0 {
    background: url(/UserControls/im/kefu/ico_item1.gif) no-repeat;
    margin: 10px 10px 0;
    height: 24px;
    padding-left: 10px;
    padding-top: 4px;
}

.ImRow1 {
    background: url(/UserControls/im/kefu/ico_item1.gif) no-repeat;
    margin: 10px 10px 0;
    height: 24px;
    padding-left: 10px;
    padding-top: 4px;
}

a.im,
a:hover.im {
    text-decoration: none;
    height: 35px;
    color: #333;
    font-size: 13px;
}

.ImFooter {
    height: 90px;
    background: url(/UserControls/im/kefu/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: '宋体';
}

.ImFooter p {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 10px 0;
}

.text_overflow {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hide {
    display: none;
}


/**/

i.hide {
    display: none;
    ;
}

.ftn {
    font-style: normal;
}

.h_head_gd {
    position: fixed;
    top: -170px;
    width: 100%;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop)-48);
    z-index: 10;
    left: 0;
}


/*底部开始*/

.footr {
    width: 250px;
    height: 181px;
    float: left;
    margin-left: 20px;
    margin-top: 11px;
    text-align: center;
    font-weight: bold;
}

.footr img {
    width: 150px;
    height: 124px;
}

.footr p {
    font-size: 12px;
    color: #434343;
    margin-right: 107px;
}

.foote2 {
    width: 184px;
    height: 184px;
    float: left;
    margin-left: 0px;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
}

.foote2 img {
    width: 150px;
    height: 150px;
}

.foote2 p {
    font-size: 13px;
    color: #434343;
    margin-right: 3px;
}

.foote3 {
    width: 365px;
    height: 200px;
    float: left;
    margin-top: -185px;
    margin-left: 577px;
    font-weight: bold;
    background-color: #fcf8f875;
}

.foote3 p {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    color: #0c0c0c;
    font-family: "微软雅黑";
}

.foote3 span {
    float: left;
    margin-left: 24px;
    margin-top: 14px;
    width: 89px;
    height: 16px;
    /* background-color: #f0f6fb; */
    border-radius: 70px/200px;
    font-size: 14px;
    text-align: center;
}

.foote3 span a {
    text-decoration: none;
    color: #434343;
}

.foote3 span a:hover {
    text-decoration: underline;
}

.foote4 {
    width: 100%;
    height: 16px;
    float: left;
    text-align: center;
    margin-top: 14px;
    font-family: "黑体";
    font-size: 13px;
}

.foote4 img {
    width: 14px;
    height: 14px;
    /*    vertical-align: middle;  */
    margin-top: 0px;
}

.foote a {
    text-decoration: none;
    color: black;
}

.foote a:hover {
    text-decoration: underline;
}

.foote5 {
    height: 16px;
    float: left;
    text-align: center;
    margin-top: -4px;
    margin-left: 5px;
    font-family: "黑体";
    font-size: 14px;
}


/*底部结束*/