/* CSS Document */
@charset "utf-8";

/* base_CSS */
.ct_container {
    width: 100%;
    min-width: 1200px;
}

.ct_contbox {
    width: 1200px;
    margin: 0px auto;
    margin-top: 10px;
    overflow: hidden;
}

.ct_font_arial {
    font-family: Arial;
}

/* 顶部 */
.ct_top_box {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    z-index: 9;
}

.ct_top {
    width: 1200px;
    height: 20px;
    line-height: 20px;
    padding: 10px 0px;
    margin: 0px auto;
}

.ct_top_left {
    float: left;
}

.ct_top_left span {
    height: 20px;
    line-height: 20px;
    float: left;
    padding-left: 5px;
}

.ct_top_left .ct_top_red {
    padding-left: 10px;
}

.ct_top_red {
    color: #c10d0c;
}

.ct_top_gray {
    color: #666;
}

.ct_top_black {
    color: #333;
}

.ct_top_right {
    float: right;
}

.ct_top_right a {
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 8px;
    float: left;
}

.ct_top_right .ct_top_black {
    border-left: 1px solid #d9d9d9;
}

.ct_top_right i {
    margin-right: 5px;
}

.ct_top_right {
    position: relative;
}

.ct_top_qklogin {
    width: auto;
    height: 20px;
    border-right: 1px solid #d9d9d9;
    padding-right: 5px;
    float: left;
}

.ct_top_qklogin li {
    height: 20px;
    line-height: 20px;
    color: #666;
    padding-right: 5px;
    float: left;
}

.ct_top_qklogin a.ct_top_qk {
    width: 25px;
    height: 20px;
    background-image: url(/images/ct_qklogo.png);
    background-repeat: no-repeat;
    padding: 0px;
}

.ct_qkQQ {
    background-position: -25px 0px;
}

.ct_qkQQ:hover {
    background-position: 0px 0px;
}

.ct_qkWX {
    background-position: -75px 0px;
}

.ct_qkWX:hover {
    background-position: -50px 0px;
}

.ct_qkWB {
    background-position: -125px 0px;
}

.ct_qkWB:hover {
    background-position: -100px 0px;
}


.ct_top_wx {
    position: relative;
}

.ct_top_wxbox {
    width: 102px;
    height: 102px;
    background-color: #fff;
    border: 1px solid #dadada;
    border-top: 1px solid #fff;
    padding: 5px;
    left: -14px;
    top: 30px;
    position: absolute;
    z-index: 3;
    display: none;
}

.ct_top_wxbox span {
    height: 20px;
    line-height: 20px;
    color: #c10d0c;
    text-align: center;
    display: block;
}

.ct_top_mapbox {
    width: 1200px;
    height: 290px;
    right: 0px;
    top: 30px;
    position: absolute;
    z-index: 10;
    display: none;
}

.ct_top_map_bg {
    width: 20px;
    height: 10px;
    background-image: url(/images/ct_top_map_t.gif);
    background-position: center;
    background-repeat: no-repeat;
    display: inline;
    float: left;
    position: relative;
    margin-left:1160px;
}

.ct_top_map_line {
    width: 18px;
    height: 2px;
    background-color: #fff;
    display: block;
    left: 1px;
    bottom: -2px;
    position: absolute;
    z-index: 3;
}

.ct_top_map_cont {
    width: 1198px;
    border: 1px solid #f4f4f4;
    display: inline;
    float: left;
}

.ct_top_map_conts {
    width: 1178px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 15px 10px;
    display: block;
    overflow: hidden;
}

.ct_top_map_cont dt a {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.ct_top_map_cont dd a {
    height: 20px;
    line-height: 20px;
    color: #666;
}

.ct_top_map_cont a:hover {
    color: #c10d0c;
}

.ct_top_map_cont dl {
    width: 124px;
    padding: 5px;
    margin-left: 5px;
    display: inline;
    float: left;
    overflow: hidden;
}

.ct_top_map_cont dt {
    width: 100px;
    height: 20px;
    line-height: 20px;
    border-left: 4px solid #c10d0c;
    color: #c10d0c;
    margin-bottom: 10px;
    display: block;
}

.ct_top_map_cont dd {
    width: 80px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 2px 10px;
    margin-top: 10px;
    display: block;
}

.ct_top_map_cont dd:hover {
	text-indent: 5px;
    border: 1px solid #c10d01;
}

.ct_ico {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 5px;
}

.ct_ico_use {
    background-position: -10px -10px;
}

.ct_ico_useout {
    background-position: -10px -436px;
}

.ct_ico_home {
    background-position: -38px -10px;
}

.ct_ico_star {
    background-position: -64px -10px;
}

.ct_ico_weix {
    background-position: -94px -10px;
}

.ct_ico_list {
    background-position: -124px -10px;
}

/* 头部 */
.ct_head_box {
    background-color: #f9f9f9;
    border-top: 1px solid #f4f4f4;
}

.ct_head {
    width: 1200px;
    height: 100px;
    padding: 10px 0px;
    margin: 0px auto;
}

.ct_head_logo {
    width: 520px;
    height: 70px;
/*     background-image: url(../images/head_logo.png);
    background-position: -190px -10px; */
    background:url(/images/head_logo.png) no-repeat;
    margin-top: 18px;
    margin-left:13px;
    float: left;
}

.ct_head_city_box {
    height: 70px;
    text-align: center;
    padding: 15px 25px;
    float: left;
}

.ct_head_city_select {
    line-height: 40px;
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
    color: #ff9a49;
}

.ct_head_city_now {
    line-height: 26px;
    font-size: 12px;
    color: #999;
    padding: 0px 10px;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

.ct_head_citybox {
    width: 160px;
    height: auto;
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 10px;
    bottom: -22px;
    left: 102px;
    _top: -20px;
    _left: 94px;
    position: absolute;
    z-index: 2;
    display: none;
}

.ct_haed_city_s {
    width: 10px;
    height: 20px;
    background-image: url(/images/ct_head_city.gif);
    top: 2px;
    left: 93px;
    _top: -3px;
    _left: 85px;
    display: block;
    position: absolute;
    z-index: 3;
    display: none;
}

.ct_head_citybox li {
    width: 70px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    margin-left: 10px;
    display: inline;
    float: left;
}

.ct_head_citybox li a {
    color: #666;
    float: left;
}

.ct_head_citybox a:hover {
    color: #c10d0c;
}

.ct_head_search_box {
    padding: 5px 10px;
    float: right;
}

.ct_head_search {
    width: 420px;
    height: 64px;
}

.ct_head_search_tagbox {
    width: 420px;
    height: 26px;
    float: left;
}

.ct_head_search_tag {
    line-height: 26px;
    color: #333;
    padding: 0px 20px; 
    float: left;
    cursor: pointer;
}

.ct_head_search_active {
    background-color: #c10d0c;
    color: #fff;
}

.ct_head_search_tel {
    width: 142px;
    font-family: Arial;
    font-size: 14px;
    color: #ff5112;
    padding-right: 3px;
    float: right;
}

.ct_head_search_tel strong {
    font-size: 18px;
}

.ct_ico_tel {
    background-position: -10px -35px;
}

.ct_head_form {
    height: 38px;
    float: left;
    display: none;
}

.ct_head_ipt {
    width: 306px;
    height: 20px;
    line-height: 20px;
    font-family: "微软雅黑";
    font-size: 14px;
    border: 2px solid #c10d0c;
    padding: 7px 8px;
    float: left;
    outline: 0;
}

.ct_head_btn {
    width: 90px;
    height: 38px;
    line-height: 38px;
    background-color: #c10d0c;
    font-family: "微软雅黑";
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border: 0px;
    float: left;
    cursor: pointer;
    outline: 0;
}

.ct_head_btn:hover {
    background-color: #c10d1c;
}

.ct_head_sug {
    padding-top: 8px;
    overflow: hidden;
}

.ct_head_sug li {
    border-right: 1px solid #d9d9d9;
    padding: 0px 10px;
    float: left;
}

.ct_head_sug li a:link,.ct_head_sug li a:visited{
    color: #999;
}

.ct_head_sug li a:hover {
    color: #c10d0c;
}

/* 子页顶部 */
.ct_head_tip_box {
    width: 120px;
    padding: 20px 20px;
    float: left;
}

.ct_ico_ht_tip {
    width: 110px;
    height: 30px;
    background-position: -340px -81px;
    margin: 0px;
}

.ct_ico_ht_tip_reg {
    width: 110px;
    height: 30px;
    background-position: -340px -126px;
    margin: 0px;
}

.ct_ico_ht_tip_for {
    width: 110px;
    height: 30px;
    background-position: -340px -171px;
    margin: 0px;
}

.ct_ico_ht_tip_rz {
    width: 110px;
    height: 30px;
    background-position: -412px -306px;
    margin: 0px;
}

.ct_ico_ht_tip_zx {
    width: 110px;
    height: 30px;
    background-position: -290px -306px;
    margin: 0px;
}

.ct_ico_ht_tip_gx {
    width: 110px;
    height: 30px;
    background-position: -190px -489px;
    margin: 0px;
}

.ct_ico_ht_tip_xq {
    width: 110px;
    height: 30px;
    background-position: -340px -261px;
    margin: 0px;
}

.ct_head_tip_box span {
    height: 20px;
    line-height: 20px;
    color: #ff9a49;
    text-indent: 5px;
    margin-top: 10px;
    display: block;
}

.ct_ico_ht_wz {
    width: 14px;
    height: 14px;
    background-position: -65px -34px;
}

.ct_head_info_box {
    width: 160px;
    height: 20px;
    line-height: 20px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #ff9a49;
    padding: 40px 20px;
    float: right;
}

.ct_ico_ht_back {
    background-position: -95px -32px;
}

/* 导航 */
.ct_nav_box{
    height: 40px;
    background-color: #c10d0c;
    position: relative;
    z-index: 6;
}

.ct_nav,.ct_navbox {
    width: 1190px;
    border-left: 1px solid #960100;
    border-right: 1px solid #e42928;
    margin: 0px auto;
    overflow: visible;
    position: relative;
}

.ct_nav li {
    width: 117px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-left: 1px solid #e42928;
    border-right: 1px solid #960100;
    float: left;
}

.ct_nav li a {
    width: 117px;
    height: 40px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #fff;
    display: block;
}

.ct_nav li a:hover {
    background-color: #fff;
    height: 38px;
    line-height: 36px;
    color: #c10d0c;
    border-top: 2px solid #e42928;
}

.ct_nav_lact {
    background-color: #fff;
    height: 38px;
    line-height: 36px;
    color: #c10d0c;
    border-top: 2px solid #e42928;
}

.ct_navbox {
    width: 1192px;
    border: 0px;
    overflow: visible;
    position: relative;
}

.ct_navbox .ct_nav {
    width: auto;
    float: left;
}

.ct_navbox_back {
    width: 115px;
    height: 45px;
    background-image: url(/images/ct_nabback.gif);
    background-position: right top;
    background-repeat: no-repeat;
    top: -5px;
    right: 0px;
    position: absolute;
}

.ct_navbox_back a {
    width: 109px;
    height: 45px;
    line-height: 45px;
    background-color: #e30908;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
}

.ct_navbox_back a:hover {
    text-decoration: underline;
}

/* 二级导航 */
.ct_nav_sbox {
    width: 1200px;
    height: 18px;
    line-height: 18px;
    background-color: #fff;
    border-bottom: 2px solid #c10d01;
    padding: 20px 0px;
    top: 40px;
    left: -5px;
    position: absolute;
    z-index: 10;
    display: none;
}

.ct_nav_sbox a.ct_nav_s {
    width: auto;
    height: 18px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666;
    border-left: 1px solid #d3d3d3;
    padding: 0px 21px;
    float: left;
}

.ct_nav_sbox .ct_nav_s:hover {
    background-color: none;
    height: 18px;
    line-height: 18px;
    color: #c10d0c;
    text-decoration: underline;
    border-top: 0px;
}

.ct_nav_sbox a.ct_nav_sx {
    border: 0px;
}

/* 底部 */
.ct_footer_box {
    background-color: #f2f2f2;
}

.ct_footer {
    width: 1200px;
    height: 360px;
    margin: 0px auto;
   
}

.ct_footer_top {
    height: 160px;
    padding-top: 30px;
}

.ct_footer_ts {
    width: 239px;
    border-right: 1px solid #d9d9d9;
    padding-left: 10px;
    padding-right: 50px;
    float: left;
}

.ct_footer_ts h3 {
    line-height: 30px;
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.ct_footer_ts dl {
    padding-left: 50px;
    padding-top: 15px;
    position: relative;
}

.ct_footer_ts dt {
    line-height: 20px;
    font-family: "微软雅黑";
    font-size: 14px;
    font-weight: bold;
}

.ct_footer_ts dd {
    line-height: 20px;
    font-size: 12px;
    color: #666;
}

.ct_footer_servies dt {
    color: #1f61b8;
}

.ct_footer_cash dt {
    color: #f79719;
}

.ct_ico_fser,.ct_ico_fcas {
    width: 40px;
    height: 40px;
    top: 15px;
    left: 0px;
    margin: 0px;
    position: absolute;
    z-index: 2;
}

.ct_ico_fser {
    background-position: -540px -81px;
}

.ct_ico_fcas {
    background-position: -600px -81px;
}

.ct_footer_inflink {
    width: 60px;
    height: 160px;
    border-right: 1px solid #d9d9d9;
    padding-left: 50px;
    padding-right: 40px;
    float: left;
}

.ct_footer_inflink dt {
    height: 40px;
    line-height: 40px;
    font-family: "微软雅黑";
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.ct_footer_inflink dd a {
    line-height: 26px;
    font-size: 12px;
    color: #666;
}

.ct_footer_inflink dd a:hover {
    color: #c10d0c;
}

.ct_footer_inflinknav {
    width: 160px;
}

.ct_footer_inflinknav dd {
    width: 60px;
    padding-right: 20px;
    float: left;
}

.ct_footer_qrc {
    width: 105px;
    height: 150px;
    padding-top: 10px;
    padding-left: 50px;
    float: left;
}

.ct_footer_qrc span {
    line-height: 40px;
    color: #666;
    text-align: center;
    display: block;
}

.ct_ico_qrc01,.ct_ico_qrc02 {
    width: 105px;
    height: 105px;
    margin: 0px;
    background-position: -535px -131px;
}

.ct_ico_qrc02 {
    background-position: -535px -241px;
}

.ct_footer_gov {
    text-align: center;
    padding-top: 20px;
}

.ct_footer_gov img {
    display: block;
    margin: 0px auto;
}

.ct_footer_icp {
    height: 40px;
    line-height: 40px;
    color: #999;
    text-align: center;
}

.ct_footer_icp a {
    color: #666;
}

.ct_footer_icp a:hover {
    color: #c10d0c;
}

.ct_footer_cc {
    height: 50px;
    text-align: center;
}

.ct_footer_cc a {
    border: 1px solid #d9d9d9;
    margin-left: 10px;
    display: inline-block;
}

/* 左侧菜单 */
/* 除IE6浏览器的通用方法 */
.ct_fixbar_box_container{
    width: 44px;
    top: 234px;
    right: 15px;
    position: fixed;
    z-index: 9;
    _margin-top: 202px;
}
.ct_fixbar_box_container .fbttop{
    margin-top: 17px;
}
.ct_fixbar_box {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 8px;
}
/* IE6浏览器的特有方法 */
/* 修正IE6振动bug */
* html,* html body {
    background-image: url(about:blank);
    background-attachment: fixed;
}

* html .ct_fixbar_box {
    position: absolute;
    right: expression(eval(document.documentElement.scrollLeft));
    top: expression(eval(document.documentElement.scrollTop));
}

.ct_fixbar_ad {
    width: 36px;
    height: 202px;
    display: none;
}

.ct_fixbar {
    width: 24px;
    height: 24px;
    padding: 6px;
    display: block;
    margin: 10px 3px;
    position: relative;
    cursor: pointer;
    outline: 0;
}

.ct_ico_fbqrc {
    background-position: -2px -188px;
}

.ct_ico_fbqrc:hover {
    background-color: #79c174;
    background-position: -35px -188px;
}

.ct_ico_fbuser {
    background-position: -2px -120px;
}

.ct_ico_fbuser:hover {
    background-color: #60abe6;
    background-position: -35px -120px;
}

.ct_ico_fbstar {
    background-position: -2px -54px;
}

.ct_ico_fbstar:hover {
    background-color: #fcb123;
    background-position: -35px -54px;
}

.ct_ico_fbnews {
    background-position: -2px -154px;
}

.ct_ico_fbnews:hover {
    background-color: #fe6166;
    background-position: -35px -154px;
}

.ct_ico_fbsugs {
    background-position: -2px -87px;
}

.ct_ico_fbsugs:hover {
    background-color: #6382e6;
    background-position: -35px -87px;
}

.ct_ico_fbkefu {
    background-position: -2px -221px;
}

.ct_ico_fbkefu:hover {
    background-color: #80cc21;
    background-position: -35px -221px;
}

.ct_ico_fbttop {
    background-position: -2px -256px;
    margin: 5px auto;
}

.ct_ico_fbttop:hover {
    background-color: #c10d0c;
    background-position: -35px -256px;
}

.ct_fixbar_line {
    width: 30px;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    border-top: 1px solid #f1d3d9;
    display: block;
    _display: inline-block;
    margin: 0px auto;
    _margin-left: 3px;
}

.ct_fixbar_qrc {
    width: 115px;
    height: auto;
    background-color: #fff;
    border: 1px solid #79c174;
    left: -122px;
    top: 0px;
    position: absolute;
    visibility: hidden;
}

.ct_ico_ffqrc {
    width: 105px;
    height: 105px;
    background-position: -535px -246px;
    margin: 5px auto;
    display: block;
    position: relative;
}

.ct_fixbar_qrc span {
    height: 24px;
    line-height: 24px;
    background-color: #caf5c7;
    color: #79c174;
    text-align: center;
    display: block;
}

.ct_ico_fbqrc:hover .ct_fixbar_qrc {
    visibility: visible;
}

.ct_fixbar_s {
    width: 8px;
    height: 14px;
    background-position: -42px -33px;
    margin: 0px;
    display: block;
    top: 5px;
    right: -12px;
    position: absolute;
    z-index: 3;
}

.ct_fixbar_tip {
    width: 68px;
    height: 25px;
    background-color: #fcf7ed;
    text-align: center;
    top: 5px;
    left: -74px;
    position: absolute;
    z-index: 3;
    visibility: hidden;
    color: #fff;
    line-height: 25px;
}

.ct_fixbar_tip span {

    background: rgba(0,0,0,0.60);
    border-radius: 4px;
    display: block;
    position: relative;
}

.ct_fixbar_tip .ct_fixbar_s {
    top: 11px;
    right: -7px;
}

.ct_fixbar:hover .ct_fixbar_tip {
    visibility: visible;
}