/*初始化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: 1300px;
}
/* section2 */
.section2bg{
width: 100%;
background: #fafafa;
padding: 30px 0
}
.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;
    line-height: 27px;
    height: 27px;

}
/* box2 */
.section2 .box2{
    width: 100%;
    margin-top: 30px
}
.section2 .box2 table{
    width: 100%
}
.section2 .box2 table tbody tr{
    height: 58px;
    line-height: 58px;
    font-size: 14px;
    color: #373D41;
    border-bottom: 1px solid #D7D8D9
}
.section2 .box2 table thead 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{
    margin:25px 0 0 324px;
}
.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
}
/* foot */
.footbg{
    height: 240px;
    width: 100%;
}