html , legend {
    color: #000;
    background: #fff;
}
body, div, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, code,
form, fieldset, legend, button, input, textarea,
th, td,
iframe {
    margin: 0;
    padding: 0;
}
a.ui-button-small:link {
font-size: 14px;
line-height: 23px;
height: 23px;
min-width: 50px;
border-radius: 12px;
background-color:#ff893b;
color:#FFFFFF;
}
a.ui-button-small:hover{
color:#FFFFFF;
}

mark {
    background-color: #ff0;
    color: #000;
}

body {
   font-family: "Microsoft YaHei", "微软雅黑"; font-size:14px
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;color:#333;
}
a:hover {
    text-decoration: underline;color:#0d9572;
}

A.lik1:link {
	FONT-SIZE: 14px; COLOR: #ffffff;TEXT-DECORATION: none;
}
A.lik1:visited {
	FONT-SIZE: 14px; COLOR: #ffffff;TEXT-DECORATION: none;
}
A.lik1:hover {
	FONT-SIZE: 14px; COLOR: #cccccc;TEXT-DECORATION:none;
}
A.lik1:active {
	FONT-SIZE: 14px; COLOR: #ffffff;TEXT-DECORATION: none;
}
A.lik2:link {
	FONT-SIZE: 14px; COLOR:#448206;TEXT-DECORATION: none;FONT-WEIGHT: bold;
}
A.lik2:visited {
	FONT-SIZE: 14px; COLOR: #448206;TEXT-DECORATION: none;FONT-WEIGHT: bold;
}

A.lik2:hover {
	FONT-SIZE: 14px; COLOR: #448206;TEXT-DECORATION:underline;FONT-WEIGHT: bold;
}

A.lik2:active {
	FONT-SIZE: 14px; COLOR: #448206;TEXT-DECORATION: none;FONT-WEIGHT: bold;
}

A.lik3:link {
	FONT-SIZE: 14px; COLOR:#EE9D1A;TEXT-DECORATION: underline;FONT-WEIGHT: bold;
}
A.lik3:visited {
	FONT-SIZE: 14px; COLOR: #EE9D1A;TEXT-DECORATION: underline;FONT-WEIGHT: bold;
}

A.lik3:hover {
	FONT-SIZE: 14px; COLOR: #EE9D1A;TEXT-DECORATION:underline;FONT-WEIGHT: bold;
}

A.lik3:active {
	FONT-SIZE: 14px; COLOR: #EE9D1A;TEXT-DECORATION: underline;FONT-WEIGHT: bold;
}
A.lik4:link {
	FONT-SIZE: 14px; COLOR:#EE9D1A;TEXT-DECORATION: none;FONT-WEIGHT: bold;
}
A.lik4:visited {
	FONT-SIZE: 14px; COLOR: #EE9D1A;TEXT-DECORATION: none;FONT-WEIGHT: bold;
}

A.lik4:hover {
	FONT-SIZE: 14px; COLOR: #EE9D1A;TEXT-DECORATION:underline;FONT-WEIGHT: bold;
}

A.lik4:active {
	FONT-SIZE: 14px; COLOR: #EE9D1A;TEXT-DECORATION: none;FONT-WEIGHT: bold;
}

A.lik5:link {
	FONT-SIZE: 14px; COLOR:#448206;TEXT-DECORATION: underline;FONT-WEIGHT: bold;
}
A.lik5:visited {
	FONT-SIZE: 14px; COLOR: #448206;TEXT-DECORATION: underline;FONT-WEIGHT: bold;
}

A.lik5:hover {
	FONT-SIZE: 14px; COLOR: #448206;TEXT-DECORATION:underline;FONT-WEIGHT: bold;
}

A.lik5:active {
	FONT-SIZE: 14px; COLOR: #448206;TEXT-DECORATION: underline;FONT-WEIGHT: bold;
}

A.lik6:link {
	FONT-SIZE: 14px; COLOR:#ffffff;TEXT-DECORATION: underline;FONT-WEIGHT: bold; background-color:#448206; 
}
A.lik6:visited {
	FONT-SIZE: 14px; COLOR: #ffffff;TEXT-DECORATION: underline;FONT-WEIGHT: bold;background-color:#448206; 
}

A.lik6:hover {
	FONT-SIZE: 14px; COLOR: #ffffff;TEXT-DECORATION:underline;FONT-WEIGHT: bold;background-color:#448206; 
}

A.lik6:active {
	FONT-SIZE: 14px; COLOR: #ffffff;TEXT-DECORATION: underline;FONT-WEIGHT: bold;background-color:#448206; 
}

A.lik7:link {
	FONT-SIZE: 14px; COLOR:#448206;TEXT-DECORATION: underline;FONT-WEIGHT: bold;
}
A.lik7:visited {
	FONT-SIZE: 14px; COLOR: #448206;TEXT-DECORATION: underline;FONT-WEIGHT: bold;
}

A.lik7:hover {
	FONT-SIZE: 14px; COLOR: #448206;TEXT-DECORATION:underline;FONT-WEIGHT: bold;
}

A.lik7:active {
	FONT-SIZE: 14px; COLOR: #448206;TEXT-DECORATION: underline;FONT-WEIGHT: bold;
}


A.lik8:link {
	FONT-SIZE: 14px; COLOR:#000000;TEXT-DECORATION: underline;
}
A.lik8:visited {
	FONT-SIZE: 14px; COLOR: #000000;TEXT-DECORATION: underline;
}

A.lik8:hover {
	FONT-SIZE: 14px; COLOR: #000000;TEXT-DECORATION:underline;
}

A.lik8:active {
	FONT-SIZE: 14px; COLOR: #000000;TEXT-DECORATION: underline;
}


iframe, fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

em,
mark {
    font-style: italic;
}

code, kbd, pre, samp , tt {
    font-family: Menlo,Monaco,"DejaVu Sans Mono","Bitstream Vera Sans Mono","Consolas","Courier New",Courier,monospace;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h1, h2, h3 {
    margin: .5em 0;
}

h4, h5, h6,
small {
    font-size: 100%;
}

h1, h2, h3, h4, h5, h6,
strong,
caption, th,
mark {
    font-weight: bold;
}


caption, th {
    text-align: center;
}

sup {
    /*vertical-align: text-top;*/
    vertical-align: super;
}

sub {
    /*vertical-align: text-bottom;*/
    vertical-align: sub;
}

q:before, q:after {
    content: "";
}

abbr, acronym {
    border: 0;
    font-variant: normal;
    border-bottom: 1px dotted #000;
    cursor: help;
}

input, button, textarea, select {
    font-size: 100%;
    font-family: inherit;
    font-weight: inherit;
}

input, select {
    vertical-align: middle;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

hr {
    border: 0;
    height: 1px;
    color: #d1d7dc;
    background-color: #d1d7dc;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}

.hide {
    display: none;
}



.wrapper {
    margin: 0 auto;
    width: 1000px;
}



.icon-dropdown {
    display: inline-block;
    overflow: hidden;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border-bottom: 0 solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-style: solid;
    border-width: 5px 5px 0;
}



/*---------------start: global-header---------------*/
.g-current-city,
.quick-nav-haowu {
    font-family: "Microsoft YaHei", "微软雅黑", Helvetica;
}

.icon-ensure,
.icon-help,
.icon-pattern,
.icon-service,
.icon-attention,
.icon-contact,
.icon-qrcode,
.icon-weibo,
.icon-taobao,
.icon-phone,
.icon-new {
    background-image: url(../images/g-icon.gif);
    background-repeat: no-repeat;
}
.g-logo {
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
	
}
/*-----start: g-h-bar-----*/
.g-h-bar {
    height: 31px;
    line-height: 31px;
    border-bottom: 1px solid #f3f3f3;
    background-color: #f9f9f9;
}

.quick-nav-haowu {
    position: relative;
    display: block;
    padding: 0 18px 0 10px;
    /*width: 93px;*/
    height: 31px;
    line-height: 31px;
    color: #5d5d5d;
    font-size: 13px;
    font-weight: bold;
}

.quick-nav-haowu .icon-dropdown,
.my-haowu-alias .icon-dropdown,
.g-city .icon-dropdown {
    position: absolute;
    top: 13px;
    right: 10px;
    margin: 0 0 0 5px;
}
.quick-nav-haowu .icon-dropdown{
    right: 3px;
    top: 15px;
}

.my-haowu-alias {
    display: inline-block;
    min-width: 4em;
    max-height: 6em;
    _width: 4em;
    height: 31px;
    line-height: 31px;
    font-weight: bold;
}

.my-haowu-alias .icon-dropdown {
    right: auto;
}

.g-city .icon-dropdown {
    top: 6px;
    *top: 9px;
    right: auto;
}

.g-h-b-menu .my-haowu-alias {
    padding-right: 15px;
    width:72px;
    font-weight: bold;
}

.my-haowu,
.quick-nav,
.my-haowu-alias,
.g-city-rel,
.g-city-list {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1000; /* fixed ie7 */
}

.fixed-ie6 {
    display: block;
    width: 100%;
}

.quick-nav-list,
.my-haowu-menu {
    display: none;
    border: 1px solid #f3f3f3;
    border-top: 0 none;
    background-color: #fff;
}

.g-h-bar a,
.g-h-bar a:hover {
    text-decoration: none;
}

.quick-nav-haowu .icon-dropdown,
.my-haowu-alias .icon-dropdown {
    border-color: #f9f9f9;
    border-top-color: #999;
}

.quick-nav:hover .quick-nav-haowu,
.quick-nav-active .quick-nav-haowu,
.my-haowu:hover .my-haowu-alias,
.my-haowu-active .my-haowu-alias,
.my-haowu-active .my-haowu-alias:hover {
    color: #fff;
    background-color: #56AF97;
}

.quick-nav:hover .icon-dropdown,
.quick-nav-active .icon-dropdown,
.my-haowu:hover .icon-dropdown,
.my-haowu-active .icon-dropdown
{
    border-color: #56AF97;
    border-top-color: #fff;
}

.g-city .icon-dropdown {
  
}


.quick-nav:hover .quick-nav-list,
.quick-nav-active .quick-nav-list,
.my-haowu:hover .my-haowu-menu,
.my-haowu-active .my-haowu-menu {
    display: block;
}

.my-haowu-menu,
.quick-nav-list {
    position: absolute;
    left: 0;
    top: 31px;
    width: 123px;
    z-index: 1000;
}

.my-haowu-menu {
    width: 97px;
}

.g-h-b-myhaowu {
    padding: 0 1em;
}

.my-haowu-menu a,
.quick-nav-list a,
.g-h-b-myhaowu a,
.g-h-b-menu a {
    display: block;
    color: #666;
    text-align: center;
}

.g-h-b-nav li,
.g-h-b-menu li {
    float: left;
}

.g-h-b-menu a {
    padding: 0 1em;
}

.g-h-b-menu a {
    display: block;
    padding: 0 1em;
    color: #666;
    text-align: center;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size:14px;	
}

.quick-nav-list a:hover,
.g-h-b-myhaowu a:hover,
.g-h-b-menu a:hover {
    color: #56AF97;
}

.g-h-b-menu {
    color: #666;
}

.g-h-b-delimiter {
    font-weight: normal;
    color: #dfdfdf;
}

.icon-phone, .icon-jjr,
.icon-new {
    display: inline-block;
    width: 9px;
    height: 32px;
    vertical-align: middle;
}
.icon-phone {
    margin-left: -5px;
    margin-right: 3px;
    background-position: -240px -125px;
}
.icon-kaola {
    display: inline-block;
    width: 20px;
    height: 13px;
    vertical-align: middle;
    margin-left: -5px;
    margin-right: 3px;
    background: url(/static/images/g-icon-kaola.png) 0 0 no-repeat;
}

.icon-new {
    margin-left: 3px;
    margin-right: -9px;
    background-position: -240px -206px;
}
.icon-jjr {
    margin-left: 3px;
    margin-right: -9px;
	padding-left: 25px;
	background: url('/static/images/jjr.gif') no-repeat center;
}
/*-----end: g-h-bar-----*/

/*-----start: g-h-main-----*/
.g-h-main {
    clear: both;
    height: 100px;
    overflow: hidden;
}

.g-logo {
	margin-top: 5px;
    display: block;
    width: 295px;
    height: 90px;
    background-position: 0 0;
}

.g-search {
    margin-top: 40px;
    width: 457px;
}

.g-search a {
	font-weight:bold; color:#999999; font-size:16px; text-decoration:none
}

.g-search .current {
	font-weight:bold; color: #db6130; font-size:16px; text-decoration:none
}

.g-search a:hover {
	font-weight:bold; color: #db6130; font-size:16px; text-decoration:none
}

.g-s-txt {
    border: 2px solid #56AF97;
    padding-left: 10px;
    width: 375px;
    height: 32px;
    line-height: 32px;
}

.g-s-submit {
    overflow: hidden;
    display: inline-block;
    border: 0 none;
    width: 67px;
    height: 36px;
    background-image: url(../images/btn_03.png);
    background-repeat: no-repeat;	    
    background-color: #56AF97;
    cursor: pointer;
}

.g-s-hot-keyword,
.g-s-hot-keyword a {
    color: #666;
}

.g-city-list a:hover,
.g-s-hot-keyword a:hover {
    color: #56AF97;
}

.g-s-hot-keyword dt,
.g-s-hot-keyword dd {
    float: left;
}

.g-s-hot-keyword dd {
    padding-right: 10px;
}
/*-----end: g-h-main-----*/

/*-----start: g-nav-----*/
.g-nav {
    border-top: 0px solid #333333;
    border-bottom: 0px solid #333333;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #56AF97;
}

.g-n-list li {
    float: left;
}

.g-city {
    width: 195px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.g-current-city {
    font-weight: normal;
    font-size: 16px;
}

.g-city-list {
    display: none;
}

.g-city:hover .g-city-list,
.g-city-active .g-city-list {
    display: block;
}

.g-n-link {
    display: block;
     width: 100px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.g-city:hover,
.g-city-active,
.g-n-list .current,
.g-n-link:hover {
    text-decoration: none;
    background-color: #509795;
	color:#FFFFFF;
}

.g-city-list {
    position: absolute;
    top: -2px;
    *top: -1px;
    left: 0;
    z-index: 2;
    padding: 10px;
    border: 1px solid #ccc;
    border-top: 1px solid #509795;
    width: 470px;
    font-size: 12px;
    text-align: left;
    line-height: 2;
    box-shadow: 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px #ccc;
    background-color: #fff;
}

.g-city-list,
.g-city-list a {
    color: #000;
}

.g-city-list dl {
    border-bottom: 1px dotted #ccc;
}

.g-city-list dt {
    float: left;
    display: inline-block;
    padding-top: 10px;
    width: 70px;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
}
.g-city-list dd {
    overflow: hidden;
    float: right;
    display: inline-block;
    padding: 10px 0;
    width: 400px;
}

.g-city-list a {
    float: left;
    padding: 0 .83em;
    white-space: nowrap;
}
.g-city-list a:hover {
    text-decoration: none;
}

.g-city:hover .icon-dropdown,
.g-city-active .icon-dropdown {
   
    border-top-color: #fff;
}


/*-----end: g-nav-----*/
/*---------------end: global-header---------------*/



/*---------------start: global-footer---------------*/
.footerbak {
    margin: 0 auto;
    padding-bottom: 45px;
    min-width: 1000px;
    border-top: 0px solid #d8d8d8;
    background-color: #333333;
    font-family: Tahoma,Helvetica,Arial,\5b8b\4f53,sans-serif;;
}

.g-f-directory {
    overflow: hidden;
    padding: 18px 0 0 0;
    width: 1000px;
    height: 128px;
}

.g-f-d-item {
    width: 130px;
}

.g-f-d-ensure {
    width: 135px;
}

.g-f-d-help {
    width: 120px;
}

.g-f-d-pattern {
    width: 150px;
}

.g-f-d-service {
    width: 145px;
}

.g-f-d-attention {
    width: 240px;
}

.g-f-d-contact {
    width: 200px;
}

.g-f-d-item dd {
    padding-left: 35px;
}

.g-f-d-item dt {
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    color: #333;
    font-size: 14px;
}

.g-f-d-item dd,
.g-f-d-item a {
    color: #999;
}

.g-f-d-item a {
    display: block;
    line-height: 1.9;
}

.g-f-d-item a:hover {
    text-decoration: underline;
}

.g-f-sitelink {
    padding: 25px 0 10px;
    border-top: 1px solid #dfdfdf;
}

.g-f-l-list,
.g-f-s-list {
    margin: 0 auto;
    width: 42em;
    line-height: 1.2;
}

.g-f-links dd,
.g-f-s-list li {
    float: left;
    padding: 0 1em;
    border-right: 1px solid #dfdfdf;
}

.g-f-l-list .g-f-l-list-last,
.g-f-s-list .g-f-s-list-last {
    border-right: 0 none;
    padding-right: 0;
}

.g-f-s-list a {
    display: block;
}

.g-f-links {
    margin-top: 30px;
    padding: 10px 0 10px;
    border-top: 1px solid #dfdfdf;
}

.g-f-links dt {
    float: left;
    font-weight: bold;
}

.g-f-l-list {
    width: 60em;
}

.g-f-copyright {
    line-height: 2;
    text-align: center;
}

.g-f-d-item a:hover,
.g-f-l-list a,
.g-f-s-list a,
.g-f-copyright {
    color: #666;
}

.g-f-d-service-phone {
    font-size: 19px;
}


.icon-ensure,
.icon-help,
.icon-pattern,
.icon-service,
.icon-attention,
.icon-contact {
    overflow: hidden;
    display: inline-block;
    width: 35px;
    height: 25px;
    vertical-align: middle;
}
.icon-ensure {
    background-position: 0 -100px;
}
.icon-help {
    background-position: -54px -100px;
}
.icon-pattern {
    background-position: -106px -100px;
}
.icon-service {
    background-position: -161px -100px;
}
.icon-attention {
    background-position: -212px -100px;
}
.icon-contact {
    background-position: -266px -100px;
}


.g-f-d-attention dd {
    padding-top: 5px;
}
.icon-qrcode,
.icon-weibo,
.icon-taobao {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #dfdfdf;
    background-color: #fcfcfc;
}
.icon-qrcode {
    margin-right: 5px;
    width: 80px;
    height: 87px;
    background-position: 0 -135px;
}
.g-f-d-item .icon-weibo,
.g-f-d-item .icon-taobao {
    padding-left: 42px;
    width: 53px;
    height: 40px;
    line-height: 40px;
}
.icon-weibo:hover,
.icon-taobao:hover {
    background-color: #fff;
}
.icon-weibo {
    margin-bottom: 5px;
    background-position: -96px -132px;
}
.icon-taobao {
    background-position: -96px -187px;
}

/*footer*/
.footer{ clear:both;padding:0 0 10px; font-family: "Microsoft YaHei", "微软雅黑", Helvetica;}
.footerModule{ border-top:4px solid #ffffff; background:#5C5C5C; overflow:hidden; border-bottom:0px solid #414141;padding:0 0 54px; clear:both;}
.footerT{ width:990px; margin:0 auto;}
.fDl{ width:222px; padding:30px 0 0 25px; float:left;}
.fDl dt{ font-size:18px; color:#fff; line-height:44px; height:44px;padding:10px 0 3px;}
.fDl dd{line-height:28px; height:28px;}
.fDl a{ color:#ddd;}
.fDl a:hover{ color:#509795;}
.fDl .fRed{ color:#ed1b24;}
.fPolice{ position:absolute; right:95px; bottom:10px;}
.footerB{ width:990px; margin:0 auto; position:relative;}
.aboutLink {clear: both;color: #666;padding:17px 0 11px;text-align: center;width: 100%; }
.aboutLink a {color: #666;padding: 0 8px 0 3px;font-size:14px; line-height:28px;}
.aboutLink a:hover{ text-decoration:underline;}
.footerB p{ color:#8b8b8b; text-align:center; line-height:18px;}
/*---------------end: global-footer---------------*/


.footer {
	width: 100%;
	padding:20px 0 10px; 
	background: #4a4f56
}

.footer-main {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	max-width: 1100px
}

.footer-main-left {
	width: 100%;
	overflow: hidden;
	float: left;
	min-width: 470px
}

.footer-main-left dl:nth-of-type(3) a,.footer-main-left dl:nth-of-type(3) span {
	float: left
}

.footer-main-left dl:nth-of-type(3) dd {
	overflow: hidden
}

.footer-main dl {
	float: left;
	width: 25%
}

.footer-main dt {
	font-size: 18px;
	color: #cfd1d4;
	margin-bottom: .3rem;
	font-family: "Microsoft Yahei","微软雅黑","Hiragino Sans GB","WenQuanYi Micro Hei","宋体","sans-serif";
	font-weight: 400
}

.footer-main dd {
	padding-bottom: 6px;
	color: #cfd1d4;
	font-size: 14px
}

.footer-main dd a {
	color: #cfd1d4;
	font-size: 14px
}

.footer-main-right {
	width: 20%;
	float: left
}

.footer-main .fontwhite {
	color: #fff;
	font-family: Arial;
	letter-spacing: 1px
}

.qr {
	width: 100%;
	text-align: center;
	color: #cfd1d4;
	min-width: 80px;
	max-width: 130px;
	font-size: 12px;
	float: right
}

.qr img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 10px;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	Opacity: 1;
	Filter: alpha(opacity=100);
	min-width: 80px;
	max-width: 130px
}

.qr .gaoliang {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	Opacity: 1;
	Filter: alpha(opacity=100)
}
.other-menu {
	width: 94px;
	margin: 0 auto
}

.other-menu a {
	float: left;
	width: 26px;
	height: 26px;
	background: url(../images/ico.png) 0 0 no-repeat;
	margin: 4px
}

.other-menu a:nth-of-type(1) {
	margin-left: 0
}

.other-menu a:nth-of-type(3) {
	margin-right: 0;
	background-position: 0 -72px
}

.other-menu a:nth-of-type(2) {
	background-position: 0 -36px
}

.other-menu a:nth-of-type(1):hover {
	background-position: -28px 0
}

.other-menu a:nth-of-type(2):hover {
	background-position: -28px -36px
}

.other-menu a:nth-of-type(3):hover {
	background-position: -28px -72px
}

.record {
	width: 100%;
	background: #3f4349;
	text-align: center;
	color: #cfd1d4;
	padding: 12px 0;
	font-size: 12px
}

.record span {
	font-family: Arial
}

.record a {
	color: #cfd1d4
}


.icon-buy {
    background-image: url(../../images/v13/btn_02.gif);
    background-repeat: no-repeat;
}
.icon-buy {
    display: inline-block;
    width: 20px;
    height: 25px;
    vertical-align: middle;
}
.icon-buy {
    margin-left: -5px;
    margin-right: 5px;

}
.hot{
position:relative;
}
.hot i {
position: absolute;
display: block;
width: 27px;
height: 14px;
/*background-position: -633px -492px;
*/
right: 8px;
top: -5px;
}
.c {
background: url(/static/images/new.png) no-repeat;
_background: url(/static/images/new.png) no-repeat;
_overflow: hidden;
}
#online_ask {
background: url("/static/images/ask.png") no-repeat;
width: 100px;
height: 240px;
display:none;
position: fixed;
top: 180px;
left: 50%;
margin-left: 510px;
cursor: pointer;
z-index: 400; }

#online_ask #adc {
display: block;
width: 100px;
height: 231px;
cursor: pointer; }
#online_ask #apc {
display: block;
width: 100px;
cursor: pointer; 
}

/*
下拉菜单
*/
.coach{
    position: relative;
    z-index: 2000;
}

.coach div{
    position: absolute;
    left:0;
    width:100%;
    display: none;
}
.coach div>a {
    display: block;
    color: #fff;
    font-weight: bold;
    width:100%;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px dotted #fff;
    background: url(/static/images/smenubg.png) no-repeat;
}
.coach div>a:hover{
    text-decoration: none;
    background-image: none;
    background-color: #509795;
}
.coach div>a.last,
.coach div>a:last-child{
    border-style: none;
}