*{
    margin:0;
    padding:0;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
}
img{
    border: 0;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix:before,
.clearfix:after{
    content: "";
    display: table;
}
.clearfix:after{
    clear: both;
}
.clearfix{
    *zoom: 1;
    /*IE/7/6*/
}
.yhFont{
    font-family: "Microsoft YaHei";
}
/*页面样式*/
body{
    background-color: #d1dadc;
}
.header{
    min-height: 400px;
    background: url("/szgm/resource/cms/2017/05/img_pc_site/banner.png") no-repeat center;
}
.header h1{
    font-size: 0;
}
.main{
    width: 1258px;
    margin: 0 auto;
    background: #f9fbfc;
}
.columnx-title{
    line-height: 1.8;
    border-bottom: 2px solid #bcc3cd;
}
.columnx-title span{
    display: inline-block;
    margin-bottom: -2px;
    color: #3fb672;
    border-bottom: 3px solid #3fb672;
}
.columnx{
    margin-bottom: 42px;
}
.columnx-top{
    margin-top: 20px;
    background-color: #f9fbfc;
}
.columnx-top .top-left{
    width: 625px;
    height: 450px;
}
.columnx-top .top-right{
    width: 450px;
    margin-left: 60px;
    margin-top: 52px;
}
.lunboArea{
    width: 625px;
    height: 450px;
    overflow: hidden;
    position: relative;
}
.lunboCon,#lunboCon1{
    position: absolute;
    left: 0;
    top: 0;
    width: 620px;
    height: 450px;
    overflow: hidden;
    *zoom: 1;
}
.lunboCon li{
    float: left;
    display: none;
}
.lunboCon li:first-child{
    display: block;
}
.lunboCon img{
    width: 620px;
    height: 450px;
}
.lunboNav{
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
}
.lunboNav i{
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 0;
    background: url("navbg.png") no-repeat center;
    cursor: pointer;
}
.lunboNav i.active{
    width: 41px;
    background: url("navbg_active.png") no-repeat center;
}
.jjArea .columnx-title{
    width: 448px;
    font-size: 30px;
}
.jjArea-con{
    height: 322px;
    margin-top: 14px;
    overflow: hidden;
}
/*.columnx-bottom{*/
    /*margin-bottom: 100px;*/
/*}*/
.columnx-bottom .bottom-left{
    width: 850px;
    padding-left: 30px;
}
.columnx-bottom .bottom-right{
    width: 376px;
}
.columnx-bottom .columnx-title{
    font-size: 29px;
}
.lsdwArea .columnx-title,.sqlcArea .columnx-title{
    width: 305px;
}
.lsdwArea-con{
    padding-top: 14px;
}
.lsdwArea-con a img{
    margin-bottom: 4px;
}
.sqlcArea-con{
    margin-top: 14px;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
}
.sqlcArea-con img{
    margin: 30px 0 14px 20px;
}
.footer{
    max-width: 1920px;
    height: 100px;
    background-color: #27416c;
}
.footer p{
    line-height: 2;
    padding-top: 20px;
    text-align: center;
    color: #fff;
}

/*自定义滚动条*/
.div_scroll {
    width: 100%;
    height: 200px;
    overflow: auto;
    float: left;
}

.scroll_container {
    overflow: hidden;
    position: relative;
}

.scroll_absolute {
    position: absolute;
}

.scroll_absolute p {
    line-height: 2;
    font-family: "宋体";
    font-size: 10.5pt;
}

.scroll_vertical_bar {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    margin: 0;
    padding: 0;
}

.scroll_track {
    position: relative;
    background-color: #cdcdcd;
    border-radius: 8px;
    padding: 1px 0;
}

.scroll_drag {
    width: 14px;
    position: relative;
    top: 0px;
    left: 1px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 7px;
}

.scroll_arrow {
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    background-color: #fff;
}

.scroll_vertical_bar .scroll_arrow {
    height: 2px;
    *height: 1px;
}
area{
    outline: none;
    border: none;
}
.sqlcArea-con-tips{
    width: 376px;
    height: 317px;
    background-color: #fff;
    background-color: rgba(255,255,255,.95);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.sqlcArea-con-tips .closeBtn{
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
    font-style: normal;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    text-align: center;
    float: right;
}
.sqlcArea-con-tips .tips-con{
    margin-top: 25px;
    height: 252px;
    padding: 20px;
    line-height: 1.8;
    font-size: 14px;
}