﻿@charset "utf-8";
/* CSS Document */

*{margin:0px; padding:0px;font-family: Arial,Verdana,Helvetica, sans-serif;
    font-size: 12px;}
img{border:0px;}
body{background:url(../images/public/cq_bg.jpg) repeat-x; font-size:12px;}
a{color:#fff; text-decoration:none;}
a:hover{color:#fff; text-decoration:underline;}
#cq_layout{width:960px; height:auto; margin:0 auto;}

/* 头部 */
#cq_top{background:url(../images/public/cq_top.jpg) no-repeat; text-align:right; width:930px; height:25px; padding:90px 30px 0px 0px; color:#fff;}

/* 导航 */
#cq_nav{background:url(../images/public/cq_nav.jpg) no-repeat; width:930px; height:20px; padding:9px 0px 0px 30px; color:#41667d; font-weight:bold;}
#cq_nav_content{float:left;}
#cq_nav a{color:#6b777e; text-decoration:none;}
#cq_nav a:hover{color:#6b777e; text-decoration:none;}
#cq_service{float:right; padding-right:20px; font-weight:normal;}

/* 广告图 */
#cq_banner{width:960px; height:336px; padding-top:15px;}

/* 主要内容 */
#cq_left_bar{width:224px; padding:10px 13px 0px 0px; float:left;}
#cq_right_content{width:723px; padding:10px 0px; float:right;}

/* 众导航 */
#cq_v_nav{width:212px; height:132px; background-color:#eee; border:solid 6px #e0e4e6;}
#cq_v_nav ul{list-style:none; padding-top:10px; font-weight:bold; text-align:center;}
#cq_v_nav ul li
{
    padding:7px 0px 8px;
}
#cq_v_nav ul li a
{
    color:#33444e;
    text-decoration:none;
}
/*
#cq_v_nav ul li{padding:7px 0px 8px; background:url(../images/content/cq_nav_a.jpg) no-repeat;}
#cq_v_nav ul li:hover{background:url(../images/content/cq_nav_hover.jpg) no-repeat;}
#cq_v_nav ul li a{color:#33444e; text-decoration:none;}
#cq_v_nav ul li a:hover{color:#fff; text-decoration:none;}
*/

.cq_v_nav_item
{
    background:url(../images/content/cq_nav_a.jpg) no-repeat;
}
.cq_v_nav_item_cur
{
    background:url(../images/content/cq_nav_hover.jpg) no-repeat;
    color:#fff;
}

/* 服务流程入口 */
#cq_service_pic{width:224px; padding:7px 0px;}

/* 价格表下载 */
#cq_download_bar{width:224px; text-align:center; padding-bottom:10px;}

/* 搜索 */
#cq_search_bar{width:214px; height:98px; color:#0157a2; font-weight:bold; background:url(../images/content/cq_search_bar.jpg) no-repeat; padding:10px 0px 0px 10px;}
#cq_select{padding:12px 0px 8px 0px;}
#cq_select select{width:95px;}

/* 联系我们 */
#cq_contact{width:222px; height:210px; background-color:#f6f8f9; border:solid 1px #d9e7f3;}
#cq_contact_title{width:207px; padding:10px 0px 0px 15px; height:22px; background:url(../images/public/cq_contact_title.jpg) no-repeat; color:#0157a2; font-weight:bold;}
#cq_contact_content {
    padding: 5px 0px 0px 5px;
    color: #33444e;
}
    #cq_contact_content td {
        vertical-align: top;
        line-height: 20px
    }
#cq_contact_content a{color:#0157a2; text-decoration:underline;}
#cq_contact_content a:hover{color:#0157a2; text-decoration:underline;}

/* 图片链接入口 */
#cq_enter{text-align:center; padding-top:10px;}
#cq_enter img{padding-bottom:7px;}

/* 最新动态 */
#cq_dongtai_bar{width:224px; height:auto; background:url(../images/content/cq_dongtai_bar.jpg) no-repeat; padding:15px 0px 10px 0px; color:#72828c; font-weight:bold;}
.cq_title{padding-left:25px;}
#cq_dongtai_bar span{padding-left:100px; font-weight:normal;}
#cq_dongtai_bar a{color:#72828c; text-decoration:none;}
#cq_dongtai_bar a:hover{color:#72828c; text-decoration:none;}
.cq_list{margin:0px auto; list-style:none; color:#5d717e; font-weight:normal; width:216px; height:180px; padding:10px 0px 0px 2px;}
.cq_list li{border-bottom:#e1e2e4 1px solid; width:210px; height:15px; padding:9px 0px 0px 6px;}

/* 正文 */
#cq_content{width:720px; /*height:905px;*/ background-color:#f4f4f4; border:solid 1px #d8d8d8; padding-top:2px; color:#33444e;}
#cq_weizhi{width:708px; height:22px; margin:0 auto; background-color:#e0ecf5; padding:8px 0px 0px 8px;}
#cq_weizhi a{color:#33444e; text-decoration:none;}
#cq_weizhi a:hover{color:#33444e; text-decoration:none;}
#cq_content_title{width:690px; 100px; text-align:center; margin:0 auto; border-bottom:dashed 1px #33444e; padding:30px 0px 10px 0px; font-family:"宋体"; font-size:16px; font-weight:bold;}
#cq_content_document{width:680px; margin:0 auto; padding:10px 0px; text-indent:0em; line-height:22px;}
/* 底部 */
#cq_bottom {
    clear: both;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    color: #72828c;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    background-color: #eee;
    border: solid 1px #d1d8dd;
}

a.normal:link, a.normal:visited, a.normal:hover
{
    color: #05486e;
    text-decoration: none;
    font-size:12px;
}