@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-size: 12px;
    font-family: "宋体";
}

ul {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.shadow {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px #e8e8e8\11;
}

a {
    text-decoration: none;
}

a:hover {
    color: #1c85b8;
    text-decoration: underline;
}

/*头部*/
.body1 {
    /*background: url(bg.jpg) repeat 10px 140px;*/
}

.body2 {
    background: url(bg.jpg) repeat ;
}

.top-menu {
    height: 31px;
    line-height: 30px;
    background: url(mennu-bg.jpg) repeat-x top;
    color: #666;
}

.warpe {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.top-nav a {
    color: #666;
}

.top-nav a:hover {
    color: #1c85b8;
}

.top-box {
    width: 1000px;
    margin: 0 auto;
    height: 77px;
}

.top-logo {
    margin: 13px 0 0 0px;
}

.login {
    width: 196px;
    height: 26px;
    clear: both;
    text-align: right;
    margin-left: 168px;
}

.login a {
    float: left;
    width: 96px;
    height: 26px;
}

.register-btn {
    background: url(login.jpg) no-repeat left top;
}

.login-btn {
    background: url(login.jpg) no-repeat right top;
}

.register-btn:hover {
    background: url(login.jpg) no-repeat left bottom;
}

.login-btn:hover {
    background: url(login.jpg) no-repeat right bottom;
}

.top-warpe {
    background: url(top-bg.png) repeat-x top center;
    height: 109px;
}

.top-login {
    margin: 9px 25px 0px 0px;
}

.serach-box {
    background: url(search-bg.jpg) no-repeat top left;
    width: 362px;
    height: 28px;
    margin-top: 20px;
}

.search-btn {
    float: right;
    width: 27px;
    height: 28px;
    background: url(search-btn.jpg) left;
}

.search-btn:hover {
    background: url(search-btn.jpg) right;
}

.search-text {
    float: left;
}

.search-text input {
    width: 230px;
    padding-left: 5px;
    height: 26px;
    margin: 1px;
    line-height: 25px;
    * height: 25px;
}

.search_select {
    position: relative;
    float: left;
    background: url(select.jpg) right center no-repeat;
    width: 75px;
    height: 26px;
    margin: 2px 0px 0px 8px;
    z-index: 10000;
}

.search_select span {
    float: left;
    width: 82px;
    height: 30px;
    color: #333;
    font-size: 14px;
    line-height: 26px;
    cursor: pointer;
    padding: 0px;
}

.search_select .sub {
    background-color: #fcfcfc;
    position: absolute;
    top: 26px;
    left: -9px;
    width: 91px;
    border: 1px solid #ddd;
    border-top: 0px;
    color: #333;
    z-index: 10000;
}

.search_select .sub li {
    height: 28px;
    border-bottom: 1px dotted #ddd;
    color: #555;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
    margin-bottom: -1px;
    padding-left: 15px;
}

.search_select .sub li:hover {
    background: #e8e8e8;
    color: #000;
}

.nav {
    width: 1006px;
    height: 44px;
    margin: 0 auto;
    padding-top: 3px;
    border-radius: 3px;
    background: url(nav-bg2.png) no-repeat right top;
    position: relative;
    top: 10px;
    left: 0px;
    z-index: 1000;
}

.nav ul {
    width: 1000px;
    height: 40px;
    margin: 0 auto;
    font-size: 16px;
    font-family: "微软雅黑"
}

.nav a {
    color: #333;
    text-decoration: none;
    height: 40px;
    line-height: 30px;
    float: left;
    /*padding: 0 0 0 8px;*/
    margin-right: 5px;
    cursor: hand;
}

.nav a span {
    padding: 5px 23px 0 23px;
    float: left;
    height: 35px;
    position: relative;
    z-index: 100;
}

.nav a:hover span {
    background: url(nav-bg.gif) bottom;
    border-radius: 5px;
    color: #000;
    color: #fff;
}

/*.nav a:hover {*/
    /*background: url(nav-bg.gif) left bottom;*/
    /*height: 40px;*/
    /*padding: 0 0 0 8px;*/
/*}*/

.nav .active span {
    background: url(nav-bg.gif) bottom;
    padding: 5px 23px 0 23px;
    color: #fff;
    border-radius: 5px;
}

/*.nav .active {*/
    /*!*background: url(nav-bg.gif) left bottom;*!*/
    /*height: 40px;*/
    /*padding: 0 0 0 8px;*/
/*}*/

.login-text {
    width: 196px;
    height: 26px;
    line-height: 26px;
    text-align: right;
    margin-left: 168px;
}

.login-text a {
    color: #666;
}

.login-text a:hover {
    color: #3385c6;
}

/*服务项目*/
.pushmain_box {
    width: 1000px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    border: 1px solid #ddd;
    background: #fff;
    font-family: "微软雅黑";
}

.pushmain_box .pmbox_main .left_arr {
    float: left;
    width: 50px;
    text-align: right;
    padding-top: 15px;
}

.pushmain_box .pmbox_main .middle_main {
    float: left;
    width: 900px;
    height: auto;
    overflow: hidden;
}

.pushmain_box .pmbox_main .right_arr {
    float: left;
    width: 50px;
    text-align: left;
    padding-top: 15px;
}

.pushcompany_list {
    float: left;
    width: 285px;
    overflow: hidden;
    margin-left: 10px;
    padding: 8px 0 8px 0;
    zoom: 1;
}

.pushcom_logo100 {
    width: 94px;
    height: 94px;
    border: 1px solid #dfdfdf;
    padding: 2px;
}

.pushcom_profile {
    width: 175px;
}

.pushcom_profile .list01_tit {
    padding: 5px 0 4px 0;
}

.push_distop {
    margin-top: 3px;
    line-height: 24px;
    font-size: 14px;
}

.number_box {
    color: #888;
    line-height: 30px;
    padding: 0px 10px;
}

.number_box span {
    color: #ff6600;
    padding: 0px 5px;
}

.main {
    width: 1000px;
    margin: 0 auto;
    margin-top: 10px;
    clear: both;
    height: auto;
    overflow: hidden;
}

.main-left {
    border: 1px solid #ddd;
    width: 220px;
    background: #fff;
    min-height: 460px;
}

.main_title {
    width: 100%;
    height: 29px;
    background: url(title-bg.jpg) repeat-x center;
    line-height: 29px;
}

.main_title .m-t-nav {
    background: url(column_ico.jpg) no-repeat 20px center;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 0 32px;
    color: #333;
}

.main_title2 {
    width: 100%;
    height: 29px;
    background: url(title-bg.jpg) repeat-x;
    line-height: 29px;
}

.main_title2 .m-t-nav {
    background: url(content_sword.png) no-repeat 20px 10px;
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 0 32px;
    color: #333;
}

#allsort {
    position: relative;
    float: left;
    z-index: 0;
    margin: 0 0 0 0;
    _margin: 0 0 0 0;
}

#allsortlist {
    _width: 196px;
    _margin: 0 0 0 8px;
    _overflow: hidden;
    background: url(bannerbar_02.gif ) no-repeat 20px center;
    font-family: "微软雅黑";
}

.navlist {
    overflow: hidden;
    clear: both;
    /*background: url(lead_ico.png) no-repeat 196px 17px;
    _background: url(lead_ico.png) no-repeat 188px 17px;*/
}

.navlist h3 {
    width: 218px;
    _width: 216px;
    * width: 216px;
    line-height: 18px;
    text-indent: 10px;
    _text-indent: 6px;
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
    _margin: 0;
    _padding: 0;
    _position: relative;
    * z-index: 2;
    _left: 0px;
    padding: 1px 0 1px 1px;
}

.navlist h3 a {
    float: left;
    padding: 0 5px 0 24px;
    color: #333;
    font-size: 14px;
}

.navlist h3 a:hover {
    color: #0283bd;
}

.navlist h3.hover {
    _width: 216px;
    * width: 216px;
    width: 215px;
    position: relative;
    z-index: 2;
    padding: 0 0 0 0;
    _margin: 0;
    _padding: 0 0 0 0;
    border: 1px solid #0283bd;
    background: url(bannerbar_02.gif ) no-repeat 20px center #ffffff;
    border-right: 0;
}

.navlist .navmore {
    display: none;
    position: absolute;
    left: 215px;
    top: 0;
    width: 295px;
    border: 1px solid #0283bd;
    background: url(nav_list_bg.gif) repeat-y right top;
    background-color: #FFF;
    z-index: 1;
    overflow: hidden;
    height: 440px;
    * height: auto;
}

/*右侧菜单边框宽度*/


.navlist .navmore dl {
    float: left;
    width: 280px;
    margin: 0 10px 0 15px;
    _margin: 0 5px 0 5px;
    padding: 6px 0 6px 0;
    color: #333;
    background: #FFF;
    border-bottom: 1px solid #fff;
}

/*文字宽度*/
.navlist .navmore dl dd {
    float: right;
    width: 550px;
    overflow: hidden;
    padding: 0 0 0 0;
}

.navlist .navmore dl .widthsame {
    float: left;
    width: 133px;
    line-height: 28px;
    border-bottom: 1px solid #efefef;
}

.navlist .navmore dl .widthsame a {
    color: #333;
}

.navlist .navmore dl .widthsame a:hover {
    color: #ff8900;
}

.nav_tit a {
    display: block;
    height: 41px;
    line-height: 41px;
    width: 170px;
    border-bottom: 1px solid #0283bd;
    margin: 0 8px 0 8px;
    _margin: 0 4px 0 4px;
}

.nav_tit {
    font-weight: normal !important;
    font-size: 14px;
    padding: 0;
    margin: 0;
    width: 218px;
    height: 41px;
    line-height: 41px;
}

.professional_bar #allsortlist .navlist h3 {
    width: 198px;
    _width: 196px;
    * width: 196px;
    line-height: 18px;
    text-indent: 10px;
    _text-indent: 6px;
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
    margin: 0 8px 0 8px;
}

.professional_bar #warp1000 #allsortlist .navlist h3.hover {
    _width: 196px;
    * width: 196px;
    width: 195px;
    position: relative;
    z-index: 20 !important;
    padding: 1px 0 1px 1px;
    border: 0;
    background: url(lead_ico.png) no-repeat 188px 17px;
    background-color: #ffffe1;
}

.professional_bar #warp1000 #allsortlist .navlist h3 .nav_tit a {
    display: block;
    height: 41px;
    line-height: 41px;
    width: 170px;
    _width: 166px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 0 0;
    _margin: 0 0 0 0;
}

.content_right {
    width: 770px;
    border-bottom: 0;
    padding: 0 0 20px 0;
}

.navlist h3 .nav_tit a {
    display: block;
    height: 41px;
    line-height: 41px;
    width: 170px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 8px 0 8px;
    _margin: 0 4px 0 4px;
}

.main-right {
    width: 950px;
    float: right;
    border: 1px solid #ddd;
    background: #fff;
    height: auto;
    overflow: hidden;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
}

.page_serach {
    height: 38px;
    line-height: 38px;
    padding-left: 25px;
    font-size: 14px;
    font-family: "微软雅黑";
}

.page_serach select {
    width: 100px;
    height: 24px;
    border: 1px solid #CCC;
    padding: 1px;
    line-height: 26px;
}

.pageFong {
    margin-left: 15px;
}

.page_serach .input_01 {
    width: 210px;
    border: 1px solid #CCC;
    height: 24px;
    line-height: 24px;
}

.btn_01 {
    background: url(search_btn01.png) no-repeat top;
    width: 55px;
    height: 26px;
    border: 0;
    display: inline-block;
    * display: line;
    * zoom: 1;
    vertical-align: middle;
    margin-top: -2px;
    * margin-top: -8px;
}

.btn_01:hover {
    background: url(search_btn01.png) no-repeat bottom;
}

.sortbox {
    clear: both;
    background: #fafafa;
    border: 1px solid #dfdfdf;
    height: 29px;
    line-height: 29px;
    border-right: none;
    border-left: none;
    font-size: 14px;
    font-family: "微软雅黑";
}

.sort li {
    float: left;
    padding: 0 0 0 0 ;
    border-right: 1px solid #dfdfdf;
}

.sort li a {
    color: #333;
}

.sort .all {
    width: 70px;
    text-align: center;
    color: #ff7200;
}

.sort .all a {
    color: #ff7500;
}

.comment {
    position: relative;
    width: 80px;
    text-align: center;
    display: block;
    height: 29px;
    padding: 0 10px 0 0;
}

.up_ico {
    background: url(ico_updown.png) 0 0 no-repeat;
    width: 10px;
    height: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.down_ico {
    background: url(ico_updown.png) 0 -48px no-repeat;
    width: 10px;
    height: 16px;
    position: absolute;
    top: 10px;
    right: 8px;
}

.company-box {
    padding: 20px;
    overflow: hidden;
}

.company-box ul li {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-family: "微软雅黑";
}

.company_list {
    clear: both;
    overflow: hidden;
    padding: 15px 0 15px 0;
    zoom: 1;
}

.com-logo {
    width: 94px;
    height: 94px;
    border: 1px solid #dfdfdf;
    padding: 2px;
}

.com-message {
    width: 600px;
    position: relative;
}

.fw-sq {
    display: block;
    width: 93px;
    height: 30px;
    position: absolute;
    right: 25px;
    top: 10px;
    background: url(sq-btn1.png) no-repeat;
}

.fw-sq2 {
    display: block;
    width: 93px;
    height: 30px;
    background: url(fw_button.png) no-repeat;
    position: absolute;
    top: 60px;
    right: 25px;
}

.list01_tex {
    padding: 0 130px 4px 0;
    color: #666;
    clear: both;
    overflow: hidden;
}

.list01_tex div {
    float: left;
    line-height: 20px;
    width: 200px;
}

.fw-sq:hover {
    background: url(sq-btn2.png) no-repeat;
}

.com-message .list01_tit {
    padding: 0px 0 4px 0;
}

.list01_tit {
    line-height: 24px;
    padding: 10px 0 4px 0;
    clear: both;
    overflow: hidden;
}

.link_06c {
    color: #0283bd;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}

.link_06c a {
    color: #0283bd;
    text-decoration: none;
}

.link_06c a:hover {
    color: #ff7200;
    text-decoration: none;
    cursor: pointer;
}

.link_000 {
    color: #666;
}

.link_000 font {
    color: #999;
}

.lever {
    background: url(lever.png) no-repeat;
    width: 70px;
    height: 14px;
    margin: 2px 0 0 0;
}

.lever01 {
    background-position: 0 0;
}

.lever02 {
    background-position: 0 -14px;
}

.lever03 {
    background-position: 0 -28px;
}

.lever04 {
    background-position: 0 -42px;
}

.lever05 {
    background-position: 0 -56px;
}

.lever06 {
    background-position: 0 -70px;
}

.lever07 {
    background-position: 0 -84px;
}

.lever08 {
    background-position: 0 -98px;
}

.lever09 {
    background-position: 0 -112px;
}

.lever10 {
    background-position: 0 -126px;
}

.lever11 {
    background-position: 0 -140px;
}

.page-box {
    overflow: hidden;
    padding: 12px 20px 0px 20px;
    _padding: 10px 20px 40px 20px;
    clear: both;
    font-size: 14px;
    font-family: "微软雅黑"
}

.page-num {
    color: #999;
}

.colorRed {
    color: #0283bd;
}

.page-list li {
    float: left;
    padding: 0 0 0 4px;
}

.page-list li a {
    padding: 0 10px 0 10px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #ccc;
    display: block;
    color: #333;
}

.page-list li a:hover {
    background: #e5e5e5;
    text-decoration: none;
}

.page-list li span {
    line-height: 22px;
}

.input_02 {
    width: 40px;
    border: 1px solid #CCC;
    height: 22px;
    line-height: 22px;
    text-align: center;
}

.font1 {
    text-align: center;
    color: #ff7200;
    margin-left: 5px;
}

.font1:hover {
    color: #ff7200;
}

/*服务详情*/
.main2 {
    width: 1000px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    font-family: "微软雅黑";
    clear: both;
}

.pro-left {
    float: left;
    width: 230px;
    height: auto;
    overflow: hidden;
    margin-top: 12px;
}

.pro-right {
    float: left;
    width: 950px;
    height: auto;
    overflow: hidden;
    margin-top: 12px;
    margin-left: 10px;
    background: #fff;
    min-height: 580px;
}

.listbox1 {
    background: #fff;
    border: 1px solid #ddd;
    height: auto;
    overflow: hidden;
}

.main_title3 {
    font-size: 14px;
    font-family: "微软雅黑";
    color: #333;
    padding-left: 20px;
    width: 100%;
    height: 29px;
    background: url(title-bg.jpg) repeat-x center;
    line-height: 29px;
    font-weight: bold;
}

.main_title3 a {
    margin-right: 30px;
    font-size: 12px;
    color: #666;
}

.main_title3 a:hover {
    color: #038bc2;
}

.logo2 {
    width: 196px;
    height: auto;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    padding: 2px !important;
    margin: 0 0 2px 13px;
}

.boxmain {
    height: auto;
    overflow: hidden;
    padding: 10px 0 16px 0;
    font-family: "微软雅黑";
}

.logo2 img {
    max-width: 196px;
}

.imfomation_title {
    width: 214px;
    height: 38px;
    line-height: 18px;
    border-bottom: #e3e3e3 solid 1px;
    color: #000;
    font-size: 14px;
    text-indent: 5px;
    margin: 0 0 10px 8px;
}

.imfomation_title a {
    color: #666;
    font-weight: bold;
}

.imfomation_title a:hover {
    color: #ff8f00;
}

.imfomation_list {
    width: 215px;
    clear: both;
    overflow: hidden;
    color: #7d7d7d;
    line-height: 26px;
    margin: 0px 0 0 16px;
}

.imfomation_list .fl {
    width: 60px;
}

.imfomation_list .fr {
    width: 155px;
}

.imfomation_list .fr2 {
    color: #333;
}

.margin {
    margin-top: 10px;
}

.ser-list {
    margin-left: 20px;
    font-family: "微软雅黑";
}

.ser-list li {
    line-height: 24px;
    font-size: 12px;
    background: url(point01.gif) 0px 10px no-repeat;
    overflow: hidden;
    padding: 2px 0 2px 12px;
}

.ser-list li a {
    color: #333;
}

.ser-list li a:hover {
    color: #ff8f00;
}

.ser-message {
    background-color: #f8f8f8;
    padding: 6px 0 10px 16px;
    border-top: 2px solid #ddd;
}

.ser-mesbox {
    width: 740px;
    margin: 0 auto;
    font-family: "微软雅黑";
}

.ser-title {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
}

.mes-list {
    line-height: 28px;
    color: #333;
    clear: both;
    height: auto;
    overflow: hidden;
}

.mes-list p {
    float: left;
    width: 50%;
}

.mes-list .tjfw_link {
    color: #999;
}

.ser-btn {
    margin: 5px 0 0 0;
}

.ser-listbox {
    background: #fff;
    height: auto;
    overflow: hidden;
}

.fwxq_tabpage {
    background: url(botline_bg.gif) bottom repeat-x;
    height: 34px;
    overflow: hidden;
}

.fwxq_tabpage ul {
    list-style: none;
    list-style-position: outside;
    margin: 0px;
    padding: 0px;
    margin-left: 18px;
}

.fwxq_tabpage ul li {
    float: left;
    list-style-image: none;
    list-style: none;
    height: 33px;
    margin: 0px;
    padding: 0px;
    margin-top: 1px;
}

.fwxq_tabpage ul li a {
    float: left;
    border: #ededed solid 1px;
    border-bottom: 0px;
    height: 32px;
    line-height: 32px;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    margin-left: -1px;
    padding: 0px 15px;
}

.fwxq_tabpage ul li a:hover {
    color: #000;
    text-decoration: none;
}

.fwxq_tabpage .active {
    background-color: #fff;
    border: #ededed solid 1px;
    border-top: #fe8f01 solid 3px;
    border-bottom: 0px;
    height: 30px;
    line-height: 28px;
    color: #000;
    font-weight: bold;
}

.fwxq_tabpagemain {
    color: #000;
    font-size: 14px;
    line-height: 28px;
    text-indent: 28px;
    padding: 16px 24px;
}

.fwxq_tabpagemain1 {
    color: #000;
    font-size: 14px;
    line-height: 30px;
    padding: 16px 24px;
}

.fwxq_tabpagemain1 .tableborder {
    border-bottom: 1px dotted #ccc;
    font-size: 14px;
    font-family: "微软雅黑";
}

.fwxq_tabpagemain1 table {
    padding: 0px;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #999;
}

.fwxq_tabpagemain1 table .star {
    background: url(lever.png) no-repeat;
}

.fwxq_tabpagemain1 table .star01 {
    background-position: 0 -140px;
}

.fwxq_tabpagemain1 table .serviceIn {
    color: #333;
}

.main_title4 {
    border: 1px solid #ddd;
    background: #fff;
    margin: 0 10px;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 14px;
    font-family: "微软雅黑";
}

.main_title4 a {
    color: #666;
    font-size: 12px;
    margin-right: 10px;
}

.main_title4 a:hover {
    color: #038bc2;
}

.mainimg {
    width: 720px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    clear: both;
}

.imglist {
    float: left;
    width: 180px;
    height: auto;
    margin-top: 18px;
}

.imglist .image {
    width: 104px;
    height: 94px;
    margin: 2px auto;
    text-align: center;
}

.imglist .image img {
    max-width: 104px;
    max-height: 94px;
}

.imglist .name {
    width: 150px;
    color: #787878;
    line-height: 18px;
    margin: 0 auto;
    overflow: hidden;
    min-height: 40px;
    text-align: center;
}

.imglist .name a {
    color: #333;
}

.imglist .name a:hover {
    color: #ff8f00;
}

/*服务需求*/
.main3 {
    width: 1000px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    font-family: "微软雅黑";
    clear: both;
}

.demand-left {
    width: 273px;
    padding: 0 0 0 0;
    float: left;
}

.demand-neet {
    clear: both;
    border: #dddddd solid 1px;
    background: #fff;
    overflow: hidden;
    padding: 4px 0 4px 4px;
}

.demand-neet-btn {
    display: block;
    width: 263px;
    height: 51px;
    background: url(ser_neet_pic.png) no-repeat center 0px;
}

.demand-neet-btn:hover {
    background: url(ser_neet_pic.png) no-repeat center -51px;
}

.demand-list {
    border: 1px solid #ddd;
    background: #fff;
    margin-top: 10px;
    min-height: 200px;
}

.main-title4 {
    width: 100%;
    height: 29px;
    background: url(title-bg.jpg) repeat-x center;
    line-height: 29px;
    font-family: "微软雅黑";
}

.main-title4 span {
    background: url(point03.gif) no-repeat 10px center;
    width: 180px;
    padding-left: 24px;
    font-size: 14px;
    font-weight: bold;
}

.main-title4 a {
    color: #666;
    margin-right: 10px;
}

.main-title4 a:hover {
    color: #038bc2;
}

.demand-list-new ul {
    padding: 6px 10px 12px 10px;
}

.demand-list-new li {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    padding: 3px 0 3px 0;
    font-size: 13px;
}

.demand-list-new span {
    color: #ff8f00;
    margin-right: 5px;
}

.demand-list-new li a {
    color: #666;
}

.demand-list-new li a:hover {
    color: #038bc2;
}

.demand-right {
    width: 715px;
    float: left;
    background: #fff;
    margin-left: 10px;
    padding: 0 0 10px 0;
    border: #e1e1e1 solid 1px;
    min-height: 503px;
}

.demand_list2 {
    padding: 0px 10px 16px 10px;
    overflow: hidden;
}

.demand_list2 li {
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 0 12px 0 12px;
    zoom: 1;
    color: #666;
    font-size: 14px;
    padding-bottom: 10px;
    position: relative;
}

.colorc00 {
    color: #999;
}

.fw-sq22 {
    display: block;
    width: 93px;
    height: 30px;
    position: absolute;
    right: 12px;
    top: 35px;
    z-index: 100;
}

.ser-box {
    padding: 20px;
    overflow: hidden;
    font-family: "微软雅黑";
}

.newsview_tit {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    margin-bottom: 15px;
}

.newsview_top {
    height: auto;
    overflow: hidden;
    clear: both;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.newsview_about {
    line-height: 28px;
    width: 580px;
    margin: 0 auto;
    clear: botn;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}

.newsview_about2 {
    line-height: 28px;
    float: left;
    width: 1580px;
    margin: 0 auto;
    clear: botn;
    height: auto;
}

.newsview_about2 span {
    float: left;
    font-size: 14px;
    color: #666;
}

.newsview_about span {
    float: left;
    width: 40%;
    font-size: 14px;
    color: #666;
}

.newsview_con {
    overflow: hidden;
    clear: both;
    font-size: 14px;
    font-family: "微软雅黑", sans-serif;
    color: #000;
    line-height: 26px;
    padding: 20px;
}

.newsview_con p {
    padding: 0 0 15px 0;
}

.newsview_con .indent_2em {
    padding: 0 0 15px 0;
    text-indent: 2em;
}

.newsview_pic {
    text-align: center;
    padding: 0 0 0 0;
}

.contact_us {
    clear: both;
    width: 200px;
    margin: 0 auto;
    margin-top: 20px;
}

.contact_btn {
    background: url(contact_us.jpg) no-repeat 0 0;
    height: 30px;
    width: 93px;
    display: block;
}

.contact_btn:hover {
    background-position: -93px 0;
}

.xq_btn2 {
    background: url(xq.jpg) no-repeat 0 0;
    height: 30px;
    width: 93px;
    display: block;
}

.xq_btn2:hover {
    background-position: -93px 0;
}

.page_serach2 {
    height: 38px;
    line-height: 38px;
    padding-left: 15px;
    font-size: 14px;
    font-family: "微软雅黑";
    border-bottom: 1px solid #ddd;
}

.page_serach2 select {
    height: 24px;
    border: 1px solid #CCC;
    padding: 1px;
    line-height: 26px;
}

.pageFong {
    margin-left: 15px;
}

.select-1 {
    width: 120px;
}

.select-2 {
    width: 80px;
}

.page_serach2 .input_01 {
    width: 170px;
    border: 1px solid #CCC;
    height: 24px;
    line-height: 24px;
}

/*申请服务*/
.main4 {
    width: 1000px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    font-family: "微软雅黑";
    clear: both;
    border: 1px solid #ddd;
    height: 560px;
    background: #fff;
}

.put-box {
    width: 870px;
    margin: 0 auto;
    margin-top: 40px;
    border: 1px solid #ddd;
    border-right: none;
    border-left: none;
    padding: 15px 0;
}

.put-box p {
    border-bottom: 1px dashed #e2e2e2;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    margin: 0 5px;
}

.put-box p span {
    display: inline-block;
    width: 100px;
}

.put-box .p1 {
    border: none;
}

.des-text {
    width: 80%;
    border: 1px solid #ddd;
    min-height: 120px;
    margin: 10px 0 10px 0;
    vertical-align: top;
    padding: 5px;
    line-height: 1.5em;
    color: #666;
}

.submit-btn {
    margin: 30px 0 0 170px;
}

.submit-btn a {
    display: block;
    width: 93px;
    height: 30px;
    background: url(sub-btn.jpg) no-repeat left;
}

.submit-btn a:hover {
    display: block;
    width: 93px;
    height: 30px;
    background: url(sub-btn.jpg) no-repeat right;
}

/*搜索更改*/
.serach-box2 {
    width: 362px;
    height: 28px;
    font-family: "微软雅黑"
}

.logosearch_search_top {
    width: 375px;
    margin: 5px 0 8px 2px;
    font-size: 12px
}

.logosearch_search_top_selected {
    font-size: 15px;
    color: #2b2b2b;
    font-weight: bold;
    margin-right: 10px
}

.logosearch_search_top_noselected {
    font-size: 12px;
    color: #006699;
    margin-right: 10px;
}

.logosearch_search_bottom {
    width: 370px;
    height: 27px;
    border: 2px solid #3384c5;
}

.logosearch_search_input {
    background: url(search_icon.gif) 8px center no-repeat;
    width: 302px;
    height: 27px;
}

.search_input {
    width: 275px;
    height: 22px;
    line-height: 22px;
    border: 0;
    padding: 0;
    margin: 2px 0 0 25px;
    background: #transparent;
    outline: none;
    border: 0;
}

.search_b_r {
    width: 68px;
    height: 27px;
    background: #3384c5;
    text-indent: 20px;
    line-height: 25px;
    color: #FFF;
    font-size: 14px;
    font-family: "微软雅黑";
    font-weight: bold;
}

.search_b_r a {
    float: left;
    width: 68px;
    height: 27px;
    color: #FFF;
    text-decoration: none;
}

.search_b_r a:hover {
    background-color: #228bbf;
    color: #FFF;
    text-decoration: none;
}

/*错误页面*/
.errorbox {
    width: 700px;
    height: 260px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -350px;
    margin-top: -200px;
    font-family: "微软雅黑";
}

.error-img-left {
    width: 270px;
    float: left;
}

.error-text-right {
    width: 420px;
    float: right;
}

.error-text-right .text {
    font-size: 36px;
    font-weight: bold;
    color: #7a7a7a;
    letter-spacing: 4px;
    line-height: 50px;
    text-align: center;
    padding-bottom: 15px;
}

.error-text-right .text2 {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    padding-left: 20px;
    margin-top: 15px;
}

.error-btn a {
    display: block;
    width: 93px;
    height: 47px;
    background: url(error-btn.png) no-repeat top;
    margin: 15px 0 0 15px;
    line-height: 47px;
    padding-left: 40px;
    font-size: 18px;
    color: #7a7a7a;
}

.error-btn a:hover {
    background: url(error-btn.png) no-repeat bottom;
    color: #fff;
    text-decoration: none;
}

/*申请成功*/
.successbox {
    width: 510px;
    height: 120px;
    background: #fffdf4;
    border: 1px solid #e8e9cd;
    margin: 0 auto;
    margin-top: 80px;
    padding: 40px 40px 20px 40px;
}

.text3 {
    margin-left: 20px;
    margin-top: 5px;
    width: 440px;
}

.sub-t1 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.sub-t2 {
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}

.sub-t2 font {
    color: #ff7100;
}

.sub-t2 a {
    color: #066c9f;
    float: right;
}

.sub-t2 a:hover {
    color: #ff7100;
}

.sub-t3 {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.sub-t3 a {
    color: #066c9f;
    float: right;
}

.sub-t3 a:hover {
    color: #ff7100;
}

/**底部**/
.footer {
    height: 80px;
    background: #f8f8f8;
    width: 100%;
    text-align: center;
    color: #666;
    margin-top: 20px;
    padding-top: 20px;
    * padding-top: 0px;
    line-height: 20px;
    overflow: hidden;
}

.footer2 {
    height: 80px;
    border-top: 1px solid #e8e8e8;
    background: #f8f8f8;
    width: 100%;
    text-align: center;
    color: #666;
    margin-top: 20px;
    padding-top: 20px;
    line-height: 20px;
}

.newsview_about2 {
    text-align: center;
    color: #999;
}

.newsview_about2 span {
    margin: 0 20px;
}

.newsview_con .indent_3em {
    padding: 0 0 10px 0;
    text-indent: 2em;
    font-size: 15px;
    color: #3384c5;
    font-weight: bold;
}

.newsview_about ul {
    width: 600px;
    margin: 0 auto;
}

.newsview_about ul li {
    width: 260px;
    float: left;
    color: #666;
    line-height: 28px;
}

.newsview_about ul li .p2 {
    font-weight: bold;
    padding: 0;
}

.newsview_about ul li p {
    padding: 5px 0 0 10px;
}

.mes-box {
    margin: 0 auto;
    margin-left: 50px;
}

.mes-box label {
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

.mes-box .text4 {
    border: 1px solid #ddd;
    background: #fff;
    line-height: 22px;
    color: #666;
    padding: 0 5px;
    vertical-align: top;
    width: 70%;
    height: 100px;
}

.margin2 {
    width: 75%;
    text-align: right;
    margin: 5px 0 0 0;
    color: #999;
}

.sub-box {
    width: 300px;
    margin: 0 auto;
    margin-top: 50px;
}

.sub-box a {
    width: 93px;
    height: 30px;
}

.sub-box .sub-btn1 {
    background: url(sub-btn.jpg) no-repeat left;
}

.sub-box .sub-btn2 {
    background: url(sub-btn2.jpg) no-repeat left;
}

.sub-box .sub-btn1:hover {
    background: url(sub-btn.jpg) no-repeat right;
}

.sub-box .sub-btn2:hover {
    background: url(sub-btn2.jpg) no-repeat right;
}

.s1 {
    padding-left: 30px;
}

.nav .home {
    background: none;
}

/** 2014/12/23 需求列表更改登记需求样式 */
.mrnone {
    margin-top: 0;
}

.login-ser {
    width: 998px;
    height: 113px;
    border: 1px solid #d8d8d8;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 15px;
    background: url(ser-sub_03.jpg) no-repeat center;
}

.lg-btn {
    width: 178px;
    height: 40px;
    background: url(ser_06.png) no-repeat top left;
    background-size: 356px 50px;
    float: right;
    margin-top: 22px;
    margin-right: 48px;
}

.lg-btn:hover {
    background: url(ser_06.png) no-repeat top right;
    background-size: 356px 50px;
}

* /
