@charset "UTF-8";
/* Css Reset
------------------------------------------------------------------------ */

/** �������߾� **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements �ṹԪ�� */ dl, dt, dd, ul, ol, li, /* list elements �б�Ԫ�� */ pre, /* text formatting elements �ı���ʽԪ�� */ form, fieldset, legend, button, input, textarea, /* form elements �?Ԫ�� */ th, td /* table elements ���Ԫ�� */ {
    margin: 0;
    padding: 0;
}
/** ����Ĭ������ **/
body, button, input, select, textarea /* for ie */ {
    font-family:"Microsoft Yahei", "\9ED1\4F53", Arial;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
address, cite, dfn, em, var {
    font-style: normal;
} /* ��б����� */
code, kbd, pre, samp {
    font-family: courier new, courier, monospace;
} /* ͳһ�ȿ����� */
small {
    font-size: 12px;
} /* С�� 12px �����ĺ����Ķ����� small �� */
/** �����б�Ԫ�� **/
ul, ol {
    list-style: none;
}
/** �����ı���ʽԪ�� **/
a {
    color: #666;
    text-decoration: none;
}
a:hover {
    color:#CE0000;
    text-decoration: none;
}

a img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in;
    -webkit-transition-delay: 100ms;
    -moz-transition-property: opacity;
    -moz-transition-duration: 300ms;
    -moz-transition-timing-function: ease-in;
    -moz-transition-delay: 100ms;
    -o-transition-property: opacity;
    -o-transition-duration: 300ms;
    -o-transition-timing-function: ease-in;
    -o-transition-delay: 100ms;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-delay: 100ms;
}
a img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: opacity 300ms ease-in 2s; /* property duration timing-function delay */
    -moz-transition: opacity 300ms ease-in 2s;
    -o-transition: opacity 300ms ease-in 2s;
    transition: opacity 300ms ease-in 2s;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 100ms;
    -webkit-transition-timing-function: ease-in;
    -webkit-transition-delay: 0ms;
    -moz-transition-property: opacity;
    -moz-transition-duration: 100ms;
    -moz-transition-timing-function: ease-in;
    -moz-transition-delay: 0ms;
    -o-transition-property: opacity;
    -o-transition-duration: 0ms;
    -o-transition-timing-function: ease-in;
    -o-transition-delay: 0ms;
    transition-property: opacity;
    transition-duration: 0ms;
    transition-timing-function: ease-in;
    transition-delay: 0ms;
}

sup {
    vertical-align: text-top;
} /* ���ã����ٶ��иߵ�Ӱ�� */
sub {
    vertical-align: text-bottom;
}
/** ���ñ?Ԫ�� **/
legend {
    color: #000;
} /* for ie6 */
fieldset, img {
    border: none;
} /* img ������������ img �ޱ߿� */
button, input, select, textarea {
    font-size: 100%;
} /* ʹ�ñ?Ԫ���� ie ���ܼ̳������С */
/* ע��optgroup �޷����� */

/** ���ñ��Ԫ�� **/
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*
���õ�ͨ����ʽ Common Style
����ٶ�
ά������<lifesinger@gmail.com>
*/
/* ��� */
.clear {
    clear:both;
}
/*
���õ�ͨ����ʽ Common Style
ά����ezsky<ezskyyoung@gmail.com>
*/
.fl {
    float:left;
}
.fr {
    float:right;
}

.hidden {
    display: none;
}



body {
    background-color:#FBFBFB;
    position: relative;
    overflow-x: hidden;
}

/* Header
------------------------------------------------------------------------ */
#header {
    height:30px;
    background-color:#000;
}

#freefone {
    margin:0 auto;
    width:1000px;
    height:30px;
    /*background:url('../images/4006869886.png') right center no-repeat #000;*/
}

#banner {
    height:488px;
    background:url('../images/banner-bg.jpg') top center no-repeat;
}

#banner_info {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

#logo {	
    width: 78px;
    height:78px;
    background:url('../images/logo.png') 0 0 no-repeat;
    float: left;
}

#logo a {
    width:78px;
    height:78px;
    display: block;
}
/* Nav
------------------------------------------------------------------------ */
#navigation {
    position: absolute;
    top:0;
    left: 0;
    padding-top:20px;
    width:1000px;
    height:78px;
    z-index: 99;
}

#menu {
    width: 922px;
    height:78px;
    background:url('../images/nav_bg.png') 0 0 no-repeat;
}

#menu ul {
    padding-left:430px;
}

#menu ul li {
    display: inline;
    line-height:78px;
    padding-left:15px;
}

#menu ul li a {
    font-size:16px;
    color:#333;
}

#menu ul li a:hover {
    color:#CE0000;
}

#menu ul li.current a {
    font-size:16px;
    color:#CE0000;
}


.special {
    margin:20px auto;
    width:1000px;
}


/* Content
------------------------------------------------------------------------ */
#container {
    background:url('../images/service_carousel_bg.png') 0 0 repeat-x;
}

#container_inside {
    margin-top:10px;
}


#content {
    margin: 0 auto;
    width: 1000px;
}

/* Main
------------------------------------------------------------------------ */
.main {
    width:747px;
    position: relative;
}

.main_inside {
    width:729px;
}

#service_info {
    margin-top:40px;
    border: 3px solid #ec0000;
    width: 717px;
    height: 317px;
    background:url('../images/service_info_bg.jpg') 0 0 no-repeat;
    padding-top: 18px;
    padding-left: 23px;
}
#service_info span{
    background:url('../images/service_info_dot.png') 0 0 no-repeat;
    width: 16px;
    height: 22px;
    display: inline-block;
    margin-right: 8px;
    margin-top: 10px;
    padding-left: 6px;
}
#service_info ul li{
    font-size: 13px;
    line-height: 23px;
}
#service_info ul li b{
    margin-right: 30px;
}
#service_info h1{
    font-weight: normal;
}
.list-wrap {
    width: 750px;
    overflow: hidden;
}
.jcarousel-skin-tango {
    width: 750px;
}

/* Right
------------------------------------------------------------------------ */
.sidebar {
    width:241px;
}

.ad {
    margin-bottom:10px;
}

#news_block_title {
    height:28px;
    background:url('../images/title_ico.gif') 10px center no-repeat #CE0000;
    font-size:13px;
    padding-left:20px;
    line-height:28px;
    color:#FFF;
}

#news_block_title span {
    font-size:8px;
    padding-left:5px;
}

#news_block_title span a {
    font-size:13px;
    color:#FFF;
    padding:0 10px 0 0;
}

#news_block_list {
    background-color: #FFF;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    padding:15px 10px 10px 10px;
    height:180px;
    overflow-y: scroll;
    margin-bottom:10px;
}

#news_block_list ul {

}

#news_block_list ul li {
    font-size:8px;
    color:#CE0000;
    padding-bottom:15px;
}

#news_block_list ul li span {
    font-size:10px;
    font-style:italic;
    padding-right:5px;
}

#news_block_list ul li a {
    font-size:12px;
    color:#666;
    border-bottom:1px solid #666;
}

#news_block_list ul li a:hover {
    color:#CE0000;
    border-bottom:1px solid #CE0000;
}

.contact_block {
    border:1px solid #CCC;
    background-color:#FFF;
}

.contact_block .hotline {
    border-bottom:1px dotted #CCC;
    padding:15px 0 15px 10px;
}

.contact_block .address {
    border-bottom:1px dotted #CCC;
    padding:10px 0px 10px 10px;
    font-size:12px;
    color:#666;
    line-height:20px;
    overflow: hidden;
}

.contact_block .address span {
    background:url('../images/mail_ico.png') left center no-repeat;
    padding-left:25px;
}

.contact_block .address span a {
    color:#CE0000;
    text-decoration: underline;
}

.contact_block .address span a:hover {
    color:#666;
    text-decoration: underline;
}

.contact_block .branch {
    padding:10px 10px 20px 10px;
}

.contact_block .branch ul {
    height:160px;
}

.contact_block .branch ul li {
    float: left;
    padding-bottom:5px;
}

/* Footer
------------------------------------------------------------------------ */
#footer {
    margin-top:10px;
    /*background-color:#000;*/
    padding:20px 0;
    border-top:1px solid #ccc;
}

#footer p {
    color:#666;
    font-size:12px;
    text-align: center;
    line-height:24px;
}

#footer p a {
    color:#666;
    margin: 0 5px;
} 

#footer p a:hover {
    color: #CE0000;
    border-bottom:1px solid #CE0000;
}


#banner_inside {
    height:120px;
    background:url('../images/banner_inside.jpg') top center no-repeat;
}

.inside_menu {
    margin-bottom:10px;
}

.inside_menu .inside_menu_title {
    width:241px;
    height:30px;
    background:url('../images/about_menu_title.png') 0 0 no-repeat;
}
.inside_menu .news_menu_title {
    width:241px;
    height:30px;
    background:url('../images/news_menu_title.png') 0 0 no-repeat;
}

.inside_menu_list {
    background-color:#FFF;
    border-right:1px solid #CCC;
    border-bottom:1px solid #CCC;
    border-left:1px solid #CCC;
    padding:10px 10px 20px 10px;
}

.inside_menu_list ul li {
    border-bottom:1px dotted #CCC;
    background:url('../images/menu_list_ico.png') left center no-repeat;
    padding:15px 20px;
}

.inside_menu_list ul li a {
    display:block;
    font-size:13px;
    color:#333;
}

.inside_menu_list ul li a:hover {
    color:#CE0000;
}

.inside_menu_list ul li.current a {
    font-size:13px;
    color:#CE0000;
}

.breadcrumbs {
    font-size:12px;
    padding-bottom:6px;
    color:#666;
}

.breadcrumbs span {
    color:#CE0000;
}

.breadcrumbs a {
    color:#666;
}

.breadcrumbs a:hover {
    color:#CE0000;
}

.content_inside {
    min-height:685px;
    _height:expression((document.documentElement.clientHeight||document.body.clientHeight)>685?"685px":"");
    border:1px solid #CCC;
    background-color:#FFF;
    padding:20px 20px 60px;
    /*padding:20px;*/
}

.content_inside .news_page img {
    display: block;
    margin: 0 auto;
}

.content_inside_title {
    height:38px;
    line-height:38px;
    padding:0 15px;
    color:#CE0000;
    background:url('../images/content_title_bg.jpg') 0 0 no-repeat;
    margin-bottom:20px;
}

.content_inside_title h3 span {
    font-size:10px;
    color:#ccc;
}

.content_inside p {
    font-size:13px;
    color:#666;
    line-height:28px;
    padding-bottom:12px;
    text-indent:2em;
}







.about_partner_list ul li img {
    border:1px solid #CCC;
}

.about_partner_list ul li {
    float: left;
    text-align:center;
    font-size:13px;
    padding:0 15px 10px 0;
}



.branch_map, .contact_map {
    border:1px solid #CCC;
}





.content_inside ul li {
    font-size:13px;
    line-height:30px;
    color:#666;
}


.contact_text {
    width:290px;
}

.contact_text h3 {
    background:url('../images/list_ico.png') left center no-repeat;
    padding-left:20px;
    line-height:30px;
    font-size:15px;
    color:#CE0000;
    border-bottom:1px dotted #CE0000;
}

.contact_text p {
    text-indent: 0;
    font-size:13px;
    color:#666;
}

.contact_text p a {
    color:#666;
    text-decoration: underline;
}

.contact_text p a:hover {
    color:#CE0000;
}


.news_list {
    border-top:1px dotted #CCC;
    padding-top:10px;
}

.news_list h3 {
    height:17px;
    line-height:27px;
    font-size:10px;
    color:#CE0000;
    padding:0 0 10px 15px;
    margin-bottom:10px;
    background:url('../images/news_list_ico.png') left center no-repeat;
}

.news_list h3 a {
    font-size:13px;
    color:#333;
    padding-left:5px;
}

.news_list h3 a:hover {
    color:#CE0000;
}

.news_list h3 span {
    font-size:12px;
    font-style: italic;
    padding-right:5px;
}

.news_list p {
    text-indent: 0;
    line-height:22px;
}

.news_page h4 {
    line-height:30px;
    padding-bottom:10px;
    font-size:16px;
    color:#333;
}

.news_page h5 {
    font-size:13px;
    color:#333;
    line-height:30px;
}







.service_title {
    margin:20px auto;
    width:970px;
    height:38px;
    line-height:38px;
    background:url(../images/content_title_bg_02.jpg) 0 0 no-repeat;
    padding:0 15px;
    color:#CE0000;
}

.service_title h3 span {
    font-size:13px;
    font-weight:normal;
    color:#666;
}

.service_content {
    margin:0 auto;
    width:936px;
    border:1px solid #CCC;
    padding:40px 0 50px 62px;
    background-color:#FFF;
}

.service_case_list {
    float:left;
    width:255px;
    height:240px;
    text-align: center;
    margin:0 55px 0 0;
    overflow: hidden;
}
.service_case_list-2 {
    float:left;
    width:175px;
    height:160px;
    text-align: center;
    margin:0 55px 0 0;
    overflow: hidden;
}
.service_case_list_pic {
    width:253px;
    height:140px;
    border:1px solid #CCC;
}
.service_case_list_pic-2 {
    width:172px;
    height:102px;
    border:1px solid #CCC;
    line-height: 140px;
}
.service_case_list h3 {
    font-size:16px;
    font-weight:normal;
    color:#333;
    line-height:30px;
}

.service_case_list p {
    text-align:left;
    font-size:12px;
    line-height:18px;
    color:#666;
}







.car_list {
    float:left;
    margin-right:55px;
    margin-bottom:30px;
    width:253px;
    padding-bottom:5px;
    border:1px solid #CCC;
    background-color:#FFF;
}

.car_list h4 {
    padding:0 10px;
    font-size:16px;
    font-weight:normal;
    color:#333;
    margin-bottom:10px;
}

.car_price {
    padding:0 10px 5px 10px;
    margin-bottom:5px;
    background:url(../images/car_line.png) bottom center no-repeat;
}

.car_price strong {
    font-family: Impact,Arial;
    font-size:30px;
    color:#CE0000;
    padding-right:5px;
}

.car_price span {
    font-size:12px;
    color:#333;
}

.car_info {
    padding:0 10px;
    font-size:12px;
    color:#666;
}

.car_info p {
    line-height:22px;
}

.car_info p span {
    padding-left:5px;
}

.details_button {
    text-align: center;
    padding:15px 0;
}


.car_select {
    width:833px;
    height:48px;
    line-height: 48px;
    border:1px solid #CCC;
    margin-bottom:15px;
    padding:0 20px;
}

.car_select ul li {
    float:left;
    padding-right:20px;
}

.car_select ul li a {
    padding:3px 5px;
    font-size:13px;
    color:#333;
}

.car_select ul li a:hover {
    background-color:#CE0000;
    color:#FFF;
}

.car_select ul li.current a {
    padding:3px 5px;
    font-size:13px;
    background-color:#CE0000;
    color:#FFF;
}





.car_focus {
    width:520px;
    border:1px solid #CCC;    
}

.product_info {
    width:330px;
    padding-right:62px;
}

.product_info .car_price {
    background-image:none;
    margin:0;
    padding:10px 0;
}

.product_info h3, .product_info_other h3 {
    background:url('../images/list_ico.png') left center no-repeat;
    padding-left:20px;
    line-height:30px;
    font-size:15px;
    color:#CE0000;
    border-bottom:1px dotted #CCC;
    margin:5px 0;
}

.product_info p, .product_info_other p {
    text-indent: 0;
    font-size:13px;
    line-height: 28px;
    color:#666;
}

.product_info p a {
    color:#666;
    text-decoration: underline;
}

.product_info p a:hover {
    color:#CE0000;
}

.product_info .notes {
    color:#FFCC88;
}

.product_info .freefone {
    color:#CE0000;
}

.product_info_other {
    padding-right:62px;
    padding-bottom:20px;
}

.product_info_other h3 {
    margin-top:20px;
}


/*CSS yellow style pagination*/

.page_number {
    font-size:11px;
}

DIV.yellow {
	PADDING-RIGHT: 7px; PADDING-LEFT: 7px; PADDING-BOTTOM: 7px; MARGIN: 3px; PADDING-TOP: 7px; TEXT-ALIGN: center
}
DIV.yellow A {
	BORDER-RIGHT: #ccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #ccc 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #ccc 1px solid; COLOR: #000; PADDING-TOP: 2px; BORDER-BOTTOM: #ccc 1px solid; TEXT-DECORATION: none
}
DIV.yellow A:hover {
	BORDER-RIGHT: #f0f0f0 1px solid; BORDER-TOP: #f0f0f0 1px solid; BORDER-LEFT: #f0f0f0 1px solid; COLOR: #000; BORDER-BOTTOM: #f0f0f0 1px solid
}
DIV.yellow A:active {
	BORDER-RIGHT: #f0f0f0 1px solid; BORDER-TOP: #f0f0f0 1px solid; BORDER-LEFT: #f0f0f0 1px solid; COLOR: #000; BORDER-BOTTOM: #f0f0f0 1px solid
}
DIV.yellow SPAN.current {
	BORDER-RIGHT: #ce0000 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #ce0000 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #ce0000 1px solid; COLOR: #fff; PADDING-TOP: 2px; BORDER-BOTTOM: #ce0000 1px solid; BACKGROUND-COLOR: #ce0000
}
DIV.yellow SPAN.disabled {
	BORDER-RIGHT: #eee 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #eee 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #eee 1px solid; COLOR: #ddd; PADDING-TOP: 2px; BORDER-BOTTOM: #eee 1px solid
}










#service_about_tab .nav {
    overflow:hidden;
    margin:0 0 10px 0;
}

#service_about_tab .nav li {
    width:182px;
    float:left;
    margin:0 10px 0 0;
}

#service_about_tab .nav li.last {
    margin-right:0;
}

#service_about_tab .nav li a {
    display:block;
    width:182px;
    height:28px;
    line-height:28px;
    background:url(../images/service_about_tab_button.png) 0 0 no-repeat;
    color:#666;
    font-size:13px;
    text-align:center;
    border:0;
}

#service_about_tab .nav li a:hover {
    color:#666;
    background:url(../images/service_about_tab_button_current.png) 0 0 no-repeat;
}

#service_about_tab .nav li.current a {
    display:block;
    width:182px;
    height:28px;
    line-height:28px;
    color:#CE0000;
    font-size:13px;
    text-align:center;
    border:0;
    background:url(../images/service_about_tab_button_current.png) 0 0 no-repeat;
}

#service_about_tab .nav li a span {
    font-size:8px;
    padding-left:5px;
}
/* ====   dongdong   ====*/
#mycarousel  li {
    width: 223px;
    float: left;
    margin-right: 10px;
    height: 225px;
    border: 1px solid #cccccc;
}
#mycarousel  li h3 {
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    padding: 10px;
}
#mycarousel  li p {
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    padding: 0 10px;
}


.zxyy-btn {
    right: 0;
    cursor: pointer;
    bottom: top;
    position:absolute;
    top: 20px;
}
.yy-popbox {
    width: 290px;
    position: fixed;
    top: 220px;
    right: 22px;
    _position: absolute;
}
.yy-popbox .close-popbox {
    cursor: pointer;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 15px;
    z-index: 9;
    border-top: 3px solid #fff;
    
}
.yy-popbox-bar {
    background: url(../images/popbox-bg.jpg);
    top: 50px;
    overflow: hidden;
    position: relative;
    height: 0;
}
.yy-popbox .pop-head {
    background: url(../images/pop-headbg.png) no-repeat;
    height: 50px;
    padding-top: 10px;
}
.yy-popbox .pop-head h4 {
    float: right;
    font-size: 20px;
    color: #fff082;
    font-weight: bold;
    margin: 15px 10px 0 0;
}
.yy-popbox .pop-head p {
    font-size: 12px;
    color: #ffffff;
    margin: 0 0 0 10px;
    line-height: 20px;
}
.yy-popbox .pop-main {
    border: 1px solid #4d9b4d;
    padding: 2px 15px 20px;
    height: 275px;
    overflow: hidden;
}
.yy-popbox .pop-main li {
    margin: 10px 0;
    font-size: 12px;
    color: #4d9b4d;
}
.yy-popbox .pop-main form input {
    width: 100px;
    height: 24px;
    background: #f7f7f7;
    color: #4d9b4d;
    border: 1px solid #e9e9e9;
}
.yy-popbox .pop-main form .inp-phone {
    width: 138px;
}
.yy-popbox .pop-main form .checkbox-phone {
    width: 20px;
    height: 18px;
}
.yy-popbox .pop-main form .inp-lx {
    width: 212px;
}
.yy-popbox .pop-main form .textareas {
    width: 212px;
    height: 73px;
    resize: none;
    color: #4d9b4d;
    background: #f7f7f7;
    border: 1px solid #e9e9e9;

}
.yy-popbox .pop-main form .submit-btn {
    text-align: center;
    margin-top: 20px;
}
.yy-popbox .pop-main form .submit-btn .btn {
    background: url(../images/submit.png) no-repeat;
    width: 102px;
    height: 35px;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    
}
.tab-content {
    position: relative;
    overflow: hidden;
    height: 0;
}
.tab-content {
    color: #666;
    font-size: 12px;
}


.banner-bar {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    height:488px;
}
.banner-img {
    position: absolute;
    top: 200px;
    right: 0px;
}
.flexslider
{
	overflow: hidden;
        text-align: center;
        width: 700px;
        float: left;
        position: absolute;
        bottom: 0;
}
.slides li {
    display: none;
}

/*           首页关于我们          */
#about_tab p {
    color: #666666;
    font-size: 13px;
    /*line-height: 28px;*/
    padding-bottom: 12px;
    text-indent: 2em;
}
/*   -------------------------------    */
ul.pagebox li {
    float: left;
}
.page_number {
   float: right;
   margin-right: 50px
}
ul.pagebox li.selected a {
    background: #CE0000;
    color: #fff;
    font-weight: bold;
}
.focus-event,
.focus-nissan{
    position:relative;
    overflow:hidden;
}
.focus-event{
    width: 958px;
    height: 390px;
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
}
.focus-nissan{
    width: 681px;
    height:352px;
    position: absolute;
    bottom: 6px;
}
.focus-event-num{
    position:absolute;
    bottom:10px;
    right:10px;
    text-align:right;
    z-index: 9999;
}
.focus-event-num a{
    width: 147px;
    height: 60px;
    padding: 3px;
    position: relative;
    display:inline-block;
    cursor:pointer;
    margin-left:5px;
    overflow:hidden;
    background: #e4edf4;
        -moz-border-radius: 5px;
      -khtml-border-radius: 5px;
     -webkit-border-radius: 5px;
             border-radius: 5px;
}
.focus-event-num a span{
    width: 147px;
    height: 60px;
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
    background: #000;
    filter:alpha(opacity=40); 
    opacity: 0.4;
}
.focus-event-num a.focus-event-cur span{
    filter:alpha(opacity=0); 
    opacity: 0;
}



.list-event-all {

}
#LXB_CONTAINER ins{
       z-index: 0;
}

/* 1121 */
#freefone{
    overflow:hidden;
}
#freefone strong{
    float:right;
    color:#fff;
    padding-top: 5px;
    font-family:"Microsoft Yahei", "\9ED1\4F53", Arial;
}