* {  font-family: 'Open Sans', sans-serif; color: #000; }
.font-sm{font-size:14px;}
.font-12{font-size: 12px;}
.font-16{font-size:16px;}
h1,h2,h3,h4,p{margin:0;}
h2 { font-size: 1.6em; }
h3 {
    color: #7f7f7f;
    font-size: 1.4em;
}
ul
{
    list-style: none;
    margin:0;
    padding:0;
}
ul li
{
    float:left;
}
img {border:0;}
.overflow{overflow:hidden;}
.none{margin:0;}
.wrong{color:#cf2d2d;font-size: 10px;text-align: center;position: absolute; line-height: 12px;}
.wrong-org{left:225px;}
.wrong-bidder{padding-top: 3px;}
.wrong-verify{left:150px;}
.wrong-pro{left:120px;}
.wrong-complete{left:90px;}
.wrong-modal{left:220px;}
.clrearfix{clean:both;}
.text-block {margin:0 auto;}
.wid{width:50%;}
.wid-100 {width:100px;}
.wid1{width:100%;}
.hei{height:100%;}

.bor{border:1px solid #cecece;}
.bor-bot{border-bottom:1px solid #cecece;}
.bor-r{border-right:1px solid #cecece;}
.text-center{text-align: center;}
.text-right{text-align: right;}
.vertical-align{vertical-align:center;}
.pull-left{float:left;}
.pull-right{float:right;}
.pull-center{margin:0 auto;}
.margin-top-10{margin-top:10px;}
.margin-top-15{margin-top:15px;}
.margin-top-30{margin-top:30px;}
.margin-top-50{margin-top:50px;}
.margin-top-100{margin-top:100px;}
.margin-top{margin-top:20px;}
.margin-left{margin-left: 20px;}
.margin-left-16{margin-left: 16px;}
.margin-left-10{margin-left:10px;}
.margin-left-30{margin-left:30px;}
.margin-left-100{margin-left: 100px;}
.margin-right-15{margin-right:15px;}
.margin-right-30{margin-right:30px;}
.margin-20{ margin:20px;}
.margin-lr{margin:0 10px;}
.margin-30{ margin:30px;}
.margin-topbot{ margin:20px 0;}
.margin-topbot-30{ margin:30px 0;}
.margin-bottom{margin-bottom:20px;}
.margin-bottom-30{margin-bottom:30px;}
.padding{padding:20px;}
.padding-left{padding-left:10px;}
.padding-left-15{padding-left: 15px;}
.padding-15{padding:0 15px;}
.margin-box{margin:30px 30px 0px 30px;}
img{display:block；}
.gray{color:#808080;}
.gray1{color:#6c6c6c;}
.blue{color:#439bdc;}
.white{color:#fff;}
a { text-decoration: none;color: #000; }
a:hover { text-decoration: none;}
a:focus { outline: none;text-decoration: none;}
.on {color:#2a92d9;}
em{color:#bb1b1b; margin-right: 2px;}
.hid{display:none;}
.con{display:none;}
#cautious{color:#bb1b1b;}
.relative
{
    position: relative;
}
.underline
{
    position:absolute;
    left:220px;
}
.underline a
{
    text-decoration:underline;
    cursor:pointer;
}
.btn{
    border: 1px solid #2a92d9;
    background: #2a92d9;
    color: #fff;
    display: inline-block;
    padding: 6px 0px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    width:122px;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border-radius: 4px;
}
.btn-gray
{
    border: 1px solid #bfbfbf;
    background: #f1f1f1;
    color:#888888;
}
.btn-sm {
    border: 1px solid #2a92d9;
    background: #2a92d9;
    color: #fff;
    display: inline-block;
    padding: 3px 4px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    height:22px;
    width:94px;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border-radius: 4px;
}
.btn-sm-red {
    border: 1px solid #d40213;
    background: #d40213;
    color: #fff;
    display: inline-block;
    padding: 3px 4px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    width:60px;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border-radius: 4px;
}
.form-control {
    display:inline-block;
    height: 37px;
    line-height: 37px;
    width: 265px;
    padding-left: 5px;
}
.form-control-p {
    display:inline-block;
    height: 35px;
    line-height: 37px;
    width: 130px;
    padding-left: 5px;
}
.form-control-2 {
    display:inline-block;
    height: 30px;
    line-height: 30px;
    width:320px;
    padding-left:11px;
}
.form-control-3 {
    display:inline-block;
    height: 30px;
    line-height: 30px;
    width:170px;
    padding-left: 5px;
}
.form-control-4
{
    display:inline-block;
    height: 25px;
    line-height: 30px;
    width:300px;
    padding-left: 8px;
    background: #fff;
}
.form-control:focus {
    border-color: #2a92d9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(19,137,95,.075),0 0 8px rgba(19,137,95,.6);
}
 select 
{
    line-height:31px;
    height:31px;
    padding:0 10px;
}
  textarea.form-control {
    height:73px;
    float:left;
    width:308px;
    margin-left:30px;
}
/* header */
.header
{
-webkit-box-shadow:0 2px 0 #ededed;
   -moz-box-shadow:0 2px 0 #ededed;
        box-shadow:0 2px 0 #ededed;
}
.header .head-content
{
    width:1200px;
    height:52px;
    font-size: 18px;
    padding-top: 20px;
}
.logo
{
    display:block;
    width:114px;
    height:37px;
    background-image:url(../images/icon.png);
    background-position: 100% 0%;
    margin-right: 18px;
}

/* footer */
.footer
{
    width:100%;
    float:left;
    margin-top:80px;
}
.banner-top
{
    width:100%;
    height:48px;
}
.banner-top ul
{
    width:750px;
    height:48px;
    margin:0 auto;
}
.banner-top ul li
{
    margin:0 20px;
    color:#6c6c6c;
    text-align: center;
    height:48px;
    line-height: 48px;
    font-size: 12px;
}

/* .content */
.content
{
    width:1200px;
    overflow-x: hidden;
    margin:0 auto;
}
.container
{
    min-height:450px;
    height:auto!important;
}
.box
{
    height:455px;
    width:420px;
    margin:0 auto;
}

.box-head{height:71px;line-height:71px;}
.box-main{width:100%; height:300px;position: relative;}
.inner
{
    border:none;
    width:240px;
    height:35px;
    line-height: 35px;
    font-size: 14px;
    float:right;
    outline:none;
}
.user
{   
    display:inline-block;
    width:16px;
    height:20px;
    vertical-align: -6px;
    background:url(../images/icon.png) 0% 0%;
}
.pass
{   
    display:inline-block;
    width:16px;
    height:20px;
    vertical-align: -6px;
    background:url(../images/icon.png) 3.4% 0%;
}
.box-main ul
{
   display:block;
}
.box-main ul li
{
    margin:15px 0;
}

/* 验证信息 */
.protocol{
    width:1000px;
    margin:20px auto;
}
.nav ,.nav-l
{
    height:90px;
    width:817px;
    border-bottom:1px dotted #cecece;
}
.nav ul
{
    width:550px;
    height:90px;
}
.nav-l ul
{
    width:760px;
    height:90px;
}

.nav ul li ,.nav-l ul li
{
    height:90px;
    line-height: 90px;
}
 .nav .sign
{
    display:inline-block;
    width:16px;
    height:22px;
    vertical-align: -5px;
    background:url(../images/icon.png)9% 0%;
    margin:0 80px;
}
.nav-l .sign
{
    display:inline-block;
    width:16px;
    height:22px;
    vertical-align: -5px;
    background:url(../images/icon.png)9% 0%;
    margin:0 30px;
}
.tel
{
    width:450px;
    height:140px;
    margin:10px auto;
    text-align: center;
}
.tel ul li
{
   margin:15px 0;
}
.tel-infor
{
    height:auto;
    overflow: hidden;
}
.tel-infor dl .text-right
{
    width:13%;
}
.tel-infor dl dt
{
    width:87%;
}
/* 邮件发送 */
.mail
{
     height:230px; 
     width:180px;
     background:url(../images/icon.png) 48% 120%;
}

/* 操作完成 */
.done
{
     height:220px; 
     width:170px;
     background: url(../images/icon.png) 100% 100%;
}
/* 完善个人信息 */
.personal
{
     height:180px; 
     width:242px;
     background: url(../images/icon.png) 103% 18%;
}
/* 完善机构信息 */
.organi
{
    overflow: hidden;
}
 .organi ul li
 {
    height:35;
    line-height: 30px;
    font-size: 14px;
    color:#6c6c6c;
 }
 .tab-check
 {
    position: relative;
    z-index: 1;
 }
 .tab-check label
 {
    position: absolute;
    left:300px;
 }
 .form-list
 {
    margin-bottom: 20px;
    font-size: 14px;
    position: relative;
 }
 .form-list .text-right {
    width: 25%;

}
 .form-list dl {
    overflow: hidden;
}
.form-list dl dd {
    line-height: 31px;
    float:left;
}
.form-list dl dt {
    display: inline;
    word-break: break-all;
    padding: 0 10px;
    width: 75%;
    line-height: 31px;
    margin-left:20px;
}
 .form-list-l dl {
    overflow: hidden;
    height:80px;
}
.form-list-l dl dd {
    line-height: 31px;
    float:left;
}
.form-list-l .text-right
{
    width:12%;
}
.form-list-l dl dt {
    display: inline;
    word-break: break-all;
    padding: 0 10px;
    width: 88%;
    line-height: 31px;
    margin-left:20px;
}
.form-list-b dl {
    overflow: hidden;
    line-height: 43px;
    margin:20px 0;
}
.form-list-b dl dd {
    line-height: 43px;
    float:left;
}
.form-list-pro .text-right {
    width:15%;
}
.form-list-pro dl dd {
    float:left;
    width:85%;
}
.form-list ul
{
    overflow: hidden;
}
.form-list ul li
{
    line-height: 25px;
    float:left;
    width:100%;
}
/* .file-pic
{
    width:30px;
    height:30px;
    display: inline-block;
    vertical-align: -10px;
    background:  url(../images/icon.png) -3px -40px ;
    cursor:pointer;
} */

/* 进入审核流程 */
.check
{
     height:220px; 
     width:170px;
     background: url(../images/icon.png) -2% 100%;
}

/* Tab切换 */
.tab-pic
{
    border-bottom: 4px solid #2992d8;
    color:#2992d8;
    /* background:url(../images/icon.png) no-repeat ;
    background-position: -67px -6px; */
}
.tab span
{
    display:inline-block;
    height:30px;
    line-height: 30px;

}
.tab ul
{
    width:300px; 
    height:50px; 
    display:inline-block;
}
.tab ul li
{
    float:left;
    text-align: center;
    padding:0 5px;
    height:30px;
    line-height: 30px;
    margin:0 15px;
    cursor:pointer;
}
/* 注册认证协议 */
.protocal
{
    line-height:24px;
    font-size: 14px;
}
/* 模态窗 */
.modal
{
    width:600px;
    height:250px;
    background: #fff;
    border:1px solid gray;
    position: absolute;
    left:50%;
    top:50%;
    margin-left:-300px;
    margin-top:-100px;
    z-index: 9999;
}

.modal-head
{
    overflow: hidden;
}
.modal-bg {
    background: #000;
    filter: Alpha(Opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7; 
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}
.modal-save
{
    width:250px;
    height:160px;
    border-radius: 5px;
    text-align: left;
    background-color: #fff;
    position: fixed;
    left:50%;
    margin-left: -125px;
    top:50%;
    margin-top: -60px;
    z-index: 3;
-webkit-box-shadow:0 0 15px gray,3px 5px 5px gray;
   -moz-box-shadow:0 0 15px gray,3px 5px 5px gray;
        box-shadow:0 0 15px gray,3px 5px 5px gray;
}
.modal-save .close
{
    display:inline-block;
    width:25px;
    height:25px;
    float:right;
    background:url(../images/close.png) no-repeat 5px -8px;
}
/* 时间控件 */
.Wdate[disabled], .Wdate {
    background: url(../images/rili.png) no-repeat 280px center;
    display:inline-block; 
    border:1px solid #bfbfbf;
    height:25px;
    cursor:pointer;
}
input ,textarea,select,option
{
     border:1px solid #bfbfbf;
}
option:focus,select:focus{
    border:1px solid #bfbfbf;
    outline: none;
}
/* 上传图片 */
.up-pic
{
    
    opacity: 0;
    filter:Alpha(opacity=0);
    position: absolute;
    left:210px;
    height:30px;
    cursor:pointer;
    width:105px;
}
/* .up-pic-file
{
    
    opacity: 0.6;
    position: absolute;
    left:160px;
    cursor:pointer;
    width:430px;

} */
/* 登录 */
.login-hei
{
    height:185px;
    position:relative;
}
.professor-hei
{
    height:400px;
}
.table-bidder {
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	text-align: center;
	font-size: 14px;
}
.table-bidder th,.table-bidder td {
	border-left: 1px solid #bfbfbf;
	border-top: 1px solid #bfbfbf;
	padding: 2px;
}
.moadl-bidder .modal-save {
	width: 580px;
	height: 550px;
	margin: -290px 0 0 -290px;
	padding: 20px 40px 10px;
}
.moadl-bidder h2 {
	font-size: 16px;
}
.file {
	margin: 60px auto 0;
	position: relative;
	text-align: center;
}
.file form {
	display:inline-block;
	width: 305px;
	position: relative;
	padding: 0;
}

.file .name {
	border-right: 1px solid #ccc;
	padding-right: 10px;
	margin-right: 10px;
}
.file input.liulan_01 {
	width: 100%;
	position: absolute;
	left: 0;
	height: 35px;
	line-height: 35px;
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.file .input_01 {
	background: #fff;
	height: 30px;
	line-height: 30px;
	width: 180px;
}
.file .files {
	position: absolute;
	top: 0;
	left:0;
	height: 35px;
	width: 100%;
	cursor: pointer;
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	visibility: hidden;
}
.file .btn {
	min-width: 80px;
	margin:0 0 5px 10px;
}
.file-list-box {
	display: none;
}
.file-list-box .glyphicon {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 10px;
}
.file-list-box .file-list {
	border: 1px solid #ccc;
	background: #F2F2F2;
	padding: 5px 10px;
	margin-top: 10px;
}
.bidder-list {
	border: 1px solid #bfbfbf;
	width: 870px;
	padding: 20px;
	margin-left: 220px;
}
.bidder-list span {
	margin: 5px 10px;
	white-space: nowrap;
	display: inline-block;
}
.bidder-list .close {
	background: #DDDDDD;
	border-radius: 100%;
	padding:0 4px;
	color: #666;
	margin-left: 5px;
	font-size: 13px;
}
.more-base {margin-bottom: 30px;display: block;text-align: center;}
.more-base a:hover { text-decoration: underline;}
.base-info {
	margin-top: 20px;
}
.base-info .title{
	font-size: 15px;
}
.moadl-bidder ul li,.up-file ul li { float: none;}
/*三级联动*/
i { font-style: normal;}

	.select-res {
		border: 1px solid #ddd;
		margin: 10px 0 20px 0;
		height: 144px;
		overflow: auto;
	}
	.select-res span {
        display: inline-block;
        width:180px;
        height:14px;
        line-height:14px;
        padding:7px 15px 7px 5px;
        border:solid 1px #c0c0c0;
        background:url(images/select_box_bg.gif) no-repeat 190px center;
        cursor: pointer;
        color:#c2c2c2;
        text-overflow:ellipsis;
        white-space:nowrap;
        overflow:hidden;
    }
    .select-res p {
        position:relative;
        height:28px;
        line-height:28px;
        border-bottom:dashed 1px #c0c0c0;
        padding:0 5px;
        text-overflow:ellipsis;
        white-space:nowrap;
        overflow:hidden;
        padding-right:20px;
    }
    .select-res a {
        position:absolute;
        top:0;
        right:0;
        display: block;
        width:28px;
        height:28px;
        background:url(../images/close.png) no-repeat center;
        cursor:pointer;
    }
    .select-res input {
        width:172px;
        height:14px;
        line-height:14px;
        margin-left:4px;
        padding:7px 5px;
        border:solid 1px #c0c0c0;
        color:#2c2c2c;
    }
    .select-res span.selected {
        color:#626262;
    }
    .select-box {
        border:solid 1px #2a92d9;
        width:536px;
        height:220px;
        padding:20px 20px 10px;
        z-index:5;
        background: #fff;
        margin-top:5px;
    }
    .select-box .close-btn {
        position:absolute;
        right:5px;
        top:0;
        cursor: pointer;
    }
    .select-box .wrap {
        height:200px;
        border:solid 1px #ddd;
        margin-top:5px;
    }
    .select-box ul {
        float:left;
        width:178px;
        height:200px;
        overflow: scroll;
    }
    .select-box ul li {
    	float:none;
        height:25px;
        line-height:25px;
        padding:0 10px;
        background: url(images/arr.gif) no-repeat 152px center;
        color:#626262;
        cursor: pointer;
        white-space: nowrap;
    }
    .select-box ul li.selected {
        background:#2a92d9;
        color:#fff;
        display: table;
        width: 100%;
    }
 .moadl-bidder .modal-hei-300 {
    	height: 300px;
    	margin-top: -150px;
    }

