@charset "utf-8";
body {
    font-size:12px;
    color:#333333;
    font-family: "Microsoft YaHei", Arial, Verdana, sans-serif;
    background:#ffffff;
}
ul, ol, dl, dd {
    padding:0px;
    margin:0px;
    list-style-type: none;
}
* {
    margin:0px;
    padding: 0px;
}
img {
    border:none;
}
select, input, select {
    margin:0;
    font-size:12px;
    font-family:"Microsoft YaHei", Arial, Verdana, sans-serif;
    vertical-align:middle;
}
a:link {
    color:#333333;
    text-decoration:none;
}
a:visited {
    color:#333333;
    text-decoration:none;
}
a:hover {
    color:#107eea;
    text-decoration:none;
}
.clear {
    clear:both;
}
.container{
    width:980px;
    margin:0 auto;
}
h1{ font-size:14px; font-weight:bold;}
/*header*/
.container_top{
    width:100%;
    height:auto;
}
.top{
    width:100%;
    height:39px;
    background:#107eea;
    line-height:39px;
    overflow:hidden;
}
.top_con{
    width:1100px;
    height:39px;
    margin:0 auto;
}
.top_deng{ float:right; color:#ffffff; font-size:14px;}
.top_deng a{ color:#ffffff !important;}
.top_reg{
    width:89px;
    height:39px;
    float:right;
    background:#2f3841;
    font-size:14px;
    color:#FFFFFF !important;
    text-align:center;
}
.top_login{
    width:89px;
    height:39px;
    float:right;
    font-size:14px;
    color:#FFFFFF !important;
    text-align:center;
    border-left:1px solid #58a5f0;
}
.top_con span{ float:left; font-size:16px; color:#ffffff; margin-right:20px;}
.erdu{
    width:74px;
    height:39px;
    text-align:center;
    border-left:1px solid #58a5f0;
    border-right:1px solid #58a5f0;
    font-size:14px;
    float:left;
    color:#FFFFFF !important;
}
.erdu:hover{
    width:74px;
    height:39px;
    text-align:center;
    border-left:1px solid #58a5f0;
    border-right:1px solid #58a5f0;
    font-size:14px;
    background:#2f3841;
    float:left;
    color:#FFFFFF !important;
}
.erdu1{
    width:74px;
    height:39px;
    text-align:center;
    border-right:1px solid #58a5f0;
    font-size:14px;
    float:left;
    color:#FFFFFF !important;
}
.erdu1:hover{
    width:74px;
    height:39px;
    text-align:center;
    border-right:1px solid #58a5f0;
    font-size:14px;
    background:#2f3841;
    float:left;
    color:#FFFFFF !important;
}
.banner{
    width:100%;
    height:360px;
    border-bottom:10px solid #2f3841;
    position:relative;
    overflow:hidden;
}
.banner2{
    width:100%;
    height:350px;
    background:url(..../newimages/banner_bg.jpg) repeat-x bottom;
    position:relative;
    overflow:hidden;
    padding-bottom:12px;
}
.banner1{
    width:100%;
    height:112px;
    position:relative;
    background:url(..../newimages/banner.jpg) no-repeat;
}
.slides_con{
    width:100%;
    height:350px;
}
.flexslider { position: relative; height: 360px; overflow: hidden; background: url(..../newimages/loading.gif) 50% no-repeat; width:100%;}
.slides { position: relative; z-index: 1;}
.slides li { height: 360px; width:100%;}
.slides li img,.slides li a{ width:100%; height:360px; display:block;}
.flex-control-nav { position: absolute; bottom: 20px; z-index: 2; width: 100%; text-align:center;}
.flex-control-nav li { display: inline-block; width: 70px; height: 8px; margin: 0 10px; *display: inline; zoom: 1;}
.flex-control-nav a { display: inline-block; width: 70px; height: 8px; line-height: 40px; overflow: hidden; background: url(..../newimages/dot.png) right 0 no-repeat; cursor: pointer;}
.flex-control-nav .flex-active { background-position: 0 0;}
.menu{
    width:100%;
    height:112px;
    position:absolute;
    top:0px;
    left:0px;
    background:url(..../newimages/menu_bg.png);
    z-index:100;
}
.menu_con{
    width:1100px;
    height:112px;
    margin:0 auto;
}
.logo{
    width:210px;
    height:112px;
    float:left;
}
.logo a{ background:url(..../newimages/logo.png) no-repeat center left; display:block; width:210px; height:112px;}
.menu_list{
    width:890px;
    height:35px;
    float:left;
    padding:43px 0 34px 0;
}
.menu_nav{ float:right;}
.menu_nav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 35px;
    position:relative;
    z-index:1000000;
}
.menu_hot{
    width:16px;
    height:19px;
    display:block;
    background:url(..../newimages/tubiao_02.png) no-repeat;
    position:absolute;
    top:-10px;
    right:-5px;
}
/* Links */
.menu_nav li a {
    display: block;
    margin: 0 0 0 15px;
    line-height: 34px;
    text-decoration: none;
    font-size: 16px;
    color: #2f3841;
    padding:0 16px 0 16px;
    background:#107eea;
    border-radius:5px;
    color:#ffffff !important;
}
.menu_nav li:first-child a {
    border-left: none;
}
.menu_nav li:last-child a {
    border-right: none;
}
.menu_nav li:hover > a {
    color: #ffffff !important;
    background:#105496;
}
/* Sub Menu */

.menu_nav ul {
    position: absolute;
    top: 35px;
    left: 10px;
    opacity:0;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
    width:136px;
    padding:6px 0 6px 0;
}
.menu_nav ul div{
    background:#f54251;
    border-radius:5px;
    display:block;
    width:136px;
    height:auto;
    overflow:hidden;
}
.menu_nav li:hover > ul label{background:url(..../newimages/tubiao_01.png) no-repeat top center; position:absolute; top:0px; left:0px; display:block; height:6px; width:136px;}
.menu_nav li:hover > ul {
    opacity: 1;
}
.menu_nav ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
    margin:0;
}
.menu_nav li:hover > ul li {
    height: 30px;
    line-height:30px;
    overflow: visible;
    padding: 0;
}
.menu_nav ul li a {
    display:block;
    width:136px;
    border: none;
    margin:0;
    padding:0;
    font-size:14px;
    text-align:center;
    color:#ffffff !important;
    background:#f54251;
    border-radius:0px;
    line-height:30px;
}
.menu_nav ul li a:hover {
    border: none;
    background:#a3030f;
}
.security{
    width:100%;
    height:211px;
    background:url(..../newimages/security_bg.jpg) repeat-x;52
}
.security_con{
    width:1100px;
    height:211px;
    margin:0 auto;
}
.security_con li{
    width:350px;
    height:170px;
    float:left;
    padding:41px 0 0 0;
}
.security_l{
    width:100px;
    height:100px;
    float:left;
    margin-right:20px;
}
.security_r{
    width:230px;
    height:100px;
    float:left;
    color:#333333;
    line-height:20px;
}
.security_r b{ display:block; font-size:25px; color:#2f3841; height:40px; line-height:40px; margin-bottom:10px;}
.security_r a{ color:#107eea !important;}
.main_body{
    width:1100px;
    height:auto;
    margin:0 auto;
}
.links{
    width:1100px;
    height:auto;
    margin-top:30px;
}
.links_header{
    width:1100px;
    height:40px;
    line-height:40px;
    font-size:30px;
    font-weight:bold;
    text-align:center;
}
.links_con{
    width:1100px;
    height:auto;
    text-align:center;
}
.links_con img{
    width:196px;
    height:60px;
    border:2px solid #f2f2f2;
    margin:20px 8px 0 8px;
    display:inline;
}
.links_con img:hover{
    width:196px;
    height:60px;
    border:2px solid #107eea;
}
.footer{
    width:100%;
    height:auto;
    background:#373737;
    border-top:10px solid #090c11;
    padding:54px 0 20px 0;
    margin-top:40px;
}
.footer_con{
    width:1100px;
    height:auto;
    margin:0 auto;
}
.footer_top{
    width:1100px;
    height:215px;
    border-bottom:1px dashed #455260;
    border-top:1px dashed #455260;
}
.footer_logo{
    width:189px;
    height:115px;
    float:left;
    border-right:1px dashed #36404a;
    padding:100px 0 0 0;
    background:url(..../newimages/logo1.jpg) 0 28px no-repeat;
    font-size:14px;
    line-height:20px;
    color:#858585;
}
.footer_nav{
    width:485px;
    height:200px;
    float:left;
    border-right:1px dashed #36404a;
    padding:15px 38px 0 28px;
}
.nav_header{
    width:485px;
    height:40px;
    line-height:40px;
    font-size:30px;
    font-weight:bold;
    color:#ffffff;
    display:block;
}
.nav_nei{
    width:485px;
    height:120px;
    line-height:20px;
    display:block;
    overflow:hidden;
    color:#cccccc;
    margin-top:10px;
}
.nav_nei a:link{ color:#cccccc;}
.nav_nei a:visted{ color:#cccccc;}
.nav_nei a:hover{ color:#ffffff;}
.contact{
    width:330px;
    height:200px;
    float:left;
    padding:15px 0 0 28px;
}
.contact_header{
    width:330px;
    height:40px;
    line-height:40px;
    font-size:30px;
    font-weight:bold;
    color:#ffffff;
}
.contact_tel{
    width:275px;
    height:70px;
    background:url(..../newimages/tubiao_06.png) 0 10px no-repeat;
    padding:0 0 0 55px;
    color:#999999;
    font-size:20px;
    margin-top:5px;
}
.contact_tel span{ display:block; font-size:37px; color:#ffffff; font-weight:bold;}
.contact_email{
    width:275px;
    height:70px;
    background:url(..../newimages/tubiao_07.png) 5px 8px no-repeat;
    padding:0 0 0 55px;
    color:#999999;
    font-size:20px;
    margin-top:15px;
}
.contact_email span{ display:block; font-size:25px; color:#d4d4d4;}
.footer_bot{
    width:1000px;
    height:60px;
    margin-top:20px;
    text-align:center;
    color:#a3c3e3;
    line-height:20px;
}
.bot_a{
    display:block;
    background:url(..../newimages/boottb11.png) no-repeat;
    width:124px;
    height:47px;
}
.bot_a:hover{
    display:block;
    background:url(..../newimages/boottb111.png) no-repeat;
    width:124px;
    height:47px;
}
.bot_b{
    display:block;
    background:url(..../newimages/boottb22.png) no-repeat;
    width:116px;
    height:47px;
}
.bot_b:hover{
    display:block;
    background:url(..../newimages/boottb222.png) no-repeat;
    width:116px;
    height:47px;
}
.bot_c{
    display:block;
    background:url(..../newimages/boottb33.png) no-repeat;
    width:116px;
    height:47px;
}
.bot_c:hover{
    display:block;
    background:url(..../newimages/boottb333.png) no-repeat;
    width:116px;
    height:47px;
}
.auction{
    width:1100px;
    height:auto;
    margin-top:20px;
}
.auction_header{
    width:1100px;
    height:46px;
    line-height:46px;
    background:url(..../newimages/auction_bg.jpg) repeat-x;
}
.auction_header a{ float:right; margin-right:15px; color:#ffffff; font-family:"�??";}
.auction_header span{ float:left; margin-left:25px; font-size:18px; color:#ffffff;}
.auction_con{
    width:1048px;
    height:auto;
    padding:10px 25px 10px 25px;
    border-bottom:1px solid #828282;
    border-left:1px solid #828282;
    border-right:1px solid #828282;
}
.auction_con li{
    width:1048px;
    height:100px;
    float:left;
    padding:15px 0 15px 0;
    border-bottom:1px dotted #cccccc;
}
.auction_tu{
    width:134px;
    height:100px;
    margin-right:20px;
    float:left;
}
.auction_tu img{ width:134px; height:100px;}
.auction_mid{
    width:625px;
    height:100px;
    float:left;
    color:#555555;
}
.auction_bian{
    width:625px;
    height:24px;
    line-height:24px;
    font-size:14px;
    color:#1f60bc;
}
.auction_bian span{ float:left; width:135px;}
.auction_bian a:link{ color:#1f60bc;}
.auction_bian a:visited{ color:#1f60bc;}
.auction_bian a:hover{ color:#ff6600;}
.auction_name{
    width:625px;
    height:24px;
    line-height:24px;
}
.auction_hang1{
    width:625px;
    height:26px;
    line-height:26px;
}
.auction_di{
    float:left;
    width:115px;
    background:url(images/icon_08.png) no-repeat left center;
    padding-left:20px;
}
.auction_zhuang{
    float:left;
    width:115px;
    background:url(images/icon_10.png) no-repeat left 5px;
    padding-left:20px;
}
.auction_day{
    float:left;
    width:270px;
    background:url(images/icon_09.png) no-repeat left center;
    padding-left:20px;
}
.jinxing{
    background:#569100;
    color:#ffffff;
    padding:3px 6px 3px 6px;
    border-radius:4px;
}
.kaishi{
    background:#ce1619;
    color:#ffffff;
    padding:3px 6px 3px 6px;
    border-radius:4px;
}
.jieshu{
    background:#949494;
    color:#ffffff;
    padding:3px 12px 3px 12px;
    border-radius:4px;
}
.zanting{
    background:#666666;
    color:#ffffff;
    padding:3px 12px 3px 12px;
    border-radius:4px;
}
.auction_hang1 img{ float:left; margin:2px 10px 0 0;}
.auction_an{
    width:127px;
    height:69px;
    float:right;
    padding-top:31px;
}
.auction_an1{
    width:127px;
    height:100px;
    float:right;
}
.auction_an1 img{ margin-top:10px; float:left;}
.on{ background:#f4f4f4;}
.adv{
    width:1100px;
    height:auto;
    margin-top:10px;
}
.adv li{
    width:266px;
    height:94px;
    float:left;
    margin:10px 12px 0 0;
    display:inline;
}
.adv li img{ width:266px; height:94px;}
.news{
    width:1100px;
    height:auto;
    border-bottom:5px solid #107eea;
    border-top:5px solid #107eea;
    padding:0 0 20px 0;
    margin-top:20px;
}
.news_con{
    width:1100px;
    height:auto;
    margin-top:20px;
}
.news_top{
    width:1100px;
    height:154px;
}
.news_top_l{
    width:230px;
    height:154px;
    float:left;
    margin-right:30px;
}
.news_top_l img{ width:230px; height:154px;}
.news_top_r{
    width:784px;
    height:154px;
    float:left;
}
.news_title{
    width:784px;
    height:50px;
    line-height:25px;
    font-size:20px;
    font-weight:bold;
}
.news_nei{
    width:784px;
    height:44px;
    line-height:22px;
    overflow:hidden;
    font-size:14px;
    margin-top:10px;
}
.news_bot{
    width:784px;
    height:30px;
    margin-top:20px;
}
.news_bot a{
    width:110px;
    height:30px;
    line-height:30px;
    text-align:center;
    background:#2f3841;
    border-radius:3px;
    color:#ffffff !important;
    display:block;
    font-family:"�??";
}
.news_bot a:hover{
    width:110px;
    height:30px;
    line-height:30px;
    text-align:center;
    background:#000000;
    border-radius:3px;
    color:#ffffff !important;
    display:block;
    font-family:"�??";
}
.news_list{
    width:1100px;
    height:auto;
    margin-top:20px;
}
.news_list li{
    width:1100px;
    height:30px;
    line-height:30px;
    float:left;
    cursor:pointer;
    border-bottom:1px dotted #ebebeb;
    font-size:14px;
}
.news_list li a{ width:1100px; height:30px; display:block;}
.news_list li a span{ font-size:12px; color:#b4b4b4; float:right;}
.news_list li a:hover span{ font-size:12px; color:#107eea; float:right;}
.news_list li img{ float:left; margin:11px 15px 0 0;}
.news_header{
    width:1100px;
    height:59px;
}
.news_header li{
    width:262px;
    height:59px;
    line-height:50px;
    text-align:center;
    font-size:20px;
    float:left;
    cursor:pointer;
}
.newsA{ background:url(..../newimages/loan_hover.jpg) no-repeat; height:59px; color:#ffffff;}
.newsB{ background:url(..../newimages/loan_link.jpg) repeat-x top; height:50px; color:#ffffff; overflow:hidden; display:block;}
.loan_bot{
    width:1040px;
    height:40px;
    margin-top:25px;
    text-align:center;
}
.loan_bot a{
    width:190px;
    height:40px;
    display:block;
    background:#107eea;
    border-radius:3px;
    text-align:center;
    line-height:40px;
    color:#ffffff !important;
    font-size:18px;
    margin:0 auto;
}
.loan_bot a:hover{
    width:190px;
    height:40px;
    display:block;
    background:#0c6bc7;
    border-radius:3px;
    text-align:center;
    line-height:40px;
    color:#ffffff !important;
    font-size:18px;
    margin:0 auto;
}
.position{
    width:1100px;
    height:36px;
    margin-top:15px;
    line-height:36px;
    font-size:16px;
    color:#ffffff;
}
.position span{ float:left;}
.position_a{ background:#526a83 url(..../newimages/tubiao_10.jpg) no-repeat right; padding:0 40px 0 26px;}
.position_b{ background:#526a83 url(..../newimages/tubiao_11.jpg) no-repeat right; padding:0 34px 0 20px;}
.page{
    width:1100px;
    height:auto;
    line-height:40px;
    margin-top:40px;
    text-align:center;
    display:inline;
    float:left;
}
.page li{
    display:inline;
    white-space:nowrap;
    font-size:18px;
}
.page li a{
    border:1px solid #b6b6b6;
    text-align:center;
    margin:0 8px 0 8px;
    padding:7px 14px 7px 14px;
    border-radius:3px;
    color:#2f3841;
}
.page li a:hover{
    border:1px solid #f54251;
    background:#f54251;
    text-align:center;
    margin:0 8px 0 8px;
    padding:7px 14px 7px 14px;
    border-radius:3px;
    color:#ffffff;
}
.page_hover a:link{
    border:1px solid #f54251;
    background:#f54251;
    text-align:center;
    margin:0 8px 0 8px;
    padding:7px 14px 7px 14px;
    border-radius:3px;
    color:#ffffff;
}
.page_hover a:visited{
    border:1px solid #f54251;
    background:#f54251;
    text-align:center;
    margin:0 8px 0 8px;
    padding:7px 14px 7px 14px;
    border-radius:3px;
    color:#ffffff;
}
.page_hover a:hover{
    border:1px solid #f54251;
    background:#f54251;
    text-align:center;
    margin:0 8px 0 8px;
    padding:7px 14px 7px 14px;
    border-radius:3px;
    color:#ffffff;
}
/*gotop*/
.cbbfixed {position: fixed;right: 20px;transition: bottom ease .3s;bottom: -120px;z-index: 3;cursor:pointer;}
.cbbfixed .cbbtn {width: 53px;height: 53px;display: block;}
.cbbfixed .gotop {transition: background-color ease .3s;margin-top: 5px;}
.cbbfixed .gotop .up-icon{float:left; width:53px;height:53px;background:#cccccc url(../newimages/gotop.png) no-repeat;}
.cbbfixed .weixin .weixin-icon{float: left; width:53px;height: 53px; background:#cccccc url(../newimages/tubiao_22.png) no-repeat;}
.cbbfixed .gotop:hover .up-icon{float:left; width:53px;height:53px;background:#f54251 url(../newimages/gotop.png) no-repeat;}
.cbbfixed .weixin:hover .weixin-icon{float: left; width:53px;height: 53px; background:#f54251 url(../newimages/tubiao_22.png) no-repeat;}
.mortgage{
    width:1100px;
    height:auto;
    margin:0 auto;
    padding:10px 0 45px 0;
}
.mortgage_header{
    width:1100px;
    height:80px;
    line-height:80px;
    border-bottom:1px solid #107eea;
    text-align:center;
    font-size:36px;
    font-weight:bold;
    color:#303242;
}
.mortgage_nei{
    width:1020px;
    height:auto;
    margin:30px auto 0 auto;
    line-height:30px;
    font-size:18px;
}
.mortgage_tu{
    width:1100px;
    height:74px;
    margin-top:25px;
    text-align:center;
}
.mortgage_tu a{
    width:270px;
    height:74px;
    display:block;
    background:url(..../newimages/tubiao_08.jpg) no-repeat;
    margin:0 auto;
}
.mortgage_title{
    width:1100px;
    height:48px;
    line-height:48px;
    text-align:center;
    font-size:30px;
    font-weight:bold;
    margin-top:60px;
}
.mortgage_lian{
    width:1100px;
    height:148px;
    background:url(..../newimages/tubiao_09.jpg) no-repeat center center;
    margin-top:50px;
}
.third_jiao{
    width:47px;
    height:47px;
    margin:45px auto 0 auto;
}
.third_jiao a{ width:47px; height:47px; display:block; background:url(..../newimages/jiao.png) no-repeat}
.third_jiao a:hover{ width:47px; height:47px; display:block; background:url(..../newimages/jiao_2.png) no-repeat}
.borrow{
    width:100%;
    height:auto;
    background:url(..../newimages/borrow_bg.jpg);
    padding:0 0 45px 0;
}
.borrow_con{
    width:1100px;
    height:auto;
    padding-top:40px;
    margin:0 auto;
}
.borrow_header{
    width:1100px;
    height:46px;
    background:url(..../newimages/hosting_bg.png) no-repeat center;
}
.borrow_header span{
    width:362px;
    height:46px;
    line-height:46px;
    margin:0 auto;
    background:url(..../newimages/borrow_bg.jpg);
    display:block;
    text-align:center;
    font-size:36px;
    font-weight:bold;
    color:#303242;
}
.borrow_list{
    width:1070px;
    height:230px;
    margin-top:40px;
    padding-left:30px;
}
.borrow_list li{
    width:290px;
    height:230px;
    float:left;
    margin-right:90px;
}
.borrow_tu{
    width:104px;
    height:104px;
    display:block;
    margin:0 auto;
    background:url(..../newimages/tubiao_12.png) no-repeat;
    line-height:104px;
    text-align:center;
    font-size:18px;
    color:#ffffff;
    font-weight:bold;
}
.borrow_nei{
    width:290px;
    height:auto;
    line-height:22px;
    text-align:center;
    display:block;
    margin-top:30px;
    font-size:14px;
    color:#3d3c41;
}
.borrow_nei b{ color:#f54251;}
.analysis{
    width:920px;
    height:295px;
    margin:50px auto 0 auto;
}
.contrast{
    width:100%;
    height:auto;
    margin:0 auto;
    padding:40px 0 45px 0;
    background:url(..../newimages/contrast_bg.jpg);
}
.contrast_con{
    width:1100px;
    height:auto;
    margin:0 auto;
}
.contrast_header{
    width:1100px;
    height:46px;
    background:url(..../newimages/hosting_bg.png) no-repeat center;
}
.contrast_header span{
    width:240px;
    height:46px;
    line-height:46px;
    margin:0 auto;
    background:url(..../newimages/contrast_bg.jpg);
    display:block;
    text-align:center;
    font-size:36px;
    font-weight:bold;
    color:#ffffff;
}
.contrast_mid{
    width:1000px;
    height:auto;
    margin:35px auto 0 auto;
}
.contrast_mid table{ border:1px solid #333333; background:#ffffff; border-collapse:collapse;}
.contrast_mid table td{border:1px solid #333333; height:38px; line-height:38px; font-size:18px; text-align:center;}
.contrast_mid b{ color:#f54251;}
.mortgage_tu1{
    width:1100px;
    height:74px;
    margin-top:30px;
    text-align:center;
}
.mortgage_tu1 a{
    width:270px;
    height:74px;
    display:block;
    background:url(..../newimages/tubiao_13.jpg) no-repeat;
    margin:0 auto;
}
.formal_header{
    width:1100px;
    height:46px;
    background:url(..../newimages/hosting_bg.png) no-repeat center;
}
.formal_header span{
    width:220px;
    height:46px;
    line-height:46px;
    margin:0 auto;
    background:url(..../newimages/borrow_bg.jpg);
    display:block;
    text-align:center;
    font-size:36px;
    font-weight:bold;
    color:#303242;
}
.formal_list{
    width:989px;
    height:163px;
    margin-top:30px;
    padding-left:111px;
}
.formal_list li{
    width:158px;
    height:163px;
    float:left;
    margin-right:82px;
    background:url(..../newimages/tubiao_14.png) center 128px no-repeat;
}
.formal_mid{
    width:158px;
    height:116px;
    background:#107eea;
    color:#ffffff;
}
.formal_shu{
    width:150px;
    height:24px;
    line-height:24px;
    display:block;
    font-size:18px;
    font-weight:bold;
    padding:6px 0 0 8px;
}
.formal_nei{
    width:158px;
    height:auto;
    display:block;
    line-height:24px;
    font-size:18px;
    text-align:center;
    margin-top:10px;
}
.formal_nei1{
    width:158px;
    height:auto;
    display:block;
    line-height:18px;
    font-size:14px;
    text-align:center;
    margin-top:3px;
}
.formal_nei2{
    width:158px;
    height:auto;
    display:block;
    line-height:24px;
    font-size:16px;
    text-align:center;
    margin-top:3px;
}
.formal_title{
    width:1100px;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:26px;
    margin-top:25px;
}
.formal_con{
    width:878px;
    height:auto;
    margin:20px auto 0 auto;
}
.formal_con table{ border:1px solid #689acd; border-collapse:collapse; background:#ffffff;}
.formal_con td{ border:1px solid #689acd; height:38px; line-height:38px; font-size:18px; padding-left:3%;}
.contactus{
    width:1100px;
    height:auto;
    margin:0 auto;
    padding:10px 0 40px 0;
}
.contactus_header{
    width:1100px;
    height:80px;
    line-height:80px;
    border-bottom:3px solid #107eea;
    text-align:center;
    font-size:36px;
    font-weight:bold;
    color:#303242;
}
.contactus_header span{ font-size:24px; font-weight:normal; padding-left:10px; color:#666666;}
.map{
    width:1043px;
    height:318px;
    margin:40px auto 0 auto;
    background:url(..../newimages/map.jpg) no-repeat;
}
.map_con{
    width:290px;
    height:233px;
    float:right;
    color:#ffffff;
    font-size:18px;
    color:#ffffff;
    line-height:30px;
    padding:85px 15px 0 15px;
}
.assessment_title{
    width:1100px;
    height:30px;
    line-height:30px;
    text-align:center;
    font-size:24px;
    font-weight:bold;
    margin-top:30px;
}
.assessment_title span{ color:#f54251;}
.assessment_nei{
    width:1100px;
    height:auto;
    line-height:30px;
    text-align:center;
    font-size:18px;
    margin-top:50px;
}
.assessment{
    width:100%;
    height:auto;
    background:url(..../newimages/assessment.jpg) top center no-repeat;
}
.assessment_con{
    width:1100px;
    height:auto;
    margin:0 auto;
    padding:20px 0 50px 0;
}
.assessment_header{
    width:1100px;
    height:46px;
    background:url(..../newimages/hosting_bg.png) no-repeat center;
}
.assessment_header span{
    width:220px;
    height:46px;
    line-height:46px;
    margin:0 auto;
    display:block;
    text-align:center;
    font-size:36px;
    font-weight:bold;
    color:#ffffff;
}
.assessment_mid{
    width:1100px;
    height:auto;
    margin-top:50px;
}
.assessment_left{
    width:473px;
    height:auto;
    float:left;
    padding:86px 98px 0 124px;
    text-align:center;
    font-size:18px;
    text-align:center;
    color:#ffffff;
}
.assessment_right{
    width:405px;
    height:auto;
    float:left;
}
.assessment_right li{
    width:405px;
    height:35px;
    line-height:35px;
    float:left;
    margin-bottom:12px;
    color:#ffffff;
    font-size:18px;
    font-weight:bold;
}
.assessment_right li span{ background:#f54251; padding:0 12px 0 12px; float:left;}
.used_nei{
    width:920px;
    height:auto;
    line-height:30px;
    font-size:18px;
    margin:30px auto 0 auto;
}
.used_nei b{ color:#f54251;}
.used_nei span{ font-weight:bold; display:block; text-align:center; font-size:24px;}
.used_xi{
    width:550px;
    height:330px;
    background:url(..../newimages/tu_21.jpg) 80px 0 no-repeat;
    padding:60px 0 0 550px;
    line-height:24px;
    font-size:18px;
}
.function{
    width:1100px;
    height:auto;
    text-align:center;
    margin-top:40px;
}
.contrast_header1{
    width:1100px;
    height:46px;
    background:url(..../newimages/hosting_bg.png) no-repeat center;
}
.contrast_header1 span{
    width:400px;
    height:46px;
    line-height:46px;
    margin:0 auto;
    background:url(..../newimages/contrast_bg.jpg);
    display:block;
    text-align:center;
    font-size:30px;
    font-weight:bold;
    color:#ffffff;
}
.function_con{
    width:1100px;
    height:auto;
    text-align:center;
    margin-top:30px;
}
.function_list{
    width:1100px;
    height:150px;
    margin-top:60px;
}
.function_list li{
    width:158px;
    height:150px;
    float:left;
    margin-right:20px;
    background:url(..../newimages/tubiao_14.png) no-repeat bottom;
}
.function_a{
    width:158px;
    height:117px;
    background:#107eea;
    line-height:117px;
    display:block;
    color:#ffffff;
    font-size:24px;
    text-align:center;
}
.function_b{
    width:158px;
    height:90px;
    background:#107eea;
    line-height:30px;
    display:block;
    color:#ffffff;
    font-size:18px;
    text-align:center;
    padding-top:27px;
}
.jinjia_nei{
    width:985px;
    height:auto;
    padding-left:115px;
    margin-top:25px;
    line-height:36px;
    font-size:18px;
}
.jinjia_nei b{ color:#f54251;}
.jinjia_nei1{
    width:1100px;
    height:auto;
    margin-top:20px;
    text-align:center;
}
.system_top{
    width:1100px;
    height:395px;
    margin-top:20px;
    background:url(..../newimages/tu_26.jpg) 120px 0 no-repeat;
}
.system_top_nei{
    width:620px;
    height:auto;
    line-height:30px;
    padding:60px 0 0 370px;
    font-size:18px;
    text-align:center;
}
.system_top_nei b{ font-size:24px;}
.system_top_nei span{ font-size:30px;}
.borrow_header1{
    width:1100px;
    height:46px;
    background:url(..../newimages/hosting_bg.png) no-repeat center;
}
.borrow_header1 span{
    width:400px;
    height:46px;
    line-height:46px;
    margin:0 auto;
    background:url(..../newimages/borrow_bg.jpg);
    display:block;
    text-align:center;
    font-size:36px;
    font-weight:bold;
    color:#303242;
}
.detection_top{
    width:1100px;
    height:auto;
    line-height:30px;
    text-align:center;
    font-size:18px;
    margin-top:20px;
}
.black_overlay{ 
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=88);
    position:fixed;
} 
.white_content { 
    display: none;
    position: absolute;
    top: 50%;
    left:50%;
    width: 600px;
    height:100px;
    border: 10px solid #107eea;
    background-color: white;
    z-index:1002;
    overflow: auto;
    border-radius:10px;
    line-height:100px;
    margin:-60px 0 0 -310px;
    text-align:center;
    font-size:36px;
    font-weight:bold;
    position:fixed;
} 
.white_content img{ float:right; position:absolute; top:0px; right:0px;}


/*���߷���*/
.policy{
    width:990px;
    height:auto;
    margin:0 auto 0 auto;
    padding-top:26px;
}
.policy_left{
    width:240px;
    height:auto;
    float:left;
    margin-right:20px;
}
.policy_right{
    width:728px;
    height:auto;
    float:left;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    border-top:2px solid #686e71;
    background:#ffffff;
}
.policy_nav{
    width:238px;
    height:auto;
    border:1px solid #cccccc;
    background:#ffffff;
}
.policy_nav_h{
    width:219px;
    height:39px;
    line-height:39px;
    background:url(..../newimages/nav_bg.jpg) repeat-x;
    border-bottom:1px solid #dddddd;
    font-size:14px;
    font-family:"Microsoft YaHei";
    padding-left:19px;
}
.policy_nav_h img{ float:left; margin:13px 10px 0 0;}
.policy_nav_c{
    width:200px;
    height:auto;
    padding:5px 19px 18px 19px;
}
.policy_nav_c li{
    width:200px;
    height:28px;
    float:left;
    font-size:14px;
    font-family:"΢���ź�";
    margin-top:12px;
}
.policy_nav_c li a{display:block; background:url(..../newimages/nav_link.jpg) no-repeat; color:#333333; padding-left:15px; line-height:26px; height:28px;}
.policy_nav_c li a:hover{ display:block; background:url(..../newimages/nav_hover.jpg) no-repeat; color:#ffffff; padding-left:15px; text-decoration:none;}
.policy_hover a:link{ display:block; background:url(..../newimages/nav_hover.jpg) no-repeat; color:#ffffff; padding-left:15px;}
.policy_hover a:visited{ display:block; background:url(..../newimages/nav_hover.jpg) no-repeat; color:#ffffff; padding-left:15px;}
.policy_hover a:hover{ display:block; background:url(..../newimages/nav_hover.jpg) no-repeat; color:#ffffff; padding-left:15px;}
.policy_search{
    width:238px;
    height:auto;
    border:1px solid #dddddd;
    background:#ffffff;
    margin-top:15px;
}
.policy_search_c{
    width:238px;
    height:auto;
    padding:0 0 16px 0;
}
.policy_search_h{
    width:238px;
    height:24px;
    line-height:24px;
    margin-top:18px;
}
.policy_search_h span{ width:80px; float:left; text-align:right; padding-right:2px;}
.text2{
    width:138px;
    height:22px;
    line-height:22px;
    float:left;
    border:1px solid #cccccc;
}
.select1{
    width:140px;
    height:24px;
    line-height:24px;
    float:left;
    border:1px solid #cccccc;
}
.policy_search_tu{
    width:156px;
    height:27px;
    padding-left:82px;
    margin-top:18px;
}
.submit2{
    width:82px;
    height:27px;
    background:url(..../newimages/tubiao_17.jpg) no-repeat;
    border:none;
    cursor:pointer;
}
.policy_po{
    width:932px;
    height:40px;
    line-height:40px;
    background:url(..../newimages/policy_bg.jpg) repeat-x;
    padding:0 18px 0 18px;
}
.policy_po_r{ float:right; color:#666666;}
.policy_po_l{ float:left; font-size:16px; font-family:"΢���ź�"; background:url(..../newimages/tubiao_18.jpg) no-repeat left center; padding-left:16px;}
.policy_po_r a:link{ color:#666666;}
.policy_po_r a:visited{ color:#666666;}
.policy_po_r a:hover{ color:#ff6600;}
.policy_con{
    width:916px;
    height:auto;
    padding:10px 18px 15px 34px;
}
.policy_mid{
    width:676px;
    height:auto;
    margin-top:15px;
    border-bottom:1px dashed #cccccc;
    padding-bottom:10px;
}
.policy_top{
    width:676px;
    height:24px;
    line-height:24px;
    background:url(..../newimages/tubiao_20.jpg) repeat-x center;
}
.policy_top a{ width:51px; height:15px; float:right; margin-top:5px; background:#ffffff;}
.policy_top span{ float:left; background:#ffffff url(..../newimages/tubiao_19.jpg) no-repeat left center; color:#1f60bc; font-weight:bold; padding-left:20px;}
.policy_list{
    width:610px;
    height:120px;
    margin-top:10px;
    padding:0 55px 0 11px;
}
.policy_list li{
    width:600px;
    height:24px;
    line-height:24px;
    float:left;
    background:url(..../newimages/li2.jpg) no-repeat left center;
    padding-left:10px;
}
.day{ float:right; color:#999999;}

/*一嗨投标*/
.content_title{
    width:916px;
    height:24px;
    line-height:24px;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    overflow:hidden;
    margin-top:10px;
}
.content_day{
    width:916px;
    height:24px;
    line-height:24px;
    color:#999999;
    border-bottom:1px dotted #dddddd;
    text-align:center;
    padding:5px 0 5px 0;
}
.content_day span{ margin:0 10px 0 10px;}
.content_day a{ padding:3px 5px 3px 5px; background:#ff6600; color:#ffffff !important; margin:0 10px 0 10px; border-radius:3px;}
.content_day a:hover{ text-decoration:none;}
.content_nei{
    width:916px;
    height:auto;
    line-height:24px;
    padding:30px 0 20px 0;
}

/*һ��Ͷ��*/
.tender{
	width:1100px;
	height:auto;
	margin:15px auto 0 auto;
}
.tender_left{
	width:315px;
	height:auto;
	float:left;
	margin-right:15px;
	display:inline;
}
.tender_right{
	width:718px;
	height:auto;
	float:left;
	border:1px solid #cccccc;
	background:#f7f7f7;
	padding:18px 25px 18px 25px;
}
.tender_ji{
	width:313px;
	height:60px;
	border:2px solid #ef8200;
}
.tender_ji a{
	width:311px;
	height:58px;
	display:block;
	border:1px solid #ffffff;
	text-align:center;
	background:#ef8200;
	color:#ffffff !important;
	font-size:24px;
	line-height:58px;
}
.tender_hui{
	width:288px;
	height:auto;
	border:1px solid #cccccc;
	margin-top:12px;
	background:#f7f7f7;
	padding:20px 0 15px 25px;
}
.tender_hui_a{
	width:263px;
	height:50px;
	padding-right:25px;
	text-align:center;
}
.tender_hui_b{
	width:288px;
	height:auto;
	margin-top:10px;
}
.tender_hui_b li{
	width:263px;
	height:30px;
	line-height:30px;
	float:left;
	background:url(../newimages/tubiao_17.jpg) no-repeat left center;
	padding-left:25px;
	font-size:14px;
	color:#666666;
}
.tender_search{
  width:100%;
  height:42px;
  line-height:42px;
  margin-top:20px;
  padding-right:0%;
}
.tender_search_city{
  width:20%;
  height:42px;
  line-height:42px;
  float:left;
  border:1px solid #cccccc;
  border-radius: 3px;
  margin-right:3%;
  font-size:14px;
}
.tender_so{
  width:94%;
  height:32px;
  line-height:32px;
  padding:0 3% 10px 3%;
}
.tender_so_text{
  width:62%;
  height:30px;
  line-height:30px;
  float:left;
  border:1px solid #cccccc;
  border-radius: 3px;
  padding-left:3%;
}
.tender_so_button{
  width:30%;
  height:32px;
  line-height:30px;
  float:right;
  border:1px solid #ef8200;
  border-radius: 3px;
  text-align: center;
  background:#ef8200;
  color:#ffffff;
  cursor:pointer;
  font-size:14px;
}
.tender_so_text1{
  width:42%;
  height:40px;
  line-height:40px;
  float:left;
  border:1px solid #cccccc;
  border-radius: 3px;
  padding-left:3%;
  margin-right:3%;
}
.tender_so_button1{
  width:20%;
  height:42px;
  line-height:40px;
  float:left;
  border:1px solid #ef8200;
  border-radius: 3px;
  text-align: center;
  background:#ef8200;
  color:#ffffff;
  cursor:pointer;
  font-size:14px;
}
.tender_gui{
	width:283px;
	height:auto;
	border:1px solid #cccccc;
	margin-top:12px;
	background:#f7f7f7;
	padding:0 15px 3px 15px;
}
.tender_so_con{
	width:283px;
	height:auto;
	border:1px solid #cccccc;
	margin-top:12px;
	background:#f7f7f7;
	padding:0 15px 3px 15px;
}
.tender_gui_title{
	width:100%;
	height:54px;
	line-height:54px;
	text-align:center;
	color:#ef8200;
	font-size:24px;
	font-weight:bold;
}
.tender_gui_title span{ background:url(../newimages/tubiao_18.jpg) no-repeat left center; padding-left:35px;}
.tender_gui_title1{
	width:100%;
	height:54px;
	line-height:54px;
	text-align:center;
	color:#ff5d26;
	font-size:18px;
	font-weight:bold;
}
.tender_gui_title1 span{ background:url(../newimages/tubiao_18.jpg) no-repeat left center; padding-left:35px;}
.tender_gui_li{
	width:236px;
	height:auto;
	float:left;
	border:1px solid #cccccc;
	background:#ffffff;
	line-height:18px;
	color:#333333;
	padding:6px 5px 6px 40px;
	margin-bottom:12px;
	font-size:14px;
}
.tender_gui_a{ background:#ffffff url(../newimages/tubiao_19.jpg) no-repeat 8px center;}
.tender_gui_b{ background:#ffffff url(../newimages/tubiao_20.jpg) no-repeat 8px center;}
.tender_gui_c{ background:#ffffff url(../newimages/tubiao_21.jpg) no-repeat 8px center;}
.tender_gui_d{ background:#ffffff url(../newimages/tubiao_22.jpg) no-repeat 8px center;}
.tender_gui_xin{
	width:100%;
	height:auto;
	line-height:18px;
	color:#333333;
}
.tender_gui_xin span{ display:block; margin-bottom:12px;}
.tender_header{
	width:718px;
	height:56px;
}
.tender_con{
	width:718px;
	height:auto;
	margin-top:28px;
}
.tender_title{
	width:666px;
	height:47px;
	line-height:47px;
	background:url(../newimages/tubiao_24.jpg) no-repeat left;
	color:#ffffff;
	font-size:24px;
	padding-left:52px;
}
.tender_title1{
	width:666px;
	height:47px;
	line-height:47px;
	background:url(../newimages/tubiao_25.jpg) no-repeat left;
	color:#ffffff;
	font-size:24px;
	padding-left:52px;
}
.tender_mid{
	width:716px;
	height:auto;
	border:1px solid #cccccc;
	background:#fefce7;
	margin-top:16px;
	font-size:14px;
	color:#000000;
}
.tender_mid table{ border:none; border-collapse:collapse;}
.tender_mid table td{ height:50px; text-align:center;}
.tender_mid_head{ background:#f44250; border-bottom:2px solid #bb000f; color:#ffffff; font-size:18px;}
.huang{ background:#fcf3c8;}
.tender_day{ color:#666666;}
.tender_mid a{ color:#ff5a24 !important; text-decoration:underline;}
.tender_jian{ color:#ef8200;}
.tender_text{ text-align:center; border:1px solid #cccccc; background:none; font-size:16px; width:80%; height:26px;}
.page1{
	width:100%;
	height:auto;
	line-height:40px;
	margin-top:10px;
	text-align:right;
	display:inline;
	float:left;
}
.page1 li{
	display:inline;
	white-space:nowrap;
	font-size:12px;
}
.page1 li a{
	border:1px solid #b6b6b6;
	text-align:center;
	margin:0 1px 0 1px;
	padding:3px 6px 3px 6px;
	border-radius:3px;
	color:#2f3841;
}
.page1 li a:hover{
	border:1px solid #ef8200;
	background:#ef8200;
	text-align:center;
	border-radius:3px;
	color:#ffffff;
}
.page_hover1 a:link{
	border:1px solid #ef8200;
	background:#ef8200;
	text-align:center;
	border-radius:3px;
	color:#ffffff;
}
.page_hover1 a:visited{
	border:1px solid #ef8200;
	background:#ef8200;
	text-align:center;
	border-radius:3px;
	color:#ffffff;
}
.page_hover1 a:hover{
	border:1px solid #ef8200;
	background:#ef8200;
	text-align:center;
	border-radius:3px;
	color:#ffffff;
}
.page_text{
	width:32px;
	height:16px;
	line-height:16px;
	text-align:center;
	background:#f8f8f8;
	border:none;
	padding:3px 0 3px 0;
	border:1px solid #cccccc;
	margin:-3px 5px 0 8px;
}
.page_button{
	width:36px;
	padding:4px 0 4px 0;
	background:#f8f8f8;
	border:none;
	border:1px solid #cccccc;
	cursor:pointer;
	margin:-3px 0 0 0;
}
.page_select{
	width:40px;
	border:1px solid #cccccc;
	margin-right:6px;
	margin-top:-3px;
}
.tender_po{
	width:718px;
	height:34px;
	line-height:34px;
}
.tender_po span{
	float:left;
	background:url(../newimages/tubiao_26.jpg) no-repeat left center;
	font-size:24px;
	color:#ef8200;
	padding-left:22px;
}
.tender_po a{
	float:right;
	height:32px;
	width:90px;
	border:1px solid #898989;
	background:#e6e6e6;
	text-align:center;
	line-height:32px;
	color:#333333 !important;
	border-radius:5px;
	font-size:14px;
}
.tender_po a:hover{
	float:right;
	height:32px;
	width:90px;
	border:1px solid #cf7100;
	background:#ef8200;
	text-align:center;
	line-height:32px;
	color:#ffffff !important;
	border-radius:5px;
	font-size:14px;
}
.tender_submit{
	width:160px;
	height:44px;
	text-align:center;
	line-height:44px;
	background:#ef8200;
	color:#ffffff;
	font-size:18px;
	border:none;
	border-radius:5px;
	cursor:pointer;
	margin:0 20px 0 20px;
}
.tender_xiao{
	width:160px;
	height:44px;
	text-align:center;
	line-height:44px;
	background:#a5a5a5;
	color:#ffffff;
	font-size:18px;
	border:none;
	border-radius:5px;
	cursor:pointer;
	margin:0 20px 0 20px;
}
.black_overlay{ 
	display: none; 
	position: absolute; 
	top: 0%; 
	left: 0%; 
	width: 100%; 
	height: 100%; 
	background-color: black; 
	z-index:100001; 
	-moz-opacity: 0.6; 
	opacity:0.6; 
	filter: alpha(opacity=60); 
	position:fixed;
}
.tender_overlay { 
	display: none; 
	position: absolute; 
	top: 50%; 
	left:50%; 
	width:710px; 
	height:242px; 
	background:#ffffff; 
	z-index:100002; 
	margin:-141px 0 0 -375px;
	position:fixed;
	border-radius:8px;
	padding:20px;
}
.tender_zhu{
	width:665px;
	height:40px;
	border:1px solid #b32d00;
	background:#ff5d26 url(../newimages/tubiao_27.png) no-repeat 10px center;
	font-size:16px;
	color:#ffffff;
	line-height:40px;
	padding-left:45px;
}
.tender_cheng{
	width:100%;
	height:auto;
	text-align:center;
	font-size:30px;
	background:url(../newimages/dui.png) no-repeat top center;
	background-size:80px 80px;
	padding-top:100px;
	margin-top:40px;
}
.tender_close{ float:right;}

/*?????*/
.xin_header{
	width:100%;
	height:123px;
}
.xin_top{
	width:1100px;
	height:50px;
	margin:0 auto;
	padding:13px 0 14px 0;
}
.xin_top img{ float:left;}
.xin_top_login{ float:right; line-height:50px;}
.xin_top_login a{ color:#ef8200 !important; padding:0 10px 0 10px;}
.xin_top_login span{ margin-left:10px; font-size:18px; float:right;}
.xin_menu{
	width:100%;
	height:46px;
	line-height:46px;
	background:#ef8200;
}
.xin_menu ul{
	width:1100px;
	height:46px;
	margin:0 auto;
}
.xin_menu ul li{
	width: 120px;
	height: 46px;
	line-height: 46px;
	float: left;
	font-size: 16px;
	text-align: center;
	font-weight: bolder;
}
.xin_menu ul li a{ color:#ffffff !important; display:block;}
.xin_menu ul li a:hover {
    width: 120px;
    height: 45px;
    display: block;
    line-height: 45px;
    background: #FFF;
    color: #42bfbf !important;
    text-decoration: none;
    border-top: 3px solid #42bfbf;
}
.xin_menu_cur a:link {
    width: 120px;
    height: 45px;
    display: block;
    line-height: 45px;
    background: #FFF;
    color: #42bfbf !important;
    text-decoration: none;
    border-top: 3px solid #42bfbf;
}
.xin_menu_cur a:visited {
    width: 120px;
    height: 45px;
    display: block;
    line-height: 45px;
    background: #FFF;
    color: #42bfbf !important;
    text-decoration: none;
    border-top: 3px solid #42bfbf;
}
.xin_menu_cur a:hover {
    width: 120px;
    height: 45px;
    display: block;
    line-height: 45px;
    background: #FFF;
    color: #42bfbf !important;
    text-decoration: none;
    border-top: 3px solid #42bfbf;
}
.xin_footer{
	width:100%;
	height:auto;
	background:#dddddd;
	border-top:3px solid #999999;
	padding:20px 0 0px 0;
	margin-top:20px;
}
.xin_footer_bot{
	width:1000px;
	height:60px;
	text-align:center;
	color:#000000;
	line-height:20px;
}

/*?��???*/
.login_header{
	width:1000px;
	height:50px;
	margin:0 auto;
	padding:13px 0 14px 0;
}
.login_header img{ float:left;}
.login{
	width:100%;
	height:560px;
	background:url(../newimages/img3.jpg) no-repeat center center;
}
.login_con{
	width:1000px;
	height:464px;
	margin:0 auto;
	padding-top:96px;
}
.login_deng{
	width:320px;
	height:370px;
	float:right;
	background:url(../newimages/login_bg.png);
	padding:0 30px 0 30px;
}
.login_top{
	width:320px;
	height:90px;
	line-height:90px;
	font-size:24px;
	color:#333333;
}
.login_text{
	width:298px;
	height:46px;
	line-height:46px;
	border:1px solid #ef8200;
	background:#ffffff url(../newimages/icon_01.jpg) no-repeat 286px center;
	padding-left:20px;
	font-size:16px;
	display:block;
}
.login_pass{
	width:298px;
	height:46px;
	line-height:46px;
	border:1px solid #ef8200;
	background:#ffffff url(../newimages/icon_02.jpg) no-repeat 286px center;
	padding-left:20px;
	font-size:16px;
	display:block;
	margin-top:20px;
}
.login_hang{
	width:320px;
	height:60px;
	line-height:60px;
}
.login_hang a{ float:right;}
.login_hang span{ float:left; margin-right:30px;}
.checkbox{
	width:13px;
	height:13px;
	float:left;
	margin:23px 8px 0 0;
}
.login_bot{
	width:298px;
	height:46px;
	line-height:46px;
	border:1px solid #ef8200;
	background:#ef8200;
	padding-left:20px;
	font-size:22px;
	color:#ffffff;
	text-align:center;
	display:block;
	cursor:pointer;
}
.login_bot:hover{
	width:298px;
	height:46px;
	line-height:46px;
	border:1px solid #d07100;
	background:#d07100;
	padding-left:20px;
	font-size:22px;
	color:#ffffff;
	text-align:center;
	display:block;
	cursor:pointer;
}
.login_foot{
	width:100%;
	height:80px;
	line-height:80px;
	text-align:center;
}
.login_ti{
	width:320px;
	height:auto;
	line-height:24px;
	margin-top:15px;
}

/*???*/
.login_body{
	width:990px;
	height:auto;
	margin:0 auto;
	padding-top:25px;
}
.reg{
	width:990px;
	height:auto;
	background:#ffffff;
	border-radius: 5px;
	border-bottom:1px solid #bfbfbf;
	padding:0 0 30px 0;
	-webkit-box-shadow: #bbbbbb 0px 0px 6px;
	-moz-box-shadow: #bbbbbb 0px 0px 6px;
	box-shadow: #bbbbbb 0px 0px 6px;
}
.reg_header{
	width:960px;
	height:66px;
	line-height:66px;
	padding-left:30px;
	font-size:24px;
	font-family:"΢���ź�";
	border-bottom:1px solid #d5d5d5;
}
.reg_con{
	width:760px;
	height:auto;
	margin:35px auto 0 auto;
}
.reg_nav{
	width:492px;
	height:90px;
	margin:0 auto;
	background:url(../newimages/reg_01.jpg) no-repeat;
}
.reg_nav1{
	width:492px;
	height:90px;
	margin:0 auto;
	background:url(../newimages/reg_02.jpg) no-repeat;
}
.reg_a{
	width:246px;
	height:90px;
	float:left;
	display:block;
}
.reg_b{
	width:246px;
	height:90px;
	float:left;
	display:block;
}
.reg_mid{
	width:760px;
	height:auto;
	margin-top:30px;
	border-top:1px solid #e6e6e6;
}
.reg_ti{
	width:500px;
	height:18px;
	line-height:18px;
	color:#ff0000;
	position:absolute;
	top:55px;
	left:150px;
}
.reg_hang{
	width:760px;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #f2f2f2;
	float:left;
	position:relative;
	padding:8px 0 10px 0;
}
.reg_name{
	width:134px;
	height:60px;
	float:left;
	text-align:right;
	padding-right:16px;
	font-size:14px;
}
.reg_right{
	width:610px;
	height:60px;
	float:left;
	color:#666666;
}
.reg_right span{ float:left; margin-right:30px;}
.radio{
	width:13px;
	height:13px;
	float:left;
	margin:20px 8px 0 0;
}
.reg_text{
	width:233px;
	height:29px;
	float:left;
	border-bottom:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-left:1px solid #c5c5c5;
	border-top:1px solid #c5c5c5;
	margin:15px 15px 0 0;
}
.reg_text1{
	width:134px;
	height:29px;
	float:left;
	border-bottom:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-left:1px solid #c5c5c5;
	border-top:1px solid #c5c5c5;
}
.reg_select{
	width:235px;
	height:31px;
	float:left;
	margin:15px 15px 0 0;
}
.select{
	width:90px;
	height:30px;
	float:left;
	margin:0 20px 0 0;
	border:1px solid #707070;
}
.reg_select img{
	width:89px;
	height:31px;
	float:left;
	margin-right:10px;
}
.kan:link{ color:#4956f9; text-decoration:underline;}
.kan:visited{ color:#4956f9;}
.kan:hover{ color:#4956f9;}
.checkbox1{
	width:13px;
	height:13px;
	float:left;
	margin:23px 8px 0 0;
}
.reg_right a:link{ color:#ff6600;}
.reg_right a:visited{ color:#ff6600;}
.reg_right a:hover{ color:#ff6600;}
.reg_tu{
	width:610px;
	height:29px;
	padding-left:150px;
	float:left;
}
.button1{
	width:54px;
	height:29px;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	border:none;
	background:url(../newimages/tubiao_12.jpg) no-repeat;
	cursor:pointer;
	margin-right:26px;
}
.button2{
	width:54px;
	height:29px;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	border:none;
	background:url(../newimages/tubiao_13.jpg) no-repeat;
	cursor:pointer;
	margin-right:26px;
}
.reg_yan{
	width:100px;
	height:31px;
	border:1px solid #cccccc;
	background:#f0f0f0;
	float:left;

	border-radius:3px;
	margin:15px 15px 0 0;
	cursor:pointer;
}
.reg_hang1{
	width:760px;
	height:32px;
	line-height:32px;
	border-bottom:1px solid #f2f2f2;
	float:left;
	position:relative;
	padding:0 0 10px 0;
}
.reg_text2{
	width:80px;
	height:29px;
	float:left;
	border-bottom:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-left:1px solid #c5c5c5;
	border-top:1px solid #c5c5c5;
	margin:0 15px 0 0;
}
.white_content1 { 
	display: none; 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	width:700px; 
	height:500px; 
	border: 3px solid #ff6600; 
	background-color: white; 
	z-index:10000002; 
	overflow: auto;
	margin:-253px 0 0 -353px; 
	position:fixed;
}
.tiaokuan_header{
	width:700px;
	height:30px;
	line-height:26px;
	background:#ff6600;
	color:#ffffff;
}
.tiaokuan_header span{ float:left; font-size:14px; font-weight:bold; padding-left:10px;}
.tiaokuan_header a{ float:right; margin:5px 5px 0 0;}
.tiaokuan_nei{
	width:660px;
	height:450px;
	line-height:24px;
	padding:10px 20px 10px 20px;
	overflow-y:auto;
}
.adv{
	width:1100px;
	height:100px;
	margin:15px auto 0 auto;
}
.tender_xia{ color:#000000 !important; text-decoration:none;}
.tender_xia:hover{ color:#ff0000 !important; font-weight:bold;}

/*新增*/
.car{
	width:1100px;
	height:auto;
	margin:20px auto 0 auto;
}
.car_banner{
	width:1098px;
	height:90px;
	border:1px solid #cccccc;
	overflow:hidden;
}
.car_banner img{ display:block; height:90px;}
.car_con{
	width:1090px;
	height:auto;
	border:1px solid #848484;
	margin-top:5px;
	padding:4px;
	overflow:hidden;
	position:relative;
}

.box{ width:1090px; margin:0 auto; position:relative; overflow:hidden; _height:100%;}
.picbox{ width:1096px; height:648px; overflow:hidden; position:relative;}
.piclist{ height:648px;position:absolute; left:0px; top:0px;}
.piclist li{ width:1100px; float:left;}
.piclist li a{
    width:264px;
	height:auto;
	float:left;
	margin:0 11px 11px 0;
}
.swaplist{ position:absolute; left:-3288px; top:0px;}


.device{ width:1090px; height:auto; overflow:hidden;}
.device .scroll{ width:100%; height:648px; overflow:hidden; position:relative;}
.device .scroll ul{ position:absolute; left:0; top:0; height:648px; overflow:hidden;}
.device ul{ overflow:hidden;}
.device ul li{ width:1090px; height:648px;overflow:hidden; float:left;}
.device ul li a{ width:264px; height:313px; margin:0 11px 11px 0; overflow:hidden; position:relative; float:left; display:block;}
.pre,.next{ width:30px; height:50px; background:url(../newimages/icon.png) no-repeat; background:url(../newimages/icon_ie6.png) no-repeat\9; position:absolute; top:299px; z-index:99; cursor:pointer;filter:alpha(opacity=70); opacity:0.7;}
.pre{ background-position:0 -60px; left:4px;}
.next{ background-position:0 0; right:4px;}

.deviceyi{ width:1090px; height:auto; overflow:hidden;}
.deviceyi .scrollyi{ width:100%; height:648px; overflow:hidden; position:relative;}
.deviceyi .scrollyi ul{ position:absolute; left:0; top:0; height:648px; overflow:hidden;}
.deviceyi ul{ overflow:hidden;}
.deviceyi ul li{  width:1090px; height:648px;overflow:hidden; float:left;}
.deviceyi ul li a{ width:264px; height:313px; margin:0 11px 11px 0; overflow:hidden; position:relative; float:left;}
.preyi,.nextyi{ width:30px; height:50px; background:url(../newimages/icon.png) no-repeat; background:url(../newimages/icon_ie6.png) no-repeat\9; position:absolute; top:299px; z-index:99; cursor:pointer;filter:alpha(opacity=70); opacity:0.7;}
.preyi{ background-position:0 -60px; left:4px;}
.nextyi{ background-position:0 0; right:4px;}

.car_list{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	overflow:hidden;
}
.car_list ul{
	width:1090px;
	height:auto;
	min-height:313px;
	max-height:648px;
	overflow-y:auto;
}

.car_tu{
	display:block;
	width:264px;
	height:198px;
}
.car_tu img{ display:block; width:264px; height:198px;}
.car_title{
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	overflow:hidden;
	text-align:right;
	font-size:24px;
	color:#000;
	margin-top:5px;
}
.car_nei{
	display:block;
	width:100%;
	height:24px;
	line-height:24px;
	overflow:hidden;
	text-align:right;
	font-size:14px;
	color:#707070;
}
.car_money{
	display:block;
	width:100%;
	height:36px;
	line-height:36px;
	overflow:hidden;
	text-align:right;
	font-size:30px;
	color:#ef8200;
	font-weight:bold;
	padding-bottom:10px;
}
.car_money1{
	display:block;
	width:100%;
	height:36px;
	line-height:36px;
	overflow:hidden;
	text-align:right;
	font-size:30px;
	color:#949494;
	font-weight:bold;
	padding-bottom:10px;
}
.car_more{
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:18px;
	margin-bottom:5px;
}
.car_more a{ color:#666666 !important;}
.car_more a:hover{ color:#20b9b6 !important;}
.caryi{
	width:1100px;
	height:auto;
	margin:10px auto 0 auto;
}
.caryi_header{
	width:100%;
	height:49px;
	background:#23b7b7;
	text-align:center;
}
.caryi_biao{
	width:94px;
	height:38px;
	display:block;
	position:absolute;
	top:5px;
	left:15px;
}
.black_overlay{ 
	display: none; 
	position: absolute; 
	top: 0%; 
	left: 0%; 
	width: 100%; 
	height: 100%; 
	background-color: black; 
	z-index:100001; 
	-moz-opacity: 0.6; 
	opacity:0.6; 
	filter: alpha(opacity=60); 
	position:fixed;
}
.popup { 
	display: none; 
	position: absolute; 
	top: 50%; 
	left:50%; 
	width:320px; 
	height:140px; 
	background:#ffffff; 
	z-index:100002; 
	margin:-71px 0 0 -161px;
	position:fixed;
	border-radius:5px;
	overflow:hidden;
	border:1px solid #ccc;
}
.popup_close{
	width:100%;
	height:40px;
	text-align:right;
}
.popup_close img{ cursor:pointer;}
.popup_tel{
	width:100%;
	height:auto;
	text-align:center;
}
.popup_tel_a{
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:18px;
	color:#666666;
}
.popup_tel_b{
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	font-size:24px;
	color:#000;
	margin-top:10px;
}
.refresh{ display:none;}







@media screen and (min-width: 320px) and (max-width: 768px) {
.xin_header{
	width:100%;
	height:auto;
}
.xin_logo{
	display:block;
	width:100%;
	height:50px;
}
.xin_top{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:13px 0 14px 0;
}
.xin_top a img{ display:block; float:left; height:40px; margin-top:5px;}
.xin_top_login{
	display:block;
	width:100%;
}
.xin_top_login span img{ display:block; height:30px; margin-top:10px;}
.xin_menu ul{
	width:100%;
	height:46px;
	margin:0 auto;
}
.tender{
	width:100%;
	height:auto;
	margin:15px auto 0 auto;
	padding-bottom:556px;
	position:relative;
}
.tender_left{
	width:100%;
	height:auto;
	float:right;
	margin-right:0px;
	display:block;
}
.tender_right{
	width:90%;
	height:auto;
	float:left;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:0px solid #cccccc;
	border-right:0px solid #cccccc;
	background:#f7f7f7;
	padding:18px 5% 18px 5%;
	margin-top:15px;
	margin-bottom:21px;
}
.tender_right_chu{
	width:90%;
	height:auto;
	float:left;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:0px solid #cccccc;
	border-right:0px solid #cccccc;
	background:#f7f7f7;
	padding:18px 5% 18px 5%;
	margin-top:15px;
	margin-bottom:120px;
}
.tender_right1{
	margin-bottom:140px;
}
.tender_header{
	width:100%;
	height:56px;
}
.tender_header img{ display:block; width:90%;}
.tender_con{
	width:100%;
	height:auto;
	margin-top:28px;
}
.tender_title{
	width:100%;
	height:47px;
	line-height:47px;
	background:url(../newimages/tubiao_24.jpg) no-repeat left;
	color:#ffffff;
	font-size:24px;
	padding-left:0px;
}
.tender_title span{ padding-left:52px;}
.tender_title1{
	width:100%;
	height:47px;
	line-height:47px;
	background:url(../newimages/tubiao_25.jpg) no-repeat left;
	color:#ffffff;
	font-size:24px;
	padding-left:0px;
}
.tender_title1 span{ padding-left:52px;}
.tender_mid{
	width:100%;
	height:auto;
	border:1px solid #cccccc;
	background:#fefce7;
	margin-top:16px;
	font-size:12px;
	color:#000000;
	overflow-x:auto;
}
.tender_mid table{ border:none; border-collapse:collapse; width:100%;}
.tender_mid table td{ height:50px; text-align:center;}
.tender_mid_head{ background:#f44250; border-bottom:2px solid #bb000f; color:#ffffff; font-size:12px;}
.tender_text{ text-align:center; border:1px solid #cccccc; background:none; font-size:12px; width:80%; height:26px;}
.tender_submit{
	width:140px;
	height:44px;
	text-align:center;
	line-height:44px;
	background:#ef8200;
	color:#ffffff;
	font-size:18px;
	border:none;
	border-radius:5px;
	cursor:pointer;
	margin:0 20px 0 20px;
}
.xin_footer{
	width:100%;
	height:auto;
	background:#dddddd;
	border-top:3px solid #999999;
	padding:20px 0 0px 0;
	margin-top:20px;
}
.footer_con{
    width:100%;
    height:auto;
    margin:0 auto;
}
.xin_footer_bot{
	width:100%;
	height:60px;
	text-align:center;
	color:#000000;
	line-height:20px;
}
.tender_ji{
	width:100%;
	height:60px;
	border:none;
}
.tender_ji div{ border:2px solid #ef8200; display:block;}
.tender_ji span{ border:1px solid #ffffff; display:block; height:58px;}
.tender_ji a{
	width:100%;
	height:60px;
	display:block;
	border:none;
	text-align:center;
	background:#ef8200;
	color:#ffffff !important;
	font-size:24px;
	line-height:58px;
}
.tender_hui{
	width:90%;
	height:auto;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:0px solid #cccccc;
	border-right:0px solid #cccccc;
	margin-top:12px;
	background:#f7f7f7;
	padding:20px 5% 15px 5%;
	position:absolute;
	bottom:435px;
}
.tender_hui_a{
	width:100%;
	height:50px;
	padding-right:0px;
	text-align:center;
}
.tender_hui_b{
	width:100%;
	height:auto;
	margin-top:10px;
}
.tender_hui_b li{
	width:95%;
	height:30px;
	line-height:30px;
	float:left;
	background:url(../newimages/tubiao_17.jpg) no-repeat left center;
	padding-left:5%;
	font-size:14px;
}
.tender_gui{
	width:90%;
	height:auto;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:0px solid #cccccc;
	border-right:0px solid #cccccc;
	margin-top:0px;
	background:#f7f7f7;
	padding:0 5% 3px 5%;
	position:absolute;
	bottom:120px;
}
.tender_gui1{
	width:90%;
	height:auto;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:0px solid #cccccc;
	border-right:0px solid #cccccc;
	margin-top:0px;
	background:#f7f7f7;
	padding:0 5% 3px 5%;
	position:absolute;
	bottom:113px;
}
.tender_search{
  width:100%;
  height:42px;
  line-height:42px;
  margin-top:20px;
  padding-right:0%;
}
.tender_so_con{
	width:90%;
	height:auto;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:0px solid #cccccc;
	border-right:0px solid #cccccc;
	margin-top:0px;
	background:#f7f7f7;
	padding:0 5% 3px 5%;
	position:absolute;
	bottom:0px;
}
.tender_gui_li{
	width:83%;
	height:auto;
	float:left;
	border:1px solid #cccccc;
	background:#ffffff;
	line-height:18px;
	color:#333333;
	padding:6px 5% 6px 12%;
	margin:0 auto;
	margin-bottom:12px;
	font-size:14px;
}
.tender_gui_a{ background:#ffffff url(../newimages/tubiao_19.jpg) no-repeat 8px center;}
.tender_gui_b{ background:#ffffff url(../newimages/tubiao_20.jpg) no-repeat 8px center;}
.tender_gui_c{ background:#ffffff url(../newimages/tubiao_21.jpg) no-repeat 8px center;}
.tender_gui_d{ background:#ffffff url(../newimages/tubiao_22.jpg) no-repeat 8px center;}
.tender_po{
	width:100%;
	height:34px;
	line-height:34px;
}
.login_header{
	width:100%;
	height:50px;
	margin:0 auto;
	padding:13px 0 14px 0;
}
.login_foot{
	width:100%;
	height:auto;
	line-height:24px;
	text-align:center;
	margin-top:20px;
}
.login_foot span{ display:block;}
.login_con{
	width:100%;
	height:464px;
	margin:0 auto;
	padding-top:96px;
}
.login_deng{
	width:320px;
	height:370px;
	float:none;
	background:url(../newimages/login_bg.png);
	padding:0 20px 0 20px;
	margin:0 auto;
}

/*新增*/
.car{
	width:100%;
	height:auto;
	margin:20px auto 0 auto;
}
.car_banner{
	width:100%;
	height:auto;
	border:0px solid #cccccc;
	overflow:hidden;
}
.car_banner img{ display:block; width:100%; height:100%; border:1px solid #cccccc;}
.device{ width:100%; height:auto; overflow:hidden;}
.device .scroll{ width:100%; height:360px; overflow:auto; position:relative;}
.device .scroll ul{ position:absolute; left:0; top:0; height:auto; overflow:auto;}
.device ul{ overflow:hidden;}
.device ul li{ width: 100vw; height:360px; overflow:hidden; float:left;}
.device ul li a{ width:24%; height:170px; margin:0 0.5% 10px 0.5%; overflow:hidden; position:relative; float:left;}
.pre,.next{ width:30px; height:50px; background:url(../newimages/icon.png) no-repeat; background:url(../newimages/icon_ie6.png) no-repeat\9; position:absolute; top:175px; z-index:99; cursor:pointer;filter:alpha(opacity=70); opacity:0.7;}
.pre{ background-position:0 -60px; left:4px;}
.next{ background-position:0 0; right:4px;}

.deviceyi{ width:100%; height:auto; overflow:hidden;}
.deviceyi .scrollyi{ width:100%; height:360px; overflow:auto; position:relative;}
.deviceyi .scrollyi ul{ position:absolute; left:0; top:0; height:auto; overflow:auto;}
.deviceyi ul{ overflow:hidden;}
.deviceyi ul li{ width: 100vw; height:360px; overflow:hidden; float:left;}
.deviceyi ul li a{ width:24%; height:170px; margin:0 0.5% 10px 0.5%; overflow:hidden; position:relative; float:left;}
.preyi,.nextyi{ width:30px; height:50px; background:url(../newimages/icon.png) no-repeat; background:url(../newimages/icon_ie6.png) no-repeat\9; position:absolute; top:175px; z-index:99; cursor:pointer;filter:alpha(opacity=70); opacity:0.7;}
.preyi{ background-position:0 -60px; left:4px;}
.nextyi{ background-position:0 0; right:4px;}
.car_con{
	width:100%;
	height:auto;
	border:0px solid #848484;
	margin-top:5px;
	padding:0%;
}
.car_list{
	width:100%;
	height:auto;
	overflow:hidden;
}
.car_list ul{
	width:100%;
	height:auto;
	overflow-y:auto;
}

.car_tu{
	display:block;
	width:100%;
	height:auto;
}
.car_tu img{ display:block; width:100%; height:auto;}
.car_title{
	display:block;
	width:100%;
	height:24px;
	line-height:24px;
	overflow:hidden;
	text-align:right;
	font-size:14px;
	color:#000;
	margin-top:5px;
}
.car_nei{
	display:block;
	width:100%;
	height:36px;
	max-height:36px;
	line-height:18px;
	overflow:hidden;
	text-align:right;
	font-size:12px;
	color:#707070;
}
.car_money{
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	overflow:hidden;
	text-align:right;
	font-size:16px;
	color:#ef8200;
	font-weight:bold;
	padding-bottom:0px;
}
.car_money1{
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	overflow:hidden;
	text-align:right;
	font-size:16px;
	color:#949494;
	font-weight:bold;
	padding-bottom:0px;
}
.caryi{
	width:100%;
	height:auto;
	margin:10px auto 0 auto;
}
.caryi_header{
	width:100%;
	height:49px;
	background:#23b7b7;
	text-align:center;
}
.caryi_biao{
	width:40px;
	height:16px;
	display:block;
	position:absolute;
	top:5px;
	left:5px;
}
.caryi_biao img{ width:40px; height:16px;}
.tender_overlay { 
	display: none; 
	position: absolute; 
	top: 50%; 
	left:50%; 
	width:320px; 
	height:252px; 
	background:#ffffff; 
	z-index:100002; 
	margin:-136px 0 0 -170px;
	position:fixed;
	border-radius:8px;
	padding:10px;
}
.tender_zhu{
	width:280px;
	height:auto;
	line-height:18px;
	border:1px solid #b32d00;
	background:#ff5d26 url(../newimages/tubiao_27.png) no-repeat 10px center;
	font-size:12px;
	color:#ffffff;
	padding:8px 0 8px 40px;
}
.tender_cheng{
	width:100%;
	height:auto;
	text-align:center;
	font-size:30px;
	background:url(../newimages/dui.png) no-repeat top center;
	background-size:80px 80px;
	padding-top:100px;
	margin-top:40px;
}
.tender_submit{
	width:120px;
	height:44px;
	text-align:center;
	line-height:44px;
	background:#ef8200;
	color:#ffffff;
	font-size:18px;
	border:none;
	border-radius:5px;
	cursor:pointer;
	margin:0 10px 0 10px;
}
.tender_xiao{
	width:120px;
	height:44px;
	text-align:center;
	line-height:44px;
	background:#a5a5a5;
	color:#ffffff;
	font-size:18px;
	border:none;
	border-radius:5px;
	cursor:pointer;
	margin:0 10px 0 10px;
}
.refresh{
	width:40px;
	height:40px;
	position:fixed;
	top:50%;
	right:3%;
	margin-top:-30px;
	background:#ababab;
	border-radius:500px;
	text-align:center;
  display: block;
}
.refresh img{ display:block; width:24px; height:24px; margin:8px auto 0 auto;}
	
}