﻿@import url("base.css");
body {
    font-family: "宋体", Verdana, Arial;
    color: #888;
    font-size: 12px;
    overflow-x: hidden;
}

input,
select {
    font-family: "微软雅黑", Verdana, Arial;
    font-size: 14px;
    color: #888;
}

textarea {
    font-family: "微软雅黑", Verdana, Arial;
    font-size: 14px;
    color: #888;
}

a:link,
a:visited,
a:active {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #af1e23;
    text-decoration: none;
}

.anoline {
    outline: none;
    -moz-outline: none;
    blr: expression(this.onFocus=this.blur());
}

.anolines a {
    outline: none;
    -moz-outline: none;
    blr: expression(this.onFocus=this.blur());
}


/*===================================================================================*/

#main {}

#header_mar {
    width: 100%;
    height: 114px;
}

#header_box {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
}

#header_top_blk {
    width: 100%;
    height: 28px;
    background: #525357;
}

#header_top {
    position: relative;
    z-index: 2;
    margin: 0px auto;
    width: 1200px;
    height: 28px;
    line-height: 28px;
    color: #878787;
    background: #525357;
}

#header_tel {
    padding-left: 22px;
    height: 28px;
    background: url(../images/header_tel.jpg) no-repeat 0px 6px;
}

#header_top strong {
    color: #fff;
    font-size: 13px;
    font-weight: normal;
}

#header_tdc {
    position: absolute;
    top: 0px;
    right: 0px;
    padding-left: 22px;
    height: 28px;
    background: url(../images/header_tdc_bg.jpg) no-repeat 0px 6px;
    cursor: pointer;
}

#header_tdc:hover img {
    display: block;
}

#header_tdc img {
    position: absolute;
    top: 28px;
    right: 0px;
    display: none;
    padding: 5px;
    width: 102px;
    background: #525357;
}

#header_blk {
    width: 100%;
    height: 86px;
    background: url(../images/header_bg.jpg) no-repeat center 80px #fff;
}

#header {
    position: relative;
    z-index: 1;
    margin: 0px auto;
    width: 1200px;
    height: 86px;
    background: url(../images/header_bg.jpg) no-repeat center 80px #fff;
}

#logo {
    position: absolute;
    top: 0px;
    left: 0px;
}

#nav {
    position: absolute;
    top: 30px;
    right: 0px;
    z-index: 99;
    height: 32px;
}

.nav_out,
.nav_over {
    display: block;
    float: left;
    margin-left: 50px;
    height: 32px;
    font-family: "微软雅黑";
    font-size: 14px;
    outline: none;
    -moz-outline: none;
    blr: expression(this.onFocus=this.blur());
}

.nav_out:link,
.nav_out:visited,
.nav_out:active {
    color: #333;
}

.nav_out:hover {
    color: #af1e23;
    background: url(../images/nav_over.jpg) repeat-x left bottom;
}

.nav_over:link,
.nav_over:visited,
.nav_over:active,
.nav_over:hover {
    color: #af1e23;
    background: url(../images/nav_over.jpg) repeat-x left bottom;
}

#flash_blk {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 460px;
    overflow: hidden;
}

#flash {
    position: absolute;
    top: 0px;
    left: 50%;
    z-index: 1;
    margin-left: -960px;
    width: 1920px;
    height: 460px;
    overflow: hidden;
}

#flash p {
    width: 1920px;
    height: 460px;
    text-align: center;
    font-size: 0px;
}

#flash_button {
    position: absolute;
    bottom: 12px;
    left: 0px;
    z-index: 2;
    width: 100%;
    hegiht: 12px;
    text-align: center;
}

#flash_button a {
    display: inline-block;
    margin: 0px 4px;
    width: 12px;
    height: 12px;
    font-size: 0px;
    text-indent: 100px;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    outline: none;
    -moz-outline: none;
    blr: expression(this.onFocus=this.blur());
}

#flash_button a.activeSlide {
    background: #af1e23;
}

#flash_button a:hover {
    background: #af1e23;
}

#content {
    margin: 0px auto;
    width: 1200px;
}

#left {
    float: left;
    width: 240px;
}

#right {
    float: right;
    width: 900px;
}

#footer_blk {
    width: 100%;
    background: #525357;
}

#footer {
    position: relative;
    margin: 0px auto;
    width: 1200px;
    height: 190px;
    background: #525357;
    overflow: hidden;
}

#footer_logo {
    position: absolute;
    top: 65px;
    left: 0px;
}

#footer_content {
    position: absolute;
    top: 58px;
    left: 340px;
    padding-left: 20px;
    width: 300px;
    height: 74px;
    color: #898989;
    line-height: 30px;
    border-left: 1px solid #6d6d6f;
}

#footer_nav {
    height: 23px;
    color: #fff;
    line-height: normal;
}

#footer_nav a {
    color: #fff;
}

#footer_nav a:hover {
    text-decoration: underline;
}

#footer_tel {
    position: absolute;
    top: 58px;
    left: 747px;
    padding-left: 20px;
    width: 280px;
    height: 74px;
    color: #898989;
    line-height: 1.5;
    border-left: 1px solid #6d6d6f;
}

#footer_tel strong {
    display: block;
    position: relative;
    top: -5px;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 20px;
    font-weight: normal;
}

#footer_tel span {
    display: block;
    position: relative;
    top: -3px;
    font-family: "微软雅黑";
    font-size: 20px;
}

#footer_tdc {
    position: absolute;
    top: 44px;
    right: 0px;
    width: 102px;
    height: 102px;
}

#notice_bg {
    position: fixed;
    top: 10px;
    left: 0px;
    z-index: 998;
    display: none;
    width: 100%;
    height: 100%;
    background: url(../images/tbs/black70.png);
}

#notice_box {
    position: fixed;
    top: 120px;
    left: 50%;
    z-index: 999;
    display: none;
    margin-left: -600px;
    padding: 20px;
    width: 1160px;
    height: 460px;
    background: #fff;
}

#notice_close {
    position: absolute;
    top: 0px;
    right: -26px;
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/close.gif) no-repeat #fff;
    cursor: pointer;
}

#notice {
    height: 460px;
    overflow: auto;
}


/*===================================================================================*/

.ititle {
    position: relative;
    padding-left: 28px;
    font-family: "微软雅黑";
    color: #333;
    font-size: 20px;
    background: url(../images/title_ico.jpg) no-repeat 0px 4px;
}

.ititle span {
    display: block;
    position: relative;
    top: -4px;
    font-size: 14px;
}

.ititle a {
    position: absolute;
    top: 2px;
    right: 0px;
    font-family: "宋体";
    font-size: 14px;
}

#iservice_blk {
    margin: 0px auto;
    padding-top: 25px;
    width: 1200px;
    overflow: hidden;
}

#iservice {
    width: 1248px;
}

#iservice dl {
    float: left;
    margin-right: 48px;
    width: 264px;
    text-align: center;
}

#iservice dl:hover dt p {
    display: block;
}

#iservice dl dt {
    position: relative;
    width: 264px;
    height: 211px;
    font-size: 0px;
}

#iservice dl dt img {
    width: 211px;
    height: 211px;
}

#iservice dl dt p {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    display: none;
    width: 264px;
    height: 211px;
}

#iservice dl dd {}

#iservice dl dd strong {
    display: block;
    padding: 25px 0px 15px 0px;
    font-family: "微软雅黑";
    font-size: 14px;
}

#iservice dl dd p {
    height: 40px;
    color: #898989;
    line-height: 20px;
    text-align: left;
    overflow: hidden;
}

#iservice_more_bg {
    margin-top: 50px;
    width: 100%;
    background: #eee;
}

#iservice_more {
    position: relative;
    margin: 0px auto;
    width: 1200px;
    height: 240px;
    color: #898989;
    font-family: "微软雅黑";
    font-size: 14px;
    text-align: center;
    background: #eee;
}

#iservice_more h2 {
    height: 78px;
    line-height: 78px;
    font-size: 20px;
    font-weight: normal;
}

#iservice_more p {
    margin: 0px auto;
    width: 670px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    letter-spacing: 7px;
    border-top: 1px solid #898989;
    border-bottom: 1px solid #898989;
}

#iservice_more a {
    display: block;
    margin: 30px auto 0px auto;
    width: 90px;
    height: 30px;
    line-height: 28px;
    border-radius: 30px;
    border: 2px solid #ce8487;
}

#inews_blk {
    position: relative;
    margin: 0px auto;
    padding-top: 25px;
    width: 1200px;
    height: 435px;
}

#inews_image {
    position: absolute;
    top: 80px;
    left: 0px;
    width: 600px;
    height: 298px;
}

#inews_com {
    position: absolute;
    top: 80px;
    right: 0px;
    width: 540px;
    height: 92px;
    line-height: 23px;
    overflow: hidden;
}

#inews_com strong {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

#inews {
    position: absolute;
    top: 210px;
    right: 0px;
    width: 540px;
}

#inews li {
    padding-left: 12px;
    height: 22px;
    background: url(../images/ico2.jpg) no-repeat 0px 5px;
}

#inews li span {
    float: right;
    color: #999;
}

#iad_bg {
    width: 100%;
    background: url(../images/iad.jpeg) no-repeat center top;
}

#iad {
    position: relative;
    margin: 0px auto;
    width: 1200px;
    height: 180px;
    background: url(../images/iad.jpeg) no-repeat center top;
}

#iad a {
    position: absolute;
    top: 58px;
    right: 175px;
    display: block;
    width: 190px;
    height: 65px;
}

.ititles {
    padding-top: 25px;
    height: 83px;
    font-size: 18px;
}

#icontact_box {
    position: relative;
    margin: 0px auto;
    width: 1200px;
    height: 660px;
    font-family: "微软雅黑";
    font-size: 14px;
    overflow: hidden;
}

#icontact_blk {
    width: 520px;
}

#icontact li {
    position: relative;
    margin-bottom: 30px;
    padding-left: 48px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

#icontact li img {
    position: absolute;
    top: 0px;
    left: 0px;
}

#icontact_partner {
    position: absolute;
    top: 380px;
    left: 0px;
}

#icontact_partner p {
    float: left;
    margin-right: 8px;
    width: 110px;
    height: 40px;
}

#icontact_partner p img {
    width: 110px;
    height: 40px;
}

#iapply_blk {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 600px;
}

#ipartner_blk {
    position: absolute;
    top: 485px;
    left: 0px;
    width: 100%;
}

#ipartner {
    margin: 0px auto;
    width: 1200px;
    height: 46px;
    overflow: hidden;
}

#ipartner p {
    margin-right: 30px;
    font-size: 0px;
}

#ipartner img {
    width: 142px;
    height: 44px;
    border: 1px solid #ccc;
}


/*===================================================================================*/

.left_title {}

.left_menu {}

.left_menu_over,
.left_menu_out {
    display: block;
    padding: 12px 0px 15px 20px;
    border-bottom: 1px solid #ececec;
    background: url(../images/ico1.gif) no-repeat 15px 20px;
    outline: none;
    -moz-outline: none;
    blr: expression(this.onFocus=this.blur());
}

.left_menu_out:link,
.left_menu_out:visited,
.left_menu_out:active {}

.left_menu_out:hover {}

.left_menu_over:link,
.left_menu_over:visited,
.left_menu_over:active,
.left_menu_over:hover {
    color: #ff0000;
}

.left_menu ul {
    padding: 4px 0px 15px 0px;
    border-bottom: 1px solid #e8e8e8;
}

.left_menu ul li {
    position: relative;
    padding: 8px 0px 0px 42px;
    font-size: 12px;
}

.left_menu ul li span {
    position: absolute;
    top: 15px;
    left: 31px;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #aaa;
}

.left_contact {
    padding: 10px 20px;
    line-height: 20px;
}


/*===================================================================================*/

.nodata {
    padding: 150px 0px;
    text-align: center;
    font-size: 20px;
    color: #bbb;
}

#title {
    position: relative;
    margin: 0px auto;
    padding: 34px 0px 0px 118px;
    width: 1082px;
    height: 76px;
    color: #333;
    font-family: "微软雅黑";
    font-size: 20px;
    border-bottom: 1px solid #eee;
}

#title span {
    display: block;
    position: relative;
    top: -3px;
    font-size: 14px;
}

#title img {
    position: absolute;
    top: 0px;
    left: 0px;
}

#showtext {
    margin: 0px auto;
    padding-top: 20px;
    width: 900px;
    overflow: hidden;
}

.showtexts {
    margin: 0px auto;
    padding-top: 20px;
    width: 900px;
    overflow: hidden;
}

.input_text {
    padding: 0px 6px;
    width: 250px;
    height: 30px;
    line-height: 30px\9;
    border: 1px solid #ddd;
}

.input_area {
    padding: 6px;
    line-height: 20px;
    border: 1px solid #ddd;
    overflow-y: auto;
}

.input_select {
    padding: 0px 0px 0px 6px;
    height: 30px;
    border: 1px solid #ddd;
}

.button {
    width: 150px;
    height: 40px;
    font-family: "微软雅黑", Arial;
    font-size: 16px;
    color: #fff;
    border: none;
    background: #333;
    cursor: pointer;
}

.button_wd {
    width: 150px;
    height: 46px;
    line-height: 46px;
    font-family: "微软雅黑", Arial;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;
    background: #fff;
}

.button_wd:hover {
    border: 1px solid #af1e23;
}

.editorc {
    line-height: 2.0;
}

.editorc p {
    margin-bottom: 15px;
}

.editorc ul {
    margin-left: 35px;
}

.editorc ul li {
    list-style-type: disc;
    line-height: 18px;
}

.editorc ol {
    margin-left: 35px;
}

.editorc ol li {
    list-style-type: decimal;
    line-height: 18px;
}

.editorc_tbe table {
    margin-bottom: 15px;
    border: none;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.editorc_tbe td {
    padding: 6px 5px;
    border: none;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.editorc_tbe td table {
    margin-bottom: 0px;
}

.editorc_tbe td p {
    margin: 0px;
    padding: 0px;
}

#prenext {
    position: relative;
    margin: 20px auto 0px auto;
    padding-top: 12px;
    height: 38px;
    font-size: 12px;
    border-top: 1px solid #ddd;
    overflow: hidden;
}

#prenext p {
    height: 20px;
}

#prenext_back {
    position: absolute;
    top: 12px;
    right: 0px;
    font-weight: bold;
}


/*===================================================================================*/


/* 企业图片列表 */

#about_image_blk {
    margin: 0px auto;
    width: 900px;
    overflow: hidden;
}

#about_image {
    width: 920px;
}

#about_image dl {
    float: left;
    margin: 25px 20px 0px 0px;
    width: 210px;
    text-align: center;
}

#about_image dl dt {
    font-size: 0px;
}

#about_image dl dt img {
    padding: 4px;
    width: 200px;
    height: 150px;
    border: 1px solid #ddd;
}

#about_image dl dt img:hover {
    padding: 3px;
    border: 2px solid #ff0000;
}

#about_image dl dd {
    padding-top: 10px;
    line-height: 1.4;
}


/*===================================================================================*/


/* 产品列表 */

#products_blk {
    margin: 0px auto;
    width: 900px;
    overflow: hidden;
}

#products {
    width: 920px;
}

#products dl {
    float: left;
    margin: 25px 20px 0px 0px;
    width: 210px;
    text-align: center;
}

#products dl dt {
    font-size: 0px;
}

#products dl dt img {
    padding: 4px;
    width: 200px;
    height: 150px;
    border: 1px solid #ddd;
}

#products dl dt img:hover {
    padding: 3px;
    border: 2px solid #ff0000;
}

#products dl dd {
    padding-top: 10px;
    line-height: 1.4;
}


/*
#products_show {
	margin:20px auto 0px auto;
	width:700px;
}
#products_image {
	float:left;
	width:400px;
	font-size:0px;
}
#products_image img {width:400px;}
#products_desc_blk {
	float:right;
	width:300px;
}
#products_name {
	padding:2px 0px 10px 0px;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #ddd;
}
#products_desc {
	margin-top:10px;
	line-height:20px;
}
*/

#products_name {
    margin: 0px auto;
    padding: 30px 0px 15px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

#products_image {
    margin: 0px auto;
    width: 900px;
    text-align: center;
    overflow: hidden;
}


/*===================================================================================*/


/* 新闻中心 */

#news_content {
    position: relative;
    margin: 40px auto 0px auto;
    width: 1200px;
    height: 640px;
}

#news_image1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 600px;
    height: 298px;
}

#news_image2 {
    position: absolute;
    top: 360px;
    left: 0px;
    width: 1200px;
    height: 200px;
}

#news_blk {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 540px;
    height: 298px;
}

#news_page {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#news_page a {
    color: #888;
}

#news_page a:hover {
    color: #333;
}

#news {
    width: 540px;
}

#news li {
    padding-left: 12px;
    height: 22px;
    background: url(../images/ico2.jpg) no-repeat 0px 5px;
}

#news span {
    float: right;
    color: #999;
}

#news_title {
    padding-bottom: 30px;
    line-height: 1.6;
    text-align: center;
    font-size: 30px;
    font-family: "微软雅黑";
    font-weight: normal;
}

#news_info {
    padding-bottom: 30px;
    text-align: center;
}

#news_rs_title {
    margin: 0px auto;
    padding: 35px 0px 20px 0px;
    width: 324px;
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

#news_rs_list {
    margin: 0px auto;
    width: 324px;
}

#news_rs_list li {
    padding-left: 12px;
    height: 22px;
    background: url(../images/ico2.jpg) no-repeat 0px 5px;
}


/*===================================================================================*/


/* 金融服务 */

#service_content {
    margin: 0px auto;
    padding-bottom: 80px;
    width: 1200px;
    background: url(../images/service_bgs.jpg) repeat-y right top;
}

#service_left {
    float: left;
    padding-top: 35px;
    width: 760px;
}

#service_right {
    float: right;
    width: 380px;
}

#service_name {
    padding-left: 10px;
    height: 35px;
    color: #af1e23;
    font-family: "微软雅黑";
    font-size: 14px;
    font-weight: bold;
    background: url(../images/service_name_bg.jpg) no-repeat 0px 8px;
}

#service_contents {
    width: 750px;
    line-height: 1.8;
    overflow: hidden;
}

#service_apply {
    margin-top: 50px;
    width: 90px;
    height: 30px;
}

#service_apply a {
    display: block;
    height: 28px;
    line-height: 27px;
    text-align: center;
    color: #888;
    font-family: "微软雅黑";
    font-size: 14px;
    border-radius: 30px;
    border: 1px solid #af1e23;
}

#service_menu {
    padding: 20px 0px 0px 30px;
    width: 350px;
}

#service_menu li {
    position: relative;
    padding-left: 50px;
    height: 60px;
    line-height: 60px;
    font-family: "微软雅黑";
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    overflow: hidden;
}

#service_menu li img {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 40px;
    height: 40px;
}


/*===================================================================================*/


/* 在线申请 */

#apply_left {
    float: left;
    margin-top: 40px;
    width: 600px;
}

#apply_right {
    float: right;
    margin-top: 40px;
    width: 490px;
}

#apply_right img {
    width: 100%;
}

#feedback {
    width: 600px;
}

#feedback p {
    position: relative;
    margin-bottom: 22px;
    height: 46px;
    border: 1px solid #ccc;
}

#feedback p input {
    position: absolute;
    top: 0px;
    left: 48px;
    width: 500px;
    height: 46px;
    line-height: 46px\9;
    border: none;
}

#feedback div {
    position: relative;
    margin-bottom: 22px;
    height: 95px;
    border: 1px solid #ccc;
}

#feedback div textarea {
    position: absolute;
    top: 10px;
    left: 48px;
    width: 550px;
    height: 84px;
    line-height: 1.8;
    border: none;
}

#feedback_tel {
    background: url(../images/feedback_tel.jpg) no-repeat 6px center;
}

#feedback_name {
    background: url(../images/feedback_name.jpg) no-repeat 6px center;
}

#feedback_content {
    background: url(../images/feedback_content.jpg) no-repeat 6px 8px;
}


/*===================================================================================*/


/* 联系我们 */

#contact_map {
    margin-top: 35px;
    font-size: 0px;
}

#contact_map img {
    width: 100%;
}

#contact {
    margin-top: 40px;
}

#contact li {
    position: relative;
    padding-left: 94px;
    height: 61px;
}

#contact li img {
    position: absolute;
    top: 14px;
    left: 27px;
}

#contact li p {
    height: 60px;
    line-height: 60px;
    font-family: "微软雅黑";
    font-size: 14px;
    border-bottom: 1px solid #e7e7e7;
}


/*===================================================================================*/


/* 浮动在线客服 */

#qq_online {
    position: absolute;
    z-index: 99;
    width: 130px;
    font-family: "宋体";
    font-size: 12px;
}

#qq_online_top {
    position: relative;
    padding-left: 10px;
    height: 26px;
    line-height: 26px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    background: url(../images/qq_style/style0_top.gif) no-repeat;
}

#qq_online_top img {
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
}

#qq_online_list {
    background: url(../images/qq_style/style0_bgs.gif) repeat-y;
}

#qq_online_list a {
    color: #222;
}

#qq_online_list a:hover {
    color: #ff0000;
}

#qq_online_list p {
    position: relative;
    margin: 0px 3px;
    padding-left: 31px;
    width: 93px;
    height: 25px;
    line-height: 26px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #fff;
    overflow: hidden;
}

#qq_online_list p:hover {
    border-top: 1px solid #A3E7FC;
    border-bottom: 1px solid #A3E7FC;
    background: #E1F7FD;
}

#qq_online_list p img {
    position: absolute;
    top: 2px;
    left: 5px;
    width: 21px;
    height: 21px;
}

#qq_online_bottom {
    height: 42px;
    font-size: 0px;
    background: url(../images/qq_style/style0_bottom.gif) no-repeat;
}

#qq_onlines_top {
    position: relative;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

#qq_onlines_top p {
    position: absolute;
    top: 40px;
    width: 35px;
    height: 173px;
    overflow: hidden;
    cursor: pointer;
}

.qq_onlines_small_left strong {
    left: 8px;
}

.qq_onlines_small_right strong {
    left: 13px;
}

#qq_onlines_top p strong {
    position: absolute;
    top: 40px;
    display: block;
    width: 16px;
    text-align: center;
    line-height: 20px;
}

#qq_onlines_box {
    border: 1px solid #e3e3e3;
    border-top: none;
    background: #fff;
}

#qq_onlines_tel {
    padding-top: 15px;
    text-align: center;
    font-size: 14px;
    color: #505050;
    background: url(../images/qq_style/tel.jpg) no-repeat 15px 12px;
}

#qq_onlines_tel strong {
    display: block;
    padding: 12px 0px 8px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    border-bottom: 1px dashed #ccc;
}

#qq_onlines_list {
    padding-top: 10px;
}

#qq_onlines_list a {
    position: relative;
    display: block;
    margin: 0px auto 8px auto;
    padding-left: 35px;
    width: 72px;
    height: 25px;
    line-height: 26px;
    color: #222;
    border: 1px solid #aaccd8;
    background: url(../images/qq_style/list_bg.jpg) repeat-x;
    overflow: hidden;
    outline: none;
    -moz-outline: none;
    blr: expression(this.onFocus=this.blur());
}

#qq_onlines_list a:hover {
    color: #ff0000;
}

#qq_onlines_list a img {
    position: absolute;
    top: 2px;
    left: 7px;
    width: 21px;
    height: 21px;
}

#qq_onlines_tdc {
    padding: 8px 0px;
    font-size: 0px;
    text-align: center;
    border-top: 1px dashed #ccc;
}

#qq_onlines_tdc img {
    width: 110px;
    height: 110px;
}

.qq_onlines_1 p#qq_onlines_tel strong {
    color: #e10000;
}

.qq_onlines_1 div#qq_onlines_top {
    border-bottom: 8px solid #ff7200;
    background: #e10000;
}

.qq_onlines_1 p.qq_onlines_small_left {
    right: -35px;
    background: url(../images/qq_style/style1_small_left.png) no-repeat;
}

.qq_onlines_1 p.qq_onlines_small_right {
    left: -35px;
    background: url(../images/qq_style/style1_small_right.png) no-repeat;
}

.qq_onlines_2 p#qq_onlines_tel strong {
    color: #555;
}

.qq_onlines_2 div#qq_onlines_top {
    border-bottom: 8px solid #5d5d5d;
    background: #343434;
}

.qq_onlines_2 p.qq_onlines_small_left {
    right: -35px;
    background: url(../images/qq_style/style2_small_left.png) no-repeat;
}

.qq_onlines_2 p.qq_onlines_small_right {
    left: -35px;
    background: url(../images/qq_style/style2_small_right.png) no-repeat;
}

.qq_onlines_3 p#qq_onlines_tel strong {
    color: #df5f00;
}

.qq_onlines_3 div#qq_onlines_top {
    border-bottom: 8px solid #ddc9ba;
    background: #df9800;
}

.qq_onlines_3 p.qq_onlines_small_left {
    right: -35px;
    background: url(../images/qq_style/style3_small_left.png) no-repeat;
}

.qq_onlines_3 p.qq_onlines_small_right {
    left: -35px;
    background: url(../images/qq_style/style3_small_right.png) no-repeat;
}

.qq_onlines_4 p#qq_onlines_tel strong {
    color: #89a611;
}

.qq_onlines_4 div#qq_onlines_top {
    border-bottom: 8px solid #464a4b;
    background: #adce25;
}

.qq_onlines_4 p.qq_onlines_small_left {
    right: -35px;
    background: url(../images/qq_style/style4_small_left.png) no-repeat;
}

.qq_onlines_4 p.qq_onlines_small_right {
    left: -35px;
    background: url(../images/qq_style/style4_small_right.png) no-repeat;
}

.qq_onlines_5 p#qq_onlines_tel strong {
    color: #df5f00;
}

.qq_onlines_5 div#qq_onlines_top {
    border-bottom: 8px solid #ff9241;
    background: #ff6d00;
}

.qq_onlines_5 p.qq_onlines_small_left {
    right: -35px;
    background: url(../images/qq_style/style5_small_left.png) no-repeat;
}

.qq_onlines_5 p.qq_onlines_small_right {
    left: -35px;
    background: url(../images/qq_style/style5_small_right.png) no-repeat;
}

.qq_onlines_6 p#qq_onlines_tel strong {
    color: #006083;
}

.qq_onlines_6 div#qq_onlines_top {
    border-bottom: 8px solid #6b718d;
    background: #006083;
}

.qq_onlines_6 p.qq_onlines_small_left {
    right: -35px;
    background: url(../images/qq_style/style6_small_left.png) no-repeat;
}

.qq_onlines_6 p.qq_onlines_small_right {
    left: -35px;
    background: url(../images/qq_style/style6_small_right.png) no-repeat;
}

.qq_onlines_7 p#qq_onlines_tel strong {
    color: #00a0a8;
}

.qq_onlines_7 div#qq_onlines_top {
    border-bottom: 8px solid #6b718d;
    background: #00a0a8;
}

.qq_onlines_7 p.qq_onlines_small_left {
    right: -35px;
    background: url(../images/qq_style/style7_small_left.png) no-repeat;
}

.qq_onlines_7 p.qq_onlines_small_right {
    left: -35px;
    background: url(../images/qq_style/style7_small_right.png) no-repeat;
}

.qq_onlines_8 p#qq_onlines_tel strong {
    color: #c9004c;
}

.qq_onlines_8 div#qq_onlines_top {
    border-bottom: 8px solid #ebba28;
    background: #c9004c;
}

.qq_onlines_8 p.qq_onlines_small_left {
    right: -35px;
    background: url(../images/qq_style/style8_small_left.png) no-repeat;
}

.qq_onlines_8 p.qq_onlines_small_right {
    left: -35px;
    background: url(../images/qq_style/style8_small_right.png) no-repeat;
}


/*===================================================================================*/

#products_page {
    margin: 40px auto 0px auto;
    width: 900px;
    height: 22px;
}

.fypage_blk {
    font-family: Verdana, Arial;
    font-size: 12px;
    height: 22px;
    overflow: hidden;
}

.fypage a {
    float: left;
    display: block;
    margin-right: 4px;
    padding: 0px 5px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    outline: none;
    -moz-outline: none;
    blr: expression(this.onFocus=this.blur());
}

.fypage a:link,
.fypage a:visited,
.fypage a:active {
    color: #505050;
    border: 1px solid #d0d0d0;
    background: #fff;
}

.fypage a:hover {
    color: #fff;
    border: 1px solid #555;
    background: #555;
}

.fypage a.fypage_str {
    line-height: 22px\9;
}

.fypage span {
    float: left;
    display: block;
    margin-right: 4px;
    padding: 0px 5px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
}

.fypage span.fypage_current {
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    border: 1px solid #555;
    background: #555;
}

.fypage span.fypage_disabled {
    line-height: 22px\9;
    color: #505050;
    border: 1px solid #d0d0d0;
    background: #fff;
    overflow: hidden;
}

.fypage_sl {
    float: left;
    display: block;
    margin-right: 4px;
    width: 15px;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
    color: #333;
}

.fypage_go {
    float: left;
    position: relative;
    margin-right: 4px;
    width: 88px;
    height: 22px;
    overflow: hidden;
}

#fypage_gov {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px 5px;
    width: 36px;
    height: 20px;
    line-height: 20px\9;
    color: #505050;
    border: 1px solid #d0d0d0;
    background: #fff;
}

#fypage_gobtn {
    position: absolute;
    top: 0px;
    left: 52px;
    padding: 0px;
    width: 34px;
    height: 20px;
    line-height: 22px\9;
    color: #505050;
    border: 1px solid #d0d0d0;
    background: #fff;
    cursor: pointer;
}

#fypage_gobtn:hover {
    color: #fff;
    border: 1px solid #555;
    background: #555;
}