﻿@charset "utf-8";
/* CSS Document */

.marginRt10 {
    margin-right: 10px;
}

.marginTop50 {
    margin-top: 50px;
}

.fontYahei {
    font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
}

.color606060 {
    color: #606060;
}

.input {
    width: 90px;
    height: 15px;
    border: 1px solid #c0d1e1;
    font-size: 12px;
    font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
    color: #000000;
}

.btn {
    width: 40px;
    height: 18px;
    border: 1px solid #c0d1e1;
    font-size: 12px;
    font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
    color: #000000;
}

/*网站整体布局*/
.website {
    width: 100%;
    margin: 0 auto;
    padding: 0 auto;
    background: #fff;
}
/*公司名称background-color:#ECECEC; */
.top {
    width: 100%;
    height: 100px;
    position: relative;
    background-color: #fff;
    margin: auto;
    top: 0px;
    left: 0px;
}
/*.top1{width:980px;  height:120px; background-image:url(../images/logo.jpg); position:relative; margin:auto;}*/
.top1 {
    width: 1184px;
    height: 100px;
    position: relative;
    margin: 0 auto;
}

.top_left {
    width: 160px;
    height: 100px;
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
}

    .top_left img {
        padding: 15px 0 0 0;
    }

.top_right {
    width: 864px;
    height: 100px;
    float: left;
    position: relative;
}
/*易车二手车导航样式
.tc14-topheadbox{background:#f7f7f7;border-bottom:5px solid #193f8a;padding-top:10px;width:100%;min-width:990px}
.tc14-menu{height:40px;width:990px;margin:5px auto 0;padding-left:1px}
.tc14-menu li{width:168px;border:1px solid #C0504D;border-bottom:0;height:39px;line-height:39px;text-align:center;background-color:#fff;float:left;font-size:16px;font-family:"microsoft yahei";margin-left:-1px;z-index:2px;position:relative}
.tc14-menu li a{display:block}
.tc14-menu li a:hover{color:#c00000;text-decoration:none}
.tc14-menu li.current{background-color:#193f8a;border:1px solid #fff;border-bottom:0;z-index:20;color:#fff;font-weight:bold;width:142px}
.tc14-menu li.current a,.tc14-menu li.current a:hover{color:#fff;text-decoration:none}
*/
/*菜单样式*/
#menu {
    height: 42px;
    background-image: url(../images/menu_bgmn.jpg); /*背景条*/
}

    #menu ul {
        margin: auto;
        width: 892px;
        height: 42px;
        margin-top: 20px;
        list-style-type: none;
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

.m_li {
    float: left;
    width: 114px;
    line-height: 42px;
    text-align: center;
    margin-right: -2px;
    margin-left: -2px;
    font-size: 14px;
    font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
}

    .m_li a {
        display: block;
        color: #FFFFFF;
        width: 114px;
        text-decoration: none;
        font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
    }

.m_line {
    float: left;
    width: 0px;
    height: 42px;
    line-height: 42px; /*ff下有效(图片垂直居中)*/
}

    .m_line img {
        margin-top: expression(( 32 - this.height ) / 2); /*ie下有效(图片垂直居中)*/
    }

.m_li_a {
    float: left;
    width: 114px;
    line-height: 42px;
    text-align: center;
    padding-top: 3px;
    font-weight: bold;
    font-size: 14px;
    background-image: url(../images/menu_bg46.jpg);
    position: relative;
    height: 42px;
    margin-top: -3px;
    margin-right: -2px;
    margin-left: -2px;
}

    .m_li_a a {
        display: block;
        color: #c0504d;
        width: 114px;
        text-decoration: none;
    }
/*导航子菜单*/
.smenu {
    width: 888px;
    margin: 0px auto 0px auto;
    padding: 0px;
    list-style-type: none;
    height: 40px;
}

.s_li {
    line-height: 40px;
    width: auto;
    display: none;
    height: 40px;
    font-size: 14px;
    font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
}

    .s_li a {
        color: #333333;
        text-decoration: none;
    }

        .s_li a:hover {
            color: #c0504d;
            font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
            font-weight: bold;
        }
/*登录注册*/
.m_li_login {
    float: left;
    width: 80px;
    line-height: 42px;
    text-align: right;
    margin-right: 10px;
    margin-left: 50px;
    font-size: 14px;
    font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
    color: #fff;
}

.m_li_regedit {
    float: left;
    width: 80px;
    line-height: 42px;
    text-align: left;
    margin-right: -2px;
    margin-left: 10px;
    font-size: 14px;
    font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
    color: #fff;
}
/*广告图像特效样式*/
#picguang {
    height: 530px;
    margin: center;
    text-align: center;
}
/*#picBox{width:1366px; height:470px; margin:center; overflow:hidden; position:relative; background-color:#fff; background-image:url(../images_esc/main_bigpic_bg.png);}*/
#picBox {
    width: 1184px;
    height: 530px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}
/*金融服务开始*/
.picguang {
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

.picBox {
    width: 1184px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

    .picBox img {
        border: #ccc;
        width: 1184px;
        height: 180px;
    }
/*金融服务-代办服务开始*/
.picguang_dbfw {
    height: 251px;
    margin: center;
    text-align: center;
}

.picBox_dbfw {
    width: 1184px;
    height: 251px;
    margin: center;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

    .picBox_dbfw img {
        border: #ccc;
    }
/*线条*/
.picguang_line {
    background: #f6f7f8;
}

.picguang_line_dbfw {
    height: 45px;
}

.picBox_lineword {
    width: 1184px;
    height: 38px;
    line-height: 38px;
    width: 87.6%;
    margin: 0 auto;
    font-size: 14px;
    font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
    color: #333;
}
/*搜索框聚焦样式*/
.input_search {
    float: left;
    border: 1px solid #ccc;
    height: 23px;
    line-height: 23px;
    padding: 8px;
    color: #dedede;
    font-size: 14px;
    font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
    background: #FFF;
    position: relative;
    z-index: 1;
    margin: 0 15px 0 0;
    width: 338px;
}

.input_focus {
    float: left;
    border: 1px solid #ccc;
    height: 23px;
    line-height: 23px;
    padding: 8px;
    color: #000;
    font-size: 14px;
    font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
    background: #FFF;
    position: relative;
    margin: 0 15px 0 0;
    width: 338px;
}

.input_blur {
    width: 338px;
    float: left;
    border: 1px solid #ccc;
    height: 23px;
    line-height: 23px;
    padding: 8px;
    color: #d3d3d3;
    font-size: 14px;
    font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
    background: #FFF;
    position: relative;
    margin: 0 15px 0 0;
}


/*分割线上面的文字*/
.picBox_lineword_big {
    font-size: 16px;
    line-height: 30px;
    font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
    color: #666666;
}

    .picBox_lineword_big span {
        width: 300px;
        font-size: 12px;
        line-height: 30px;
        font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
        color: #666666;
    }

.picBox_line {
    width: 100%;
    height: 3px;
    line-height: 5px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
/*分割线*/
.picBox_line_left {
    width: 104px;
    height: 5px;
    line-height: 5px;
    float: left;
    background: #c00204;
    z-index: 999;
    position: relative;
}
/*左边红色*/
.picBox_line_right {
    width: 100%;
    float: left;
    background: #012061;
    height: 5px;
    line-height: 5px;
    position: relative;
    top: -7px;

}
/*右边蓝色*/
.picBox_line_short {
    width: 930px;
    height: 3px;
    line-height: 5px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
/*分割线*/
.picBox_line_left_short {
    width: 128px;
    height: 5px;
    line-height: 5px;
    float: left;
    background-color: #c00204;
}
/*左边红色*/
.picBox_line_right_short {
    width: 800px;
    height: 5px;
    line-height: 5px;
    float: left;
    background-color: #012061;
}
/*右边蓝色*/
.picBox_line img {
    border: #ccc;
}
/*金融服务结束*/
#picBox ul#show_pic {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 470px;
    width: 3050px;
    position: absolute;
    overflow: hidden;
}

    #picBox ul#show_pic li {
        float: left;
        margin: 0;
        padding: 0;
        height: 470px;
    }
/*#picBox ul#show_pic li img{ display:block;}*/
#icon_num {
    position: absolute;
    bottom: 0px;
    right: 10px;
}

    #icon_num li {
        float: left;
        width: 15px;
        height: 15px;
        list-style: none;
        color: #39F;
        text-align: center;
        cursor: pointer;
        padding: 0;
        margin: 0;
        margin-right: 5px;
    }

        #icon_num li:hover, #icon_num li.active {
            color: #fff;
        }

#picBox_top {
    width: 610px;
    height: 300px;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
}

    #picBox_top ul#show_pic_top {
        margin: 0;
        padding: 0;
        list-style: none;
        height: 300px;
        width: 610px;
        position: absolute;
    }

        #picBox_top ul#show_pic_top li {
            float: left;
            margin: 0;
            padding: 0;
            height: 300px;
        }

            #picBox_top ul#show_pic_top li img {
                display: block;
            }

#icon_num_top {
    position: absolute;
    bottom: 0px;
    right: 10px;
}

    #icon_num_top li {
        float: left;
        width: 15px;
        height: 15px;
        list-style: none;
        color: #39F;
        text-align: center;
        cursor: pointer;
        padding: 0;
        margin: 0;
        margin-right: 5px;
    }

        #icon_num_top li:hover, #icon_num_top li.active {
            color: #fff;
        }
/*设备信息模块*/
.content_sbxx {
    width: 100%;
    height: 700px;
    position: relative;
    background-color: #fff;
    margin: auto;
    top: 0px;
    left: 0px;
}
/*1.设备信息模块标头*/
.blue1 {
    width: 100%;
    height: 63px;
    padding: 10px 0 10px 0;
    margin-bottom: 5px;
    background: url(../images/hlxx_bg.png) repeat-x;
}

.blue1_word {
    margin: 0 auto;
    text-align: center;
    width: 180px;
    line-height: 33px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

    .blue1_word a {
        font-size: 24px;
        color: #fff;
        font-weight: bold;
    }
/*2.设备信息模块2张图*/
.content_sbxx_all1 {
    height: 100px;
    margin: center;
    text-align: center;
}

.content_sbxx_pic {
    height: 600px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    top: -1px;
    left: -3px;
}
/*3.设备信息模块天枰店铺咨询开始*/
.tp {
    width: 1184px;
    height: 250px;
    position: relative;
    margin: auto;
    background: url(../images/sbxx_dpzx.png) repeat-x;
}

.tp_left {
    width: 150px;
    height: 250px;
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
}

.tp_left_dpzx {
    padding: 109px 52px 110px 32px;
}

    .tp_left_dpzx a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
    }

.tp_right {
    width: 857px;
    height: 250px;
    float: left;
    position: relative;
}
/*4.设备信息模块两个内容框开始*/
.content_jrfw {
    width: 100%;
    height: 720px;
    position: relative;
    background-color: #fff;
    margin: auto;
    top: 0px;
    left: 0px;
}

.con_sbxx {
    width: 1184px;
    height: 350px;
    position: relative;
    margin: auto;
}

.con_sbxx_left {
    width: 512px;
    height: 350px;
    float: left;
    position: relative;
    background: url(../images/con_sbxx_left400s.png) repeat-x;
    top: 0px;
    left: 0px;
}

    .con_sbxx_left ul {
        padding: 100px 20px 3px 265px;
        list-style: none;
    }

        .con_sbxx_left ul li {
            width: 180px;
            height: 50px;
            line-height: 50px;
        }

            .con_sbxx_left ul li a {
                font-size: 25px;
                color: #fff;
                font-weight: bold;
            }

.con_sbxx_right {
    width: 512px;
    height: 350px;
    float: left;
    position: relative;
    background: url(../images/con_sbxx_right400s.png) repeat-x;
}

    .con_sbxx_right ul {
        padding: 100px 20px 3px 265px;
        list-style: none;
    }

        .con_sbxx_right ul li {
            width: 180px;
            height: 50px;
            line-height: 50px;
        }

            .con_sbxx_right ul li a {
                font-size: 25px;
                color: #fff;
                font-weight: bold;
            }

/*2.预约服务模块*/
/*1.设备信息模块标头*/
.blue2 {
    width: 100%;
    height: 63px;
    padding: 10px 0 10px 0;
    margin-bottom: 5px;
    background: url(../images/hlxx_bg.png) repeat-x;
}

.blue2_word {
    margin: 0 auto;
    text-align: center;
    width: 180px;
    line-height: 33px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

    .blue2_word a {
        font-size: 24px;
        color: #fff;
        font-weight: bold;
    }
/*图片*/
.tell {
    width: 1184px;
    height: 250px;
    position: relative;
    margin: auto;
    background: url(../images/yyfw_sbpg.png) repeat-x;
}

.tell_left {
    width: 150px;
    height: 250px;
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
}

.tell_left_sbpg {
    padding: 112px 46px 110px 38px;
}

    .tell_left_sbpg a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
    }

.tell_right {
    width: 857px;
    height: 250px;
    float: left;
    position: relative;
}
/*列表框*/
.con_yyfw {
    width: 1184px;
    height: 380px;
    position: relative;
    margin: auto;
    top: 0px;
    left: 0px;
}

.con_yyfw_left {
    width: 512px;
    height: 380px;
    float: left;
    position: relative;
    background: url(../images/con_sbxx_left400s.png) repeat-x;
    top: 0px;
    left: 0px;
}

    .con_yyfw_left ul {
        padding: 100px 20px 3px 265px;
        list-style: none;
    }

        .con_yyfw_left ul li {
            width: 180px;
            height: 50px;
            line-height: 50px;
        }

            .con_yyfw_left ul li a {
                font-size: 25px;
                color: #fff;
                font-weight: bold;
            }

.indexNewsInfo {
    padding: 120px 20px 3px 175px;
    line-height: 30px;
}

.indexNewsInfoTop {
    height: 57px;
    overflow: hidden;
}

.indexNewsInfoRt {
    float: right;
    width: 140px;
}

    .indexNewsInfoRt h5 {
        margin-bottom: 3px;
    }

        .indexNewsInfoRt h5 a {
            color: #f97907;
            font-weight: bold;
        }

    .indexNewsInfoRt p {
        color: #606060;
        line-height: 16px;
    }

.indexNewsInfo ul li {
    padding-left: 100px;
    height: 62px;
    line-height: 62px;
    list-style: none;
}

    .indexNewsInfo ul li a {
        font-size: 35px;
        color: #fff;
    }


.con_yyfw_right {
    width: 512px;
    height: 380px;
    float: left;
    position: relative;
    background: url(../images/con_yyfw_right400s.png) repeat-x;
    top: 0px;
    left: 0px;
}

    .con_yyfw_right ul {
        padding: 100px 20px 3px 265px;
        list-style: none;
    }

        .con_yyfw_right ul li {
            width: 180px;
            height: 50px;
            line-height: 50px;
        }

            .con_yyfw_right ul li a {
                font-size: 25px;
                color: #fff;
                font-weight: bold;
            }

/*3.金融服务模块*/
.blue3 {
    width: 100%;
    height: 63px;
    padding: 10px 0 10px 0;
    margin-bottom: 5px;
    background: url(../images/hlxx_bg.png) repeat-x;
}

.blue3_word {
    margin: 0 auto;
    text-align: center;
    width: 180px;
    line-height: 33px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

    .blue3_word a {
        font-size: 24px;
        color: #fff;
        font-weight: bold;
    }
/*图片*/
.jrfw {
    width: 1184px;
    height: 250px;
    position: relative;
    margin: auto;
    background: url(../images/jrfw_img.png) repeat-x;
    top: 0px;
    left: 0px;
}

.jrfw_left {
    width: 167px;
    height: 250px;
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
}

.jrfw_left_about {
    padding: 117px 60px 110px 30px;
}

.jrfw_left a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.jrfw_right {
    width: 857px;
    height: 250px;
    float: left;
    position: relative;
}
/*列表框1*/
.con_jrfw {
    width: 1040px;
    height: 340px;
    margin: auto;
    padding: 10px 0 0px 0;
}

.con_jrfw_s1 {
    width: 243px;
    height: 333px;
    float: left;
    margin-right: 22px;
    background: url(../images/jrfy_rzzl.png) repeat-x;
}

    .con_jrfw_s1 ul {
        padding: 53px 20px 2px 30px;
        list-style: none;
    }

        .con_jrfw_s1 ul li {
            width: 180px;
            height: 36px;
            line-height: 35px;
            padding-left: 20px 5px 5px 20px;
        }

            .con_jrfw_s1 ul li a {
                font-size: 20px;
                font-weight: bold;
                color: #4f81bd;
            }
/*title 大标题*/
.con_jrfw_s1_title {
    width: 243px;
    height: 58px;
    float: left;
    margin-right: 22px;
}

    .con_jrfw_s1_title ul {
        padding: 20px 20px 2px 15px;
        list-style: none;
    }

        .con_jrfw_s1_title ul li {
            width: 180px;
            height: 36px;
            line-height: 36px;
        }

            .con_jrfw_s1_title ul li a {
                font-size: 20px;
                font-weight: bold;
                color: #fff;
            }

/*列表框2*/
.con_jrfw_s2 {
    width: 243px;
    height: 333px;
    float: left;
    margin-right: 22px;
    background: url(../images/jrfy_xfxd.png) repeat-x;
}

    .con_jrfw_s2 ul {
        padding: 53px 20px 2px 30px;
        list-style: none;
    }

        .con_jrfw_s2 ul li {
            width: 180px;
            height: 36px;
            line-height: 36px;
            padding-left: 20px 5px 5px 20px;
        }

            .con_jrfw_s2 ul li a {
                font-size: 20px;
                font-weight: bold;
                color: #4f81bd;
            }
/*title 大标题*/
.con_jrfw_s2_title {
    width: 243px;
    height: 58px;
    float: left;
    margin-right: 22px;
}

    .con_jrfw_s2_title ul {
        padding: 20px 20px 2px 15px;
        list-style: none;
    }

        .con_jrfw_s2_title ul li {
            width: 180px;
            height: 36px;
            line-height: 36px;
        }

            .con_jrfw_s2_title ul li a {
                font-size: 20px;
                font-weight: bold;
                color: #fff;
            }

/*列表框3*/
.con_jrfw_s3 {
    width: 243px;
    height: 333px;
    float: left;
    margin-right: 22px;
    background: url(../images/jrfy_dbfw.png) repeat-x;
}

    .con_jrfw_s3 ul {
        padding: 53px 20px 2px 30px;
        list-style: none;
    }

        .con_jrfw_s3 ul li {
            width: 180px;
            height: 36px;
            line-height: 36px;
            padding-left: 20px 5px 5px 20px;
        }

            .con_jrfw_s3 ul li a {
                font-size: 20px;
                font-weight: bold;
                color: #4f81bd;
            }
/*title 大标题*/
.con_jrfw_s3_title {
    width: 243px;
    height: 58px;
    float: left;
    margin-right: 22px;
}

    .con_jrfw_s3_title ul {
        padding: 20px 20px 2px 15px;
        list-style: none;
    }

        .con_jrfw_s3_title ul li {
            width: 180px;
            height: 36px;
            line-height: 36px;
        }

            .con_jrfw_s3_title ul li a {
                font-size: 20px;
                font-weight: bold;
                color: #fff;
            }

/*列表框4*/
.con_jrfw_s4 {
    width: 245px;
    height: 333px;
    float: left;
    margin-right: 0px;
    background: url(../images/jrfy_qcdydk.png) repeat-x;
}

    .con_jrfw_s4 ul {
        padding: 53px 20px 2px 30px;
        list-style: none;
    }

        .con_jrfw_s4 ul li {
            width: 180px;
            height: 36px;
            line-height: 36px;
            padding-left: 20px 5px 5px 20px;
        }

            .con_jrfw_s4 ul li a {
                font-size: 20px;
                font-weight: bold;
                color: #4f81bd;
            }
/*title 大标题*/
.con_jrfw_s4_title {
    width: 243px;
    height: 58px;
    float: left;
    margin-right: 22px;
}

    .con_jrfw_s4_title ul {
        padding: 20px 20px 2px 15px;
        list-style: none;
    }

        .con_jrfw_s4_title ul li {
            width: 180px;
            height: 36px;
            line-height: 36px;
        }

            .con_jrfw_s4_title ul li a {
                font-size: 20px;
                font-weight: bold;
                color: #fff;
            }


/*第四个大菜单*/
/*列表框1*/
.con_jrfw_content {
    width: 1184px;
    margin: auto;
    padding: 20px 0 0px 0;
}

.con_jrfw_content_s1 {
    width: 200px;
    float: left;
}

    .con_jrfw_content_s1 ul {
        list-style: none;
        float: right;
    }

        .con_jrfw_content_s1 ul li {
            width: 200px;
            height: 36px;
            line-height: 36px;
            text-align: right;
        }

            .con_jrfw_content_s1 ul li a {
                font-size: 14px;
                color: #666666;
                text-decoration: none;
            }
/*列表框23*/
.con_jrfw_content_s2 {
    width: 400px;
    float: left;
}

    .con_jrfw_content_s2 ul {
        list-style: none;
        float: left;
    }

        .con_jrfw_content_s2 ul li {
            width: 400px;
            height: 36px;
            line-height: 36px;
            text-align: left;
        }

            .con_jrfw_content_s2 ul li a {
                font-size: 14px;
                color: #666666;
                text-decoration: none;
            }

            .con_jrfw_content_s2 ul li img {
                text-align: center;
            }

.form_list1 {
    width: 500px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #888;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.form_list2 {
    width: 250px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #888;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.form_list3 {
    width: 300px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #888;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.textstyle {
    width: 250px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #888;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
/*列表框4*/
.con_jrfw_content_s4 {
    width: 390px;
    height: 240px;
    float: left;
    text-align: center;
}

/*尾部信息*/
/*
.footer{float:left;width:100%;}
.footer a{color:#fff;}
.footer .footbk{background:url(../images/bg_footer.jpg) repeat-x;width:100%;}
.footer .directorynav{clear: both; width: 100%; height: 190px; color: white;margin: 0px auto;position:relative;}
.directorynav .nav{width:1100px; margin:0 auto; height: 196px;}
.directorynav .nav li{width:20%;float:left;text-align:center;height:121px;margin-top:20px;border-right:1px solid #474747;border-left:1px solid #6b6b6b;}
.directorynav .nav li p{margin:7px 0;}
.directorynav .nav a:hover,.friend_link a:hover{text-decoration: underline;}
.directorynav .nav li.first{border-left:none;}
.directorynav .nav li.last{border-right:none;width:38%;}
.icon-cont em{float:left;margin:30px 0 0 15px;font-size:16px;color:#fff;}
.icon-cont span{position:relative;margin:0 12px;}
.icons{float:left;margin:20px 0 0px 0;}
.icons a{float:left;height:30px;width:30px;margin:5px;}
.icon-qzone, .icon-sina, .icon-weixin{float:left;margin:0 5px;width:40px;height:40px;border-radius:30px;background:#65B633;cursor:pointer;}
.icon-ewm {float:left;margin:0 5px;width:60px;height:60px;border-radius:30px;}
.icon-qzone a{width:30px;height:30px;background:url(../images/icon_qq.png) no-repeat;background-size:30px;}
.icon-weixin a{background:url(../images/icon_weixin.png) no-repeat;background-size:30px;margin-top:7px;position:relative;}
.icon-weixin a div{background:none;width:200px;height:200px;position:absolute;bottom:-10px;left:0;display:none;bottom:40px;left:-5px;}
.icon-sina a{background:url(../images/icon_sina.png) no-repeat;background-size:30px;}
.icons div.cont:hover{background:#3496D4}
.copyright{width:100%;position:absolute;bottom:10px;text-align:center;}
.friend_link{bottom:50px;width:875px;position:absolute;bottom:50px;text-align:left;margin-left:-375px;left:50%;}
.friend_link a{display:inline-block;margin: 0 80px 0 20px;}
#back_top{display:none;position:fixed;opacity:0.5;bottom:50px;right:50px;width:50px;height:50px;background:url(../img/back_top.png) no-repeat 0 0;background-position:0 -246px;}
#back_top:hover{background-position:-50px -246px;cursor:pointer;opacity:1}
#qq_contact{position:fixed;z-index:10000;right:10px;bottom:10px;background-color:#A4C9D9;padding:2px;font-size:14px;cursor:pointer;border-radius:3px;}
#qq_contact img{float:left;width:30px;height:30px;}
#qq_contact a{float:left;line-height:30px;}
#qq_contact a:hover{color:#fff;}
.loading_pop{z-index:9999;position:absolute;left:0;top:0;background-color:#000;filter:alpha(opacity=20);opacity:0.2;}
.loading-div{z-index:10000;position:fixed;width:100px;height:100px;top:200px;left:50%;margin-left:-50px;}
.loading-icon-div{width:100px;height:80px;border-radius:12px;background:url(../img/loading_horse3.gif) no-repeat;}
.labelDiv{margin-top:5px;color:#fff;text-align:center;}
*/





/*首页中间内容，又分左半部分和右半部分*/
/*首页左边部分*/
.index_left {
    width: 317px;
    height: 745px;
    float: left;
}

.index_left_register {
    width: 317px;
    height: 350px;
    border: 1px solid #c0d1e1;
    float: left;
}

    .index_left_register h4 {
        height: 32px;
        line-height: 32px;
        color: #000;
        padding: 0 10px 0 12px;
        font-size: 14px;
        margin: 0 1px;
        font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
        margin-top: 5px;
    }

.index_left_register_content {
    width: 317px;
    height: 346px;
    line-height: 25px;
    float: left;
    margin-top: 5px;
    border-top: 1px solid #c0d1e1;
    border-bottom: 1px solid #c0d1e1;
}

.index_left_connection {
    width: 317px;
    height: 285px;
    float: left;
    margin-top: 10px;
}

    .index_left_connection h4 {
        height: 28px;
        line-height: 27px;
        color: #000;
        padding: 0 10px 0 12px;
        font-size: 14px;
        margin: 0 1px;
        font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
    }

        .index_left_connection h4 a {
            color: #fff;
        }

.index_left_connection_content {
    width: 317px;
    height: 305px;
    line-height: 35px;
    margin-top: 8px;
    background-color: #efefef;
    float: left;
    border-top: 1px solid #c0d1e1;
    border-bottom: 1px solid #c0d1e1;
}

.index_left_connection_img {
    widthindex_indexCenterNewsInfo1: 317px;
    height: 295px;
    margin-top: 28px;
}
/*首页右边部分*/
.index_right {
    width: 650px;
    height: 350px;
    float: left;
    margin-left: 8px;
    border: 1px solid #c0d1e1;
}

    .index_right h4 {
        height: 32px;
        line-height: 32px;
        color: #000;
        padding: 0 10px 0 12px;
        font-size: 14px;
        margin: 0 1px;
        font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
        margin-top: 5px;
    }

    .index_right h5 {
        height: 28px;
        line-height: 28px;
        color: #900;
        padding: 0 10px 0 8px;
        font-size: 12px;
        margin: 0 1px;
        font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
    }

    .index_right img {
        width: 650px;
        height: 150px;
        border-top: 1px solid #c0d1e1;
        border-bottom: 1px solid #c0d1e1;
        margin-top: 5px;
    }

.index_right_line {
    width: 650px;
    height: 4px;
    float: left;
    margin-left: 8px;
}

.index_right_content {
    width: 650px;
    height: 307px;
    float: left;
    border-top: 1px solid #c0d1e1;
    margin-top: 5px;
}

.index_right_img {
    width: 608px;
    height: 289px;
    float: left;
    border: 1px solid #c0d1e1;
    margin-left: 15px;
    margin-top: 5px;
}

.index_indexCenterNewsInfo1 ul li span.time {
    float: right;
    font-size: 12px;
    color: #000;
    margin-right: 10px;
}

.index_indexCenterNewsInfo1 ul {
    margin-top: 11px;
    padding-top: 1px;
}

    .index_indexCenterNewsInfo1 ul li {
        height: 30px;
        line-height: 30px;
        padding-left: 20px;
    }
/*新闻*/
.index_right_img1 {
    width: 608px;
    height: 289px;
    float: left;
    margin-left: 15px;
    margin-top: 5px;
}

.index_right_img1_left {
    width: 300px;
    height: 287px;
    float: left;
    border: 1px solid #c0d1e1;
}

.index_right_img1_right {
    width: 302px;
    height: 287px;
    float: left;
    border: 1px solid #c0d1e1;
}
/*新闻*/
.index_right_about1 {
    width: 608px;
    height: 289px;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
}

.index_right_about2 {
    width: 608px;
    height: 60px;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    border: 1px solid #c0d1e1;
}
/*标志项目*/
.indexMTitle h4 {
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0 0px;
    font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
    font-size: 14px;
    margin: 0 1px;
}
/*公司简介*/
.index_right_about {
    width: 650px;
    height: 150px;
    float: left;
}

.index_right_about_title {
    width: 650px;
    height: 27px;
    float: left;
}

.index_right_about_title_left {
    width: 17px;
    height: 27px;
    float: left;
}

.index_right_about_title_right {
    width: 633px;
    height: 27px;
    float: left;
}

    .index_right_about_title_right h4 {
        height: 28px;
        line-height: 27px;
        color: #FF0000;
        padding: 0 10px 0 12px;
        font-size: 14px;
        font-weight: 200;
        margin: 0 1px;
        font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
    }

.index_right_about_content {
    width: 650px;
    height: 118px;
    line-height: 27px;
    float: left;
}

/*菜单样式*/
.top h1, .top a {
    display: block;
    text-indent: -6666px;
}

.top h1 {
    position: absolute;
    top: 7px;
    left: 25px;
}

    .top h1 a {
        width: 304px;
        height: 70px;
    }

.logoEvzone {
    width: 77px;
    height: 20px;
    right: 178px;
    top: 59px;
    position: absolute;
}

.logoLvyou {
    background: url(http://www.at-siac.com/images/common/logoLvyou.png) no-repeat;
    width: 124px;
    height: 16px;
    right: 18px;
    top: 57px;
    position: absolute;
}

.topBorder {
    width: 1px;
    height: 14px;
    overflow: hidden;
    background: #d3d3d3;
    position: absolute;
    right: 158px;
    top: 59px;
    position: absolute;
}

.topSearch {
    height: 35px;
    overflow: hidden;
}

    .topSearch ul li {
        height: 35px;
        line-height: 35px;
        float: left;
    }

.topSearchForm {
    padding-left: 13px;
    width: 427px;
    overflow: hidden;
}

    .topSearchForm span {
        font-weight: bold;
        color: #333;
        float: left;
        margin-right: 11px;
    }

    .topSearchForm input {
        float: left;
        border: 0;
    }

    .topSearchForm span.topSearchTxt {
        height: 20px;
        width: 257px;
        margin-right: 2px;
        padding: 3px 0 0 30px;
        margin-top: 6px;
        padding: 5px 0 0 30px\9;
        height: 18px;\9
    }

.topSearchTxt input {
    width: 254px;
}

.topSearchBtn {
    width: 48px;
    cursor: pointer;
    height: 23px;
    margin-top: 6px;
}

.topSearchLink {
    width: 540px;
    ;
    overflow: hidden;
}

    .topSearchLink span {
        color: #FFF;
        margin-right: 5px;
    }

    .topSearchLink a {
        color: #333;
        margin-right: 19px;
    }

.bread {
    margin: 10px 0;
    border: 1px solid #eeeeee;
    height: 27px;
    line-height: 27px;
    padding-left: 11px;
    color: #545454;
}

    .bread a {
        color: #545454;
    }

    .bread span {
        color: #000;
    }

.innerLeft {
    float: left;
    width: 180px;
}

.innerLeftTop {
    background: url(http://www.at-siac.com/images/common/leftTop.jpg) no-repeat;
    width: 180px;
    height: 73px;
    display: none;
}

.innerLeft h4 {
    background: url(http://www.at-siac.com/images/common/leftTitle.png) no-repeat;
    width: 166px;
    height: 26px;
    line-height: 26px;
    font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
    font-size: 16px;
    padding-left: 14px;
    color: #fff;
}

    .innerLeft h4 span {
        color: #b9cfe2;
        font-size: 12px;
        margin-left: 5px;
    }

.innerLeftLink {
    border: 1px solid #d7d7d7;
    background: url(http://www.at-siac.com/images/common/leftBg.png) left bottom repeat-x;
    padding: 20px 0 40px;
}

    .innerLeftLink ul li {
        margin-bottom: 3px;
    }

        .innerLeftLink ul li h5 {
            width: 168px;
            height: 25px;
            line-height: 25px;
            font-weight: bold;
        }

            .innerLeftLink ul li h5 a {
                color: #727171;
                display: block;
                background: url(http://www.at-siac.com/images/common/leftLink.png) no-repeat;
                padding-left: 17px;
            }

                .innerLeftLink ul li h5 a:hover, .innerLeftLink ul li h5 a.current {
                    color: #fff;
                    background: url(http://www.at-siac.com/images/common/leftLinkHover.png) no-repeat;
                    text-decoration: none;
                }

        .innerLeftLink ul li.long h5 a {
            background: url(http://www.at-siac.com/images/common/leftLink02.png) no-repeat;
            line-height: 20px;
            height: 42px;
        }

            .innerLeftLink ul li.long h5 a:hover, .innerLeftLink ul li.long h5 a.current {
                background: url(http://www.at-siac.com/images/common/leftLink02Hover.png) no-repeat;
            }

    .innerLeftLink dl {
        padding: 15px 0;
    }

        .innerLeftLink dl dd {
            padding: 0 10px 0 10px;
            line-height: 21px;
        }

            .innerLeftLink dl dd a {
                background: url(http://www.at-siac.com/images/common/leftIcon.gif) left 7px no-repeat;
                color: #727171;
                padding-left: 10px;
                display: block;
            }

                .innerLeftLink dl dd a:hover, .innerLeftLink dl dd a.current {
                    background: url(http://www.at-siac.com/images/common/leftIconHover.gif) left 7px no-repeat;
                    color: #f97907;
                    font-weight: bold;
                }

.innerLeftQ {
    padding-top: 5px;
}

    .innerLeftQ ul li {
        margin-bottom: 5px;
        float: left;
    }

        .innerLeftQ ul li a img {
            display: block;
        }

.innerRight, .boxRight {
    float: right;
    width: 780px;
    overflow: hidden;
}

.commonRightTitle {
    background: url(http://www.at-siac.com/images/common/rightTitle.gif) repeat-x;
    height: 29px;
    line-height: 29px;
    padding-left: 10px;
    font-weight: bold;
    color: #242424;
}

.commonRightTitle2 {
    background: url(http://www.at-siac.com/images/common/rightTitle.gif) repeat-x;
    height: 29px;
    line-height: 29px;
    padding-left: 10px;
    color: #242424;
    font-size: 18px;
    font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
}

.commonShare {
    float: right;
    width: 122px;
}

    .commonShare ul li {
        float: left;
        color: #555;
    }

.commonShareIcon {
    background: url(http://www.at-siac.com/images/common/iconShare.jpg) no-repeat;
    width: 122px;
    height: 19px;
    display: block;
    margin: 5px 0 0 0;
    text-indent: -6666px;
}

.commonSizeS {
    font-size: 12px;
    color: #565656;
    margin-right: 5px;
    font-weight: bold;
    cursor: pointer;
}

.commonSizeB {
    font-size: 14px;
    color: #565656;
    margin: 0 15px 0 5px;
    font-weight: bold;
    cursor: pointer;
}

.hrFaq .hrFaqSearch {
    background: url(http://www.at-siac.com/images/hr/searchBg.png) left center no-repeat #efefef;
    height: 50px;
    margin-top: 2px;
    padding: 0 0 0 130px;
}

.contactHr .hrFaqSearch {
    background: url(http://www.at-siac.com/images/contact/hrTitle.png) left center no-repeat #efefef;
    height: 50px;
    margin-top: 2px;
    padding: 0 0 0 130px;
}

.hrFaqSearch ul li {
    float: left;
    padding-top: 12px;
}

.searchTxt input {
    margin-top: 1px;
    *margin-top: 0;
}

.searchSub input {
    margin-top: 1px;
}

.searchTxt {
    margin: 0 5px 0 2px;
    *margin: 0 2px;
}

    .searchTxt input {
        background: url(http://www.at-siac.com/images/hr/txtBg.jpg) repeat-x #fff;
        height: 18px;
        line-height: 18px;
        color: #999999;
        padding-left: 10px;
        border: 1px solid #bababa;
        width: 285px;
    }

.searchSub input {
    background: url(http://www.at-siac.com/images/hr/submit.png) no-repeat;
    width: 48px;
    height: 23px;
    border: none;
    cursor: pointer;
}

.rigNews {
    padding: 1px;
    border: #D7D7D7 1px solid;
    margin-bottom: 10px;
}

    .rigNews ul {
        padding: 10px 8px 10px 12px;
    }

    .rigNews li {
        height: 30px;
        line-height: 30px;
        padding: 0;
        background: url(http://www.at-siac.com/images/news/newsLine.gif) 0 29px repeat-x;
        overflow: hidden;
    }

        .rigNews li a {
            padding-left: 8px;
            background: url(http://www.at-siac.com/images/news/newsIco.gif) 1px 6px no-repeat;
            color: #727171;
        }

.newsTit {
    height: 27px;
    line-height: 27px;
    padding: 0 12px;
    background: url(http://www.at-siac.com/images/news/newsTitBg.png);
    border-bottom: #C1C1C1 1px solid;
}

    .newsTit h2 {
        float: left;
        height: 27px;
        line-height: 27px;
        color: #181818;
        font-size: 16px;
    }

        .newsTit h2 a {
            float: none;
            font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
            color: #000;
        }

    .newsTit a {
        float: right;
        color: #5F5F5F;
        font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
    }

.LeftImg {
    height: 107px;
    padding: 2px 0 0 1px;
}

    .LeftImg img {
        display: block;
    }

.commonBanner {
    padding: 13px 0 11px;
}

    .commonBanner img {
        display: block;
    }

#ctl00_CPH_pgArticle {
    text-align: center;
    height: 30px;
    padding-top: 6px;
    background: url(http://www.at-siac.com/images/investment/pageBg.png);
}

    #ctl00_CPH_pgArticle a, #ctl00_CPH_pgArticle .cur_page, #ctl00_CPH_pgArticle span {
        display: inline-block;
        height: 21px;
        line-height: 21px;
        font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
    }

    #ctl00_CPH_pgArticle a, #ctl00_CPH_pgArticle span {
        padding: 0 8px;
        background: #fff;
        color: #12396B;
    }

    #ctl00_CPH_pgArticle .cur_page {
        font-weight: 700;
        background: #FC8114;
        color: #fff;
        border: #FC8114 1px solid;
        padding: 0 8px;
    }

.commonRightCon {
    line-height: 22px;
    color: #242424;
    padding-top: 20px;
}

    .commonRightCon p {
        text-align: justify;
        text-justify: inter-ideograph;
    }



/*注册页面*/
.center {
    width: 965px;
    height: 700px;
    margin: 0 auto;
}

.left {
    width: 217px;
    height: 715px;
    float: left;
}

.left_register {
    width: 217px;
    height: 375px;
    float: left;
}

.left_register_detail {
    width: 217px;
    height: 375px;
    margin-left: 8px;
    float: left;
}

    .left_register_detail h4 {
        height: 27px;
        line-height: 27px;
        color: #000;
        padding: 0 10px 0 4px;
        font-size: 14px;
        margin: 0 1px;
        font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
    }

.left_connection_detail {
    width: 217px;
    height: 285px;
    margin-left: 8px;
    float: left;
    margin-top: 10px;
}

    .left_connection_detail h4 {
        height: 28px;
        line-height: 27px;
        color: #000;
        padding: 0 10px 0 4px;
        font-size: 14px;
        margin: 0 1px;
        font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
    }

        .left_connection_detail h4 a {
            color: #fff;
        }

.left_register h4 {
    height: 27px;
    line-height: 27px;
    color: #000;
    padding: 0 10px 0 4px;
    font-size: 14px;
    margin: 0 1px;
    font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
}

.left_register_content {
    width: 217px;
    height: 346px;
    line-height: 25px;
    float: left;
    border: 1px solid #c0d1e1;
    background-color: #efefef;
}

.left_connection {
    width: 217px;
    height: 285px;
    float: left;
    margin-top: 10px;
}

    .left_connection h4 {
        height: 28px;
        line-height: 27px;
        color: #000;
        padding: 0 10px 0 4px;
        font-size: 14px;
        margin: 0 1px;
        font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
    }

        .left_connection h4 a {
            color: #fff;
        }

.left_connection_content {
    width: 217px;
    height: 285px;
    line-height: 30px;
    background-color: #efefef;
    float: left;
    border: 1px solid #c0d1e1;
}

.left_connection_img {
    width: 217px;
    height: 295px;
    margin-top: 28px;
}

.right {
    width: 739px;
    height: 715px;
    float: left;
    margin-left: 8px;
}

.right_detail {
    width: 739px;
    height: 715px;
    float: left;
}

.right_line_detail {
    width: 741px;
    height: 4px;
    float: left;
}

.right_content_detail {
    width: 739px;
    height: 696px;
    float: left;
    border: 1px solid #c0d1e1;
}

.right_line {
    width: 741px;
    height: 4px;
    float: left;
    margin-left: 8px;
}

.right_content {
    width: 739px;
    height: 696px;
    float: left;
    margin-left: 8px;
    border: 1px solid #c0d1e1;
}

.right_img {
    width: 708px;
    height: 289px;
    float: left;
    border: 1px solid #c0d1e1;
    margin-left: 15px;
    margin-top: 5px;
}
/*新闻*/
.right_img1 {
    width: 708px;
    height: 289px;
    float: left;
    margin-left: 15px;
    margin-top: 5px;
}

.right_img1_left {
    width: 340px;
    height: 287px;
    float: left;
    border: 1px solid #c0d1e1;
}

.right_img1_right {
    width: 362px;
    height: 287px;
    float: left;
    border: 1px solid #c0d1e1;
}
/*新闻*/
.right_about1 {
    width: 708px;
    height: 289px;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
}

.right_about2 {
    width: 708px;
    height: 60px;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    border: 1px solid #c0d1e1;
}

/*联盟*/
.right_img2 {
    width: 708px;
    height: 180px;
    float: left;
    border: 1px solid #c0d1e1;
    margin-left: 15px;
    margin-top: 5px;
}

.right_line2 {
    width: 739px;
    height: 4px;
    float: left;
}

.right_about {
    width: 708px;
    height: 150px;
    float: left;
    margin-left: 15px;
}

.right_about_title {
    width: 708px;
    height: 27px;
    float: left;
}

.right_about_title_left {
    width: 17px;
    height: 27px;
    float: left;
}

.right_about_title_right {
    width: 691px;
    height: 27px;
    float: left;
}

    .right_about_title_right h4 {
        height: 28px;
        line-height: 27px;
        color: #FF0000;
        padding: 0 10px 0 12px;
        font-size: 14px;
        font-weight: 200;
        margin: 0 1px;
        font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
    }

.right_about_content {
    width: 708px;
    height: 118px;
    line-height: 27px;
    float: left;
}

.right_product {
    width: 708px;
    height: 229px;
    float: left;
    margin-left: 15px;
    margin-top: 5px;
}

    .right_product h4 {
        height: 28px;
        line-height: 27px;
        color: #fff;
        padding: 0 10px 0 12px;
        font-size: 14px;
        margin: 0 1px;
        font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
    }

.right_product_content {
    width: 707px;
    height: 191px;
    float: left;
    border: 1px solid #c0d1e1;
    margin-top: 4px;
}

#cpzhanshi {
    width: 708px;
    height: 171px;
    margin: auto;
}

#cppicnews {
    height: 171px;
    width: 155px;
    font-size: 12px;
    float: left;
    text-align: center;
    line-height: 20px;
    margin: 10px;
    border: 1px solid #c0d1e1;
}

.fon1 {
    text-decoration: line-through;
    font-size: 14px;
}

.fon2 {
    font-size: 16px;
    font-weight: bold;
    color: #900;
}

.fon3 {
    color: #f37715;
}

.fon4 {
    color: #999;
}



/*注册页面*/
.login {
    width: 739px;
    height: 500px;
    padding: 100px 50px 100px 360px;
}

.login_register {
    width: 739px;
    height: 50px;
}

    .login_register h4 {
        height: 50px;
        line-height: 50px;
        color: #000;
        padding: 0 10px 0 5px;
        font-size: 20px;
        margin: 0 1px;
        font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
    }

.register {
    width: 639px;
    height: 450px;
}

    .register ul {
        margin-top: 11px;
        padding-top: 1px;
    }

        .register ul li {
            height: 30px;
            line-height: 30px;
            padding-left: 21px;
        }

/*供求信息Start   20160119孙云艳添加*/
.con_gqfb-box {
    width: 1022px;
    height: 420px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
}
    /*border:1px solid #e9e9e9;*/
    .con_gqfb-box ul {
        width: 1022px;
        margin: 0 auto;
    }

    .con_gqfb-box li {
        width: 330px;
        height: 200px;
        line-height: 200px;
        float: left;
        margin: 2px 0px 2px 9px;
    }
/**/

.tc14-tabtitbox {
    border-left: 1px solid #e9e9e9;
}

    .tc14-tabtitbox li {
        float: left;
        width: 120px;
        height: 73px;
        overflow: hidden;
    }

.tc14-h73 li.first {
    width: 118px;
    border-right: 1px solid #e9e9e9;
}

.tc14-tabtitbox li a {
    text-decoration: none;
    width: 119px;
    height: 70px;
    background-color: #e9e9e9;
    padding-bottom: 3px;
    border-right: 1px solid #e9e9e9;
    overflow: hidden;
    display: block;
}

    .tc14-tabtitbox li a:hover {
        background-color: #fff;
        border-right: 1px solid #e9e9e9;
        color: #C0504D;
    }

.tc14-tabtitbox li.current a, .tc14-tabtitbox li.current a:hover {
    background-color: #fff;
    color: #C0504D;
}

.tc14-tabtitbox li.first {
    width: 119px;
}

    .tc14-tabtitbox li.first a {
        width: 118px;
    }

        .tc14-tabtitbox li.first a img {
            width: 118px;
        }

.tc14-tab-h53 li {
    height: 43px;
    width: 144px;
    font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
}

    .tc14-tab-h53 li.first {
        width: 143px;
    }

    .tc14-tab-h53 li a {
        text-decoration: none;
        width: 143px;
        height: 40px;
        line-height: 40px;
        background-color: #f7f7f7;
        padding-bottom: 0;
        border-right: 1px solid #e9e9e9;
        overflow: hidden;
        display: block;
        text-align: center;
        font-size: 16px;
        color: #666;
        border-bottom: 3px solid #e9e9e9;
    }

    .tc14-tab-h53 li.first a {
        width: 142px;
    }

        .tc14-tab-h53 li.first a img {
            width: 142px;
        }

    .tc14-tab-h53 li a:hover {
        background-color: #fff;
        border-right: 1px solid #e9e9e9;
        border-bottom: 3px solid #fff;
        color: #333;
    }

    .tc14-tab-h53 li.current a, .tc14-tab-h53 li.current a:hover {
        background-color: #fff;
        border-bottom: 3px solid #fff;
        color: #333;
    }

.tc14-cytab {
    height: 40px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #e9e9e9;
    width: 100%
}

    .tc14-cytab li {
        width: 104px;
    }

        .tc14-cytab li a {
            width: 103px;
        }

        .tc14-cytab li.first {
            width: 104px;
        }

            .tc14-cytab li.first a {
                width: 103px;
            }

        .tc14-cytab li.current a, .tc14-cytab li.current a:hover {
            background-color: #fff;
            border-bottom: 3px solid #fff;
            font-weight: bold;
            text-decoration: none;
        }

    .tc14-cytab span {
        float: right;
        margin-right: 20px;
        margin-top: 12px;
        color: #666;
    }

    .tc14-cytab h3 {
        float: left;
        margin-left: 5px;
        margin-top: 2px;
        color: #333;
    }

/*供求信息End*/
/*页面主体*/
.general .middle {
    background-color: #fff;
    overflow: hidden;
}

    .general .middle .wrapper .con {
        clear: both;
        min-height: 300px;
        float: left;
        padding-bottom: 30px;
        margin: 0px;
        width: 980px;
    }

        .general .middle .wrapper .con A {
            color: #669900;
            border-bottom: #4f4f4f 1px dotted;
        }

            .general .middle .wrapper .con A:hover {
                color: #333;
                border-bottom: #4f4f4f 1px dotted;
            }

    .general .middle .wrapper P {
        line-height: 18px;
    }

.general .header {
    height: 101px;
}

.general .wrapper {
    padding-left: 0px;
    float: none;
    padding-bottom: 10px;
    margin: 0 auto;
    width: 1184px;
    padding-top: 5px;
}

.pageTitle {
    clear: both;
    margin-TOP: 24px;
    font-size: 24px;
    float: left;
    color: #000;
}

.contentTitle {
    clear: both;
    font-size: 20px;
    float: left;
    width: 100%;
    color: #436206;
}

.feature_tour .tab {
    clear: both;
    background: url(/images/tab_img/featuresTabBg1024X37.png) no-repeat;
    float: left;
    visibility: visible;
    margin: 15px 0px 0px 0px;
    width: 1024px;
}

    .feature_tour .tab A {
        display: block;
        font-size: 14px;
        float: left;
        width: 19.9%;
        color: #000;
        text-indent: 20px;
        line-height: 37px;
        height: 37px;
        text-decoration: none;
        outline: none;
        outline-style: none;
    }

        .feature_tour .tab A.current {
            color: #000;
            font-weight: bold;
        }
/*文字阴影：text-shadow: 0px 1px 0px #788e21; */
.feature_tour .mask {
    clear: both;
    float: left;
    margin: 0px 0px 10px 0px;
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 400px;
    text-align: center;
    border: solid 1px #ccc;
}

    .feature_tour .mask .maskCon {
        width: 5120px;
    }

        .feature_tour .mask .maskCon .innerCon {
            float: left;
            width: 1184px;
            line-height: 450px;
        }

.feature_tour .nav {
    clear: both;
    float: left;
    width: 100%;
}
    /*visibility: hidden;*/
    .feature_tour .nav P {
        margin: auto;
        width: 420px;
    }

        .feature_tour .nav P A {
            display: block;
            float: left;
            width: 210px;
            height: 36px;
        }

            .feature_tour .nav P A.prev {
                background: url(/images/tab_img/feature_tours_navigation420.png) no-repeat left 0px;
                color: #002060;
            }

                .feature_tour .nav P A.prev:hover {
                    background-position: 0px -36px;
                }

            .feature_tour .nav P A.next {
                background: url(/images/tab_img/feature_tours_navigation420.png) no-repeat right 0px;
                color: #002060;
            }

                .feature_tour .nav P A.next:hover {
                    background-position: right -72px;
                }


/*文本框*/
.maic-input3 {
    width: 148px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #efefef inset;
    padding: 0 5px 0 5px;
    color: #333;
    float: left;
    font-size: 12px;
}

.maic-input33 {
    width: 478px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #efefef inset;
    padding: 0 5px 0 5px;
    color: #333;
    float: left;
    font-size: 12px;
}

/*搜索框*/
.global_serach_div {
    float: left;
    width: 83%;
    margin: 7px 0px 0 0px;
    font-size: 19px;
}
.consulting{
    display: flex;
    justify-content: center;
    position: relative;
    left: 0px;
    top: 13px;
    float: right;
    width: 18%;
}
.consulting span {
    margin-left: .225rem;
    font-size:1.25rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #128EF1;
    line-height: 34px;
}
.consulting img {
    margin-right: 13px !important;
    height: 30px !important;
    cursor: pointer;
    width: 100%;
    margin-top: 7px;
}

.global_search_btn {
    float: left;
    width: 132px;
    /*height: 35px;*/
    height: 36px;
    line-height: 36px;
    background-color: #4D91FA;
    color: #333;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #4D91FA;
    font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
    letter-spacing: 5px;
    /*border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;*/
}

.global_input_search {
    height: 33px;
    line-height: 33px;
    font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
    color: #333;
    background: #FFF;
    font-size: 14px;
    /*width: 344px;*/
    width: 491px;
    border: none;
    padding-left: 6px;
}

.global_input_focus {
    height: 33px;
    line-height: 33px;
    color: #000;
    font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
    background: #FFF;
    font-size: 16px;
    width: 339px;
    padding-left: 5px;
    border: none;
}

.global_input_blur {
    height: 33px;
    line-height: 33px;
    color: #dedede;
    font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
    background: #FFF;
    width: 339px;
    padding-left: 5px;
    font-size: 16px;
    border: none;
}

.global_input_search_div {
    float: left;
    /*width: 344px;*/
    width: 500px;
    /*height: 35px;*/
    height: 36px;
    line-height: 36px;
    border: 1px solid #4D91FA;
}

.header_wrapper_adimg img {
    height: 110px;
    width: 100%;
}
/*服务详情标题*/
.service_detail_title {
    height: 30px;
    width: 90px;
    padding-left: 5px;
    font-size: 20px;
    font-weight: bold;
    margin: 2px 0px;
    color: #333;
}

.service_detail_content {
    color: #666;
    font-size: 14px;
    padding-left: 24px;
}

.service_list_item {
    padding: 10px 0px 20px 0px;
}
