*{
    margin: 0;
    padding: 0;
}
body{
    font: normal 20px/32px "微软雅黑";
}
/* 公共头部css */
.top_row{
    width: 1000px;
    margin:12px auto 4px;
   *margin:12px auto;
}
.clearfix::after {
    content: '';
    display: block;
    clear: both;
}
.top_row_l {
    display: inline-block;
    width: 152px;
    height: 38px;
    background: url(../images/logo.jpg) no-repeat;
   float: left;
}
.top_row_r{
    position: relative;
    float: right;
    margin-top: 4px;
}
.top_row_r li{
    float: left;
    list-style: none;
    margin-right: 30px;
}
.top_row_r .top_row_r_icon3{
    margin-right: 0;
}
.top_row_r li span{
    display: inline-block;
    width: 24px;
    height: 30px;
    background: url(../images/syicon1.jpg) no-repeat;
    cursor: pointer;
}
.top_row_r .top_row_r_icon1 p::before{
    content: "";
    position: absolute;
    top: -20px;
    left: 80px;
    width: 0px;
    height: 0px;
    border: 10px solid  #4068b3;
    border-left-color:transparent;
    border-top-color:transparent;
    border-right-color:transparent;
}
/* .top_row_r .top_row_r_icon2 p::before{
    left: 136px;
} */
.top_row_r li p{
    position: absolute;
    top: 40px;
    left: -80px;
    width: 200px;
    padding: 10px;
    /* border: 1px solid red; */
    background: #4068b3;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    display: none;
    z-index: 10;
}
.top_row_r .top_row_r_icon2 p{
    left: 0;
    width:140px;
    height: 140px;
    background: url(../images/syewm.png) center #fff no-repeat;

}
.top_row_r li .active{
    display: block;
}
.top_row_r .top_row_r_icon2 span {
    background: url(../images/syicon2.jpg) no-repeat;
    width: 34px;
}
.top_row_r .top_row_r_icon3 span {
    background: url(../images/syicon3.jpg) no-repeat;
}
/* 公共头部css */

.banner img{
    display: block;
}
.con_row1{
    display: block;
}
.con{
    background: url(../images/sybg.jpg) repeat;
    margin-bottom: 26px;
}

.nian,.qishu{
    display: inline-block;
    color: #4068b3;
    _zoom:1;
    *display:inline;
    margin-right:6px;
}
.nian{
    font-size: 18px;
}
.qishu{
    font-size:26px;
    line-height: 46px;
}
/* 大事首页css */
.middle{
    width: 1100px;
    margin:0 auto ;
    padding: 1px 0;
}
.middle_row1{
    margin:32px auto 14px;
}
.middle_row2{
    background: #fff;
    padding: 32px 80px 38px;
    border-radius: 11px;
    overflow: hidden;
}
.middle_row2_l{
    float: left;
}
.middle_row2_r{
    float: left;
    width: 560px;
    margin-left: 52px;
    overflow:hidden;
}
.middle_row2_r .middle_row2_r_title{
    width: 540px;
    font-size: 20px;
    color: #343434;
    margin: 38px 0  26px;
    text-indent: 2em;
}
.middle_row2_r_img img{
    margin-left: 22px;
    display:block;
    float:left;
}
.middle_row2_r_img img:nth-child(1){
    margin-left: 0;
}
.middle_row3{
    display: block;
    width: 282px;
    height: 68px;
    background: url(../images/start.png ) no-repeat;
    margin: 44px auto 58px;
}
/* 登錄css */
.login_banner{
    width: 100%;
    height: 114px;
    min-width: 1100px;
    background: url(../images/login-banner.jpg) top center no-repeat;
}
.banner_qishu {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}
.banner_qishu p,.banner_qishu h1{
    position: absolute;
    color: #fff;
    top: 38px;
    right: 116px;
}
.banner_qishu h1{
    top: 38px;
    right: 116px;
}
.banner_qishu p{
    top: 46px;
    right: 210px;
}
.login{
    padding: 1px 0;
}
.login .middle{
    width: 1012px;
    margin:38px auto 80px;
    background: url(../images/login_dashi.jpg) #fff no-repeat;
    border-radius: 11px;
}
.middle_box1{
    height: 214px;
}
.middle_text{
    width: 600px;
    padding: 36px 74px 0;
}
.middle_text p{
    font-size: 22px;
    line-height: 34px;
    color: #335697;
    text-indent: 2em;
}
.middle_login_box{
    width: 390px;
    margin: 60px auto 132px;
}
.middle_login_box li{
    list-style: none;
    overflow: hidden;
    margin-bottom: 14px;
}
.middle_login_box label{
    float: left;
    display: block;
    width: 125px;
    height: 51px;
    background: url(../images/name.jpg) no-repeat;
   
}
.middle_login_box .tel label{
    background: url(../images/tel.jpg) no-repeat;
}
.middle_login_box .adress label{
    background: url(../images/adress.jpg) no-repeat;
}
.middle_login_box input{
    float: left;
    width: 250px;
    height: 47px;
    padding-left: 10px;
    font-size: 20px;
    
}
.submit {
    width: 242px;
    height: 58px;
    border-radius: 11px;
    background:url(../images/submit.png) no-repeat;
    margin: 42px auto 132px;
    cursor: pointer;
}








