@charset "utf-8";
/* CSS Document */

*{ padding:0px; margin:0px auto;border:0px;font-size: 14x;font-family: Microsoft Yahei;}
body {
    width:100%;height:100%;overflow:auto;background-attachment:fixed;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
html{width:100%;height:100%;overflow:auto;}
a{ text-decoration:none;}
ul{ list-style:none; }
.clear{zoom:1;}
.clear:after{content:'';dispaly:block;clear:both;}

.header {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0 15%;
    height: 50px;
}

.header .header_1 .date {
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
}

.header .header_1 {
    display: flex;
    align-items: center;
}


.header_2 {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    height: 85px;
    justify-content: space-between;
}

.header_2 .search {
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #ccc;
    width: 350px;
    border-radius: 5px;
}

.header_2 .search input {
    height: 25px;
    border: none;
    width: 80%;
    padding-left: 30px;
}

.header_2 .search input:focus {
    border: none;
    outline: none;
    /* 可选：移除聚焦时的默认轮廓线 */
}

.header_2 .search::placeholder {
    color: #aaaaaa;
    padding-left: 30px;
}

.header_2 .search img {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 5px;
    cursor: pointer;
}

.search_btn {
    text-align: center;
    color: #fff;
    background: #015293;
    width: 13%;
    height: 100%;
    line-height: 23px;
    cursor: pointer;
}


.search_menu {
    display: flex;
    justify-content: space-between;
}

.search_menu div {
    width: 100px;
    text-align: center;
    cursor: pointer;
    color: #666666;
    font-size: 16px;
    border-right: 1px solid #666;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.search_menu div img {
    width: 20px;
    height: 20px;
}

.header_logo {
    height: 120px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 1200px;
    justify-content: space-between;
    background-color: #fff;
}

.header_logo .logo {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    background-image: url("https://www.cnitdc.com/resources/image/2024/12/03/618659792732229.png");
    background-size: 100%;
}

.header_logo .logo_title {
    color: #0f5896;
    font-size: 30px;
    font-weight: 600;
}

.header_logo .logo_title1 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.6px;
}

.header_logo .logo_text {
    font-weight: none;
    font-size: 14px;
}

.dropdown-content span {
    color: black;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 10px 0;
}

.dropdown-content span:hover {
    background-color: #f1f1f1;
}

.li_text1:hover {
    color: #67b5fa !important;
}

.li_text {
    color: #000;
}

.nav {
    background-color: #0f5896;
}

.nav .nav_content {
    margin: 0 auto;
    width: 1200px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav .nav_content div {
    cursor: pointer;
    text-align: center;
    position: relative;
    font-weight: 600;
}

.drop_down1,
.drop_down2,
.drop_down3,
.drop_down4,
.drop_down5,
.drop_down6
{
    position: absolute;
    color: #000;
    font-weight: 200;
    background-color: #fff;
    top: 40px;
    left: -20px;
    width: 95px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    opacity: 0;
    /* 初始透明度为0，即完全透明 */
    visibility: hidden;
    /* 初始不可见 */
    transition: opacity 0.5s ease-in-out, visibility 0s linear 0.5s;
    /* 过渡效果设置 */
    padding: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 10;
}

.nav_content li {
    cursor: pointer;
    margin-top: 5px;
}

.nav_content li:hover {
    color: #0f5896;
    background-color: #f4f4f4;
}

.nav_content div:hover {
    /* font-weight: 600; */
    color: #67b5fa;
}

.nav_content div:hover .drop_down1,
.nav_content div:hover .drop_down2,
.nav_content div:hover .drop_down3,
.nav_content div:hover .drop_down4,
.nav_content div:hover .drop_down5
{
    opacity: 1;
    /* 变为不透明 */
    visibility: visible;
    /* 变为可见 */
    transition: opacity 0.5s ease-in-out;
    /* 只需设置opacity的过渡效果 */
}


.footer {
    height: auto;
    color: #fff;
    font-size: 14px;
    background-color: #0f5896;
    padding: 10px 0;
    margin-top: 15px;
    text-align: center;
    line-height: 25px;
}

.menu{clear:both; height:40px;background:url(../images/menu-bg.jpg) left top repeat-x;}
.menu-center{width:998px;height:40px;}
.menu-center a{color:white;font-size:16px;}

.menu-center-ul li{float:left;width:118px;height:40px;line-height: 36px;text-align:center;}
.menu-active{background:url(../images/menu-bg-active.jpg) left top repeat-x;}
/*
.menu-center-table{margin-left:0px;}
.menu-comm{width:118px;height:40px;text-align:center;}
*/
.main-main{width:1200px;margin: 0 auto;}
.main-main1,.main-main2,.main-main3,.main-main4 {width:100%;}
.main-main1{height:233px;margin-top: 12px;}
.main-main2{height:271px;margin-top:40px;}
.main-main3{margin-top:40px;text-align:center;}
.main-main4{margin-top:40px;}

.main-main1-left,.main-main2-left{float:left;margin-left: 0px;width:696px;}
.main-main1-right,.main-main2-right{float:right;width:260px;}
.main-main1-right{height:100%;border:1px solid #e2e2e2;}

.main-main1_2-left-top,.main-main2-right-top,.main-main4-top,.main-news-list-top{font-size:16px;background:url(../images/bar.jpg) 1px center no-repeat;}
.main-main1_2-left-top-left{margin-left:10px;}
.main-main1_2-more{margin-left: 587px;}
.main-main1-left-bottom a,.main-main2-left-bottom a{color:#666666;}
.main-main1_2-left-bottom-ul li{text-align:left;font-size:12px;line-height: 34px;background:url(../images/arrow.jpg)left center no-repeat;}
.main-main1_2-left-bottom-ul li a{margin-left:8px;}

.main-main1-left-bottom,.main2-left-bottom{margin-top:8px;}
.main-main1-left-bottom a,.main-main2-left-bottom a{color:#666666;}

.main-main1-right-main{width:188px;height:220px;margin-left:30px;margin-top:20px;font-size:14px;color:#666666;}
.main-main1-right-main input{width:186px;height:28px;padding-left:2px;color:#a9a9a9;border:1px solid #d7d7d7;}
.register{float:right;}
.main-main1-right-main-4{
    height: 20px;
    line-height: 30px;
}
.main-main1-right-main-1{
    font-size: 15px;
    color: #176CC0;
}
.main-main1-right-main-2,.main-main1-right-main-4,.main-main1-right-main-5{margin-top:10px;}

.data{float:right;color:#989898;margin-right:6px;}
.data-red{color:#d70101;}

.main-main2-right-bottom{margin-top:8px;}
.main-main2-right-a{margin-top:0px;}

.main-main3-top-table{width:100%;height:35px;border-right:1px solid #e2e2e2;}
.main-main3-td1{width:431px;font-size:16px;text-align: left;border-bottom:1px solid #e2e2e2;background:url(../images/bar.jpg) 1px center no-repeat;}
.main-main3-td2{width:109px;border-left:1px solid #e2e2e2;border-top:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;text-align:center;
    background:url(../images/td-comm.jpg) left top repeat-x;}
.main-main3-td2-active{width:109px;border-left:1px solid #e2e2e2;text-align:center;background:url(../images/td-act2.jpg) left top repeat-x;}
.main-main3-td2-active a{color:#1164B4;}

.main-main3-td2 a,.main3-td2-active a{color:#666666;font-size:12px;}
.main-main3-td2 a:focus,.main-main3-td2-active a:focus{color:#1062b4;}

.main-main3-bottom-table{width:100%;margin-top:9px;font-size:14px;color:#666666;border-top:2px solid #abd4ff;background: #e2e2e2;}
.main-main3-bottom-table a{color:#1164b4;}
.main-main3-bottom-tr1{font-size: 16px;color:black;background: #eeeeee;}
.main-main3-bottom-td1{text-align: left;padding-left:10px;}

.main-main4-bottom{margin-top:9px;}
.main-main4-a{margin-left:25px;}
.main-main4-a-last{float:right;}

#footer{width:100%;height:41px;margin-top:26px;bottom:0;font-size: 12px;color:white;text-align: center ;line-height:38px; background:#2f85dc;}
/*.footer{width:100%;height:41px;margin-top:26px;bottom:0;font-size: 12px;color:white;text-align: center ;line-height:38px; background:#2f85dc;}

div.divModalDialog{
    border: 1px solid  #317abe;
	background: white;
	POSITION: absolute;
	left: 0px;
	top: 0px;	
	DISPLAY: none;	
	max-height:600px;
	max-width:1000px;
    width:expression(document.body.clientWidth>1000?"1000px":"auto");
   _height:expression(this.scrollHeight >500?"500px":"auto");
	min-height:250px;
	min-width:600px;
	z-index: 99999997;

}*/
div.titleBar {
    background-color: #F0EFEF;
    height: 33px;
    border-bottom: solid 1px #D2D2D4;
    line-height: 35px;
}
div.biaoti {
    float: left;
    font-size: 13px;
    color: #323232;
}
.title span{
    padding-left: 8px;
    line-height: 33px;
    height: 33px;
}
div.divModal {
    BACKGROUND-COLOR: #505050;
    FILTER: alpha(opacity = 50);
    opacity: 0.5;
    LEFT: 0px;
    POSITION: fixed !important;
    position: absolute;
    top: 0px;
}
.lab{
    background: url("../images/rldh.png") no-repeat;
    width: 25px;
    height: 33px;
    background-position: 10px;
    float:left;

}*/
#main-layer{position:absolute;top:0;left:0;width:100%;height:100%;background:#b2b2b2;opacity:0.5;filter:alpha(opacity=50);display:none;}
#main-business{position:absolute;width:372px;height:192px;left:440px;top:140px;background-color:#ffffff;border:5px solid #666666;display:none;}
.main-business-top{width:100%;height:33px;color:white;background-color:#61aef2;line-height:28px;cursor: move;}
.main-business-name{margin-left: 10px;font-size: 14px;}
#main-close{float:right;margin-right:10px;font-size: 20px;cursor:pointer;}
.main-business-bottom{margin-left:10px;margin-top:18px;}
.main-business-introduce{font-size: 14px;color:#1265b5;}
.main-business-username{margin-top: 14px;}
.main-business-span{margin-left:6px;color:#656565;font-size:12px;line-height: 30px;}

.news-list{width:998px;margin-top: 12px;}
.news-list-top{width:100%;margin-top: 4px;background:url(../images/bar.jpg) 1px center no-repeat;}
.news-list-main{margin-top:8px;}
.news-list-main a{color:#666666;}
.news-list-main li{height:34px;width:990px;padding-left: 8px;font-size: 12px;line-height: 32px;border-bottom:1px dashed #d3d3d3;}
.news-list-main-li-active{background: #d9e6f9}
.news-list-main-li-active a{color:#1063b3;}
.news-list-main-li-active span{color:#1063b3;}

.news-list-bottom{margin-top:16px;font-size:12px;color:#666666;}
.news-list-paging{float:right;margin-right: 6px;}
.news-list-paging a{color:#1462b5;}

.news-detail{width:998px;margin-top:22px;}
.news-detail-theme{font-size: 16px;text-align: center;}
.news-detail-abouts{font-size: 12px;text-align: center;color:#999999;line-height: 37px;}
.news-detail-abouts a{color:#3592e2;}
.news-detail-text{margin-top: 10px;font-size: 14px;color:#666666;line-height: 37px;}
.news-detail-p3{text-align:right;font-weight: bold;color:black;}
.news-detail-p4{text-align:right;}

#floatDiv{width:116px;position:absolute;right:0;top:165px;margin-right:16px;}

.index-header-container{width:100%;height: 29px;background:#555962;font-size:12px;line-height:28px;color:#d3d3d3;}
.index-header-container a{color:#d3d3d3;}
.index-header{width:998px;}
.index-header-left{float:left;}
.index-header-right{float:right;}
.index-login{width:998px;height:361px;padding-top: 1px;background:url(../images/login-bg.jpg) left top no-repeat;}
.index-login-container{width:278px;height:270px;margin-top:44px;margin-left:650px;border:1px solid #ccd7dd;background: white;}
.index-login-main{width:188px;height:220px;margin-left:30px;margin-top:38px;font-size:12px;color:#666666;}

.index-login-main-2{width:188px;height:30px;margin-top:10px;}
.index-login-main-2 input{height:28px;padding-left:2px;color:#a9a9a9;border:1px solid #d7d7d7;}
.index-yanzhengma{float:right;vertical-align:middle;}

.index-login-main-2-input1{width:186px;}
.index-login-main-2-input2{float:left;width:89px;}

.index-login-main-5{height:34px;line-height: 34px;}
.index-retrivepw{float:left;color:#666666;}
.index-register{float:right;}

.index-ourservice{width:998px;margin-top: 38px;text-align: center;}
.index-boundary{width:998px;margin-top: 14px;}

.index-container{width:998px;height:149px;margin-top:24px; }
.index-notice{float:left;width:464px;margin-top:}
.index-notice-top{font-size:16px;color:#666666;}
.index-notice-bottom{margin-top: 12px;font-size:12px;line-height:32px;}
.index-notice-bottom a{color:#666666;}

.index-guide{float:right;width:464px;margin-top:}
.index-guide-top{font-size:16px;color:#666666;}
.index-guide-bottom{margin-top: 12px;font-size:12px;line-height:32px;}
.index-guide-bottom a{color:#666666;}

.index-active{font-size:12px;line-height:32px;}
.index-active span{color:#da0000;}
.index-active  a{color:#da0000;}

.index-pics{width:998px;margin-top:20px;}
.index-service-tr2{font-size: 14px;color:#707070;text-align:center;line-height: 26px;}
.index-service-tr3{font-size: 12px;color:#989898;text-align:center;}

.scienceReport-search{width:998px;margin-top:11px;font-size:12px;}
.scienceReport-search-top{width: 100%;height: 33px;color:#323433;background: #cfe5fc;border-top:1px solid #b8daf3;border-bottom:1px solid #bddbf3;
    border-left:1px solid #badaf3;border-right:1px solid #c1e0f5;line-height: 36px;}
.scienceReport-search-main{width:100%;height:172px;padding-top:1px;color:#323433;background: #ebf4fb;border:1px solid #bddbf3;}
.scienceReport-search-main-inner{margin-top: 10px;}

.scienceReport-search-main1{margin-top: 14px;height:28px;}
.scienceReport-search-main1 span{margin-left: 50px;}
.scienceReport-search-main1 input{height:23px;padding-left:2px;border:1px solid #b1becf;}
.scienceReport-search-main1 img{vertical-align: middle;position: relative;top:-2px;}
.scienceReport-search-main1-input1{width:189px;}
.scienceReport-search-main1-input2{width:76px;}

.scienceReport-searchpic{width:100%;text-align: center;}

.scienceReport-project{width:998px;margin-top:27px;font-size: 12px;}
.scienceReport-project-top{width:100%;height:23px;border-bottom:1px solid #dddddd;}
.scienceReport-project-top-right{float:right;height:23px;line-height: 23px;color:#656565;}
.scienceReport-project-top-right img{vertical-align: middle;}

.scienceReport-project-view{width:100%;height:123px;border-bottom: 1px dashed #D3D3D3;}
.scienceReport-project-view-title{font-size: 16px;line-height: 54px;}
.scienceReport-project-view-title a{color:#1465b7;}
.scienceReport-project-view-connect{font-size: 12px;color:#666666;line-height: 30px;}
.scienceReport-project-view-connect-sp{margin-left: 20px;}

.scienceReportDetail-center{width:1006px;height:1001px;margin-top:11px;}
.scienceReportDetail-main{float:left;width:998px;height:1001px;border-top:1px #dddddd solid;border-left:1px #dddddd solid;}
.scienceReportDetail-center-rightpic{float:right;width:7px;height:1011px;}
.scienceReportDetail-textbottompic{width:1001px;height:9px;}
.scienceReportDetail-textbottompic img{position: relative;top:-9px;left:-2px;}

.scienceReportDetail-main-container{width:834px;margin-top:56px;}
.scienceReportDetail-main-title{font-size: 24px;font-family: Courier New, Courier, monospace; text-align:center;color:#323433;}
.scienceReportDetail-main-title-eng{font-size: 16px;font-family:Arial, Helvetica, sans-serif;}
.scienceReportDetail-main-body{font-size: 15px;}
.scienceReportDetail-main-body-p1{margin-top:14px;color:#1463b2;line-height:32px;}

.bluecolor{color:#1463b2;}

.scienceReportDetail-main-body-p{margin-top:14px;color:#343434;line-height:32px;}
.scienceReportDetail-main-body-p-span1{font-weight:bold }
.scienceReportDetail-main-body-p a{color:#1463b2;text-decoration:underline}
.scienceReportDetail-main-body-p-left{float:left;line-height:32px;}
.scienceReportDetail-main-body-p-right{float:right;margin-right:410px;line-height:32px;}

.retrivePw-top{width:998px;height:70px;text-align: right;font-size:12px;line-height: 70px;
    background:url('../images/logo.jpg') left center no-repeat;}
.retrivePw-top a{color:#656565;}

.retrivePw-td1{width:241px;height:33px;text-align:center;color:white;font-size:12px;background:url(../images/retrivePw-blue.jpg) left top repeat-x;}
.retrivePw-td3{width:244px;height:33px;text-align:center;color:white;font-size:12px;background:url(../images/retrivePw-blue.jpg) left top repeat-x;}
.retrivePw-td1-active{background:url(../images/retrivePw-yellow.jpg) left top repeat-x;}
.retrivePw-td2{width:11px;background:url(../images/retrivePw-bb.jpg) left top no-repeat;}
.retrivePw-td2-active1{background:url(../images/retrivePw-yb.jpg) left top no-repeat;}
.retrivePw-td2-active2{background:url(../images/retrivePw-by.jpg) left top no-repeat;}

.retrivePw-main{width:998px;height:456px;padding-top: 1px;border:1px #d7dee6 solid;border-top:none;text-align: center;}
.retrivePw-main-container{margin-top:80px;}

.retrivePw-main-1{margin-top:10px;font-size:12px;color:#555555;}
.retrivePw-main-1 select{width:321px;height: 34px;padding-left:2px;}
.retrivePw-main-2{height: 98px;margin-top:30px;}

.retrivePw-main-td1{font-size:13px;color:#555555;text-align:right;}
.retrivePw-main-td2{text-align: left;}
.retrivePw-main-td2 input{width:321px;height: 34px;padding-left:2px;margin-bottom: 0px;}
.retrivePw-main-td2 input[type='text']{margin-bottom: 0px;}
.retrivePw-main-td3{font-size:13px;color:#999999;text-align:left;line-height: 33px;}

.retrivePw-ok-mian{height:48px;margin-top:130px;font-size: 12px;}
.retrivePw-ok-mian img{vertical-align: middle;}
.retrivePw-ok-mian a{text-decoration: underline;color:#1263b4;}
.retrivePw-main-type{width:324px; height:218px; border:1px solid #d7dee6; background-color:#edf4fc; float:left; margin-top:16px}
.retrivePw-main-type:HOVER{border:1px solid #9CC3D2; background-color:#E3FBF6;}

.retrivePw-main-type-head{ height:66px; width:312px; border-bottom:1px dotted #d7dee6; text-align:left; line-height:66px}
.retrivePw-main-type-head img{line-height:66px;vertical-align:middle; margin-left:10px}
.retrivePw-main-type-head span{font-size:17px; color:#666465;line-height:66px}
.retrivePw-main-type-span1{font-size:12px; line-height:24px;color:#656766;margin-top:18px; width:290px; text-align:left}
.retrivePw-main-type-span2{font-size:12px; line-height:28px;color:#656766;margin-top:18px; width:290px;text-align:left}
.retrivePw-main-type-span2 img{vertical-align:middle; padding-left:9px}
.retrivePw-main-type-span2 BUTTON{width: 115px;height: 30px;background: #5DACF9;color: #fff;margin-left: 10px;border: 1px solid #4896E1;}
.retrivePw-main-type-span2 BUTTON:HOVER{width: 115px;height: 30px;background: #5D7ECC;color: #fff;margin-left: 10px;border: 1px solid #4896E1;}

.retrivePw-main-1{margin-top:10px;font-size:12px;color:#555555;}
.retrivePw-main-1 input{width:319px;height: 34px;padding-left:2px;background: url(../images/retrive-inputbg.jpg)left top no-repeat;}
.retrivePw-main-2{height: 98px;margin-top:30px;}

.registerMan-top{width:998px;height:70px;background:url(../images/logo.jpg) left center no-repeat;}

.registerMan-menu{width:998px;height:36px;font-size:12px;border-left:1px solid #d2d2d2;border-bottom:2px solid #d2d2d2;line-height:35px;}
.registerMan-menu1{float:left;width:110px;height:35px;border-top:1px solid #d2d2d2;border-right:1px solid #d2d2d2;text-align:center;
    background:url(../images/registerMan-menu-td.jpg) left top repeat-x;}
.registerMan-menu1 a{color:#676566;}
.registerMan-menu1-active{height:37px;background:url(../images/registerMan-menu-td-active.jpg) left top repeat-x;}
.registerMan-menu1-active a{color:#1263b5;font-weight:bold;}
.registerMan-menu2{float:right;width:776px;height:36px;color:#666666;text-align: right;}
.registerMan-menu2 a{color:#1462b4;}

.registerMan-step{width:998px;height:86px;margin-top:14px;font-size:14px;color:white;text-align:center;}
.registerMan-td1{width:200px;height:100%;background:url(../images/registerMan-step-b.jpg) left top repeat-x;}
.registerMan-td1-active{background:url(../images/registerMan-step-y.jpg) left top repeat-x;}
.registerMan-td2{width:38px;height:100%;background:url(../images/registerMan-step-bb.jpg) left top no-repeat;}
.registerMan-td2-active1{background:url(../images/registerMan-step-yb.jpg) left top no-repeat;}
.registerMan-td2-active2{background:url(../images/registerMan-step-by.jpg) left top no-repeat;}
.registerMan-td3{width: 198px;height:100%;}
.registerMan-td4{width:162px;height:100%;background:url(../images/registerMan-step-b.jpg) left top repeat-x;}
.registerMan-td4-active{background:url(../images/registerMan-step-y.jpg) left top repeat-x;}
.registerMan-step a{
    color: #fff;
}
.registerMan-step a:HOVER{
    color:#FCE687;
}
.registerMan-main{width:998px;height:370px;margin-top:14px;border:1px solid #dddddd;}
.registerMan-main-spc{width:100%;height:48px;font-size:14px;color:#1364b6;font-weight:bold;text-align:center;
    line-height:48px;background:#eeeeee;border-bottom:1px solid #dddddd;}
.registerMan-main-spc-detail{margin-left:26px;margin-top: 20px;font-size:12px;color:#333333;}
.registerMan-main-spc-detail p{line-height: 26px;margin-top:6px;}
.registerMan1-main-spc-bottom{width:998px;margin-top: 180px;text-align:center; }

.registerMan2-main-spc-detail-deal{margin-top:10px;color:#e86924;}
.registerMan2-main-spc-detail-deal img{vertical-align: middle;}
.registerMan2-main-spc-bottom{width:998px;margin-top: 50px;text-align:center; }

.register-red{color:#db0001;}

.register-tip{width: 998px;height:48px;margin-top:14px;font-size: 12px;color:#ca6712;background: #fff8de;line-height: 48px;border:1px solid #ecd5c3;}
.register-tip img{vertical-align: middle;}
.register-tip span{font-weight: bold;}

.registerMan3-filltable{width:100%;margin-top: 14px;background: #dddddd;border-collapse: collapse;}
.registerMan3-filltable td{height:40px;font-size:12px;border:  1px solid #ddd;}
.registerMan3-filltable-header{width:998px;background: #eeeeee;font-weight:bold;color:#1164b4;}
.registerMan3-filltable th{height:40px;font-size:14px; background: #eeeeee;font-weight:bold;color:#1164b4;border:  1px solid #ddd;}
.registerMan3-filltable-left{width:140px;padding-right: 6px;color:#333333;text-align: right;background:white;}
.registerMan3-filltable-right,.registerMan3-filltable-right1{padding-left:14px;padding-right:14px;background: white;}
.registerMan3-filltable-right input,select{height:22px;padding-left:2px;border:1px solid #d2d2d2;
    background: #f9fafc;}

.registerMan3-filltable-right1 input{width:670px;height:22px;padding-left:2px;border:1px solid #d2d2d2;
    background: #f9fafc;}
.registerMan3-filltable-right1 img{vertical-align: middle;margin-left:4px;}


.letter-spacing-5{letter-spacing:5px;}
.letter-spacing-8{letter-spacing:8px;}
.letter-spacing-26{letter-spacing:26px;}

.registerMan3-bottom{width:998px;margin-top: 20px;text-align:center;}

.registerMan4-main{width:998px;height:600px;margin-top: 14px;border:1px solid #dddddd;}
.registerMan4-main-spc-detail{margin-top:50px;margin-left:270px;font-size:14px;color:#333333; line-height: 30px;}
.registerMan4-main-spc-detail a{color:#1463b2;}
.registerMan4-line{margin-top: 70px;text-align: center;}
.registerMan4-main-spc-bottom{margin-top: 60px;text-align: center;}

.registerUnit3-main-center{margin-left:126px;margin-top: 54px;font-size:12px;}
.registerUnit3-main-center1{height:42px;}
.registerUnit3-main-center-left{float:left;width:140px;height:40px;border:1px solid #dddddd;line-height: 40px;text-align: right;}

.registerUnit3-main-center-input{float:left;width:424px;height:40px;border:1px solid #dddddd;}
.registerUnit3-main-center-input input{width:422;height:100%;padding-left:2px;}

.registerUnit3-main-center-right{float:left;width:200px;height:42px;line-height: 40px;}

.registerUnit3-main-center-input2{float:left;width:222px;height:40px;border:1px solid #dddddd;}
.registerUnit3-main-center-input2 input{width:220px;height:100%;padding-left:2px;}
.registerUnit3-main-center-right2 a{color:#0b6bc1;text-decoration:underline;}

.registerUnit3-no-bottomborder{border-bottom: none;}
.registerUnit3-no-rightborder{border-right:none;}
.registerUnit3-no-topborder{border-top:none;}

.registerUnit3-main-bottom{margin-top: 60px;text-align: center;}

.registerUnit4-filltable-right,.registerUnit4-filltable-right1{padding-left:14px;padding-right:14px;background: white;}
.registerUnit4-filltable-right img{position:relative;left:-3px;top:7px;}
.registerUnit4-filltable-right1 img{position:relative;left:-3px;top:7px;}
.registerUnit4-filltable-right2{background:url(../images/registerUnit-inputpic.jpg) left top no-repeat;}
.registerUnit4-filltable-right2 img{vertical-align: middle;}

.registerUnit4-filltable-input,.registerUnit4-filltable-input1,.registerUnit4-filltable-input2,.registerUnit4-filltable-input3,
.registerUnit4-filltable-input4,.registerUnit4-filltable-input6,.registerUnit4-filltable-input7{height:22px;padding-left:2px;
    border:1px solid #d2d2d2;
    background: #f9fafc;}
.registerUnit4-filltable-input{width:827px;}
.registerUnit4-filltable-input1{width:322px;}
.registerUnit4-filltable-input2{width:230px;}
.registerUnit4-filltable-input3{width:57px;}
.registerUnit4-filltable-input4{width:233px;}
.registerUnit4-filltable-input5{width:293px;height:22px;margin-left:15px;padding-left:2px;background:none;}
.registerUnit4-filltable-input6{width:158px;height: 23px;text-align:center;vertical-align: middle;position: relative;top:-3px;}
.registerUnit4-filltable-input7{width:295px;height: 23px;text-align:center;vertical-align: middle;position: relative;top:-3px;}
.registerUnit4-bottom{height:60px;margin-top:20px;text-align: center;}

.registerUnit5-filltable-pwtip{background: white;}
.registerUnit5-filltable-pwtip span{margin-left: 160px;color:#9a9a9a;}
.registerUnit5-filltable-right1{padding-left:14px;background: white;}
.registerUnit5-filltable-right1 img{vertical-align: middle;}
.registerUnit5-filltable-input1{width:322px;height:22px;padding-left:2px;border:1px solid #de1d1e;background: #f9fafc;}
.registerUnit5-filltable-input2{width:322px;height:22px;padding-left:2px;position: relative;top:-10px;border:1px solid #d2d2d2;background: #f9fafc;}
.registerUnit5-filltable-input3{width:322px;height:22px;padding-left:2px;position: relative;top:3px;border:1px solid #d2d2d2;background: #f9fafc;}
.registerUnit5-filltable-input4{width:201px;height:22px;padding-left:2px;border:1px solid #d2d2d2;background: #f9fafc;}
.registerUnit5-filltable-input4-img{margin-left: 6px;}
.registerUnit5-filltable-passw{color:#db0000;font-size: 11px;line-height: 26px;}

.registerUnit6-main-center{width:300px;margin-top:60px;font-size: 14px;font-weight: bold;line-height: 22px;}

.registerUnit-blue{color:#1063b3;font-weight:initial;}

.registerUnit6-main-spc-bottom{margin-top: 120px;text-align: center;}

.registerUnit7-tip{width: 998px;height:120px;margin-top:14px;font-size: 12px;color:#ca6712;background: #fff8de;
    line-height: 22px;border:1px solid #ecd5c3;}
.registerUnit7-tip-pic{float:left;width:33px;height:100%;margin-top:14px;margin-left:8px;}
.registerUnit7-tip-word{float:left;margin-left: 10px;margin-top: 14px;}
.registerUnit7-tip-word span{font-weight: bold;}

.registerUnit7-admit{width:998px;margin-top: 14px;}
.registerUnit7-admit-whitebg{background: white;color:#676767;}
.registerUnit7-admit-aligncenter{background: white;text-align: center;color:#676767;}
.registerUnit7-admit-aligncenter a{text-decoration: underline;color:#1163b7;}
.registerUnit7-main-spc-bottom{height:60px;text-align: center;margin-top:20px;}

.registerUnit8-1-main-center{width:600px;margin-top:60px;font-size: 14px;font-weight: bold;line-height: 22px;}

.registerUnit8-2-main-center1{margin-top:60px;text-align: center;}
.registerUnit8-2-main-center2{width:400px;margin-top:30px; font-size:14px;line-height:24px;color:#1364b6;}

.registerUnit8-3-main-center2{width:450px;margin-top:30px; font-size:14px;line-height:24px;color:#1364b6;}
.registerUnit8-3-main-center2 img{vertical-align: middle;}

.businessManage-top{width:95%;height:70px;text-align:right;font-size:12px;line-height:70px;color:#666666;
    background:url(../images/logo.jpg) left center no-repeat;}
.businessManage-top a{color:#1265b5;}

.businessManage-menu-container{height:35px;background:url(../images/businessManage-menu-bottombg.jpg) left bottom repeat-x;}

.businessManage-menu-ul{width:95%;text-align: center;font-size: 14px;}
.businessManage-menu-ul a{color:#79797b;}
.businessManage-menu-ul li{float:left;width:111px;height:35px;line-height: 33px;margin-right: 2px;}
.businessManage-menu-li{background:url(../images/businessManage-memu-td1.png) left top no-repeat;}
.businessManage-menu-li-on{background:url(../images/businessManage-menu-td.jpg) left top no-repeat;}
.businessManage-menu-li-on a{color:white;}
/*.businessManage-menu{width:1344px;text-align: center;font-size: 14px;}
.businessManage-menu-td{background:url(../images/businessManage-memu-td1.png) left top no-repeat;}
.businessManage-menu-td a{color:#79797b;}
.businessManage-menu-td-active{background:url(../images/businessManage-menu-td.png) left top no-repeat;}
.businessManage-menu-td-active a{color:white;}
*/
.businessManage-fund-menu-container{width:100%;height:34px;background:url(../images/businessManage-fund-menu-bg.jpg) left top repeat-x;}
.businessManage-fund-menu-table{width:1344px;height:34px;font-size:12px;text-align: center;}
.businessManage-fund-menu-table a{color:white;}

.businessManage-fund-menu-ul li{float:left;height:34px;width:90px;line-height:30px;}
.businessManage-fund-menu-li-on{background:url(../images/businessManage-fund-menu-active.jpg) center 26px no-repeat;}
.businessManage-fund-menu-li-on a{color:#fecc69;}
/*
.businessManage-fund-menu-td-active{background:url(../images/businessManage-fund-menu-active.jpg) center 24px no-repeat;}
.businessManage-fund-menu-td-active a{color:#fecc69;}
*/
.businessManage-fund-shenbao{width:95%;margin-top: 8px;}
.businessManage-fund-query{width:1344px;height:46px;margin-top:8px;padding-top:1px;line-height:46px;font-size:12px;color:#333333;
    background: #eeeeee;border:1px solid #dddddd;}
.businessManage-fund-query img{position: relative;left:-3px;top:7px;}
.businessManage-fund-query-long{width:178px;height:23px;padding-left:2px;color:#999999;border:1px solid #a5a8ad;}
.businessManage-fund-query-short{width:67px;height:23px;padding-left:2px;color:#999999;border:1px solid #a5a8ad;}
.bottom-blank{width:100%;height:30px;}

.businessManage-fund-project-table{width:1344px;margin-top:8px;background: #dddddd;color: #666666;font-size:12px;border-top:2px solid #abd4ff;}
.businessManage-fund-project-table a{color:#1364b6;}
.businessManage-fund-project-header{background: #eeeeee;font-size: 14px;text-align:center;}
.businessManage-fund-project-table-td1{padding-left:8px;background: white;}
.businessManage-fund-project-table-td{text-align:center;background: white;}

.businessManage-fund-float{position: absolute;right:0;margin-right:16px;top:400px;}

#businessManage-fund-layer-main{overflow:auto;position:absolute;width:662px;height:380px;left:25%;top:150px;background-color:#ffffff;
    border:4px solid #666666;display:none;}
.businessManage-fund-layer-main-top{width:100%;height:33px;background: #61aef2;font-size: 16px;color: white;line-height: 33px;}
.businessManage-fund-layer-main-left{margin-left: 10px;}
.businessManage-fund-layer-main-right{float:right;margin-right: 12px;cursor:pointer;}
.businessManage-fund-layer-main-content{width:638px;margin-top:18px;font-size:12px;color:#2f78bd;line-height: 26px;}
.businessManage-fund-layer-main-content-span{margin-left: 35px;}
.businessManage-fund-layer-main-content-opinion{height:53px;background:#ebf2f8;border:1px solid #dddddd;}

#businessManage-fund-declare-tip{width:95%;height:62px;margin-top:8px;background: #fff8de;border:1px solid #ead5c2;}
#businessManage-fund-declare-tip a{color:#1462b5;text-decoration: underline;}
.businessManage-fund-declare-bluesun{position: relative;left:10px;top:13px;}
.businessManage-fund-declare-tip-detail{float:right;width:1283px;margin-top:10px;line-height: 20px;font-size: 12px;color:#cc6813;}
.businessManage-fund-declare-tip-bold{font-weight: bold;}
.businessManage-fund-declare-tip-hidebt{float:right;margin-right: 15px;color:#999999;cursor:pointer;}

.businessManage-fund-declare-tablecont{width:1344px;text-align: center;}

.businessManage-fund-connect-bluesun{position: relative;left:10px;top:25px;}

.businessManage-fund-connect-main{width:1344px;height:360px;margin-top:8px;border:1px solid #dddddd;border-top:2px solid #abd4ff;}
.businessManage-fund-connect-main1{width:100%;height:41px;font-size: 14px;color:#1262b7;text-align: center;line-height: 41px;
    background: #eeeeee;border-bottom:1px solid #dddddd;}
.businessManage-fund-connect-main2 img{vertical-align: middle;position: relative;left:-3px;top:-2px;}
.businessManage-fund-connect-main2{margin-top:52px;font-size:12px;color:#333333;line-height:34px;}
.businessManage-fund-connect-main2-left{text-align: right;}
.businessManage-fund-connect-main2-input1,.businessManage-fund-connect-main2-input2{height:23px;border:1px solid #a4a9ad;padding-left:2px;background:#f9fafc;}
.businessManage-fund-connect-main2-input1{width:277px;}
.businessManage-fund-connect-main2-input2{width:254px;text-align:center;color:#99999b;}

.businessManage-fund-connect-main3{margin-top:25px;text-align: center;}

#businessManage-fund-connect-layer-main{overflow:auto;width:1066px;height:389px;left:10%;top:100px;position:absolute;border:5px solid #666666;background:white;display:none;}
.businessManage-fund-connect-layer-main-table{margin-top:27px;background: #dddddd;border-top:2px solid #abd4ff;text-align:center;
    color:#656565;font-size:12px;}
.businessManage-fund-connect-layer-main-table a{color: #1364b6;}
.businessManage-fund-connect-layer-main-table-tr1{background: #eeeeee;font-size: 16px;color:#4b4b4b;font-weight:bold;}
.businessManage-fund-connect-layer-main-table-td1{text-align: left;}

.businessManage-message-table{width:1344px;margin-top: 8px;text-align: center;color:#656565;font-size:12px;border:1px solid #dddddd;border-top: 2px solid #abd4ff;}
.businessManage-message-table a{color:#1263b4;font-weight: bold;}
.businessManage-message-table td{border-bott1563b5;om:1px solid #dddddd;}
.businessManage-message-table-tr-active{color:#da0000;}
.businessManage-message-table-tr-active a{color:#da0000;}
.businessManage-message-table-tr1{font-size: 14px;color:#333333;font-weight: bold;background:#eeeeee;}
.businessManage-message-table-td2{text-align: left;}
.businessManage-message-table-tr{border-top:1px solid #dddddd;}

.businessManage-message-detail-container{width:1344px;margin-top: 23px;}
.businessManage-message-detail-top{color:#999999;font-size: 12px;line-height: 26px;}
.businessManage-message-detail-fileheader-title{color:#333333;font-size: 14px;font-weight: bold;}

.businessManage-message-detail-content{overflow-y:auto; height:360px;margin-top:8px;border-top:1px solid #dddddd;border-bottom:1px solid #dddddd;font-size: 12px;
    color:#333333;line-height: 26px;}
.businessManage-message-detail-content p{margin-top: 14px;}

.businessManage-message-detail-link{height:105px;margin-top: 8px;border:1px solid #dddddd;border-top: 2px solid #aad3ff;}
.businessManage-message-detail-link-top{height:36px;background: #eeeeee;border-bottom: 1px solid #dddddd;font-size: 14px;
    font-weight: bold;line-height: 36px;}
.businessManage-message-detail-link-main{margin-left: 17px;line-height: 30px;font-size: 12px;}
.businessManage-message-detail-link-main a{color:#1865bf;text-decoration: underline;}
.businessManage-message-detail-link-main img{vertical-align: middle;}

.declaration-board{width:100%;height:100%;background:#eaeaea;}
.declaration-container{width:1304px;height:620px; position:absolute;
    left:50%;top:50%;margin:-310px 0 0 -652px;border:1px #d2d2d2 solid;background:white;}
.declaration-top{width:100%;height:66px;}
.declaration-top-left{height:100%;float:left;margin-left:20px;line-height: 66px;font-size: 22px;color:#1171bd;}
.declaration-top-right{height:66px;float:right;line-height: 80px;margin-right: 20px;}

.declaration-main{width:100%;height:552px;border-top:2px solid #abd4ff;}

.declaration-main-nav-container{float:left;width:258px;height:100%;background: #ebebeb;}
.declaration-main-nav{float:left;width:252px;height:100%;border-right:1px solid #d2d2d2;background: white;}
.declaration-main-nav-title{height:32px;line-height: 33px;font-size: 15px;font-weight: bold;letter-spacing:2px;background: #d7e9f3;}
.declaration-main-nav-title img{margin-left:20px;margin-right: 6px;}

.declaration-main-nav-list-active{width:253px;height:29px;font-size: 12px;line-height: 29px;background:#3fa6e1;}
.declaration-main-nav-list-active a{color:#feffff;}
.declaration-main-nav-lp{margin-left:20px;}
.declaration-main-nav-rp{float:right;}
.declaration-main-nav-lp2{margin-left:38px;}

.declaration-main-nav-list-container{margin-top:8px;}
.declaration-main-nav-list{width:252px;height:29px;font-size: 12px;line-height: 29px;}
.declaration-main-nav-list img{margin-left:20px;}
.declaration-main-nav-list a{color:#333333}

.declaration-main-nav-list2{width:252px;height:29px;font-size: 12px;line-height: 29px;}
.declaration-main-nav-list2 img{margin-left:38px;}
.declaration-main-nav-list2 a{color:#333333}

.declaration-main-detail-container{float:right;width:1045px;height:100%;background: #d2d2d2;}
.declaration-main-detail{overflow: auto;width:1006px;height:532px;margin-top:10px;background:white;}

.declaration-main-detail-projbasemes-do-container{width:864px;height:30px;margin-top:10px;}
.declaration-main-detail-projbasemes-do{float:right;border:1px solid #c2c2c2;}
.declaration-main-detail-projbasemes-do img{margin-left:4px;vertical-align:middle;}
.declaration-main-detail-projbasemes-do a{font-size:12px;color:#999999;line-height:30px;}

.declaration-main-detail-projbasemes-do-td{height:100%;border-left:1px solid #e2e2e2;border-right:1px solid #e2e2e2;}
.declaration-main-detail-projbasemes-do-td1{height:100%;border-left:1px solid #e2e2e2;}

#declaration-main-detail-projbasemes-status{width:864px;height:20px;font-size:12px;line-height:20px;display:none;}
#declaration-main-detail-projbasemes-status img{vertical-align:middle;}

.declaration-main-detail-projbasemes-ftab{margin-top: 16px;font-size: 12px;}
.declaration-basemes-td1{background: #eeeeee;font-weight: bold;text-align:center;}
.declaration-basemes-td2{background:white;}
.declaration-basemes-td3{background: #eeeeee;font-weight: bold;text-align:right;padding-right:34px;}
.declaration-basemes-td4{background: #eeeeee;font-weight: bold;text-align:right;padding-right:28px;}

.declaration-basemes-input1{height:100%;width:710px;padding-left: 6px;}
.declaration-basemes-input2{height:100%;width:416px;padding-left: 6px;}
.declaration-basemes-input3{height:100%;width:162px;padding-left: 6px;}
.declaration-basemes-input4{height:100%;width:144px;padding-left: 6px;}
.declaration-basemes-input5{height:100%;width:250px;}

.declaration-main-detail-projbasemes-tip{width:864px;height:50px;margin-top:16px;font-size:12px;color:#ca6712;background: #fff8de;
    border:1px solid #ecd5c3;line-height:50px;}
.declaration-main-detail-projbasemes-tip span{margin-left:6px;font-weight: bold;}

.declaration-main-detail-proj-intr-title{width:864px;height:48px;line-height: 48px;text-align: center;font-size: 16px;color:#333333;font-weight: bold;
    border-bottom: 1px solid #d2d2d2;}
.declaration-main-detail-proj-intr-content{width:864px;font-size:15px;color:#676767;line-height:30px;}

.declaration-main-detail-unit-tab{width: 864px;margin-top:16px;font-size: 12px;border-top:2px solid #aad4fe;background: #dddddd;}
.declaration-main-detail-unit-tab-tr1{text-align: center;font-size:14px;background:#eeeeee;font-weight: bold;}
.declaration-main-detail-unit-tab-tr2{color:#666666;text-align: center;background:white;}
.declaration-main-detail-unit-tab-tr2 a{color:#1265b5;margin-left: 6px;}

.declaration-main-detail-unit-indiv1{width:42px;height:24px;line-height: 24px;;border:1px solid #c2c2c2;}
.declaration-main-detail-unit-indiv2{width:304px;height:24px;line-height: 24px;text-align:left;border:1px solid #c2c2c2;}
.declaration-main-detail-unit-indiv3{width:130px;height:24px;line-height: 24px;;border:1px solid #c2c2c2;}
.declaration-main-detail-unit-indiv4{width:126px;height:24px;line-height: 24px;;border:1px solid #c2c2c2;}
.declaration-main-detail-unit-indiv5{width:101px;height:24px;line-height: 24px;;border:1px solid #c2c2c2;}
.declaration-main-detail-unit-td2{line-height: 40px;}
.declaration-main-detail-unit-td2 input{color:#999999;background: white;}
.declaration-main-detail-unit-td2 img{vertical-align: middle;}

#declaration-unit-layer{width:732px;height:436px;position: absolute;top:10%;left:20%;border:5px solid #666666;background: white;display:none;}
.declaration-unit-layer-top{width:100%;height:32px;line-height: 32px;font-size: 14px;color:white;background: #61aef2;}
.declaration-addunit-name{margin-left: 10px;}
#declaration-addunit-close{float: right;margin-right: 10px;cursor:pointer;}

.declaration-addunit-tab{width:664px;margin-top:32px;font-size:12px;background:#dddddd;}
.declaration-addunit-td1{background: #eeeeee;text-align: center;font-weight:bold;}
.declaration-addunit-td2{background: white;}
.declaration-addunit-input1{width:523px;height:100%;padding-left: 2px;}
.declaration-addunit-input2{width:254px;height:100%;padding-left: 2px;}
.declaration-addunit-input3{width:140px;height:100%;padding-left: 2px;}

.declaration-addunit-texta{padding-left:2px;line-height: 32px;}

.declaration-main-detail-top{margin-top: 10px;text-align: right;width:864px;height:30px;font-size: 12px;}
.declaration-main-detail-top1{float:left;margin-left: 645px;width:108px;height:30px;line-height: 30px;text-align:center;
    background:#f9ecb7;border:1px solid #f4c45e;}
.declaration-main-detail-top1 a{color:#666664;}
.declaration-main-detail-top2{float:right;width:108px;height:30px;line-height: 30px;text-align:center;background:#eeeeee;
    border:1px solid #c2c2c2;border-left:none;}
.declaration-main-detail-top2 a{color:#666666;}

.declaration-main-detail-upload-step{width:864px;height:188px;margin-top:10px;font-size: 14px;border-top:1px dotted #cccccc;}
.declaration-main-detail-upload-p1{margin-top:10px;line-height:32px;color:#0068bb;font-weight:bold;}
.declaration-main-detail-upload-p2{line-height:32px;color:#666666;}
.declaration-main-detail-upload-p3{line-height: 32px;color:#d80003;}

.declaration-main-detail-upload-tip{width:856px;height:56px;margin-top:16px;padding-left: 8px;padding-top: 4px;font-size:12px;color:#ca6712;
    background: #fff8de;border:1px solid #ecd5c3;line-height:24px;}
.declaration-main-detail-upload-tip span{font-weight: bold;}

.declaration-main-detail-fillspec-title{width:864px;height:48px;margin-top:40px;line-height: 48px;text-align: center;font-size: 16px;color:#333333;
    font-weight: bold;border-bottom: 1px solid #d2d2d2;}

.declaration-main-detail-fillspec-p1{width:864px;margin-top:6px;line-height: 32px;font-size: 14px;color:#666666;}
.declaration-main-detail-fillspec-p2{width:864px;margin-top:6px;line-height: 32px;font-size: 14px;color:#da0001;}

.declaration-main-detail-addmaterial-tr1{background: #dfebfb;}

.declaration-main-detail-addmaterial-td1{padding-left: 10px;color: #1163b5;font-weight: bold;}
.declaration-main-detail-addmaterial-prove{background: white;text-align: center;}
.declaration-main-detail-addmaterial-prove a{color:#1265b3;}
.align-left{text-align: left;padding-left:14px;}
.commitbtn{
    background: url("../images/registerUnit-admit.jpg") ;
    width: 98px;
    height: 34px;
    color: #fff;
    font-size: 15px;
    font-family: "Microsoft YaHei Regular", "Microsoft YaHei";
}
.commitbtn:hover{
    color: #FFD97E;
}

#layer-main{position:absolute;top:0;left:0;width:100%;height:100%;background:#b2b2b2;opacity:0.5;filter:alpha(opacity=50) ;display:none;}
#thxm-main{overflow:auto;width:660px;height:280px;left:30%;top:20%;position:absolute;z-index:9999;border:5px solid #666666;background:white;display:none;}
.thxm-main-top{width:100%;height:33px;background: #61aef2;font-size: 16px;color: white;line-height: 33px;}
.thxm-main-left{margin-left: 10px;}
.thxm-main-right{float:right;margin-right: 12px;cursor:pointer;}
.thxm-main-table{margin-top:27px;background: #dddddd;border-top:2px solid #abd4ff;text-align:center;color:#656565;font-size:12px;}

#cjzb-main{overflow:auto;width:550px;height:240px;left:30%;top:20%;position:absolute;border:5px solid #666666;background:white;display:none;}
.cjzb-main-top{width:100%;height:33px;background: #61aef2;font-size: 16px;color: white;line-height: 33px;}
.cjzb-main-left{margin-left: 10px;}
.cjzb-main-right{float:right;margin-right: 12px;cursor:pointer;}

#thxminfo-main{overflow:auto;width:660px;height:280px;left:30%;top:20%;position:absolute;border:5px solid #666666;background:white;display:none;}
.thxminfo-main-top{width:100%;height:33px;background: #61aef2;font-size: 16px;color: white;line-height: 33px;}
.thxminfo-main-left{margin-left: 10px;}
.thxminfo-main-right{float:right;margin-right: 12px;cursor:pointer;}
.thxminfo-main-table{width: 80%;border: 1px;text-align: left;}
#tssz-main{overflow:auto;width:20%;height:180px;left:40%;top:30%;position:absolute;border:5px solid #666666;background:white;display:none;}
#xssc-main{overflow:auto;width:50%;height:280px;left:25%;top:20%;position:absolute;border:5px solid #666666;background:white;display:none;}

.title-color-R{color: red;}
.title-color-B{color: blue;}

#tjdw-main{overflow:auto;width:620px;height:580px;left:30%;top:20%;position:absolute;z-index:9999;border:5px solid #666666;background:white;display:none;}
.tjdw-main-top{width:100%;height:33px;background: #61aef2;font-size: 16px;color: white;line-height: 33px;}
.tjdw-main-left{margin-left: 10px;}
.tjdw-main-right{float:right;margin-right: 12px;cursor:pointer;}

/*
#qxsz-main{width:430px;height:530px;left:33%;top:15%;position:absolute;z-index:9999;border:2px solid #666666;background:white;display:none;}

.qxsz-main-top{background: #3FA6E1; color: #fff;width:100%;height:33px;font-size: 16px;color: white;line-height: 33px;}
.qxsz-main-left{margin-left: 10px;}
.qxsz-main-right{float:right;margin-right: 12px;cursor:pointer;}
*/
.qxdivmemu{
    width:100%; text-align:center;background: #fff;
}

.qxdivmain{
    width:100%;
}
.qxdivmemu button[name='xmkindradio']{
    background-image:-moz-linear-gradient(top,#3FA6E1,#226490);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#3FA6E1),to(#226490));
    background-image:-webkit-linear-gradient(top,#3FA6E1,#226490);
    background-image:-o-linear-gradient(top,#3FA6E1,#226490);
    background-image:linear-gradient(to bottom,#3FA6E1,#226490);
    background-image: linear-gradient(to bottom,  #3FA6E1, #226490);
}
.qxdivmemu button[name='xmkindradio']:HOVER{
    background-color: #226490;
}
.qxdivmemu button[name='xmkindradio']:FOCUS{
    background-image:linear-gradient(to bottom,#226490,#226490);
    background-image:-webkit-linear-gradient(top,#226490,#226490);
    background-color: #226490;
}
.qxdivmain .qxdivtop{
    width: 100%;	border-top: 1px solid #d0d7e4;
}
.qxdivmain .qxdivtopselect{
    width: 80%;height: 22px;
}
.btnactive{
    background-position:0px -15px;
    background-color: #226490;
}
.qxdivtopselect .qxdivcheckdiv{
    width: 50px;height: 20px;float: left;background: #E0EBF0;text-align: center;margin-right: 5px;border: 1px solid #9CD9DB;
    color: #0D7FAD;
}
.qxdivcheckdiv:HOVER{
    background: #BEE1F2;color: #6F809C;border: 1px solid #D5D5D5;
}
.qxdivcheckdiv input[type='checkbox']{
    margin-top: 0px; margin-bottom: 2px;
}

.qxdivtreediv{
    overflow:auto;width:99%;border: 1px solid #777;border: 1px solid #d0d7e4;
}

