/*CSS样式重写*/
body,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,pre{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
    box-sizing: border-box;
}
body{
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    min-width: 1250px;
}
a{
    color: #333;
    text-decoration:none;
    transition: .3s;
}
a:hover{
    color: #176EC9;
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
    max-width: 100%;
}

/*通用样式*/
.lf{
    float: left;
}
.rt{
    float: right;
}
.active{
    display: block;
}
.container{
    width: 1250px;
    margin: 0 auto;
}
.container:after{
    content: '';
    display: block;
    clear: both;
}

/*头部*/
.header{
    width: 100%;
    height: 142px;
    background: #176EC9 ;
}
.header .container{
    position: relative;
    height: 142px;
}
.top{
    position: absolute;
    top: 20px;
    right: 0;
    color: #fff;
}
.top a{
    color: #fff;
}

.search{
    position: absolute;
    top: 55px;
    right: 0;
    height: 35px;
}
.search input[type='text']{
    width: 210px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    margin-right: 43px;
    font-family: Georgia;
    border: none;
    background: #DFEBF7;
}
.search input[type='button']{
    position: absolute;
    top:0;
    right: 0;
    width: 43px;
    height: 35px;
    border: none;
    cursor: pointer;
    background: #1987ED url(../images/search.png) no-repeat center center;
}

.header img{
    margin-top: 28px;
    animation: zoomIn 1s;
}

/*导航*/
.nav{
    width: 100%;
    height: 50px;
    background: #FAF6F5;
}
.shadow{
    margin-bottom: 30px;
    box-shadow: 0 2px 2px #ddd;
}
.menu>li{
    float: left;
    position: relative;
}
.menu>li:after{
    content: '';
    position: absolute;
    top: 45px;
    left: 0;
    width: 0;
    height: 5px;
    background: #176EC9;
    transition: .3s;
}
.menu>li:hover:after{
    width: 100%;
}
.menu>li>a{
    display: inline-block;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    width: 140px;
    position: relative;
}
.menu>li:first-child>a{
    width: 130px;
}
.nav .sub-menu{
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    display: none;
}
.nav .sub-menu a{
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #176EC9;
    font-size: 16px;
    text-decoration: none;
    background: rgba(255,255,255,.85);
    border-bottom: 1px solid #fff;
}
.nav .sub-menu a:hover{
    color: #fff;
    background: rgba(25,135,237,.8);
}

/*轮播广告*/
.slider .container{
    margin: 20px auto;
}
.slideBox{
    width:100%;
    overflow:hidden;
    position:relative;
    text-align: center;
}
.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom:15px;
    z-index:1;
}
.slideBox .hd ul{
    width: 100%;
    text-align: center;
}
.slideBox .hd ul li{
    margin:0 5px;
    width:15px;
    height:15px;
    background:#fff;
    border-radius: 50%;
    cursor:pointer;
    display: inline-block;
}
.slideBox .hd ul li.on{
    background:#E50112;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.slideBox .bd img{
    display:inline-block;
    width: 100%;
    max-width: 100%;
}
.slideBox .slider-title{
    position: absolute;
    width: 1250px;
    height: 74px;
    left: 50%;
    bottom: 135px;
    margin-left: -625px;
}
.slideBox .slider-title p{
    color: #fff;
    font-size: 20px;
    width: 53%;
    height: 74px;
    line-height: 74px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: rgba(0,0,0,.5);
    padding: 0 25px;
    text-align: left;
}
.slideBox .prev,
.slideBox .next{
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    left: 50%;
    bottom: 75px;
    margin-left: -625px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    font-family: '宋体';
    background: #343434;
}
.slideBox .next{
    margin-left: -565px;
    background: #1987ED;
}
.slideBox a:hover{
    text-decoration: none;
    opacity: .8;
}

/*首页*/
.section{
    width: 100%;
    min-height: 500px;
}
.section .main{
    float: left;
    width: 812px;
}
.section .aside{
    float: right;
    width: 413px;
    margin-top: -63px;;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    z-index: 999;
}

.section .title{
    height: 38px;
    line-height: 38px;
    margin: 25px 0;
}
.section .title h2 a{
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    padding-left: 48px;
    text-decoration: none;
    position: relative;
}
.section .title h2 a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    background: url(../images/news.png) no-repeat;
    transition: .3s;
}
.section .title h2 a:hover:before{
    animation: pulse 1s;
}
.section .title .more{
    float: right;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #666;
    font-size: 18px;
    font-weight: bolder;
    font-family: '宋体';
    text-align: center;
    background: #D9D9D9;
    text-decoration: none;
    margin-top: 5px;
}
.section .title .more:hover{
    color: #fff;
    background: #176EC9;
}

/*图片新闻*/
.pic-news {
    width: 391px;
}
.albumBox{
    position:relative;
}
.albumBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
    width: 391px;
}
.albumBox .bd li>a{
    display: block;
    width: 391px;
    height: 254px;
    overflow: hidden;
}
.albumBox .bd li>a img{
    width: 100%;
}
.albumBox .bd li h3{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin: 10px 0 5px;
}
.albumBox .bd li h3 a{
    font-size: 16px;
    font-weight: normal;
}
.albumBox .bd li p{
    color: #999;
    font-size: 12px;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.albumBox .prev,
.albumBox .next{
    position: absolute;
    bottom: 105px;
    right: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ddd;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: '宋体';
    text-decoration: none;
}
.albumBox .next{
    right: 0;
    background: #1987ED;
}
.albumBox>a:hover{
    background: #176EC9;
}

/*通知公告*/
.notice{
    width: 391px;
}
.notice .title h2 a:before{
    background: url(../images/dynamic.png) no-repeat;
}
.list li{
    height: 30px;
    margin: 10px 0;
    padding-bottom: 15px;
    border-bottom: 1px dotted #333;
}
.list li span{
    color: #999;
}
.list li a{
    display: block;
    width: 75%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 18px;
    position: relative;
}
.list li a:before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #D7D7D7;
}
.list li a:hover:before{
    background: #176EC9;
}

/*分类栏目*/
.main .column{
    float: left;
    margin: 40px -8px 0;
}
.main .column li{
    float: left;
    width: 191px;
    height: 171px;
    margin: 0 8px;
    background: #018635;
    text-align: center;
    transition: .3s;
}
.main .column li>a{
    display: inline-block;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    margin: 35px 0 10px;
    background: url(../images/intro.png) no-repeat;
}
.main .column li>a:hover{
    transform: rotate(360deg);
}
.main .column li a{
     color: #fff;
     font-size: 18px;
}
.main .column li:hover{
    box-shadow: 5px 5px 5px #018635;
}
.main .column li:hover>a{
    animation: zoomIn 1s;
}
.main .column li:nth-child(2){
    background: #1B9FB1;
}
.main .column li:nth-child(2)>a{
    background: url(../images/lxwm.png) no-repeat;
}
.main .column li:nth-child(2):hover{
    box-shadow: 5px 5px 5px #1B9FB1;
}
.main .column li:nth-child(3){
    background: #ED8D26;
}
.main .column li:nth-child(3)>a{
    background: url(../images/lib.png) no-repeat;
}
.main .column li:nth-child(3):hover{
    box-shadow: 5px 5px 5px #ED8D26;
}
.main .column li:nth-child(4){
    background: #3A8ADE;
}
.main .column li:nth-child(4)>a{
    background: url(../images/xxzx.png) no-repeat;
}
.main .column li:nth-child(4):hover{
    box-shadow: 5px 5px 5px #3A8ADE;
}
/*友情链接*/
.link{
    float: left;
    width: 100%;
}
.link .title{
    padding-bottom: 5px;
    border-bottom: 1px solid #C0C0C0;
}
.link .title h2 a {
    padding-left: 0;
}
.link .title h2 a:before {
    display: none;
}
.link li{
    float: left;
    margin-bottom: 5px;
}
.link li span{
    margin: 0 15px;
}
.link li:last-child span{
    display: none;
}
/*工作动态*/
.work{
    padding: 20px;
    border-top: 6px solid #176EC9;
    box-shadow: 3px 4px 4px #ddd , -3px 4px 4px #ddd;
}
.work .title{
    margin-top: 0;
}
.work .title h2 a:before{
    background: url(../images/file.png) no-repeat;
}
.work ul{
    height: 612px;
    overflow: hidden;
}
.work li{
    padding-bottom: 10px;
    margin-bottom: 8px;
    border-bottom: 1px solid #BEBEBE;
}
.work li:last-child{
    border: none;
    margin-bottom: 0;
}
.work li a{
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.work li span{
    font-size: 12px;
}
/*快捷通道*/
.channel{
    float: left;
    width: 100%;
}
.channel .title{
    padding-bottom: 5px;
    border-bottom: 1px solid #C0C0C0;
}
.channel .title h2 a {
    padding-left: 0;
}
.channel .title h2 a:before {
    display: none;
}
.channel>ul>li{
    float: left;
    width: 49%;
    margin-bottom: 10px;
    position: relative;
}
.channel>ul>li:nth-child(2n){
    float: right;
}
.channel>ul>li>a{
    display: block;
    padding: 8px 15px;
    border: 1px solid #DADADA;
}
.channel>ul>li>a:after{
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #176EC9;
}
.channel>ul>li:hover>a:after{
    top: 10px;
    border-top-color: transparent;
    border-bottom-color: #176EC9;
}
.channel li a:hover{
    text-decoration: none;
}
.channel .child{
    position: absolute;
    width: 100%;
    max-height: 185px;
    overflow-y: auto;
    background: #fff;
    display: none;
    z-index: 99;
}
.channel .child a{
    display: block;
    padding: 8px 15px;
    border: 1px solid #DADADA;
    border-top: none;
    transition: .3s;
}
.channel .child a:hover{
    padding-left: 20px;
    color: #fff;
    border-color: #1B9FB1;
    background: #1B9FB1;
}

/*首页样式-end*/

/*底部*/
.footer{
    position: relative;
    height: 160px;
    margin-top: 40px;
    color: #fff;
    background:#176EC9;
}
.footer .lf>p{
    line-height: 30px;
    margin-top: 50px;
}
.footer .lf p a{
    color: #fff;
}
.footer .blog{
    float: right;
    margin-top: 30px;
}
.footer .blog p{
    margin: 5px 0;
    text-align: center;
}
/*二三级页面*/
/*左侧导航*/
.left-aside{
    float: left;
    width: 270px;
    min-height: 500px;
    text-align: center;
    background: #DFDFDF;
    position: relative;
}
.left-aside p,
.left-aside li{
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid #fff;
}
.left-aside p{
    height: 50px;
    line-height: 50px;
    background: #176EC9;
}
.left-aside li a{
    display: block;
    font-size: 16px;
    text-decoration: none;
}
.left-aside .on a{
    border-left: 5px solid #176EC9;
}
.left-aside .img{
    position: absolute;
    width: 100%;
    bottom: 0;
}
/*右侧主体*/
.right-aside{
    margin-left: 300px;
    min-height: 500px;
}
.bread{
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #666;
    position: relative;
}
.bread span{
    color: #666;
    padding-left: 35px;
    position: relative;
}
.bread span:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 23px;
    background: url(../images/address.png) no-repeat;
}
.bread a{
    color: #666;
}
.bread a:hover{
    color: #176EC9;
}
.bread h2{
    color: #176EC9;
    font-size: 20px;
    font-weight: normal;
    padding-left: 26px;
    margin-right: 400px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}
.bread h2:before{
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../images/view.png) no-repeat;
}
/*通用列表页*/
.right-aside .list li{
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0;
}
.right-aside .list li a{
    font-size: 16px;
}
.right-aside .list li a:before{
    top: 18px;
}
.right-aside .list li span{
    color: #666;
}
/*通知公告*/
.notice-list{
    padding: 15px 0;
}
.notice-list li{
    margin-bottom: 20px;
    padding: 0 15px 15px;
    border-bottom: 1px solid #CBCBCB;
    position: relative;
}
.notice-list h2{
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.notice-list h2 a{
    font-size: 18px;
}
.notice-list p{
    color: #666;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    margin: 10px 0;
}
.notice-list span{
    color: #999;
    padding-left: 24px;
    position: relative;
}
.notice-list span:before{
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 14px;
    height: 13px;
    background: url(../images/clock.png) no-repeat;
}
.notice-list li>a{
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #fff;
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 3px;
    background: #1B9FB1;
}
.notice-list li>a:hover{
    text-decoration: none;
    background: #176EC9;
}
/*详情页*/
.caption{
    padding: 25px 0;
    text-align: center;
}
.caption h2{
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
}
.content{
    line-height: 1.5em;
    font-size: 16px;
}