/*初始化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;}
.ma{margin: 0 auto;width: 1200px;}
textarea,input{font-family:微软雅黑;}
/* head */
.headbg{
    width: 100%;
    height: 120px;
    background: url(headbg.png) center center no-repeat
}
/* 当前位置 */
.nowbg{
    height: 40px;
    background: #E7F1FF;
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    color: #999999;
}
.nowbg .div1{
    width: 30px;
    height: 40px;
    background: url(now.png) left center no-repeat
}
.nowbg .div2 a{
    font-size: 14px;
    color: #999999;
}
.nowbg .div2 a:last-child{
    color: #448AF0
}
/* secton1 */
/* box1 */
.section1bg{
    width: 100%;
    background: #fafafa;
    padding-top: 30px;
	min-height:calc(100vh - 400px);
}
.section1 .box1{
    height: auto;
    background: #ffffff;
    line-height: 40px;
    padding: 20px 30px;
    position: relative;
}
.section1 .box1 .box1left{
    display: inline-block
}
.section1 .box1 .box1left span{
    font-size: 30px;
    color: #333333;
}
.section1 .box1 .box1left a{
    display: inline-block;
    line-height: 30px;
    text-align: center;
    width: 80px;
    height: 30px;
    border: 1px solid #448AF0;
    border-radius: 15px;
    font-size: 14px;
    color: #448AF0;
    margin-left: 15px
}

.section1 .box1 .box1right li{
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
}
.section1 .box1 .box1right li:not(:last-child){
    margin-right: 15px
}

.section1 .box1 .box1right li a{
    display: inline-block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding-left: 80px
}
.section1 .box1 .box1right li.li1{
    background: url(section1_pic3.png) 44px center no-repeat #E7F1FF;
}
.section1 .box1 .box1right li.li1 a{
    color: #1677FF;
}
.section1 .box1 .box1right li.li2{
    background: url(section1_pic1.png) 44px center no-repeat #DDFCFF;
}
.section1 .box1 .box1right li.li2 a{
    color: #00BFD0;
}
.section1 .box1 .box1right li.li3{
    background: url(section1_pic2.png) 44px center no-repeat #FFEFDF;
}
.section1 .box1 .box1right li.li3 a{
    color: #FF8F1F;
}
/* box2 */
.section1 .box2{
    padding-top: 30px
}
.section1 .box2 .box2left ul>li>a{
    display: inline-block;
    width: 176px;
    height: 60px;
    border-left: 4px solid #D7D8D9;
    background: #ffffff;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #2B2F32;
}
.section1 .box2 .box2left ul>li.open a{
    font-weight: bold;
    color: #448AF0;
    border-left:4px solid #448AF0
}
.section1 .box2 .box2left ul>li:not(:first-child){
    margin-top: 10px
}
.section1 .box2 .box2left ol{
    background: #f5f5f5;
    display: none;
    margin-top: 5px
}
.section1 .box2 .box2left ol li a{
    display: inline-block;
    width: 180px;
    padding: 10px 0;
    font-size: 14px;
    color: #666666;
    text-align: center
}

.section1 .box2 .box2left ol li.active{
    background: #E7F1FF;
}

.section1 .box2 .box2left ol li.active a{
    color: #448AF0;
}
.section1 .box2 .box2left ol.active{
    display: block;
}
.section1 .box2 .box2right{
    width: 1000px;
    min-height: 660px;
    background: #ffffff;
    margin-left: 20px;
    padding: 30px 30px;
}
.section1 .box2 .box2right .top{
    border-bottom: 2px solid #3D3D3D;
    padding-bottom: 12px
}
.section1 .box2 .box2right .top span{
    display: inline-block;
    font-size: 24px;
    color: #2B2F32; 
    font-weight: bold;
}
.section1 .box2 .box2right .top p{
    display: inline-block;
    font-size: 12px;
    color: #73777A;
    margin-top: 15px;
}
.section1 .box2 .box2right .bottom .btn {
    margin-top: 20px;
    margin-bottom: 20px;
}
.section1 .box2 .box2right .bottom .btn .btnleft span{
    display: inline-block;
    margin-left: 12px;
    font-size: 12px;
    color: #73777A;
    line-height: 30px
}
.section1 .box2 .box2right .bottom .btn .btnleft input{
    width: 15px;
    height: 15px;
    margin-top: 5px
}
.section1 .box2 .box2right .bottom .btn .btnleft input:not(:first-child){
    margin-left: 40px
}
.section1 .box2 .box2right .bottom .btn .form1{
    width:290px;
    height: 30px;
    border: 1px solid #D7D8D9
}
.section1 .box2 .box2right .bottom .btn .form1 input{
    border: none
}
.section1 .box2 .box2right .bottom .btn .form1 input.text{
    width: 255px;
    font-size: 12px;
    color: #9B9EA0;
    line-height: 27px;
    padding-left: 10px;
    height: 27px;
}
.section1 .box2 .box2right .bottom .btn .form1 input.submit{
    width: 30px;
    background: url(searc.png) center center no-repeat #ffffff;
    line-height: 27px;
    height: 27px;

}
/*事项*/
.shixiang_box{width: 100%;height: auto;}
.shixiang_box ul.shixiang_tit{width: 100%;height: 40px;background: #F1F2F3;}
.shixiang_box ul.shixiang_tit li{line-height: 40px;font-size: 14px;color: #73777A;padding:0 20px;}
.shixiang_box ul.shixiang_tit li.txt1{width: 75%;}
.shixiang_box ul.shixiang_tit li.txt2{width: 25%;}

.shixiang_box .shixiang_list{height: auto;margin-top: 25px}
.shixiang_box .shixiang_list .sx_list{height: auto; overflow: hidden;position: relative;border-bottom: 1px solid #e9e9e9;padding: 0px 20px;font-size: 14px;}
.shixiang_box .shixiang_list .sx_list:hover,.sx_list.On{ background-position:left bottom;}
.shixiang_box .shixiang_list .sx_list.On:hover{ background-position:left top;}

.shixiang_box .sub_list1_main{height: 60px;line-height: 60px;}
.shixiang_box .sub_list1_main span{display: block;float: left;}
.shixiang_box .sub_list1_main span.sx_btn{width: 70px;height: 30px;display: block;line-height: 30px;float:  left;padding-left: 10px;margin-left: 15px;margin-top: 15px;background: url(sx_down.png) 50px center no-repeat #F1F2F3;cursor:  pointer;}

.shixiang_box ul.sub_list2_main{padding-left: 20px;display: none;}
.shixiang_box ul.sub_list2_main li{line-height: 30px;padding: 15px 0;}
.shixiang_box ul.sub_list2_main li a{color: #666666;}
.shixiang_box ul.sub_list2_main li a:hover{color: #448AF0;}
.shixiang_box ul.sub_list2_main .bs_btn{list-style: 50px;}
.shixiang_box ul.sub_list2_main .bs_btn a{width: 80px;
    height: 30px;
    line-height: 28px;
    display: block;
    border: 1px solid #448AF0;
    float: left;
    margin-right: 15px;
    font-size: 12px;
    padding-left: 16px;
    color: #448AF0;
    text-align: center;}
.shixiang_box ul.sub_list2_main .bs_btn a:hover{color: #ffffff;}
.shixiang_box ul.sub_list2_main .bs_btn a.icon1{background: url(bs_icon1.png) no-repeat 3px center;}
.shixiang_box ul.sub_list2_main .bs_btn a.icon2{background: url(bs_icon2.png) no-repeat 3px center;}
.shixiang_box ul.sub_list2_main .bs_btn a.icon3{background: url(bs_icon3.png) no-repeat 14px center;}
.shixiang_box ul.sub_list2_main .bs_btn a.icon4{background: url(bs_icon4.png) no-repeat 14px center;}

.shixiang_box ul.sub_list2_main .bs_btn a.icon1:hover{background: url(bs_icon_on1.png) no-repeat 3px center #448AF0;}
.shixiang_box ul.sub_list2_main .bs_btn a.icon2:hover{background: url(bs_icon_on2.png) no-repeat 3px center #448AF0;;}
.shixiang_box ul.sub_list2_main .bs_btn a.icon3:hover{background: url(bs_icon_on3.png) no-repeat 3px center #448AF0;;}
.shixiang_box ul.sub_list2_main .bs_btn a.icon4:hover{background: url(bs_icon_on4.png) no-repeat 3px center #448AF0;;}
.shixiang_box .sub_list1_main .sx_btn.On{background: url(sx_up.png) 50px center no-repeat #F1F2F3!important}

.one_c a{width: 80px;
    height: 30px;
    line-height: 28px;
    display: block;
    border: 1px solid #448AF0;
    float: left;
    margin-right: 15px;
    font-size: 12px;
    padding-left: 16px;
    margin-top: 15px;
    color: #448AF0;
    text-align: center;}
.one_c a.icon1{background: url(bs_icon1.png) no-repeat 3px center;}
.one_c a.icon2{background: url(bs_icon2.png) no-repeat 3px center;}
.one_c a.icon3{background: url(bs_icon3.png) no-repeat 14px center;}
.one_c a.icon4{background: url(bs_icon4.png) no-repeat 14px center;}
.one_c a.icon1:hover{background: url(bs_icon_on1.png) no-repeat 3px center #448AF0;color:#fff;}
.one_c a.icon2:hover{background: url(bs_icon_on2.png) no-repeat 3px center #448AF0;color:#fff;}
.one_c a.icon3:hover{background: url(bs_icon_on3.png) no-repeat 3px center #448AF0;color:#fff;}
.one_c a.icon4:hover{background: url(bs_icon_on4.png) no-repeat 3px center #448AF0;color:#fff;}

/*分页*/
.fenye{
    margin: 20px auto 0;
    width: 700px;
}
.fenye ul li{
    float: left;
    font-size: 14px;
    color: #73777A;
    line-height: 30px;
    text-align: center
}
.fenye ul span{
    float: left;
    font-size: 14px;
    color: #73777A;
    line-height: 30px;
    text-align: center
}
.fenye ul span{
    padding: 0 12px
}
.fenye ul li{
    width: 30px;
    height: 30px;
    border: 1px solid #DDDDDD;
    line-height: 30px;
    text-align: center
}
.fenye ul li a{
    font-size: 14px;
    color: #373D41;
}

.fenye ul .text{
    width: 30px;
    height: 30px;
    font-size: 14px;
}
.fenye ul input{
    border: 1px solid #DDDDDD;
}
.fenye ul .go{
    width: 30px;
    height: 30px;
    border: 1px solid #448AF0;
    color: #448AF0;
    font-size: 14px;
    background: #ffffff;
}
.fenye ul li.active{
    background: #448AF0;
}
.fenye ul li.active a{
    color: white
}
/* section2 */
.section2bg {
    width: 100%;
    background: #fafafa;
    margin-top: 30px;
}
.section2{
    background: #ffffff;
    height: 548px;
    width: 1200px;
    padding: 40px 30px 30px 30px;
}
/* box1 */
.section2 .box1{
    border-bottom: 2px solid #3D3D3D;
    padding-bottom: 10px
}
.section2 .box1 span{
    font-size: 24px;
    color: #2B2F32;
    font-weight: bold;
    
}
.section2 .box1 .form1{
    width:290px;
    height: 30px;
    border: 1px solid #D7D8D9
}
.section2 .box1 .form1 input{
    border: none
}
.section2 .box1 .form1 input.text{
    width: 255px;
    font-size: 12px;
    color: #9B9EA0;
    line-height: 27px;
    padding-left: 10px;
    height: 27px;
}
.section2 .box1 .form1 input.submit{
    width: 30px;
    background: url(searc.png) center center no-repeat #ffffff;
    line-height: 27px;
    height: 27px;

}
/* box2 */
.section2 .box2{
    width: 100%;
    margin-top: 30px
}
.section2 .box2 table{
    width: 100%
}
.section2 .box2 table tr:not(:first-child){
    height: 58px;
    line-height: 58px;
    font-size: 14px;
    color: #373D41;
    border-bottom: 1px solid #D7D8D9
}
.section2 .box2 table tr:nth-child(4) td:last-child a{
    color: #ff6565
}
.section2 .box2 table tr.tr1{
    height: 40px;
    background: #F1F2F3;
    font-size: 14px;
    color: #73777A;
}
.section2 .box2 table tr .td1{
    width: 734px;
    padding-left: 20px
}
.section2 .box2 table tr .td4 a{
    font-size: 14px;
    color: #448AF0
}
/* 分页 */

.fenye ul li{
    float: left;
    font-size: 14px;
    color: #73777A;
    line-height: 30px;
    text-align: center
}
.fenye ul span{
    float: left;
    font-size: 14px;
    color: #73777A;
    line-height: 30px;
    text-align: center
}
.fenye ul span{
    padding: 0 12px
}
.fenye ul li{
    width: 30px;
    height: 30px;
    border: 1px solid #DDDDDD;
    line-height: 30px;
    text-align: center
}
.fenye ul li a{
    font-size: 14px;
    color: #373D41;
}

.fenye ul .text{
    
    font-size: 14px;
    padding-left: 5px
}
.fenye ul input{
    border: 1px solid #DDDDDD;
    width: 40px;
    height: 30px;
}
.fenye ul .go{
   
    border: 1px solid #448AF0;
    color: #448AF0;
    font-size: 14px;
    background: #ffffff;
}
.fenye ul li.active{
    background: #448AF0;
}
.fenye ul li.active a{
    color: white
}
/* foot */
.footbg{
    height: 240px;
    width: 100%;
    background: url(foot.png) center center no-repeat
}

.noitem{
    height: 400px;
    width: 200px;
    background: url(noitem.png) no-repeat center center;
    margin: 20px auto;
}

.sx_list ul.sub_list2_main.active{display: block;}

.lxbox {
    position: absolute;
    width: 1200px;
    height: auto;
    padding: 10px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 10px 0px;
    left: 0;
    top: 70px;
    z-index: 10;
}
.lxbox span{
    color: #6FB3E6
}

/* 弹出 */
.tanchubg{
    opacity: 0.55;
    background: #000000;
    position: fixed;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.tanchu{
    height: 220px;
    width: 400px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ffffff;
    z-index: 1000;
}
.tanchu .top{
    width: 400px;
    height: 160px;
    padding: 15px 15px;
    border-bottom: 1px solid #D8D8D8
}
.tanchu .top em{
    height: 24px;
    width: 24px;
    cursor: pointer;
    background: url(close_icon.png) center center no-repeat
}
.tanchu .top span{
    font-size: 20px;
    color: #2B2F32;
    width: 370px;
    text-align: center;
    font-weight: bold;
    text-align: center;
}
.tanchu .top p{
    width: 370px;
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    color: #333333;
}
.tanchu .bottom{
    height: 60px;
    width: 100%;
    font-size: 18px;
    color: #448AF0;
    line-height: 60px;
}
.tanchu .bottom div{
    width: 1px;
    height: 42px;
    background: #D8D8D8;
    margin-top: 9px
}
.tanchu .bottom i{
    display: inline-block;
    float: left;
    width: 199px;
    text-align: center;
    cursor: pointer;
    font-style: normal;
}

body{
    background: #fafafa;
}