/*初始化css*/
body{min-width:1200px;font-family:微软雅黑;color: #333;}/*min-width的宽度根据项目页面宽度决定*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;}
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;}/*颜色根据通用信息列表的文字颜色决定*/
.more a{color: #999;}/*颜色根据通用更多的文字颜色决定*/
a:hover{color:#3573b5;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover{color:#3573b5;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
textarea,input{font-family:微软雅黑;}
.ma{margin: 0 auto;width:1200px}

/* 当前位置 */
.mianbaobg{
    width: 100%;
    height: 40px;
    background: #E7F1FF;
    line-height: 40px;
}
.mianbao div:first-child{
    height: 40px;
    width: 20px;
    background:url(dqwz.png) center center no-repeat;
    margin-right: 15px;
}
.mianbao div{
    float: left;
    font-size: 14px;
    color: #999999;
}
.mianbao div a{
    font-size: 14px;
    color: #999999;
    padding: 0 2px;
}
.mianbao div a:last-child{
    color: #1F59D8 
}
/* banner */
.bannerbg{
    width: 100%;
    height: 220px;
    background: url(banner.png) center top no-repeat;
}
.banner span{
    display: block;
    font-size: 40px;
    color: #FFFFFF;
    padding-top: 70px;
}
/* main */
.mian{
    min-height: 633px;
    background: #ffffff;
    box-shadow:  0 0 10px 0 rgba(153,153,153,0.10);
    position: relative;
    top: -44px;
    padding: 44px 30px 30px;
}
/* 查询信息 */
.section1>span{
    font-size: 24px;
    color: #333333;
    font-weight: bold
}
.section1 form{
    margin-top: 20px;
}
.section1 form>div{
    width: 300px;
}
.section1 form>div:not(:first-child){
    margin-left: 40px;
}
.section1 form span{
    font-size: 14px;
    color: #333333;
    display: block;
    margin-bottom: 10px;
    font-weight: 600
}
.section1 form .box1 .div1{
    width: 300px;
    height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
}
.section1 form .box1 .div1 i{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(sx_down.png) center center no-repeat;
    margin: 15px 0;
}
.section1 form .box1 .div1 i.active{
    background: url(sx_up.png) center center no-repeat;
}
.section1 form .box1 .div2{
    position: absolute;
    background: #ffffff;
    z-index: 2;
    width: 300px;
    box-shadow: 0 0 10px 0 rgba(153,153,153,0.10);
	height:200px;
	overflow-y:scroll;
}
.section1 form .box1 .div2 p:hover{
    background: #A9C1F7
}
.section1 form .box1 div p{
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    padding-left: 12px;
    cursor: pointer;
}
.section1 form .div1 p{
    display: inline-block;
    width: 280px
}
.section1 form input{
    width: 100%;
    height: 40px;
    padding-left: 12px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    color: #333333;
    font-size: 14px;
}

.section1 form .box4{
    padding-top: 34px;
	width:90px;
}
.section1 .box4 input{
    width: 84px;
    height: 32px;
    border-radius: 4px;
    border: none;
    background: #287CED ;
    color: #ffffff;
    font-size: 14px;
    line-height: 32px;
    padding-left: 0
}
/* 个人公积金信息 */
.section2{
    margin-top:40px; 
}
.section2 span{
    font-size: 24px;
    color: #2B2F32;
    font-weight: bold
}
.section2 table{
    margin-top: 20px;
    width: 100%;
}
.section2 table td{
    padding: 14px 20px;
    border: 1px solid #A9C1F7;
}
.section2 table tr td:nth-child(1),.section2 table tr td:nth-child(3){
    background:  #E7F1FF;
    color: #000000
}
.section2 table tr td:nth-child(2),.section2 table tr td:nth-child(4){
    color: #999999;
}
