﻿@charset "utf-8";

/* reset */

body {
    background: #fff;
}

body,
div,
ol,
form,
a,
h1,
h2,
h3,
h4,
h5,
p {
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    word-break: break-all;
}

html,
body,
div,
span,
applet,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
fieldset,
legend,
input,
button,
textarea,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
dialog,
time,
mark,
audio,
video {
    padding: 0px;
    margin: 0px;
    font: inherit;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
    font-size: 100%;
}

img {
    border: 0;
}

ul,
li,
select {
    margin: 0;
    padding: 0;
    list-style: none;
}

dl,
dt,
dd,
section,
article,
nav,
header,
footer,
aside,
menu,
hgroup,
dialog,
details,
summary,
figcaption,
figure,
mark,
time {
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
}

mark {
    background: none;
}

section,
article,
nav,
header,
footer,
aside,
menu,
hgroup,
dialog,
details,
summary,
figcaption,
figure {
    display: block;
}


/* 全局 */

.wrap {
    width: 1200px;
    padding: 0;
    clear: both;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.t10 {
    padding-top: 10px;
}

.l10 {
    padding-left: 10px;
}

.l20 {
    padding-left: 20px;
}

.link {
    color: #FF8345;
}

.f14 {
    font-size: 14px;
}

.fl,
.floatLeft {
    float: left;
    display: inline;
}

.fr,
.floatRight {
    float: right;
    display: inline;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.cl,
.clear {
    clear: both;
}

.none {
    display: none;
}

.txtC,
.tc {
    text-align: center;
}

.txtR,
.tr {
    text-align: right;
}

.h0 {
    line-height: 0;
    height: 0;
    font-size: 0;
}

.hand {
    cursor: pointer
}

.red_12 {
    color: #ffae00;
}

.red_12 a {
    color: #ffae00;
}

.red {
    color: red;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    zoom: 1;
}


/* IE6 */

*+html .clearfix {
    zoom: 1;
}


/* IE7 */

button {
    cursor: pointer;
}


/*IOS safari横屏字体变大bug*/

@media screen and (max-device-width: 320px) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body {
        -webkit-text-size-adjust: none
    }
}


/*==========================new2015========================*/

.new2015,
header,
footer {
    font-size: 12px;
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    outline: 0 none;
}

.new2015 a,
.new2015 a:visited {
    text-decoration: none;
    color: #737373
}

.new2015 a:hover {
    color: #0066cc
}

.new2015 .more {
    margin: 5px 5px 0 0;
    text-align: right;
}

.new2015 .more a,
.new2015 .more a:visited {
    color: #737373
}

header,
.map,
.partner,
.bottom {
    font-size: 12px;
}

header a,
header a:visited,
.map a,
.map a:visited,
.partner a,
.partner a:visited,
.bottom a,
.bottom a:visited {
    text-decoration: none;
    color: #737373
}

header a:hover,
.map a:hover,
.partner a:hover,
.bottom a:hover {
    color: #0066cc
}

.bodyer {
    position: relative;
    z-index: 1;
}

.bodyer table {
    border-collapse: collapse;
    border-spacing: 0;
}

.wrapper {
    width: 1200px;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}


/*==================header================*/

header {
    position: relative;
    z-index: 999;
}


/*toper*/

.toper {
    padding-top: 9px;
    height: 23px;
    color: #737373;
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    background-color: #fafafa;
    border-bottom: 1px solid #DbDbDb;
}

.toper .collect {
    line-height: 14px;
    padding-left: 18px;
    margin-right: 30px;
    background: url(../images/ico_collect.png) no-repeat 0 center;
}

.toper .welc a {
    margin-left: 10px;
}

.toper .tool li {
    float: left;
    height: 23px;
    padding: 0 14px 0 16px;
}

.toper .tool li a {
    margin-right: 14px;
}

.toper .tool .my189 {
    background: url(../images/ico_tool_1.png) no-repeat;
}

.toper .tool .wap {
    background: url(../images/ico_tool_2.png) no-repeat;
}

.toper .tool .mail {
    background: url(../images/ico_tool_3.png) no-repeat;
}

.toper .tool .gov {
    background: url(../images/ico_tool_4.png) no-repeat;
}

.toper .tool .suppo {
    background: url(../images/ico_tool_5.png) no-repeat;
}

.toper .tool .up {
    display: none;
    position: absolute;
    left: -15px;
    top: 23px;
    background: #fff;
    border: 1px solid #DbDbDb;
    border-top: none;
    z-index: 9;
}

.toper .tool .my189Up {
    overflow: hidden;
    width: 96px;
}

.toper .tool .my189Up a {
    display: block;
    line-height: 26px;
    margin: 0 0 -1px 0;
    padding: 0 12px;
    border-bottom: 1px solid #DbDbDb;
}

.toper .tool .wapUp {
    padding: 20px;
    width: 210px;
}

.toper .tool .wapUp h4 {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    color: #fd8300;
    width: 98px;
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.toper .tool .wapUp .tdCode {
    width: 95px;
    height: 95px;
    margin: auto;
}

.toper .tool .wapUp dl {
    margin-left: 15px;
}

.toper .tool .wapUp dt {
    color: #fd8300;
    width: 98px;
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.toper .tool .wapUp dd {
    margin-top: 7px;
    +margin-top: 5px;
}

.toper .tool .wapUp a {
    margin-right: 0;
}


/*head*/

.head .logo189 {
    width: 196px;
}

.head .festival {
    margin-top: 30px;
}

.head .changeIt {
    float: left;
    padding-left: 10px;
}

.head .changeIt dt {
    position: relative;
    width: 80px;
    height: 28px;
    line-height: 28px;
    margin-bottom: 8px;
    border: 1px solid #e7e2df;
    color: #999;
    background: #fff url(../images/ico_arrow1.gif) no-repeat 60px center;
    border-radius: 2px;
}

.head .changeIt dt b {
    font-weight: normal;
    text-indent: 1em;
    display: block;
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.head .changeIt .up {
    display: none;
    position: absolute;
    left: -1px;
    top: 28px;
    padding: 10px;
    background: #fff;
    border: 1px solid #e3e3e3;
}

.head .changeIt .up a {
    color: #999;
    margin-left: 15px;
}

.head .changeIt .up a:hover {
    color: #0066cc
}

.head .changeIt .provice {
    z-index: 2;
}

.head .changeIt .provice .up {
    width: 400px;
}

.head .changeIt .provice .up span {
    color: #0066cc;
    display: inline-block;
    width: 25px;
}

.head .changeIt .city {
    z-index: 1;
}

.head .changeIt .city .up {
    width: 240px;
}

.head .changeIt .city .up a {
    margin: 0 5px;
    display: inline-block;
}

.searchBar {
    width: 600px;
    float: left;
    display: inline;
    margin-top: 10px;
    margin-left: 102px;
    _margin-left: 101px;
}

.searchTab span {
    display: inline-block;
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    width: 80px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #777;
    cursor: pointer;
    text-align: center;
}

.searchTab span.on {
    background: #0066cc;
    color: #fff;
}

.srhForm .keyword {
    border: 1px solid #ccc;
    line-height: 40px;
    padding: 0 0px 0 30px;
    background: url(/img/ioc_01.gif) no-repeat 0 center;
    height: 40px;
    width: 330px;
    margin-left: 52px;
}

.srhForm .keyword::placeholder {
    color: #ccc
}

.srhForm .submit {
    background: #0066cc;
    cursor: pointer;
    border: none;
    height: 42px;
    line-height: 42px;
    margin-left: 20px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    width: 84px;
    font-size: 16px;
}

.searchBar .tag {
    margin-top: 4px;
}

.searchBar .tag a {
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    color: rgb(140, 140, 140);
    padding: 0 13px;
    font-size: 13px;
}

.searchBar .tag a .hot {
    margin-left: 3px;
}


/*nav*/

.navBar {
    background: #0066cc;
    height: 45px;
}

.navBar nav {
    padding-left: 30px;
}

.navBar nav a,
.navBar nav a:visited {
    display: inline-block;
    font-size: 16px;
    /*height:45px;*/
    line-height: 45px;
    color: #fff;
    padding: 0 5px;
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}

.navBar nav a:hover,
.navBar nav a.on {
    color: #ffef00;
    /*background:url("../images/nav_bg.gif") no-repeat 10px center;*/
}

.navBar menu {
    position: relative;
    width: 190px;
}

.navBar menu span {
    display: inline-block;
    line-height: 20px;
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    height: 33px;
    padding-top: 12px;
    width: 190px;
    cursor: default;
    font-size: 16px;
    color: #fff;
    background: #ffad01 url("/img/nav-allimg.jpg") no-repeat;
}

.navBar menu span img {
    vertical-align: middle;
}

.menuTop {
    display: none;
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 99999;
    width: 190px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fff;
}

.menuTop .tli {
    position: relative;
    float: left;
    width: 186px;
    background: url("../images/ico_arrow3.gif") no-repeat 170px center;
}

.menuTop a.topA,
.menuTop a.topA:visited {
    display: block;
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    height: 76px;
    line-height: 76px;
    border-bottom: 1px solid #e8e8e8;
    color: #666;
    font-size: 16px;
    font-weight: normal;
    width: 190px;
    text-align: center;
}

.menuTop a.topA:hover {
    color: #0066cc;
    font-weight: bold;
}

.menuTop .a1 {
    background: url(/img/nav-all-jtkdbg.png) no-repeat;
}

.menuTop .a2 {
    background: url(/img/nav-all-sjkh.png) no-repeat;
}

.menuTop .a3 {
    background: url(/img/nav-all-qykdbg.png) no-repeat;
}

.menuTop .a4 {
    background: url(/img/nav-all-yyyw.png) no-repeat;
}

.menuTop .a5 {
    background: url(/img/nav-all-qyyybg.jpg) no-repeat;
}

.menuTop .a6 {
    background: url(../images/menu_ico_6.gif) no-repeat 7px center;
}

.menuTop .a7 {
    background: url(../images/menu_ico_7.gif) no-repeat 7px center;
}

.menuTop li.tli .sonMenu {
    display: none;
    border-left: 1px solid #ccc;
    position: absolute;
    top: 0;
    left: 190px;
    z-index: 999;
    background: #fff;
}

.menuTop li.tli .s2 {
    top: -77px;
}

.menuTop li.tli .s3 {
    top: -154px;
}

.menuTop li.tli .s4 {
    top: -231px;
}

.menuTop li.tli .s5 {
    top: -308px;
}

.menuTop li.tli .s6 {
    top: -300px;
}

.menuTop li.tli .s7 {
    top: -360px;
}

.textList {
    height: 385px;
    overflow: hidden;
    width: 549px;
    padding: 0 20px;
}

.tlNoAd {
    height: 400px;
}

.textList li {
    float: left;
    height: 50px;
    width: 100%;
    line-height: 50px;
    border-top: 1px #dddddd solid;
}

.textList li:first-child {
    border-top: none;
}

.textList a,
.textList a:link,
.textList a:visited {
    width: 100px;
    display: inline-block;
    font-size: 12px;
    /*padding: 5px 20px;*/
    border-right: 1px #dddddd solid;
    height: 15px;
    line-height: 15px;
    margin-top: 9px;
    color: #666666;
    padding: 0;
    text-align: center;
}

.textList a:last-child {
    border-right: none;
}

.textList a:hover {
    font-weight: bold;
}

.textList em a,
.textList em a:visited {
    width: 110px;
    color: #333;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.textList em a:hover {
    text-decoration: none;
}

.textList p {
    width: 429px;
    height: 50px;
    line-height: 50px;
}

.textList .morem {
    position: absolute;
    bottom: 11px;
    +bottom: 9px;
    right: 0;
}

.Ad img {
    width: 250px;
    height: 167px;
}


/*==================footer================*/


/* map */

.map {
    padding: 20px 0;
    border-bottom: #dbdbdb 1px solid;
}

.map .mapLogo {
    width: 220px;
}

.map .mapList dl {
    float: left;
    width: 150px;
    line-height: 2;
}

.map .mapList dt,
footer .mapList dt a {
    font-size: 14px;
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}

.map .mapList dd a {
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}

.map .mapList dd a:hover {
    text-decoration: underline;
}

.map .mapTdcode {
    letter-spacing: 1px;
    color: #666;
}

.map .mapTdcode img {
    display: block;
    margin-bottom: 4px;
}

.map .mapOnline {
    width: 222px;
}

.map .mapOnline a {
    margin: 0 7px 10px 0;
    display: inline-block;
    border: 1px solid #94a6a6;
}

.map .mapOnline a img {
    vertical-align: bottom;
}

.map .mapOnline a:hover {
    border-color: #0066cc;
}


/*partner*/

.partner {
    display: none;
    padding: 5px 0 20px;
    position: relative;
}

.partner h3 {
    display: block;
    font-size: 24px;
    line-height: 50px;
}

.partner #see_all {
    position: absolute;
    top: 20px;
    right: 10px;
}

.partner .parLink {
    padding: 0 30px;
    line-height: 2.2;
    color: #777;
    height: 85px;
    overflow: hidden;
}

.partner .parLink a {
    margin: 0 3px;
    display: inline-block;
    font-size: 14px;
    color: #777;
}


/*bottom*/

.bottom {
    color: #777;
    padding: 15px 0 30px;
    clear: both;
}

.bottom .about {
    margin-bottom: 10px;
    text-align: center;
}

.bottom .about a {
    margin: 0 12px;
}

.bottom .copyright {
    margin-bottom: 20px;
    color: #777;
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}

.bottom .cert img {
    vertical-align: middle;
    margin: 0 8px;
}


/*================================old==================================*/


/*面包屑导航*/

.path {
    display: none;
    width: 950px;
    height: 30px;
    color: #6c6c6c;
    font-size: 12px;
    line-height: 30px;
    background: url(/images/path.gif) no-repeat left top;
    margin-top: 10px;
    padding: 0 0 0 10px;
}

.path a {
    height: 30px;
    margin-right: 10px;
    line-height: 30px;
    float: left;
    color: #6c6c6c;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    padding: 0 20px 0 0;
    background: url(/images/path.gif) right -30px no-repeat;
}

.path a:hover {
    color: #87BB11;
    text-decoration: underline;
}

.path a.jtzfzc {
    background: none;
    float: right;
}

.path span {
    display: none;
    float: left;
}


/*跳转*/

#changpage {
    padding: 15px 0;
}

#changpage a,
#changpage a:visited {
    color: #628E00;
    text-decoration: none;
}


/*tab style*/

.ktab {
    border-bottom: 2px solid #0066cc;
    height: 30px;
}

.ktab li {
    float: left;
    height: 30px;
    margin-right: 1px;
}

.ktab li a {
    background: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    font-size: 14px;
    color: #6C6C6C;
    text-align: center;
}

.ktab .on {
    background: #0066cc;
}

.ktab .on a {
    background: #0066cc;
    color: #FFFFFF;
}


/*table style*/

.tb1 th {
    background: #BBD87D;
}

.tb1 td,
.tb1 th {
    border: 1px solid #ddd;
    padding: 5px 0;
    text-align: center;
}

.tb1 td {
    line-height: 1.4;
}

.tb1 .txtL {
    text-align: left;
    text-indent: 1em;
}


/* 澶撮儴鏂囦欢 */

.top {
    height: 25px;
    color: #FFF;
    font-size: 12px;
    line-height: 25px;
}

.welcome {
    float: left;
    width: 770px;
    text-align: left;
    position: relative;
    z-index: 998;
    font-size: 12px;
}

.welcome a {
    color: #FFF;
    font-size: 12px;
    width: 70px;
    display: inline-block;
    text-align: center;
    background: url(http://d2.gd.189.cn/images/head_0830.gif) 64px -205px no-repeat;
}

.welcome span.favorites {
    float: right;
}

.welcome span.favorites a {
    color: #FFF;
    font-size: 12px;
    width: 86px;
    display: inline-block;
    background: 0;
    text-decoration: none;
}

.welcome span.favorites a:hover {
    text-decoration: underline;
}

.area {
    float: right;
    width: 180px;
    height: 25px;
    background: #626B76;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    overflow: hidden;
}

.area a,
.area a:visited,
.area a:hover {
    display: inline-block;
    color: #FFF;
    width: 70px;
    font-size: 12px;
    text-decoration: none;
}

.area a.onthis,
.area a.onthis:visited {
    color: #58771d;
    width: 86px;
    background: url(http://d2.gd.189.cn/images/head_0830.gif) no-repeat 0 0;
    font-weight: bold;
    line-height: 28px;
}

.provincec,
.cityc {
    width: 300px;
    border: 1px solid #d7d7d7;
    background: #fff;
    color: #6B6B6B;
    font-size: 12px;
    display: none;
    position: absolute;
    z-index: 999;
    top: 25px;
    left: 218px;
}

.provincec {
    left: 118px;
}

.provincec .dangqian,
.cityc .dangqian {
    width: 280px;
    height: 32px;
    line-height: 32px;
    background: #FBFDF5;
    padding: 0 10px;
}

.provincec .dangqian a,
.cityc .dangqian a {
    color: #618D00;
    text-decoration: none;
}

.provincec .qita,
.cityc .qita {
    width: 280px;
    padding: 5px 10px;
    line-height: 28px;
    background: #fff;
}

.provincec .qita a,
.cityc .qita a {
    color: #6B6B6B;
    text-decoration: none;
    display: inline-block;
    width: 40px;
    text-align: center;
}

.provincec .qita a:hover,
.cityc .qita a:hover {
    color: #618D00;
    text-decoration: none;
}

.header {
    height: 90px;
    color: #757575;
    font-size: 12px;
    overflow: hidden;
}

.logo {
    width: 188px;
    height: 73px;
    float: left;
    text-align: center;
    background: url(http://d1.gd.189.cn/images/logo_beta.png) no-repeat 0 0;
    margin: 2px 20px;
}

* html .logo {
    background: none;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/logo_beta.png', sizingMethod='crop');
}

.logo a {
    text-indent: -9999px;
    margin: 0;
    padding: 0;
    border: 0;
}

.logo a:link,
.logo a:visited,
.logo a:hover {
    display: block;
    width: 188px;
    height: 73px;
}

.answer {
    float: right;
}

.answer a {
    color: #6B6B6B;
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
}

.tags {
    float: left;
    width: 100%;
    word-spacing: 8px;
}

.tags a {
    color: #6B6B6B;
    font-size: 12px;
    text-decoration: none;
}

.tags a:hover {
    color: #6B6B6B;
    font-size: 12px;
    text-decoration: underline;
}


/* .menu {
    height: 40px;
    font-size: 14px;
    background: url(http://d1.gd.189.cn/images/sprite_t.png) 0 -64px no-repeat;
} */


/* .menu ul {
    padding-left: 10px;
}

.menu ul li {
    display: inline-block;
    text-align: center;
    float: left;
    padding-top: 6px;
}

.menu ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    height: 33px;
    padding: 0 20px;
    display: inline-block;
    line-height: 30px;
}

.menu ul li.mhelp {
    display: inline-block;
    text-align: center;
}

.menu ul li a.this {
    background-color: #fff;
    color: #618D00;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 0;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #5C930B;
    border-right-color: #5C930B;
    border-bottom-color: #FFF;
    border-left-color: #5C930B;
    padding: 0 27px;
}

.menu li.mhelp .this {}

.menu .submenu {
    position: absolute;
    background-color: #FFF;
    z-index: 999;
    margin-top: 34px;
    border-width: 0 2px 2px 2px;
    border-style: solid;
    border-color: #87bc11;
    margin-left: -1px;
    padding: 10px 0;
    display: none;
} */

.submenu ul {
    width: 110px;
    float: left;
    display: block;
    border-right: 1px dotted #CCC;
    padding: 0 10px;
    margin: 0px;
}

.submenu ul.col2 {
    width: 220px;
}

.submenu .nrb {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.submenu ul li {
    float: left;
    display: block;
    text-align: left;
    line-height: 25px;
    margin: 0px;
    padding: 0px;
    height: 25px;
    width: 100px;
}

.submenu .mt {
    font-size: 12px;
    width: 100%;
    float: none;
    color: #628e00;
    background: url(http://d2.gd.189.cn/images/head_0830.gif) no-repeat 100px -188px #FFF;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}

.submenu .col2 .mt {
    background: url(http://d2.gd.189.cn/images/head_0830.gif) no-repeat 210px -188px #FFF;
}

.submenu .mt a {
    font-size: 12px;
    color: #628e00;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}

.submenu .m {
    padding: 0 0 0 10px;
    background: url(http://d2.gd.189.cn/images/head_0830.gif) no-repeat 4px -237px #FFF;
    margin: 0px;
    display: block;
    line-height: 30px;
    height: 30px;
}

.submenu .m a {
    font-size: 12px;
    color: #6e6e6e;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    display: block;
    line-height: 30px;
    height: 30px;
}

.submenu .m a:hover {
    text-decoration: underline;
}

.menu .sub1 {
    width: 150px;
}

.sub1 ul {
    width: 130px;
}

.sub1 ul li {
    width: 120px;
}

.menu .sub2 {
    width: 523px;
    margin-left: -60px;
}

.menu .sub3 {
    width: 612px;
    margin-left: -90px;
}

.menu .sub4 {
    width: 371px;
    margin-left: -60px;
}

.menu .sub5 {
    width: 371px;
    margin-left: -60px;
}

.menu .sub6 {
    width: 785px;
    margin-left: -530px;
}

.menu .sub7 {
    width: 371px;
    margin-left: -235px;
}


/*所有分类展开*/

#leftBox {
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 11;
}

#nav_cat h2 b {
    height: 8px;
    right: 20px;
    top: 15px;
    position: absolute;
    width: 14px;
    background: url('/images/allSort.gif') no-repeat 0 -8px;
    cursor: pointer;
}

#nav_all {
    background: url(/images/nav_all.png) no-repeat 0 0;
    height: 40px;
    padding-left: 210px;
    position: relative;
    z-index: 6;
}

#nav_cat {
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    width: 210px;
}

#nav_all h2 a {
    color: #FFF;
    display: block;
    font: 16px/40px 'MicroSoft YaHei';
    padding-left: 40px;
    text-decoration: none;
}

.tleft {
    z-index: 15;
    float: left;
    margin-top: 5px;
    width: 210px;
    height: 355px;
    background: url(/images/new_menu.png) no-repeat 0px -174px;
}

.tright {
    float: right;
    width: 240px;
    margin-top: 5px;
}

.tleft_u {
    display: inline-block;
    width: 210px;
}

.tleft_u li {
    border-bottom: 1px solid #f1f0d0;
    margin: 1px 1px 0;
    font-size: 12px;
    height: 37px;
    line-height: 37px;
    padding-left: 8px;
    position: relative;
    z-index: 510;
}

.tleft_u li.new_leftnavtxf {
    background: #FFF;
    margin: 0;
    height: 37px;
    border-left: 1px solid #7aaa13;
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
}

.tleft_u li span {
    display: block;
    float: left;
    margin: 10px 8px 0 0;
    width: 18px;
    vertical-align: top;
}

.tleft_u li span.left_nav1 {
    background: url(/images/new_menu.png) no-repeat 0px 0px;
    height: 21px;
}

.tleft_u li span.left_nav2 {
    background: url(/images/new_menu.png) no-repeat 0px -21px;
    height: 17px;
}

.tleft_u li span.left_nav3 {
    background: url(/images/new_menu.png) no-repeat 0px -38px;
    height: 18px;
}

.tleft_u li span.left_nav4 {
    background: url(/images/new_menu.png) no-repeat 0px -56px;
    height: 17px;
}

.tleft_u li span.left_nav5 {
    background: url(/images/new_menu.png) no-repeat 0px -73px;
    height: 18px;
}

.tleft_u li span.left_nav6 {
    background: url(/images/new_menu.png) no-repeat 0px -91px;
    height: 19px;
}

.tleft_u li span.left_nav7 {
    background: url(/images/new_menu.png) no-repeat 0px -110px;
    height: 18px;
}

.tleft_u li span.left_nav8 {
    background: url(/images/new_menu.png) no-repeat 0px -128px;
    height: 17px;
}

.tleft_u li span.left_nav9 {
    background: url(/images/new_menu.png) no-repeat 0px -145px;
    height: 16px;
}

.tleft_u li span.r_jt {
    display: inline;
    background: url(/images/new_menu.png) no-repeat 0px -161px;
    width: 8px;
    height: 12px;
    float: right;
    margin: 12px 5px 0 5px;
}

.tleft_u li b {
    color: #666666;
    float: left;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
}

.tleft_u li a b {
    text-decoration: none;
    color: #666;
    cursor: pointer;
}

.tleft_u li a b:hover {
    text-decoration: none;
    color: #FF3300;
    cursor: pointer;
}

.tleft_u li span,
.tleft_u li a,
.tleft_u li b {
    vertical-align: middle;
}

.tleft_u li a.t_cux {
    float: right;
    text-align: right;
}

.tleft_u li a {
    color: #f27f1a;
    text-decoration: none;
}

.tleft_u li a:hover {
    color: #f27f1a;
    text-decoration: underline;
}

.tleft_u .r_ab1 {
    top: -1px;
}

.tleft_u .r_ab2 {
    top: -40px;
}

.tleft_u .r_ab3 {
    top: -79px;
}

.tleft_u .r_ab4 {
    top: -118px;
}

.tleft_u .r_ab5 {
    top: -157px;
}

.tleft_u .r_ab6 {
    top: -196px;
}

.tleft_u .r_ab7 {
    top: -235px;
}

.tleft_u .r_ab8 {
    top: -274px;
}

.tleft_u .r_ab9 {
    top: -321px;
}

.tleft_po {
    position: absolute;
    z-index: 15;
    width: 509px;
    min-height: 352px;
    _height: 352px;
    padding-bottom: 1px;
    left: 208px;
    display: none;
    background: #FFF;
    border-color: #DBDBDB #8D8D8D #8D8D8D #DBDBDB;
    border-style: solid;
    border-width: 1px;
}

.tleft_po div {
    padding: 5px 12px;
}

.tleft_po em {
    position: absolute;
    width: 1px;
    height: 37px;
    background: #FFF;
    left: -1px;
}

.tleft_po .em_t1 {
    top: 0;
}

.tleft_po .em_t2 {
    top: 39px;
}

.tleft_po .em_t3 {
    top: 78px;
}

.tleft_po .em_t4 {
    top: 117px;
}

.tleft_po .em_t5 {
    top: 156px;
}

.tleft_po .em_t6 {
    top: 195px;
}

.tleft_po .em_t7 {
    top: 234px;
}

.tleft_po .em_t8 {
    top: 273px;
}

.tleft_po .em_t9 {
    top: 320px;
}

.tleft_po ul {
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 0px;
    font-size: 12px;
    line-height: 18px;
    color: #dbdbdb;
}

.tleft_po ul h6 {
    color: #0066cc;
    float: left;
    width: 65px;
    padding-right: 5px;
    font-weight: bold;
    text-align: right;
    margin: 1px 0 0;
    font-size: 12px;
}

.tleft_po ul h4 {
    float: left;
    width: 65px;
    padding: 6px 5px 0 0;
    text-align: right;
    margin: 0;
    font-size: 12px;
    color: #000;
}

.tleft_po ul h4 a,
.tleft_po ul h4 a:visited,
.tleft_po ul h4 a:hover {
    border: none;
    color: #000;
    margin: 0;
    padding-left: 0;
    display: inline;
    vertical-align: inherit;
}

.tleft_po ul .fgxB {
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 0;
}

.tleft_po ul h6 a {
    color: #0066cc;
    margin: 0px;
    text-decoration: none;
    border-left: none;
}

.tleft_po ul h6 a:hover {
    color: #FF3300;
    text-decoration: none;
}

.tleft_po ul p {
    width: 410px;
    overflow: hidden;
    position: relative;
}

.tleft_po ul i {
    color: #F27F1A;
    font-style: normal;
}

.tleft_po ul a {
    border-left: 1px solid #f2f2f2;
    color: #676767;
    margin: 0px 3px 0 0;
    padding-left: 6px;
    display: inline-block;
}

.tleft_po ul a.none {
    display: none;
}

.tleft_po ul a:hover {
    color: #676767;
    text-decoration: underline;
}

.cnm {
    position: absolute;
    bottom: 3px;
    width: 459px;
}

.cnm ul {
    padding: 5px 0px;
    font-size: 12px;
    border: none;
}

.cnm ul h5 {
    border-top: 1px dashed #ff9c00;
    height: 40px;
    display: block;
    line-height: 40px;
    font-weight: bold;
    padding-left: 3px;
    margin: 0;
    font-size: 12px;
    color: #ff9c00;
}

.cnm ul a {
    border: 0;
    color: #676767;
    margin: 0 15px 0 3px;
    display: inline-block;
}

.cnm ul a:hover {
    color: #676767;
    text-decoration: underline;
}

.tleft_po .moreList {
    background: url(/images/more_pic1.png) no-repeat;
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 0;
}

.sortList .moreList {
    background: url(/images/more_pic1.png) no-repeat;
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 0;
}


/*main*/

#main {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
}


/*info*/

.info {
    float: left;
    padding: 10px;
    color: #6b6b6b;
    width: 208px;
}

.info b {
    color: #618D00;
    font-weight: bold;
}


/* 底部地图 */

.sitemap {
    background: url(http://d1.gd.189.cn/images/footer_sitemap.gif) 0 0 no-repeat;
    margin-top: 20px;
    padding: 25px 0 0 40px;
    width: 920px;
    height: 230px;
    line-height: 28px;
}

.sitemap h4 {
    color: #618D00;
    float: left;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
}

.sitemap h4.gwdh {
    width: 360px;
}

.sitemap ul {
    color: #618D00;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    float: left;
}

.sitemap ul li {
    color: #262626;
    font-size: 12px;
    font-weight: normal;
    width: 105px;
}

.sitemap ul li a {
    color: #757575;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

.sitemap ul li a:hover {
    color: #757575;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}

html .pklands .fl {
    display: block;
    width: 25%;
}

html .pklands .pklist {
    float: left;
}

html .pklands .pklist a {
    font-size: 13px;
}

.footer {
    border-top: #cfcfcf 1px solid;
    /* height: 28px; */
    margin-top: 20px;
    text-align: left;
    font-size: 12px;
    line-height: 24px;
    color: #868686;
    word-spacing: 5px;
}

.footer a {
    font-size: 12px;
    color: #868686;
    text-decoration: none;
}

.footer a:hover {
    font-size: 12px;
    color: #868686;
    text-decoration: underline;
}

.sonLink div {
    float: left;
    text-align: center;
    height: 28px;
}

.sonLink div a {
    display: block;
    height: 28px;
    text-indent: -9999px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: url(http://d1.gd.189.cn/images/footer_ico.png) no-repeat;
}

.sonLink .fico1 a {
    width: 44px;
    background-position: 0 -30px;
}

.sonLink .fico2 a {
    width: 46px;
    background-position: -48px -30px;
}

.sonLink .fico3 a {
    width: 34px;
    background-position: -94px -30px;
}

.sonLink .fico4 a {
    width: 76px;
    background-position: -128px -30px;
}

.sonLink .fico5 a {
    width: 32px;
    background-position: -204px -30px;
}

.sonLink .fico6 a {
    width: 60px;
    background-position: -236px -30px;
}

.sonLink .fico7 a {
    width: 62px;
    background-position: -296px -30px;
}

.sonLink .fico8 a {
    width: 40px;
    background-position: -360px -30px;
}

.sonLink .fico9 a {
    width: 35px;
    background-position: -400px -30px;
}

.sonLink .fico0 a {
    width: 96px;
    background-position: -434px -30px;
}

.sonLink .ficoa a {
    width: 105px;
    background-position: -530px -30px;
}

.sonLink .ficob a {
    width: 44px;
    background-position: -635px -30px;
}

.sonLink .ficoc a {
    width: 87px;
    background-position: -680px -30px;
}

.sonLink .ficod a {
    width: 75px;
    background-position: -768px -30px;
}

.sonLink .ficoe a {
    width: 42px;
    background-position: -838px -30px;
}

.sonLink .fico1 a:hover {
    background-position: 0 0;
}

.sonLink .fico2 a:hover {
    background-position: -48px 0;
}

.sonLink .fico3 a:hover {
    background-position: -94px 0;
}

.sonLink .fico4 a:hover {
    background-position: -128px 0;
}

.sonLink .fico5 a:hover {
    background-position: -204px 0;
}

.sonLink .fico6 a:hover {
    background-position: -236px 0;
}

.sonLink .fico7 a:hover {
    background-position: -296px 0;
}

.sonLink .fico8 a:hover {
    background-position: -360px 0;
}

.sonLink .fico9 a:hover {
    background-position: -400px 0;
}

.sonLink .fico0 a:hover {
    background-position: -434px 0;
}

.sonLink .ficoa a:hover {
    background-position: -530px 0;
}

.sonLink .ficob a:hover {
    background-position: -635px 0;
}

.sonLink .ficoc a:hover {
    background-position: -680px 0;
}

.sonLink .ficod a:hover {
    background-position: -768px 0;
}

.sonLink .ficoe a:hover {
    background-position: -838px 0;
}

.cert {
    text-align: center;
    padding: 15px 0;
    clear: left;
}

.btn_bar {
    padding: 18px 0 0 20px;
    clear: left;
}

.btn_bar a {
    display: inline-block;
    margin-right: 5px;
    width: 154px;
    height: 33px;
    font: bold 14px/33px 'simsun';
    background: url(http://d1.gd.189.cn/support/images/btn_bg1.gif) no-repeat;
    text-align: center;
}

.btn_bar a,
.btn_bar a:visited {
    color: #fff;
    text-decoration: none;
}


/* 用户登录后信息面板 */

.libox2 {
    margin-top: 0;
    height: 30px;
    line-height: 30px;
    color: #6b6b6b;
    font-size: 12px;
    background: url(http://d1.gd.189.cn/images/index_title.gif) 0 -33px no-repeat;
    padding: 0 10px;
    font-weight: bold;
}

.list2 {
    float: left;
    line-height: 26px;
    font-size: 12px;
    background: url(http://d1.gd.189.cn/images/libox2.gif) left bottom no-repeat;
    padding: 0 1px;
}

.uinfo {
    color: #646464;
}

.uinfo .r {
    float: right;
}

.uinfo .dt {
    line-height: 35px;
    height: 35px;
    padding-right: 10px;
    padding-left: 10px;
}

.uinfo .dt a {
    color: #646464;
}

.uinfo .dt span {
    color: #ff7901;
}

.uinfo .dd {
    line-height: 30px;
    background: #f7fde6;
    border-top: 1px solid #e5f2c1;
    border-bottom: 1px solid #e5f2c1;
    padding: 10px;
}

.uinfo .dd a {
    color: #ff7901;
}

.uinfo .df {
    line-height: 30px;
    height: 30px;
    padding-right: 10px;
    padding-left: 10px;
}

.uinfo .df a {
    color: #646464;
    text-decoration: none;
}

.uinfo .df a.go {
    background: url(http://d1.gd.189.cn/images/arrow.gif) no-repeat right center;
    padding-right: 7px;
}

.ddt {
    height: 70px;
}

#login2 {
    width: 228px;
}

#login2 .dt {
    height: 50px;
    padding-top: 10px;
    line-height: 1.5;
}

#login2 .dd {
    height: 135px;
}


/*微博滚动展示*/

.wb_list {
    height: 150px;
    overflow: hidden;
    margin-bottom: 5px;
}

.wb_list p {
    height: 130px;
    padding: 10px;
    text-indent: 22px;
    background: url(http://d1.gd.189.cn/images/icon_weibo.png) 9px 9px no-repeat;
}

.wb_list p a,
.wb_list p a:link {
    color: #6B6B6B;
    text-decoration: none;
    line-height: 17px;
    display: block;
}

.wb_list p a:hover {
    text-decoration: underline;
}

.wb_list p a em,
.wb_list p a:link em {
    color: #757fff;
}

.wb_home,
wb_home:visited {
    font: normal 12px/30px 'simsun';
    color: #ffae00;
    text-decoration: none;
}

.wb_home img {
    vertical-align: middle;
}

.wb_ico {
    text-align: right;
    padding-right: 8px;
}

.wb_addbtn {
    margin: 0 0 0 5px;
    display: inline-block;
    width: 59px;
    height: 20px;
    background: url(http://d1.gd.189.cn/images/ico_weibo_add2_a.jpg) no-repeat;
}

.wb_addbtn:hover {
    background: url(http://d1.gd.189.cn/images/ico_weibo_add2_b.jpg) no-repeat;
}


/*头部搜索*/

.search {
    font-size: 12px;
    float: right;
    width: 480px;
    height: auto;
    margin: 0;
    padding: 2px 0 0;
    line-height: 29px;
}

.searchbox {
    float: right;
    width: 480px;
    height: auto;
    margin: 0;
    padding: 2px 0 0;
    line-height: 29px;
}

.search_hot {
    float: right;
    width: 450px;
    height: auto;
    margin: 0;
    padding: 0;
    line-height: 25px;
    text-align: left;
}

.formbg {
    width: 446px;
    height: 28px;
    background: url(/images/search_a_10000.gif) 0 0 no-repeat;
    border: 0;
    margin: 0;
    padding: 0;
}

.fla {
    float: left;
    width: 100px;
    height: 28px;
}

.srh_form {
    position: relative;
    float: left;
    width: 410px;
    height: 29px;
    background: url(http://d1.gd.189.cn/images/sprite_t.png) 0 -104px no-repeat;
}

.search .keyword {
    background: none;
    float: left;
    width: 313px;
    height: 29px;
    border: 0;
    color: #666;
    padding: 0 0 0 10px;
    line-height: 29px;
}

.search .logo_10000 {
    margin: 4px 0 0 6px;
    border: none;
    width: 87px;
    height: 22px;
    background: url(http://d2.gd.189.cn/images/head_0830.gif) 0 -274px no-repeat;
}

.search .kw_10000 {
    width: 220px;
    _width: 217px;
}

.ask,
.ask:visited {
    text-decoration: none;
    color: #575757;
    margin-top: 23px;
    font-weight: bold;
    font-size: 14px;
}

.ask:hover {
    text-decoration: underline;
}

.search .submit {
    background: none;
    float: left;
    width: 85px;
    height: 29px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.search .submit_10000 {
    float: left;
    width: 86px;
    height: 29px;
    background: url(/images/search_a_10000.gif) -358px 0 no-repeat;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.tabbar {
    line-height: 1.5;
}

.answer {
    float: right;
}

.answer a {
    color: #6B6B6B;
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
}

.tagbox {
    line-height: 1.5;
    padding: 3px 0 4px;
    text-align: left;
}

.tags {
    bottom: -19px;
    word-spacing: 6px;
    color: #5a8900;
    line-height: 1.5;
}

.tags a {
    color: #5a8900;
    font-size: 12px;
    text-decoration: none;
}

.tags a:hover {
    color: #5a8900;
    font-size: 12px;
    text-decoration: underline;
}

.search_bg {
    float: left;
    width: 456px;
    height: 32px;
    border: 0;
    color: #666;
    padding: 0;
    line-height: 28px;
    padding: 3px 0 0 5px;
}

.search_tab {
    float: left;
    width: 410px;
    height: 23px;
}

.search_tab span {
    display: inline-block;
    height: 23px;
    line-height: 23px;
    width: 68px;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    text-align: center;
}

.search_tab .on {
    background: url(http://d2.gd.189.cn/images/head_0830.gif) 0 -25px no-repeat;
    font-weight: bold;
    color: #fff;
}


/*YuanGuangZhu for 新头部*/

.new_t {
    background: url(/images/horn.gif) no-repeat 0 6px;
    color: #fffc01;
    position: absolute;
    top: 0;
    left: 330px;
    padding-left: 25px;
    font-weight: bold;
}

.new_t a {
    color: #fffc01;
    background: none;
    width: auto;
    font-weight: bold;
}

.new_t a:hover {
    text-decoration: underline;
}

.nav_menu {
    height: 40px;
    font-size: 14px;
    background: url(/images/sprite_t.png) 0 -64px no-repeat;
}

.nav_menu ul {
    padding-left: 10px;
}

.nav_menu ul li {
    display: inline-block;
    text-align: center;
    float: left;
}

.nav_menu ul li img {
    line-height: 37px;
}

.nav_menu ul li a {
    color: #fff;
    z-index: 99;
    font: 16px/40px 'MicroSoft YaHei';
    text-decoration: none;
    padding: 0 25px;
    display: inline-block;
    position: relative;
}

.nav_menu ul li.mhome {
    display: inline-block;
    text-align: center;
}

.nav_menu ul li.mhome a {
    padding: 0 22px;
}

.nav_menu ul li a.this {
    background-color: #6e9911;
    color: #FFF;
    padding: 0 25px;
}

.nav_menu li.mhome .this {
    padding: 0 22px;
}

.welcome .yu_01a {
    width: 50px;
    background: none;
    color: #666;
    cursor: pointer;
}

.welcome a {
    color: #666;
    text-decoration: none;
    width: auto
}

body {
    background-image: none;
    background: #fff;
}

.top {
    background: #e0e0e0;
    color: #666;
    line-height: 30px;
    height: 30px;
}

.welcome span.favorites a {
    color: #666;
}

.area {
    background: #ccc;
    width: 175px;
    height: 30px;
}

.area a,
.area a:visited,
.area a:hover {
    display: inline-block;
    color: #666;
    width: 86px;
    font-size: 12px;
    text-decoration: none;
}

.area a.onthis,
.area a.onthis:visited {
    color: #79a915;
    background: #fff;
    line-height: 30px;
}

.logo {
    width: 320px
}

.sn_city {
    float: left;
    position: relative;
    z-index: 300;
    height: 30px;
    margin-right: 15px;
}

.sn_city li {
    position: relative;
    z-index: 1;
    width: 60px;
    height: 30px;
    margin-left: 18px;
    margin-bottom: -10px;
    text-align: left;
    float: left;
    list-style: none
}

.sn_city li i {
    display: inline-block;
    height: 0;
    width: 0;
    border: 5px dashed transparent;
    border-left: 5px solid #aaa;
    position: absolute;
    right: 6px;
    top: 10px;
    overflow: hidden;
    z-index: 300;
}

.sn_city b {
    display: block;
    padding-left: 10px;
    cursor: pointer;
    line-height: 30px;
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

.sn_city dl {
    display: none;
    position: absolute;
    z-index: 100;
    top: 30px;
    border: 1px solid #ccc;
    left: 0;
    width: 390px;
    border-radius: 3px 3px 0 0;
    zoom: 1;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    background: #FFF;
    background: rgba(255, 255, 255, 255)
}

.sn_city .sn_city_h {
    z-index: 22;
}

.sn_city .sn_city_h i {
    border-left-color: #6baa01;
}

.sn_city .sn_city_h b {
    border: 1px solid #ccc;
    border-right-color: rgb(240, 240, 240);
    position: relative;
    z-index: 200;
    line-height: 26px;
    height: 26px;
    padding-left: 9px;
    background: rgb(249, 249, 249);
    background: linear-gradient(rgba(249, 249, 249, .9), rgba(231, 231, 231, .9));
    background: -moz-linear-gradient(rgba(249, 249, 249, .9), rgba(231, 231, 231, .9));
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(249, 249, 249, .9)), to(rgba(231, 231, 231, .9)));
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#e5F9F9F9, endcolorstr=#e5F1F1F1);
    border-radius: 2px 0 0 2px
}

.sn_city_h dl {
    display: block;
}

.sn_city dt {
    background: #f9f9f9;
    background: linear-gradient(rgba(249, 249, 249, .9), rgba(231, 231, 231, .9));
    background: -moz-linear-gradient(rgba(249, 249, 249, .9), rgba(231, 231, 231, .9));
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(249, 249, 249, .9)), to(rgba(231, 231, 231, .9)));
    height: 26px;
    line-height: 26px;
    padding-left: 12px;
    border-bottom: 1px solid #ddd;
    color: #555;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#e5F9F9F9, endColorstr=#eeF1F1F1);
    border-radius: 0 3px 0 0;
}

.sn_city dd {
    padding: 5px 0 5px 0px;
    line-height: 18px;
    display: block;
    filterborder-radius: 0 0 3px 3px;
}

.sn_city .lastdl {
    width: 280px;
}

.sn_city dd a {
    display: inline-block;
    line-height: 20px;
    margin: 0 0 0 12px;
    color: #666;
    text-decoration: none;
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}

.sn_city dd a:hover {
    text-decoration: underline;
    color: #6BAA01
}

.sn_city dl p {
    margin: 0 auto;
    width: 370px;
    border-bottom: 1px solid #dfdfdf;
    height: 26px;
    line-height: 26px;
    margin-bottom: 2px;
    position: relative;
    z-index: 2
}

.sn_city dl p span {
    float: left;
    color: #6BAA01;
    height: 26px;
    border-bottom: 1px solid #fff;
    width: 28px;
    font-weight: bold;
    margin-right: -5px;
    position: relative;
    bottom: -1px;
    background: #fff;
}

.sn_city dl p a {
    line-height: 26px;
    text-decoration: none;
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}

.headernew {
    height: 90px;
    color: #757575;
    font-size: 12px;
    background: url(/include/images/20141223.png) no-repeat bottom;
}

.logo2 {
    width: 284px;
    height: 86px;
    float: left;
    text-align: center;
    background: url(/images/gd189_logo.png) no-repeat 0 center;
    margin: 2px 20px;
}

* html .logo2 {
    background: none;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo_beta.png', sizingMethod='crop');
}

.logo2 .logo1 {
    text-indent: -9999px;
    margin: 0;
    padding: 0;
    border: 0;
}

.logo2 .logo1:link,
.logo2 .logo1:visited,
.logo2 .logo1:hover {
    display: block;
    width: 284px;
    height: 86px;
    float: left
}


/*新版搜索新增样式20150401*/

.search-nr {
    background: #fff;
    padding: 10px;
    width: 319px;
    border: 1px solid #d5d7d6;
    position: absolute;
    top: 35px;
    left: 0px;
    z-index: 100;
}

.search-xgss h4 {
    font: bold 14px/24px Arial, Helvetica, sans-serif;
    color: #b2b2b2;
    margin-bottom: 6px;
}

.search-xgss li {
    height: 24px;
}

.search-xgss li a {
    font: 12px/24px Arial, Helvetica, sans-serif;
    color: #444;
}

.search-xgss li a:hover {
    color: #f00;
}

#secondsearchform .search-nr li a:hover {
    text-decoration: none;
}

.search-xgtj h4 {
    font: bold 14px/24px Arial, Helvetica, sans-serif;
    color: #b2b2b2;
    margin: 10px 0 0px 0;
}

.search-xgtj li {
    padding: 10px 0;
    background: url(china189_search_xgtj_line.jpg) repeat-x left bottom;
}

.sxgtj-pic {
    float: left;
}

.sxgtj-wz {
    width: 260px;
    float: right;
}

.sxgtj-wz dt a {
    font: bold 14px/20px Arial, Helvetica, sans-serif;
    color: #0063dc;
}

.sxgtj-wz dt a:hover {
    color: #f00;
}

.sxgtj-wz dd {
    float: left;
    width: 139px;
    font: 12px/18px Arial, Helvetica, sans-serif;
    color: #666;
    overflow: hidden;
}

.search-nr .search-xgtj .sxgtj-pic img {
    height: 50px;
    max-width: 50px;
    width: expression(this.width > 50 ? "50px": "auto");
}

#secondsearchform .search-nr a {
    margin-left: 0px;
}

.sug-sel {
    background-color: lightgrey;
}

.orderSearch {
    color: #777777;
    display: inline-block;
    height: 35px;
    margin: 10px 0 0 50px;
    padding: 0 10px 0 25px;
    vertical-align: top;
}