@charset "utf-8";
html {
    color: #000;
    background: #FFF;
}

body {
    color: #666;
    font: 12px/1.231 arial, helvetica, clean, sans-serif, "宋体";
}

#icon_menu_module span.border_line {
    display: none !important;
}

#icon_menu_module span.iconfont {
    font-size: 28px !important;
    margin-bottom: 0 !important;
}

#icon_module {}

#qr_prev {
    width: 168px !important;
    height: 195px !important;
    border: none !important;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 15%) !important;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .15) !important;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%) !important;
    border-radius: 5px !important;
    top: -50px !important;
}

#qr_prev span {
    border: none !important;
    width: 150px !important;
    height: 150px !important;
}


/*网站字体颜色*/

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;
}

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;
    transition: all 0.4s;
}


/*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;
    /*  width: 100%;*/
}

.fr {
    float: right;
}

.pa {
    position: absolute;
}

.pr {
    position: relative
}


/* -- 购物车外部框架 -- */

.cart_header,
.cart_content,
.cart_footer {
    width: 760px;
    margin: 0 auto;
}


/* -- 页面整体布局 -- */

.header,
.content,
.footer {
    width: 1080px;
    margin: 0 auto;
}

.left {
    width: 201px;
    float: left;
    overflow: hidden;
}

.left2 {
    width: 850px;
    float: right;
    overflow: hidden;
}

.left3 {
    width: 754px;
    float: left;
    overflow: hidden;
    color: #666;
}

.lefttop {
    background: url(../images/left_top_img.gif) no-repeat;
    height: 3px;
    font-size: 0;
    overflow: hidden;
    margin-top: 10px;
}

.left2top {
    background: url(../images/left2_top_img.gif) no-repeat;
    height: 3px;
    font-size: 0;
    overflow: hidden;
}

.leftbot {
    background: url(../images/left_bot_img.gif) no-repeat;
    height: 3px;
    font-size: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.left2bot {
    background: url(../images/right_bot2_img.gif) no-repeat;
    height: 3px;
    font-size: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.right {
    width: 855px;
    float: left;
    display: inline;
    margin-left: 24px;
    overflow: hidden;
}

.right2 {
    width: 201px;
    float: left;
    overflow: hidden;
}

.right3 {
    width: 201px;
    float: right;
    overflow: hidden;
    color: #666;
}

.righttop {
    background: url(../images/right_top_img.gif) no-repeat;
    height: 3px;
    font-size: 0;
    overflow: hidden;
}

.right2top {
    background: url(../images/right2_top_img.gif) no-repeat;
    height: 3px;
    font-size: 0;
    overflow: hidden;
}

.rightbot {
    background: url(../images/right_bot_img.gif) no-repeat;
    height: 3px;
    font-size: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.right2bot {
    background: url(../images/left_bot2_img.gif) no-repeat;
    height: 3px;
    font-size: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.right_main {
    width: 855px;
    padding-bottom: 15px;
    overflow: hidden;
}

.right2_main {
    width: 201px;
    padding-bottom: 15px;
    overflow: hidden;
}

.left2_main {
    width: 850px;
    padding-bottom: 15px;
    overflow: hidden;
}

.h_nav li a:-webkit-any-link {
    display: block;
}


/* function */

span {}

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_fw {
    font-family: "Microsoft YaHei", \5fae\8f6f\96c5\9ed1, arial, \5b8b\4f53;
}

.f_fa {
    font-family: Arial, Helvetica, sans-serif;
}

.f_fst {
    font-family: "宋体";
}

.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: 172px;
    background: url(../images/topbg.jpg) repeat-x;
}

.top_t {
    height: 30px;
    line-height: 30px;
    color: #333333;
}

.top_t p {
    float: right;
    position: relative;
}

.top_t p a {
    padding: 0 10px;
    display: block;
    float: left;
    color: #333333;
    height: 30px;
    line-height: 30px;
}

.top_t .a_last {
    padding-right: 0;
    background: none;
}

.top_t p .weixin {
    position: absolute;
    width: 127px;
    height: 127px;
    top: 32px;
    left: -55px;
}

.top_c h1 {
    float: left;
    padding: 18px 12px 0 0;
}


/*
.top_c h2 {
  float: left;
  height: 60px;
  margin: 33px 0 0 10px;
  color: #05489f;
  font-size: 32px;
  letter-spacing: 0px;
  font-weight: bold;
}
*/

.top_c h2 em {
    display: block;
    color: #000;
    font-weight: normal;
    font-size: 22px;
    padding-top: 6px;
    letter-spacing: 0.1px;
}

.top_c>p {
    /*
  float: right;
  margin: 48px 0 0 0;
*/
    text-align: right;
    color: #777;
    font-size: 14px;
    font-family: "Microsoft Yahei"
}

.top_c p span {
    display: block;
    font-size: 20px;
    color: #444;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
    font-weight: bold;
    line-height: 18px;
}

.top_c p span.mt5 {
    margin-top: 5px;
    color: #e74f06;
}

.g_top .wb1 {
    top: 72px;
    right: 142px;
}

.g_top .wb2 {
    top: 65px;
    right: 205px;
}

.g_top .wb2 img {}


/* 导航 */

.g_nav {
    background: #05489f;
    position: relative;
}

.nav {
    height: 60px;
    font-family: "Microsoft Yahei";
    line-height: 60px;
    width: 1080px;
    margin: 0 auto;
}

.nav>ul>li {
    float: left;
    font-size: 16px;
    background: url(../images/line2.jpg) no-repeat right center;
    font-weight: bold;
}

.nav .lastli {
    background: none;
}

.nav>ul>li>a {
    display: inline-block;
    padding: 0 35px;
    color: #fff;
    line-height: 60px;
}

.nav li a.on {
    background: #e74f06;
}


/*,.nav .cur a*/

.nav>ul>li>a:hover {
    background: #e74f06;
}


/*头部结束*/


/*搜索*/

.g_ser {
    height: 60px;
    line-height: 60px;
    /* background: #f3f3f3; */
    border-bottom: 1px solid #e9e9e9;
}

.h_sea {
    height: 60px;
    overflow: hidden;
    color: #555555;
}

.h_sea b {
    font-weight: bold;
}

.inp01 {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    width: 241px;
    float: left;
    color: #bebebe;
    font-family: "Microsoft YaHei";
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.s_ss {
    float: left;
    width: 50px;
    height: 40px;
    background: url(../images/soso.jpg) no-repeat 0 0;
    cursor: pointer;
    border: 0px;
}

.key a {
    color: #555555;
    padding-right: 20px;
}

.s_inp {
    padding-top: 10px;
}


/*底部开始*/

.g_ft {
    height: 240px;
    background: #F1F1F1 url(../images/bg1.jpg) no-repeat center 0;
}

.g_ft .m_fnav {
    height: 45px;
    line-height: 50px;
    color: #fff;
    text-align: center;
}

.g_ft .m_fnav a {
    color: #fff;
    padding: 0 40px;
    font-size: 16px;
    font-weight: bold;
    font-weight: normal;
    display: inline-block;
    background: url(../images/fline.png) no-repeat right center;
}

.g_ft .m_fnav .lasta {
    background: none;
}

.g_ft .f_ftcon {
    color: #515050;
    padding: 40px 0 0 345px;
    line-height: 28px;
    font-size: 12px;
}

.g_ft .f_ftcon a {
    color: #515050;
}

.g_ft .flogo {
    left: 85px;
    top: 30px;
}

.g_ft .code {
    top: 48px;
    right: 66px;
    padding: 0 0 0 55px;
    width: 110px;
    height: 110px;
    text-align: center;
}

.g_ft .code img {
    width: 117px;
}


/*底部结束*/


/*temp.css*/

#nodata {
    padding: 80px;
    padding-left: 150px;
    border: solid 1px #eee;
    margin: 10px 0;
    background: url(../images/nodata.gif) no-repeat 20px 20px;
}

#commonHeaderUsername {
    width: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
}


/* -- 弹出窗口 -- */

#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 {
    z-index: 15;
    position: relative;
    cursor: pointer;
    height: 72px;
    width: 26px
}

#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 {
    z-index: 9999;
    display: block;
    width: 15px;
    margin-right: -555px;
    position: fixed;
    right: 50%;
    top: 80%;
    _margin-right: -555px;
    _position: absolute;
    _margin-top: 470px;
    _top: expression(eval(document.documentElement.scrollTop))
}


/*客服*/

.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: 26px;
    padding-left: 3px;
    padding-top: 2px;
}

.ImRow1 {
    background: url(../images/ico_item1.gif) no-repeat;
    margin: 10px 10px 0;
    height: 26px;
    padding-left: 3px;
    padding-top: 2px;
}

a.im,
a:hover.im {
    text-decoration: none;
    height: 35px;
    color: #05489F;
    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: '宋体';
}

.ImFooter p {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 10px 0;
}


/*IE6 样式*/

.ie_box {
    height: 83px;
    background: url("file:///C|/Users/Administrator/images/ie_update.png") repeat-x left top;
    overflow: hidden;
    font-size: 12px;
    color: #917b50;
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    display: none;
}

.ie_content {
    width: 910px;
    margin: auto;
    line-height: 36px;
    padding: 10px 0px;
    background: url("file:///C|/Users/Administrator/images/ie_update.png") no-repeat left -90px;
    padding-left: 70px;
    position: relative;
}

.ie_down a {
    float: left;
    overflow: hidden;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 16px;
    line-height: 16px;
    margin: 0px;
    color: #917b50;
}

.ie_down a:hover {
    text-decoration: underline;
}

.ie_down .up1 {
    background: url("file:///C|/Users/Administrator/images/ie_update.png") no-repeat 0px -170px;
}

.ie_down .up2 {
    background: url("file:///C|/Users/Administrator/images/ie_update.png") no-repeat 0px -196px;
}

.ie_down .up3 {
    background: url("file:///C|/Users/Administrator/images/ie_update.png") no-repeat 0px -218px;
}

.ie_down .up4 {
    background: url("file:///C|/Users/Administrator/images/ie_update.png") no-repeat 0px -240px;
}

.ie_down .up5 {
    background: url("file:///C|/Users/Administrator/images/ie_update.png") no-repeat 0px -262px;
}

.ie_down .up6 {
    background: url("file:///C|/Users/Administrator/images/ie_update.png") no-repeat 0px -284px;
}

.ie_close {
    position: absolute;
    top: 10px;
    right: 20px;
}

.ie_close a {
    color: #917b50;
}

.ie_close a:hover {
    color: #f7b79b;
}

.clear {
    clear: both;
}

.w_tit1 span a {
    color: #666;
}

.jz {
    margin-top: 42px;
    height: 562px;
    overflow: hidden;
    font-family: "Microsoft Yahei";
}

.jz h2 {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #2346a1;
    background: url(../images/ico5.jpg) no-repeat left 12px;
    color: #dfdfdf;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 20px;
}

.jz_c {
    width: 526px;
    height: 233px;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    margin-bottom: 23px;
    margin-left: 23px;
}

.jz_c h3 {
    padding: 0 23px 0 25px;
    height: 53px;
    overflow: hidden;
    line-height: 53px;
    font-size: 14px;
}

.jz_c h3 a {
    color: #333;
}

.jz_c h3 span {
    font-weight: normal;
}

.jz_c dl {
    margin: 0 23px 0 25px;
}

.jz_c dt {
    width: 211px;
    overflow: hidden;
}

.jz_c dt img {
    width: 211px;
    height: 158px;
    overflow: hidden;
}

.jz_c dd {
    width: 253px;
    overflow: hidden;
}

.jz_c dd p {
    height: 118px;
    overflow: hidden;
    line-height: 26px;
    font-size: 14px;
}

.jz_c dd i {
    display: block;
    width: 121px;
    height: 36px;
    background: #ea5209;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    font-style: normal;
}

.jz_c dd i a {
    color: #fff;
}

.context {
    line-height: 24PX;
    margin: 30PX 0;
    font-size: 12px;
    color: #666
}

.context a {
    color: #358fdc
}

.back {
    line-height: 24PX;
    margin: 30PX 0;
    font-size: 12px;
    color: #666；width: 850px;
    text-align: center;
}

.back a {
    color: #358fdc
}


/* 通用分页样式 */

.pages {
    height: 26px;
    padding: 5px 0;
    margin-top: 5px;
    clear: both;
}

.pages:after {
    content: '.';
    clear: both;
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
}

.pages ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.pages li {
    float: left;
    margin-right: 5px;
}

.pages li a {
    padding: 5px 10px;
    border: 1px solid #e1e1e1;
    height: 24px;
    line-height: 24px;
    color: #666;
}

.pages li a:hover {
    border: 1px solid #05489F;
    background: #05489F;
    color: #fff;
    text-decoration: none;
}

.pages li span {
    border: 1px solid #e1e1e1;
    height: 24px;
    line-height: 24px;
    color: #c4c4c4;
    padding: 5px 10px;
}

.pages .current a {
    border: 1px solid #05489F;
    background: #05489F;
    color: #fff;
}


/* 本例子css */

.game163 {
    position: relative;
    border: 1px solid #dcdddd;
    padding: 4px;
    overflow: hidden;
    width: 550px;
}

.game163 .bigImg {
    height: 258px;
    position: relative;
}

.game163 .bigImg li img {
    vertical-align: middle;
    max-width: 550px;
    max-height: 550px;
    display: block;
    margin: 0 auto
}

.game163 .bigImg h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 33px;
    height: 33px;
    padding-right: 30px;
    overflow: hidden;
    text-align: left;
}

.game163 .smallScroll {
    height: 47px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.game163 .sPrev,
.game163 .sNext {
    float: left;
    display: block;
    width: 14px;
    height: 47px;
    text-indent: -9999px;
    background: url(../images/sprites1008.png) no-repeat 0 -3046px;
}

.game163 .sNext {
    background-position: 0 -2698px;
}

.game163 .sPrev:hover {
    background-position: 0 -3133px;
}

.game163 .sNext:hover {
    background-position: 0 -2785px;
}

.game163 .smallImg {
    float: left;
    margin: 0 6px;
    display: inline;
    width: 510px;
    overflow: hidden;
}

.game163 .smallImg ul {
    height: 54px;
    width: 9999px;
    overflow: hidden;
}

.game163 .smallImg li {
    float: left;
    padding: 0 4px 0 0;
    width: 62px;
    cursor: pointer;
    display: inline;
}

.game163 .smallImg img {
    border: 1px solid #dcdddd;
    width: 60px;
    height: 45px;
}

.game163 .smallImg .on img {
    border-color: #1e50a2;
}

.game163 .pageState {
    position: absolute;
    top: 235px;
    right: 5px;
    font-family: "Times New Roman", serif;
    letter-spacing: 1px;
}

.game163 .pageState span {
    color: #f00;
    font-size: 16px;
}

.proinfo table {
    width: 100% !IMPORTANT;
    border: 1px solid #A1A1A1 !IMPORTANT;
    border-collapse: collapse !IMPORTANT;
    font-size: 12PX !IMPORTANT;
    word-break: break-all;
    word-wrap: break-word;
    margin: 10px 0;
    color: #333 !important;
}

.proinfo table td {
    border: 1px solid #A1A1A1 !IMPORTANT;
    padding: 5px !IMPORTANT;
}

#flashs {
    position: relative;
    z-index: 1;
    height: 500px
}

#flashs .bgitem {
    position: absolute;
}

#flashs .btn {
    bottom: 20px;
    margin-right: -450px;
    padding: 5px 6px;
    position: absolute;
    right: 50%;
    z-index: 7;
}

#flashs .btn span {
    background: none repeat scroll 0 0 #05489F;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    padding: 2px 6px;
}

.menu ul>li {
    position: relative;
}

.xfmenu {
    padding: 20px 0px;
    position: absolute;
    z-index: 9;
    background-color: rgb(255, 255, 255, 0.99);
    display: none;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.xfmenu a {
    display: inline-block;
    width: 100%;
    color: #777777;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    font-weight: 100;
}

.nav>ul>li>.xfmenu a:hover {
    color: #e74f06;
    transform: translateX(5px);
    text-decoration: none;
}

.menu ul>li:nth-of-type(2) {
    position: static;
}

.g_nav .cpxl {
    position: absolute;
    z-index: 10;
    background-color: rgb(255, 255, 255, 0.99);
    left: 0px;
    width: 100%;
    display: none;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.cpxl .container {
    padding: 30px 0px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    width: 1080px;
}

.cpxl h4 a {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    line-height: 50px;
    color: #333333;
}

.cpxl p {
    line-height: 30px;
}

.cpxl p a {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 100;
    color: #777777;
}

.cpxl p a:hover,
.cpxl h4 a:hover {
    text-decoration: none;
    transform: translateX(5px);
    color: #e74f06;
}

.on {
    position: static;
}

.side_green .side_title {
    /* background: url(../images/zxkfbj.jpg); */
}

.m_hj {
    width: 850px;
    position: relative;
    height: 350px;
}

.m_hj .line {
    width: 850px;
    height: 1px;
    background: #e9e9e9;
    top: 295px;
    left: 0;
    position: absolute;
    overflow: hidden;
}

.m_hj .m_kfc1 {
    padding: 20px 0 0 0;
    height: 260px;
}

.m_hj .u_ljt,
.m_hj .u_rjt {
    width: 60px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    display: block;
    z-index: 100;
}

.m_hj .u_ljt {
    top: 280px;
    left: 307px;
}

.m_hj .u_rjt {
    top: 280px;
    left: 367px;
}

.m_hj .u_ljt a {
    background: url(../images/ljt.jpg) no-repeat;
    width: 60px;
    height: 30px;
    display: block;
}

.m_hj .u_rjt a {
    background: url(../images/rjt.jpg) no-repeat;
    width: 60px;
    height: 30px;
    display: block;
}

.m_hj .u_ljt a:hover {
    background: url(../images/ljth.jpg) no-repeat;
}

.m_hj .u_rjt a:hover {
    background: url(../images/rjth.jpg) no-repeat;
}

.m_hj .m_kfc1 .u_mid {
    width: 830px;
    overflow: hidden;
}

.m_hj .m_kfc1 .u_lst1 li {
    width: 230px;
    float: left;
    margin-right: 18px;
    display: inline;
}

.m_hj .m_kfc1 .u_lst1 .lastli {
    margin-right: 0;
}

.m_hj .m_kfc1 .u_lst1 li img {
    width: 220px;
    height: 160px;
    display: block;
    padding: 4px;
    border: 1px solid #e9e9e9;
    background: #fff;
}

.m_hj .m_kfc1 .u_lst1 span {
    width: 230px;
    display: block;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-align: center;
    color: #555555;
    cursor: pointer;
}

.m_hj .m_kfc1 .u_lst1 a:hover {
    text-decoration: none;
}


/* 公司环境 */

.g_hj {
    height: 352px;
    padding-top: 40px;
}

.g_hj h2 {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #2346a1;
    background: url(../images/ico5.jpg) no-repeat left 12px;
    padding-left: 12px;
}

.g_hj h2 a {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

.g_hj h2 em {
    display: inline-block;
    font-size: 14px;
    color: #555555;
    font-weight: normal;
    padding-left: 5px;
}

.g_hj h2 span {
    display: block;
    margin-top: 12px;
}

.ktewm img {
    width: 72px;
}