@charset "utf-8";
/*clear basic style*/
html,body,h1,h2,h3,h4,h5,h6,input,ul,ol,li,input,p,dl,dd,dt{
    padding: 0;
    margin: 0;
}
body{
    font-size:15px;
    font-family: "Microsoft YaHei";
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #333333;
}
img{
    vertical-align: middle;
    border: 0;
}
.clearfix:after{
    content: "";
    height: 0;
    width: 0;
    clear: both;
    visibility: hidden;
    display: block;
    font-size: 0;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.core{
    width: 1200px;
    margin: 0 auto;
}
body{
    background:#f1f4fd url(../images/bjzz_pic_01.png) no-repeat 50% 0px;
}


/* head-top */
.head-top-bg{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: blue;
    opacity: 0.1;
    position: absolute;
	filter:alpha(opacity=10);

}
.head{
    position: relative;

}
.head-top{
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
}
.head-top-l{
    margin-left: 40px;
    float: left;
}
.head-top-l a{
    padding: 0px 12px;
    color: #fff;
    background: url(../images/bjzz_pic_04.png) no-repeat left;
}
.head-top-l a:first-child{
    background: none;
    
}
.head-top-r{
    float: right;

}
.head-top-r a{
    padding: 0px 9px;
    background: url(../images/bjzz_pic_04.png) no-repeat left;
    color: #fff;
    
}
.head-top-r a:first-child{
    background: none;
    
}
.head-logo{
    height: 190px;
    overflow: hidden;
}
.head-logo .logo{
    float: left;
    line-height: 190px;
}
.head-logo .search{
    width: 540px;
    margin-top: 100px;
    
    float: right;
}
.head-logo .search form{
    width: 540px;
    font-size: 0px;
    border: 1px solid #1a69d5;

}
.head-logo .search form .text{
    width: 480px;
    padding-left: 15px;
    height: 43px;
    line-height: 43px;
    color: #666666;
    border: 0px;
    outline: none;
    font-size: 15px;
    vertical-align: middle;

}
.head-logo .search form .btn{
    width: 58px;
    background:#fff url(../images/bjzz_pic_03.png) no-repeat 15px;
    height: 43px;
    border: 1px solid transparent;
    outline: none;  
    font-size: 15px;
    vertical-align: middle;

}
.head-nav{
    font-size: 0px;
    background: #1a69d5;
    line-height: 64px;
    height: 64px;
}
.head-nav a{
    font-size: 19px;
    font-weight: bold;
    display: inline-block;
    width: 14.28%;
    color: #fff;
    text-align: center;
    background: url(../images/bjzz_pic_05.png) no-repeat left;
}
.head-nav a:first-child{
    background: none;
}

/* top    结束 */


/* news */
.news{
    margin-top: 25px;
    height: 120px;
    background: #fff;
}
.news .news-tit{
    font-size: 31px;
    color: #1a69d5;
    text-align: center;
    line-height: 50px;
    padding-top: 20px;
}
.news .news-tit a{
    color: #1a69d5;
}

.news .news-abs a{
    color: #666;
}
.news .news-abs{
    width: 1050px;
    margin: 0 auto;
    font-size: 19px;
    line-height: 24px;
    color: #666666;
    margin-top: 10px;
}

/* contain */
.contain{
    height: 386px;
    padding: 25px;
    margin-top: 25px;
    background-color: #fff;
}
.contain .contain-l{
    width: 560px;
    height: 335px;
    margin-right: 30px;
}
.contain .contain-r{
    width: 560px;
    height: 335px;
}



/*              轮播              */
.box{
    width: 560px;
    /* margin: 50px auto; */
}
.lunbo{
    width: 100%;
    float: left;
    position: relative;
}
.content .content-right .lunbo img {
    width: 100%;
}
.content-right .slideBox {
    width: 100%;
    height: 335px;
    float: left;
    position: relative;
    overflow: hidden;
}
.lunbo .slideBox .hd {
    height: 23px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    bottom: 7px;
    z-index: 3;
}
.lunbo .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    margin-right: 25px;
}
.lunbo .slideBox .hd ul li {
    float: left;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    line-height: 32px;
    text-align: center;
    background: url(../images/bjzz_pic_07.png) no-repeat;
    cursor: pointer;
}
.lunbo .slideBox .hd ul li.on {
    width: 11px;
    height: 11px;
    background: url(../images/bjzz_pic_08.png) no-repeat;
    color: #fff;
}
.lunbo .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.lunbo .slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.lunbo .slideBox .bd li .inf {
    text-indent: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    line-height: 50px;
    opacity: 0.6;
    color: #fff;
    font-size: 15px;
}

.lunbo .slideBox .bd img {
    width: 100%;
    height: 335px;
    display: block;
}

.lunbo .slideBox .title_bg {
    width: 100%;
    height: 50px;
    position: absolute;
    z-index: 1;
    background: #000;
    opacity: 0.65;
    bottom: 0;
    left: 0;
    filter: alpha(opacity=65);
}

.lunbo .slideBox .title {
    width: 100%;
    height: 50px;
    position: absolute;
    z-index: 2;
    font-size: 15px;
    line-height: 50px;
    bottom: 0;
    left: 0;
}

.lunbo .slideBox .title ul {
    position: relative;
    height: 50px;
    width: 70%;
    float: left;
}

.lunbo .slideBox .title ul li {
    position: relative;
    height: 50px;
    width: 100%;
    float: left;
}

.lunbo .slideBox .title a {
    color: #fff;
    display: block;
    width: 100%;
    padding-left:20px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contain .contain-r .head,
.column-two-mid .head,
.column-two-right .head,
.column-three-mid .head,
.column-three-right .head {
    border-bottom: 2px solid #d2d2d2;
    height: 30px;
}
.column-two-mid .head,
.column-two-right .head,
.column-three-mid .head,
.column-three-right .head{
    height: 34px;
}
.contain .contain-r .head ul,
.column-two-mid .head ul,
.column-two-right .head ul,
.column-three-mid .head ul,
.column-three-right .head ul{
    overflow: hidden;
}
.contain .contain-r .head ul li,
.column-two-mid .head ul li,
.column-two-right .head ul li,
.column-three-mid .head ul li,
.column-three-right .head ul li{
    float: left;
}
.contain .contain-r .head ul li a,
.column-two-mid .head ul li a,
.column-two-right .head ul li a,
.column-three-mid .head ul li a,
.column-three-right .head ul li a{
    font-size: 17px;
    font-weight: bold;
    padding: 0px 12px;
    display: inline-block;
    height: 30px;
    color: #333;

}
.column-two-mid .head ul li a,
.column-two-right .head ul li a,
.column-three-mid .head ul li a,
.column-three-right .head ul li a{
    height: 34px;
    padding: 0px 20px;
}

.contain .contain-r .head ul li a.on,
.column-two-mid .head ul li a.on,
.column-two-right .head ul li a.on,
.column-three-mid .head ul li a.on,
.column-three-right .head ul li a.on{
    color: #2970d7;
    border-bottom: 2px solid #2970d7;
}
.contain .contain-r .head ul>a{
    color: #999;
    font-size: 15px;
    line-height: 30px;
    float: right;
}
.contain-r .cont ul{
    margin-top: 15px;
}
.contain-r .cont ul li{
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    background: url(../images/bjzz_pic_09.png) no-repeat left;
    padding-left: 15px;
}
.contain-r .cont ul li:hover a{
    color: #2970d7;
}
.contain-r .cont ul li a{
    display: inline-block;
    height: 30px;
    line-height: 30px;

}
.contain-r .cont ul li span{
    float: right;
    color: #333;
}




/*        column        */
.column{
    margin-top: 25px;
    background-color: #fff;
    min-height: 400px;
    padding: 25px;
    padding-bottom: 0px;
}
.column .column-one ul{
    overflow: hidden;
}
.column .column-one ul li{
    margin-left: 35px;
    float: left;
}

.column .column-one ul li:first-child{
    margin-left: 0px;
}

.column-two{
    overflow: hidden;
}
.column-three{
    overflow: hidden;
}
.column-two .column-two-left,
.column-three .column-three-left{
    width: 265px;
    margin-right: 25px;
    float: left;
    
}
.column-three .column-three-left{
    margin-top: 13px;
    margin-right: 25px;
}
.column-two .column-two-left .head,
.column-three .column-three-left .head{
    background-color: #ececec;
    border-top: 3px solid #0081ef;
    font-size: 17px;
    font-weight: bold;
    padding-left: 20px;
    line-height: 35px;
    height: 40px;
}
.fwhead{
    background-color: #ececec;
    border-top: 3px solid #0081ef;
    font-size: 17px;
    font-weight: bold;
    padding-left: 20px;
    line-height: 35px;
    height: 40px;
    margin-bottom: 10px;
}
.column-two .column-two-left ul{
    marign-top:10px;
}
.column-two .column-two-left ul li{
    background: url(../images/bjzz_pic_15.png) no-repeat 15px center;
    padding-left: 40px;
    font-size: 15px;
    color: #1a69d5;
}
.column-two .column-two-left ul li a{
    color: #1a69d5;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
}
.column-two .column-two-mid,
.column-three .column-three-mid{
    width: 480px;
    float: left;
    margin-right: 25px;
    
}
.column-two .column-two-right,
.column-three .column-three-right{
    width: 350px;
    float: left;
}
.column-two .column-two-mid .cont ul,
.column-two .column-two-right .cont ul,
.column-three .column-three-mid .cont ul,
.column-three .column-three-right .cont ul{
    margin-top: 5px;
}
.column-two .column-two-mid .cont ul li,
.column-two .column-two-right .cont ul li,
.column-three .column-three-mid .cont ul li,
.column-three .column-three-right .cont ul li{
    height: 45px;
    line-height: 45px;
    padding-left: 15px;
    background: url(../images/bjzz_pic_09.png) no-repeat left;
    border-bottom: 1px dashed #ececec;
}
.column-two .column-two-mid .cont ul li a,
.column-two .column-two-right .cont ul li a,
.column-three .column-three-mid .cont ul li a,
.column-three .column-three-right .cont ul li a{
    height: 45px;
    line-height: 45px;
    color: #333;
}
.column-two .column-two-mid .cont ul li:hover a,
.column-two .column-two-right .cont ul li:hover a,
.column-three .column-three-mid .cont ul li:hover a,
.column-three .column-three-right .cont ul li:hover a{
    color: #1a69d5;
}
.column-three .column-three-left ul{
    margin-top: 25px;
    overflow: hidden;
}
.column-three .column-three-left ul li{
    width: 119px;
    height: 102px;
    background: url(../images/bjzz_pic_17.png) no-repeat;
    text-align: center;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}
.column-three .column-three-left ul .two,
.column-three .column-three-left ul .four{
    margin-right: 0px;
}
.column-three .column-three-left ul li a .li-top{
    padding-top: 20px;
}
.column-three .column-three-left ul li a .li-bot{
    color: #333;
    font-size: 15px;
    line-height: 35px;
    
}
.column-three .column-three-left ul li a .li-bot:hover{
    color: #1a69d5;
}











/*底部横幅滚动*/
.hfgdWrap {
    margin: 0 auto;
    width: 100%;
    width: 1200px;
    background: #fff;
    /* background-color: #e2eaf3; */
    position: relative;
    padding-bottom: 25px;

}

.picMarquee-left {
    width: 1300px;
    width: 1160px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.picMarquee-left .tempWrap {
    /* width: 1200px !important; */
    left: 40px !important;
}

.picMarquee-left .prev, .picMarquee-left .next {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    margin-top: -73px;
    width: 32px;
    height: 142px;
    background: url(../images/bjzz_pic_24.png) center center no-repeat;
    z-index: 2;
}

.picMarquee-left .next {
    left: auto;
    right: 0;
    background: url(../images/bjzz_pic_25.png) center center no-repeat;
}

.picMarquee-left .bd {
    overflow: hidden;
    zoom: 1;
    width: 100%;
    margin: 0 auto;
}

.picMarquee-left .bd ul {
    width: 100%;
    float: left;
    height: 142px;
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    width: 176px;
    height: 142px;
    _display: inline;
    overflow: hidden;
    text-align: center;
    margin-right: 5px;
    
    background: url(../images/bjzz_pic_22.png) no-repeat;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
    width: 167px;
    height: 107px;
    margin: 5px auto 0px;
}

.picMarquee-left .bd ul li .pic img {
    width: 167px;
    float: left;
    height: 107px;
    display: block;
}
.picMarquee-left .bd ul li .pic a span{
    line-height: 30px;
    color: #333;
}

.picMarquee-left .bd ul li .title {
    line-height: 24px;
}

/*          友情链接          */
.friendLink{
    background: #fff;
    width: 1200px;
    height: 73px;
    margin: 15px auto;
}
#friend_title {
    float: left;
    
    width: 50px;
    height: 68px;
    overflow: hidden;
}
.friendlinks {
    width: 1123px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.friendlinks ul li {
    float: left;
    width: 140px;
    height: 68px;
    padding-top: 13px;
}
.friendlinks ul li a img {
    width: 129px;
    height: 40px;
}
/*      foot        */
.foot{
    height: 195px;
    background-color: #3d8cce;
    overflow: hidden;
}
.foot .foot-left{
    line-height: 195px;
    width: 240px;
    float: left;
    margin-left: 10px;
}
.foot .foot-left a{
    display: inline-block;
}
.foot .foot-left img{
    margin-right: 20px;
}
.foot .foot-mid{
    width: 580px;
    float: left;
    margin-top:50px;
}
.foot .foot-mid p{
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    vertical-align: middle;

}
.foot .foot-mid p a{
    display: inline-block;
}
.foot .foot-right{
    float: left;
    margin-top: 70px;
}
.foot .foot-right ul{
    overflow: hidden;
}
.foot .foot-right ul li{
    text-align: center;
    background: url(../images/bjzz_pic_29.png) no-repeat left;
    font-size: 13px;
    float: left;

}
.foot .foot-right ul li:first-child{
    background: none;
}
.foot .foot-right ul li a{
    padding: 0px 20px;
    color: #fff;
    display: inline-block;
}
.foot .foot-right ul li a .li-b{
    line-height: 26px;
}







